Home
last modified time | relevance | path

Searched refs:SMAP (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/boot/
H A Dmemory.c16 #define SMAP 0x534d4150 /* ASCII "SMAP" */ macro
28 ireg.edx = SMAP; in detect_memory_e820()
60 if (oreg.eax != SMAP) { in detect_memory_e820()
/linux/Documentation/translations/zh_CN/security/
H A Dself-protection.rst91 持(如x86的SMEP/SMAP,ARM的PXN/PAN)或通过仿真(如ARM的内存
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst427 - if CR4.SMAP is disabled: since the page has been changed to a kernel
428 page, it can not be reused when CR4.SMAP is enabled. We set
429 CR4.SMAP && !CR0.WP into shadow page's role to avoid this case. Note,
430 here we do not care the case that CR4.SMAP is enabled since KVM will
/linux/Documentation/security/
H A Dself-protection.rst99 (x86's SMEP/SMAP, ARM's PXN/PAN) or via emulation (ARM's Memory Domains).
/linux/arch/x86/kvm/
H A Dcpuid.c923 F(SMAP), in kvm_set_cpu_caps()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7797 cr4_fixed1_update(X86_CR4_SMAP, ebx, feature_bit(SMAP)); in nested_vmx_cr_fixed1_bits_update()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4570 Disable SMAP (Supervisor Mode Access Prevention)