lkml.org 
[lkml]   [2018]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC, PATCH 01/22] x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
    Date
    CPUID.0x7.0x0:ECX[13] indicates whether CPU supports Intel Total Memory
    Encryption.

    Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    ---
    arch/x86/include/asm/cpufeatures.h | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/arch/x86/include/asm/cpufeatures.h b/arch/x86/include/asm/cpufeatures.h
    index 3508318b5d23..d5f42a303e74 100644
    --- a/arch/x86/include/asm/cpufeatures.h
    +++ b/arch/x86/include/asm/cpufeatures.h
    @@ -317,6 +317,7 @@
    #define X86_FEATURE_VPCLMULQDQ (16*32+10) /* Carry-Less Multiplication Double Quadword */
    #define X86_FEATURE_AVX512_VNNI (16*32+11) /* Vector Neural Network Instructions */
    #define X86_FEATURE_AVX512_BITALG (16*32+12) /* Support for VPOPCNT[B,W] and VPSHUF-BITQMB instructions */
    +#define X86_FEATURE_TME (16*32+13) /* Intel Total Memory Encryption */
    #define X86_FEATURE_AVX512_VPOPCNTDQ (16*32+14) /* POPCNT for vectors of DW/QW */
    #define X86_FEATURE_LA57 (16*32+16) /* 5-level page tables */
    #define X86_FEATURE_RDPID (16*32+22) /* RDPID instruction */
    --
    2.16.1
    \
     
     \ /
      Last update: 2018-03-05 17:33    [W:3.105 / U:0.128 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site