| /linux/mm/kmsan/ |
| H A D | hooks.c | 116 page = virt_to_head_page((void *)ptr); in kmsan_kfree_large()
|
| /linux/mm/kasan/ |
| H A D | report.c | 289 return virt_to_head_page(addr); in addr_to_page()
|
| H A D | common.c | 309 if (ptr != page_address(virt_to_head_page(ptr))) { in check_page_allocation()
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 713 put_page(virt_to_head_page(buf)); in virtnet_rq_free_buf() 717 put_page(virt_to_head_page(buf)); in virtnet_rq_free_buf() 936 struct page *page = virt_to_head_page(buf); in virtnet_rq_unmap() 1896 p = virt_to_head_page(buf); in xdp_linearize_page() 1964 struct page *page = virt_to_head_page(buf); in receive_small_xdp() 2051 struct page *page = virt_to_head_page(buf); in receive_small() 2144 page = virt_to_head_page(buf); in mergeable_buf_free() 2252 page = virt_to_head_page(buf); in virtnet_build_xdp_buff_mrg() 2369 struct page *page = virt_to_head_page(buf); in receive_mergeable_xdp() 2471 struct page *page = virt_to_head_page(buf); in receive_mergeable() [all …]
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_hif_dpmaif_rx.c | 353 page = virt_to_head_page(data); in t7xx_dpmaif_rx_frag_alloc() 359 put_page(virt_to_head_page(data)); in t7xx_dpmaif_rx_frag_alloc()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_xdp.c | 49 tx_buf->page = virt_to_head_page(xdp->data); in bnxt_xmit_bd()
|
| /linux/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 921 page = virt_to_head_page(xdp->data); in netsec_run_xdp() 931 page = virt_to_head_page(xdp->data); in netsec_run_xdp() 943 page = virt_to_head_page(xdp->data); in netsec_run_xdp()
|
| /linux/net/core/ |
| H A D | gro.c | 163 struct page *page = virt_to_head_page(skb->head); in skb_gro_receive()
|
| H A D | skbuff.c | 494 skb_propagate_pfmemalloc(virt_to_head_page(data), skb); in build_skb() 516 skb_propagate_pfmemalloc(virt_to_head_page(data), skb); in build_skb_around() 562 skb_propagate_pfmemalloc(virt_to_head_page(data), skb); in napi_build_skb() 3860 page = virt_to_head_page(from->head); in skb_zerocopy() 4627 page = virt_to_head_page(frag_skb->head); in skb_head_frag_to_page_desc() 6164 page = virt_to_head_page(from->head); in skb_try_coalesce()
|
| /linux/include/linux/ |
| H A D | memcontrol.h | 1399 struct page *page = virt_to_head_page(p); in mod_lruvec_kmem_state()
|
| H A D | mm.h | 1427 static inline struct page *virt_to_head_page(const void *x) in virt_to_head_page() function
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 1928 virt_to_head_page(data), napi); in mtk_rx_put_buff() 1950 struct page *page = virt_to_head_page(data); in mtk_xdp_frame_map() 2166 virt_to_head_page(xdp->data), true); in mtk_xdp_run() 2244 struct page *page = virt_to_head_page(data); in mtk_poll_rx()
|
| /linux/kernel/ |
| H A D | resource.c | 171 if (res && PageSlab(virt_to_head_page(res))) in free_resource()
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_eth.c | 616 struct page *page = virt_to_head_page(e->buf); in airoha_qdma_rx_process() 801 struct page *page = virt_to_head_page(e->buf); in airoha_qdma_cleanup_rx_queue()
|
| /linux/drivers/vhost/ |
| H A D | net.c | 508 put_page(virt_to_head_page(nvq->xdp[i].data)); in vhost_tx_batch()
|
| /linux/net/wireless/ |
| H A D | util.c | 677 frag_page = virt_to_head_page(skb->head); in __ieee80211_amsdu_copy_frag()
|
| /linux/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 434 page = virt_to_head_page(ring->data_buf[i]); in rtase_rx_ring_clear()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.c | 1297 page = virt_to_head_page(phys_to_virt(pa)); in otx2_free_bufs()
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.c | 1880 head_page = virt_to_head_page(sg_vaddr); in sg_fd_to_skb()
|
| /linux/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.c | 2244 pg = virt_to_head_page(task->data); in cxgbi_conn_init_pdu()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 1721 page = virt_to_head_page(xdp->data); in fec_enet_run_xdp()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.c | 251 head_page = virt_to_head_page(sg_vaddr); in dpaa2_eth_build_frag_skb()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 5719 virt_to_head_page(ctx.xdp.data), in stmmac_rx()
|