Searched refs:__mfn_to_virt (Results 1 – 4 of 4) sorted by relevance
56 #define map_domain_page(mfn) __mfn_to_virt(mfn_x(mfn))
289 #define __mfn_to_virt(mfn) (maddr_to_virt((paddr_t)(mfn) << PAGE_SHIFT)) macro299 #define mfn_to_virt(mfn) __mfn_to_virt(mfn)
240 #define __mfn_to_virt(mfn) (maddr_to_virt((paddr_t)(mfn) << PAGE_SHIFT)) macro264 #define mfn_to_virt(mfn) __mfn_to_virt(mfn)
51 #define mfn_to_virt(mfn) __mfn_to_virt(mfn_x(mfn))842 vaddr = (vaddr_t)__mfn_to_virt(base_mfn) & FIRST_MASK; in setup_xenheap_mappings()854 xenheap_first_first : __mfn_to_virt(p->pt.base); in setup_xenheap_mappings()1010 third = __mfn_to_virt(entry->pt.base); in create_xen_entries()
Completed in 9 milliseconds