Home
last modified time | relevance | path

Searched refs:virt_to_head_page (Results 1 – 23 of 23) sorted by relevance

/linux/mm/kmsan/
H A Dhooks.c116 page = virt_to_head_page((void *)ptr); in kmsan_kfree_large()
/linux/mm/kasan/
H A Dreport.c289 return virt_to_head_page(addr); in addr_to_page()
H A Dcommon.c309 if (ptr != page_address(virt_to_head_page(ptr))) { in check_page_allocation()
/linux/drivers/net/
H A Dvirtio_net.c713 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 Dt7xx_hif_dpmaif_rx.c353 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 Dbnxt_xdp.c49 tx_buf->page = virt_to_head_page(xdp->data); in bnxt_xmit_bd()
/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c921 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 Dgro.c163 struct page *page = virt_to_head_page(skb->head); in skb_gro_receive()
H A Dskbuff.c494 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 Dmemcontrol.h1399 struct page *page = virt_to_head_page(p); in mod_lruvec_kmem_state()
H A Dmm.h1427 static inline struct page *virt_to_head_page(const void *x) in virt_to_head_page() function
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1928 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 Dresource.c171 if (res && PageSlab(virt_to_head_page(res))) in free_resource()
/linux/drivers/net/ethernet/airoha/
H A Dairoha_eth.c616 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 Dnet.c508 put_page(virt_to_head_page(nvq->xdp[i].data)); in vhost_tx_batch()
/linux/net/wireless/
H A Dutil.c677 frag_page = virt_to_head_page(skb->head); in __ieee80211_amsdu_copy_frag()
/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c434 page = virt_to_head_page(ring->data_buf[i]); in rtase_rx_ring_clear()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1297 page = virt_to_head_page(phys_to_virt(pa)); in otx2_free_bufs()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1880 head_page = virt_to_head_page(sg_vaddr); in sg_fd_to_skb()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c2244 pg = virt_to_head_page(task->data); in cxgbi_conn_init_pdu()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c1721 page = virt_to_head_page(xdp->data); in fec_enet_run_xdp()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c251 head_page = virt_to_head_page(sg_vaddr); in dpaa2_eth_build_frag_skb()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c5719 virt_to_head_page(ctx.xdp.data), in stmmac_rx()