Home
last modified time | relevance | path

Searched refs:SMAP (Results 1 – 4 of 4) 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/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/vmx/
H A Dvmx.c7881 cr4_fixed1_update(X86_CR4_SMAP, ebx, feature_bit(SMAP)); in nested_vmx_cr_fixed1_bits_update()