Searched refs:PFEC_insn_fetch (Results 1 – 14 of 14) sorted by relevance
116 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()
1796 !!(*pfec & PFEC_insn_fetch)); in paging_gva_to_gfn()
125 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()
1132 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()
3785 ? PFEC_user_mode : 0) | PFEC_insn_fetch; in hvm_ud_intercept()
136 *pfec &= ~PFEC_insn_fetch; in hap_p2m_ga_to_gfn()
128 ? 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()
2998 if ( !(error_code & (PFEC_insn_fetch|PFEC_user_mode)) && cpl == 3 ) in sh_page_fault()
1320 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()
460 gw->pfec & PFEC_insn_fetch ? 'I' : 'd', in print_gw()
69 #define PFEC_insn_fetch (_AC(1,U) << 4) macro
692 test $~(PFEC_write_access|PFEC_insn_fetch),%eax
1684 .read_access = !(pfec & PFEC_insn_fetch), in svm_do_nested_pgfault()1686 .insn_fetch = !!(pfec & PFEC_insn_fetch), in svm_do_nested_pgfault()
1208 pfec |= PFEC_insn_fetch; in nsvm_hap_walk_L1_p2m()
Completed in 52 milliseconds