Home
last modified time | relevance | path

Searched refs:MT_NORMAL (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/asm-arm/
A Dpage.h39 #define MT_NORMAL 0x7 macro
71 _MAIR1(0xff, MT_NORMAL))
100 #define _PAGE_NORMAL (MT_NORMAL|_PAGE_PRESENT)
/xen/xen/arch/arm/
A Dmm.c403 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()
775 MT_NORMAL); 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()

Completed in 6 milliseconds