Searched refs:l1e_get_intpte (Results 1 – 6 of 6) sorted by relevance
/xen/xen/arch/x86/pv/ |
A D | ro-page-fault.c | 150 PRIpte"\n", l1e_get_intpte(nl1e)); in ptwr_emulated_update() 171 if ( !paging_cmpxchg_guest_entry(v, &l1e_get_intpte(*pl1e), in ptwr_emulated_update() 172 &old, l1e_get_intpte(nl1e), mfn) ) in ptwr_emulated_update() 174 else if ( l1e_get_intpte(ol1e) == old ) in ptwr_emulated_update()
|
A D | grant_table.c | 285 l1e_get_intpte(ol1e), addr, in replace_grant_pv_mapping() 286 l1e_get_intpte(l1e_from_mfn(frame, grant_pte_flags))); in replace_grant_pv_mapping()
|
A D | dom0_build.c | 212 BUG_ON(l1e_get_intpte(*pl1e)); in setup_pv_physmap()
|
/xen/xen/include/asm-x86/ |
A D | page.h | 28 l1e_from_intpte(pte_read_atomic(&l1e_get_intpte(*(l1ep)))) 38 pte_write_atomic(&l1e_get_intpte(*(l1ep)), l1e_get_intpte(l1e)) 51 pte_write(&l1e_get_intpte(*(l1ep)), l1e_get_intpte(l1e)) 60 #define l1e_get_intpte(x) ((x).l1) macro
|
/xen/xen/arch/x86/x86_64/ |
A D | traps.c | 244 l1_table_offset(addr), l1e_get_intpte(l1e), pfn); in show_page_walk()
|
/xen/xen/arch/x86/ |
A D | mm.c | 1048 l1e_get_intpte(l1e), l1e_owner->domain_id); in get_page_from_l1e() 1059 l1e_get_intpte(l1e), l1e_owner->domain_id, pg_owner->domain_id); in get_page_from_l1e() 1250 l1e_get_intpte(l1e)); in put_page_from_l1e() 5796 if ( l1e_get_intpte(l1t[i]) != 0 ) in modify_xen_mappings()
|
Completed in 16 milliseconds