Searched defs:l3e (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | mm.h | 124 static inline l3_pgentry_t adjust_guest_l3e(l3_pgentry_t l3e, in adjust_guest_l3e() 134 static inline l3_pgentry_t unadjust_guest_l3e(l3_pgentry_t l3e, in unadjust_guest_l3e()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | mm.c | 51 l3_pgentry_t l3e, *l3t; in do_page_walk() local 160 l3_pgentry_t l3e; in share_hotadd_m2p_table() local 716 l3_pgentry_t l3e; in cleanup_frame_table() local 835 l3_pgentry_t l3e; in subarch_init_memory() local 910 l3_pgentry_t l3e; in subarch_memory_op() local 1179 l3_pgentry_t l3e; in handle_memadd_fault() local
|
A D | traps.c | 188 l3_pgentry_t l3e, *l3t; in show_page_walk() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | debug.c | 97 l3_pgentry_t l3e, *l3t; in dbg_pv_va2mfn() local
|
A D | traps.c | 1179 l3_pgentry_t l3e, *l3t; in __page_fault_type() local
|
A D | mm.c | 1141 l3_pgentry_t l3e, unsigned long pfn, struct domain *d, int partial) in get_page_from_l3e() 1288 static int put_page_from_l3e(l3_pgentry_t l3e, unsigned long pfn, in put_page_from_l3e()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | guest_pt.h | 314 static inline bool guest_l3e_rsvd_bits(const struct vcpu *v, guest_l3e_t l3e) in guest_l3e_rsvd_bits() 345 guest_l3e_t l3e; /* Guest's level 3 entry */ member
|
A D | page.h | 40 #define l3e_write_atomic(l3ep, l3e) \ argument 53 #define l3e_write(l3ep, l3e) \ argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m-pt.c | 792 l3_pgentry_t *l3e = map_domain_page(mfn); in p2m_pt_get_entry() local 993 l3_pgentry_t *l3e; in p2m_pt_audit_p2m() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | multi.c | 1587 l3_pgentry_t *l3e; in sh_make_monitor_table() local 2017 l3_pgentry_t *l3e; in sh_destroy_monitor_table() local
|
Completed in 33 milliseconds