Home
last modified time | relevance | path

Searched refs:guest_l2e_get_flags (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dguest_pt.h84 static inline u32 guest_l2e_get_flags(guest_l2e_t gl2e) in guest_l2e_get_flags() function
163 static inline u32 guest_l2e_get_flags(guest_l2e_t gl2e) in guest_l2e_get_flags() function
397 if ( guest_l2e_get_flags(gw->l2e) & _PAGE_PSE ) in guest_walk_to_page_order()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dguest_walk.c257 gflags = guest_l2e_get_flags(gw->l2e); in guest_walk_tables()
305 flags |= (guest_l2e_get_flags(gw->l2e) in guest_walk_tables()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c243 (guest_l2e_get_flags(gw->l2e) & _PAGE_PSE)) ) in shadow_check_gwalk()
315 (guest_l2e_get_flags(gw->l2e) & _PAGE_PSE)) in gw_remove_write_accesses()
361 else if ( (guest_l2e_get_flags(gw->l2e) & _PAGE_PRESENT) in sh_audit_gw()
362 && (guest_l2e_get_flags(gw->l2e) & _PAGE_PSE) in sh_audit_gw()
779 (guest_l2e_get_flags(gl2e) & _PAGE_PRESENT) ) in l2e_propagate_from_guest()
1807 int r, flags = guest_l2e_get_flags(gw->l2e); in shadow_get_and_create_l1e()
2215 if ( (guest_l2e_get_flags(new_gl2e) & _PAGE_PRESENT) && in validate_gl2e()
2220 (guest_l2e_get_flags(new_gl2e) & _PAGE_PSE) ) in validate_gl2e()
2655 ASSERT(guest_l2e_get_flags(gw->l2e) & _PAGE_PSE); in sh_prefetch()
4966 s = sh_audit_flags(v, 2, guest_l2e_get_flags(*gl2e), in sh_audit_l2_table()
[all …]

Completed in 12 milliseconds