Searched refs:smep (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/lib/zstd/common/ |
D | cpu.h | 165 B(smep, 7)
|
/Linux-v6.1/Documentation/virt/kvm/x86/ |
D | mmu.rst | 188 Contains the value of cr4.smep && !cr0.wp for which the page is valid 413 exists when an spte created with cr0.wp=0 and cr4.smep=0 is used after 414 changing cr4.smep to 1. To avoid this, the value of !cr0.wp && cr4.smep
|
/Linux-v6.1/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 164 7, 0, EBX, 7, smep, Supervisor-Mode Execution Prevention
|
/Linux-v6.1/arch/x86/kvm/svm/ |
D | svm.c | 4514 bool smep, smap, is_user; in svm_can_emulate_instruction() local 4608 smep = cr4 & X86_CR4_SMEP; in svm_can_emulate_instruction() 4611 if (smap && (!smep || is_user)) { in svm_can_emulate_instruction()
|
/Linux-v6.1/arch/x86/kvm/mmu/ |
D | mmu.c | 187 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smep, X86_CR4_SMEP); 207 BUILD_MMU_ROLE_ACCESSOR(ext, cr4, smep);
|