Home
last modified time | relevance | path

Searched refs:l4e_get_intpte (Results 1 – 6 of 6) sorted by relevance

/xen/xen/include/asm-x86/
A Dpage.h34 l4e_from_intpte(pte_read_atomic(&l4e_get_intpte(*(l4ep))))
44 pte_write_atomic(&l4e_get_intpte(*(l4ep)), l4e_get_intpte(l4e))
57 pte_write(&l4e_get_intpte(*(l4ep)), l4e_get_intpte(l4e))
63 #define l4e_get_intpte(x) ((x).l4) macro
/xen/xen/include/asm-x86/x86_64/
A Dpage.h121 #define root_get_intpte l4e_get_intpte
/xen/xen/arch/x86/x86_64/
A Dtraps.c204 l4_table_offset(addr), l4e_get_intpte(l4e), pfn); in show_page_walk()
/xen/xen/arch/x86/pv/
A Ddom0_build.c136 if ( !l4e_get_intpte(*pl4e) ) in setup_pv_physmap()
/xen/xen/arch/x86/
A Dsetup.c1248 *pl4e = l4e_from_intpte(l4e_get_intpte(*pl4e) + in __start_xen()
A Dmm.c1717 if ( l4e_get_intpte(split_l4e) ) in init_xen_l4_slots()
1742 if ( !l4e_get_intpte(l4tab[l4_table_offset(RO_MPT_VIRT_START)]) ) in fill_ro_mpt()

Completed in 19 milliseconds