Home
last modified time | relevance | path

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

/xen/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
401 if ( guest_l2e_get_flags(gw->l2e) & _PAGE_PSE ) in guest_walk_to_page_order()
/xen/xen/arch/x86/mm/
A Dguest_walk.c285 gflags = guest_l2e_get_flags(gw->l2e); in guest_walk_tables()
333 flags |= (guest_l2e_get_flags(gw->l2e) in guest_walk_tables()
/xen/xen/arch/x86/mm/shadow/
A Dmulti.c259 (guest_l2e_get_flags(gw->l2e) & _PAGE_PSE)) ) in shadow_check_gwalk()
331 (guest_l2e_get_flags(gw->l2e) & _PAGE_PSE)) in gw_remove_write_accesses()
377 else if ( (guest_l2e_get_flags(gw->l2e) & _PAGE_PRESENT) in sh_audit_gw()
378 && (guest_l2e_get_flags(gw->l2e) & _PAGE_PSE) in sh_audit_gw()
746 (guest_l2e_get_flags(gl2e) & _PAGE_PRESENT) ) in l2e_propagate_from_guest()
1778 int r, flags = guest_l2e_get_flags(gw->l2e); in shadow_get_and_create_l1e()
2186 if ( (guest_l2e_get_flags(new_gl2e) & _PAGE_PRESENT) && in validate_gl2e()
2191 (guest_l2e_get_flags(new_gl2e) & _PAGE_PSE) ) in validate_gl2e()
2574 ASSERT(guest_l2e_get_flags(gw->l2e) & _PAGE_PSE); in sh_prefetch()
4736 s = sh_audit_flags(v, 2, guest_l2e_get_flags(*gl2e), in sh_audit_l2_table()
[all …]

Completed in 13 milliseconds