Home
last modified time | relevance | path

Searched refs:xen_offset_in_page (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/include/xen/
H A Dpage.h11 #define xen_offset_in_page(p) ((unsigned long)(p) & ~XEN_PAGE_MASK) macro
H A Dgrant_table.h338 return XEN_PFN_UP(xen_offset_in_page(start) + len); in gnttab_count_grant()
/kernel/linux/linux-6.6/include/xen/
H A Dpage.h11 #define xen_offset_in_page(p) ((unsigned long)(p) & ~XEN_PAGE_MASK) macro
H A Dgrant_table.h338 return XEN_PFN_UP(xen_offset_in_page(start) + len); in gnttab_count_grant()
/kernel/linux/linux-6.6/drivers/xen/
H A Dgrant-dma-ops.c172 unsigned long dma_offset = xen_offset_in_page(offset), in xen_grant_dma_map_page()
207 unsigned long dma_offset = xen_offset_in_page(dma_handle); in xen_grant_dma_unmap_page()
H A Dswiotlb-xen.c80 unsigned int i, nr_pages = XEN_PFN_UP(xen_offset_in_page(p) + size); in range_straddles_page_boundary()
H A Dgrant-table.c1210 goffset = xen_offset_in_page(offset); in gnttab_foreach_grant_in_range()
/kernel/linux/linux-5.10/arch/arm/xen/
H A Dmm.c52 cflush.offset = xen_offset_in_page(handle); in dma_cache_maint()
H A Denlighten.c154 info.offset = xen_offset_in_page(vcpup); in xen_starting_cpu()
/kernel/linux/linux-6.6/arch/arm/xen/
H A Dmm.c50 cflush.offset = xen_offset_in_page(handle); in dma_cache_maint()
H A Denlighten.c160 info.offset = xen_offset_in_page(vcpup); in xen_starting_cpu()
/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dhash.c299 .dest.offset = xen_offset_in_page(key), in xenvif_set_hash_key()
353 copy_op[0].dest.offset = xen_offset_in_page(mapping + off); in xenvif_set_hash_mapping()
H A Drx.c220 op->source.offset = xen_offset_in_page(data); in xenvif_rx_copy_add()
381 xen_offset_in_page(frag_data)); in xenvif_rx_next_chunk()
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dhash.c299 .dest.offset = xen_offset_in_page(key), in xenvif_set_hash_key()
353 copy_op[0].dest.offset = xen_offset_in_page(mapping + off); in xenvif_set_hash_mapping()
H A Drx.c220 op->source.offset = xen_offset_in_page(data); in xenvif_rx_copy_add()
381 xen_offset_in_page(frag_data)); in xenvif_rx_next_chunk()
/kernel/linux/linux-5.10/drivers/xen/
H A Dswiotlb-xen.c93 unsigned int i, nr_pages = XEN_PFN_UP(xen_offset_in_page(p) + size); in range_straddles_page_boundary()
H A Dgrant-table.c1126 goffset = xen_offset_in_page(offset); in gnttab_foreach_grant_in_range()

Completed in 14 milliseconds