Searched refs:xen_offset_in_page (Results 1 – 8 of 8) sorted by relevance
11 #define xen_offset_in_page(p) ((unsigned long)(p) & ~XEN_PAGE_MASK) macro
330 return XEN_PFN_UP(xen_offset_in_page(start) + len); in gnttab_count_grant()
52 cflush.offset = xen_offset_in_page(handle); in dma_cache_maint()
155 info.offset = xen_offset_in_page(vcpup); in xen_starting_cpu()
299 .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()
218 op->source.offset = xen_offset_in_page(data); in xenvif_rx_copy_add()379 xen_offset_in_page(frag_data)); in xenvif_rx_next_chunk()
81 unsigned int i, nr_pages = XEN_PFN_UP(xen_offset_in_page(p) + size); in range_straddles_page_boundary()
1116 goffset = xen_offset_in_page(offset); in gnttab_foreach_grant_in_range()
Completed in 14 milliseconds