Home
last modified time | relevance | path

Searched refs:PFEC_write_access (Results 1 – 14 of 14) 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()
120 gw->pfec = walk & (PFEC_user_mode | PFEC_write_access); in guest_walk_tables()
387 ((walk & PFEC_write_access) && read_pkru_wd(pkru, pkey) && in guest_walk_tables()
406 if ( (walk & PFEC_write_access) && !(ar & _PAGE_RW) ) in guest_walk_tables()
425 if ( (walk & PFEC_write_access) && !(ar & _PAGE_RW) && in guest_walk_tables()
447 (walk & PFEC_write_access)) ) in guest_walk_tables()
452 (walk & PFEC_write_access) && leaf_level == 2) ) in guest_walk_tables()
458 (walk & PFEC_write_access) && leaf_level == 3) ) in guest_walk_tables()
A Dp2m.c2000 !!(*pfec & PFEC_write_access), in paging_gva_to_gfn()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-gate-op.c321 pv_inject_page_fault(PFEC_write_access, \ in pv_emulate_gate_op()
A Demul-priv-op.c612 x86_emul_pagefault(PFEC_write_access, in rep_ins()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h72 #define PFEC_write_access (_AC(1,U) << 1) macro
A Dguest_pt.h458 gw->pfec & PFEC_write_access ? 'W' : 'r', in print_gw()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c1157 uint32_t pfec = PFEC_page_present | PFEC_write_access; in hvmemul_write()
1323 uint32_t pfec = PFEC_page_present | PFEC_write_access; in hvmemul_rep_ins()
1484 pfec | PFEC_write_access, hvmemul_ctxt); in hvmemul_rep_movs()
1606 uint32_t pfec = PFEC_page_present | PFEC_write_access; in hvmemul_rep_stos()
A Dhvm.c3297 PFEC_page_present | PFEC_write_access | pfec, pfinfo); in hvm_copy_to_guest_linear()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c1198 if ( error_code & PFEC_write_access ) in __page_fault_type()
1322 (regs->error_code & PFEC_write_access) ) in fixup_page_fault()
/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 Dnestedsvm.c1220 pfec |= PFEC_write_access; in nsvm_hap_walk_L1_p2m()
A Dsvm.c1703 .write_access = !!(pfec & PFEC_write_access), in svm_do_nested_pgfault()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c2848 .write_access = !!(regs->error_code & PFEC_write_access), in sh_page_fault()
2874 if ( regs->error_code == (PFEC_write_access | PFEC_page_present) ) in sh_page_fault()
3280 && regs->error_code == (PFEC_write_access|PFEC_page_present) in sh_page_fault()
A Dcommon.c1641 uint32_t pfec = PFEC_page_present | PFEC_write_access; in emulate_gva_to_mfn()

Completed in 52 milliseconds