Searched refs:page_to_virt (Results 1 – 6 of 6) sorted by relevance
57 #define __map_domain_page(pg) page_to_virt(pg)68 return page_to_virt(pg); in __map_domain_page_global()
313 static inline void *page_to_virt(const struct page_info *pg) in page_to_virt() function
290 #define page_to_virt(pg) __page_to_virt(pg) macro
2154 memguard_unguard_range(page_to_virt(pg), 1 << (order + PAGE_SHIFT)); in alloc_xenheap_pages()2156 return page_to_virt(pg); in alloc_xenheap_pages()2207 return page_to_virt(pg); in alloc_xenheap_pages()
528 memcpy(page_to_virt(page), mfn_to_virt(initrd->mod_start), in dom0_construct_pv()
6128 free_xenheap_page(page_to_virt(l1pg)); in free_perdomain_mappings()
Completed in 21 milliseconds