Searched refs:mfn_to_xen_entry (Results 1 – 1 of 1) sorted by relevance
/xen/xen/arch/arm/ |
A D | mm.c | 299 static inline lpae_t mfn_to_xen_entry(mfn_t mfn, unsigned attr) in mfn_to_xen_entry() function 403 pte = mfn_to_xen_entry(_mfn(base_mfn), MT_NORMAL); in create_mappings() 456 pte = mfn_to_xen_entry(_mfn(slot_mfn), MT_NORMAL); in map_domain_page() 554 return mfn_to_xen_entry(maddr_to_mfn(ma), MT_NORMAL); in pte_of_xenaddr() 774 pte = mfn_to_xen_entry(virt_to_mfn(domheap+i*LPAE_ENTRIES), in init_secondary_pagetables() 871 pte = mfn_to_xen_entry(first_mfn, MT_NORMAL); in setup_xenheap_mappings() 877 pte = mfn_to_xen_entry(_mfn(mfn), MT_NORMAL); in setup_xenheap_mappings() 917 pte = mfn_to_xen_entry(mfn_add(second_base, i), MT_NORMAL); in setup_frametable_mappings() 971 pte = mfn_to_xen_entry(virt_to_mfn(p), MT_NORMAL); in create_xen_table() 1208 pte = mfn_to_xen_entry(mfn, PAGE_AI_MASK(flags)); in xen_pt_update_entry()
|
Completed in 5 milliseconds