Searched refs:smep (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | cpu.h | 165 B(smep, 7)
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
H A D | svm.c | 4099 bool smep, smap, is_user; in svm_can_emulate_instruction() local 4150 smep = cr4 & X86_CR4_SMEP; in svm_can_emulate_instruction() 4153 if (smap && (!smep || is_user)) { in svm_can_emulate_instruction()
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | svm.c | 4735 bool smep, smap, is_user; in svm_can_emulate_instruction() local 4836 smep = kvm_is_cr4_bit_set(vcpu, X86_CR4_SMEP); in svm_can_emulate_instruction() 4839 if (smap && (!smep || is_user)) { in svm_can_emulate_instruction()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 210 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smep, X86_CR4_SMEP); 230 BUILD_MMU_ROLE_ACCESSOR(ext, cr4, smep); 4989 /* Disallow supervisor fetches of user code if cr4.smep */ in update_permission_bitmask()
|
Completed in 20 milliseconds