Searched refs:mfn_to_xen_entry (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | mm.c | 268 static inline lpae_t mfn_to_xen_entry(mfn_t mfn, unsigned attr) in mfn_to_xen_entry() function 334 lpae_t pte = mfn_to_xen_entry(mfn, PAGE_AI_MASK(flags)); in set_fixmap() 372 pte = mfn_to_xen_entry(_mfn(base_mfn), MT_NORMAL); in create_mappings() 425 pte = mfn_to_xen_entry(_mfn(slot_mfn), MT_NORMAL); in map_domain_page() 546 return mfn_to_xen_entry(maddr_to_mfn(ma), MT_NORMAL); in pte_of_xenaddr() 655 pte = mfn_to_xen_entry(maddr_to_mfn(xen_paddr), MT_NORMAL); in setup_pagetables() 672 pte = mfn_to_xen_entry(maddr_to_mfn(xen_paddr), MT_NORMAL); in setup_pagetables() 703 pte = mfn_to_xen_entry(mfn, MT_NORMAL); in setup_pagetables() 872 pte = mfn_to_xen_entry(first_mfn, MT_NORMAL); in setup_xenheap_mappings() 878 pte = mfn_to_xen_entry(_mfn(mfn), MT_NORMAL); in setup_xenheap_mappings() [all …]
|
Completed in 5 milliseconds