Searched refs:l1e_get_intpte (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | page.h | 27 l1e_from_intpte(pte_read_atomic(&l1e_get_intpte(*(l1ep)))) 37 pte_write_atomic(&l1e_get_intpte(*(l1ep)), l1e_get_intpte(l1e)) 50 pte_write(&l1e_get_intpte(*(l1ep)), l1e_get_intpte(l1e)) 59 #define l1e_get_intpte(x) ((x).l1) macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | ro-page-fault.c | 143 PRIpte"\n", l1e_get_intpte(nl1e)); in ptwr_emulated_update() 171 okay = paging_cmpxchg_guest_entry(v, &l1e_get_intpte(*pl1e), in ptwr_emulated_update() 172 &t, l1e_get_intpte(nl1e), _mfn(mfn)); in ptwr_emulated_update()
|
A D | grant_table.c | 290 l1e_get_intpte(ol1e), addr, in replace_grant_pv_mapping() 291 l1e_get_intpte(l1e_from_pfn(frame, grant_pte_flags))); in replace_grant_pv_mapping()
|
A D | dom0_build.c | 202 BUG_ON(l1e_get_intpte(*pl1e)); in setup_pv_physmap()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | traps.c | 243 l1_table_offset(addr), l1e_get_intpte(l1e), pfn); in show_page_walk()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mm.c | 1077 l1e_get_intpte(l1e), l1e_owner->domain_id); in get_page_from_l1e() 1088 l1e_get_intpte(l1e), l1e_owner->domain_id, pg_owner->domain_id); in get_page_from_l1e() 1230 l1e_get_intpte(l1e)); in put_page_from_l1e() 5146 if ( l1e_get_intpte(pl1e[i]) != 0 ) in modify_xen_mappings()
|
Completed in 17 milliseconds