Home
last modified time | relevance | path

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

/xen/xen/arch/x86/mm/
A Dguest_walk.c116 walk &= (PFEC_implicit | PFEC_insn_fetch | PFEC_user_mode | PFEC_write_access); in guest_walk_tables()
120 !(walk & (PFEC_insn_fetch | PFEC_user_mode))); in guest_walk_tables()
133 gw->pfec |= (walk & PFEC_insn_fetch); in guest_walk_tables()
415 if ( (ar & _PAGE_USER) && !(walk & PFEC_insn_fetch) && in guest_walk_tables()
431 if ( (walk & PFEC_insn_fetch) && (ar & _PAGE_NX_BIT) ) in guest_walk_tables()
449 if ( (walk & PFEC_insn_fetch) && guest_smep_enabled(v) ) in guest_walk_tables()
453 if ( !(walk & PFEC_insn_fetch) && guest_smap_enabled(v) && in guest_walk_tables()
A Dp2m.c1796 !!(*pfec & PFEC_insn_fetch)); in paging_gva_to_gfn()
/xen/xen/arch/x86/hvm/
A Dmonitor.c125 uint32_t pfec = PFEC_page_present | PFEC_insn_fetch; in gfn_of_rip()
264 if ( pfec & PFEC_insn_fetch ) in hvm_monitor_check_p2m()
272 if ( pfec & PFEC_insn_fetch ) in hvm_monitor_check_p2m()
A Demulate.c1132 else if ( pfec & PFEC_insn_fetch ) in known_gla()
1183 if ( pfec & PFEC_insn_fetch ) in linear_read()
1268 pfec |= PFEC_insn_fetch; in __hvmemul_read()
2885 unsigned int pfec = PFEC_page_present | PFEC_insn_fetch; in hvm_emulate_init_per_insn()
A Dhvm.c3785 ? PFEC_user_mode : 0) | PFEC_insn_fetch; in hvm_ud_intercept()
/xen/xen/arch/x86/mm/hap/
A Dguest_walk.c136 *pfec &= ~PFEC_insn_fetch; in hap_p2m_ga_to_gfn()
/xen/xen/arch/x86/mm/shadow/
A Dhvm.c128 ? PFEC_insn_fetch : 0), in hvm_read()
351 PFEC_insn_fetch, NULL)) in shadow_init_emulation()
382 PFEC_insn_fetch, NULL)) in shadow_continue_emulation()
A Dmulti.c2998 if ( !(error_code & (PFEC_insn_fetch|PFEC_user_mode)) && cpl == 3 ) in sh_page_fault()
/xen/xen/arch/x86/
A Dtraps.c1320 if ( error_code & PFEC_insn_fetch ) in __page_fault_type()
1376 ((error_code & (PFEC_insn_fetch|PFEC_user_mode)) == PFEC_insn_fetch) ) in __page_fault_type()
1439 !(regs->error_code & (PFEC_reserved_bit | PFEC_insn_fetch)) && in fixup_page_fault()
/xen/xen/include/asm-x86/
A Dguest_pt.h460 gw->pfec & PFEC_insn_fetch ? 'I' : 'd', in print_gw()
A Dprocessor.h69 #define PFEC_insn_fetch (_AC(1,U) << 4) macro
/xen/xen/arch/x86/x86_64/
A Dentry.S692 test $~(PFEC_write_access|PFEC_insn_fetch),%eax
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c1684 .read_access = !(pfec & PFEC_insn_fetch), in svm_do_nested_pgfault()
1686 .insn_fetch = !!(pfec & PFEC_insn_fetch), in svm_do_nested_pgfault()
A Dnestedsvm.c1208 pfec |= PFEC_insn_fetch; in nsvm_hap_walk_L1_p2m()

Completed in 52 milliseconds