Home
last modified time | relevance | path

Searched refs:PFEC_insn_fetch (Results 1 – 12 of 12) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dguest_walk.c111 walk &= (PFEC_implicit | PFEC_insn_fetch | PFEC_user_mode | PFEC_write_access); in guest_walk_tables()
115 !(walk & (PFEC_insn_fetch | PFEC_user_mode))); in guest_walk_tables()
128 gw->pfec |= (walk & PFEC_insn_fetch); in guest_walk_tables()
380 if ( (ar & _PAGE_USER) && !(walk & PFEC_insn_fetch) && in guest_walk_tables()
396 if ( (walk & PFEC_insn_fetch) && (ar & _PAGE_NX_BIT) ) in guest_walk_tables()
414 if ( (walk & PFEC_insn_fetch) && guest_smep_enabled(v) ) in guest_walk_tables()
418 if ( !(walk & PFEC_insn_fetch) && guest_smap_enabled(v) && in guest_walk_tables()
A Dp2m.c2001 !!(*pfec & PFEC_insn_fetch)); in paging_gva_to_gfn()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dguest_walk.c135 *pfec &= ~PFEC_insn_fetch; in hap_p2m_ga_to_gfn()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dmonitor.c120 uint32_t pfec = PFEC_page_present | PFEC_insn_fetch; in gfn_of_rip()
A Dhvm.c3315 PFEC_page_present | PFEC_insn_fetch | pfec, pfinfo); in hvm_fetch_from_guest_linear()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c1204 if ( error_code & PFEC_insn_fetch ) in __page_fault_type()
1260 ((error_code & (PFEC_insn_fetch|PFEC_user_mode)) == PFEC_insn_fetch) ) in __page_fault_type()
1321 !(regs->error_code & (PFEC_reserved_bit | PFEC_insn_fetch)) && in fixup_page_fault()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h75 #define PFEC_insn_fetch (_AC(1,U) << 4) macro
A Dguest_pt.h455 gw->pfec & PFEC_insn_fetch ? 'I' : 'd', in print_gw()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S469 test $~(PFEC_write_access|PFEC_insn_fetch),%eax
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c1702 .read_access = !(pfec & PFEC_insn_fetch), in svm_do_nested_pgfault()
1704 .insn_fetch = !!(pfec & PFEC_insn_fetch), in svm_do_nested_pgfault()
A Dnestedsvm.c1222 pfec |= PFEC_insn_fetch; in nsvm_hap_walk_L1_p2m()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c3052 if ( !(error_code & (PFEC_insn_fetch|PFEC_user_mode)) && in sh_page_fault()

Completed in 49 milliseconds