Lines Matching full:features
11 features that provide protection against control flow hijacking attacks. CET
37 At run time, /proc/cpuinfo shows CET features if the processor supports
51 or loaders must enable CET features using the interface described in section 4.
58 Elf features should be enabled by the loader using the below arch_prctl's. They
59 are only supported in 64 bit user applications. These operate on the features
72 arch_prctl(ARCH_SHSTK_LOCK, unsigned long features)
73 Lock in features at their current enabled or disabled status. 'features'
74 is a mask of all features to lock. All bits set are processed, unset bits
78 arch_prctl(ARCH_SHSTK_UNLOCK, unsigned long features)
79 Unlock features. 'features' is a mask of all features to unlock. All
83 Copy the currently enabled features to the address passed in addr. The
84 features are described using the bits passed into the others in
85 'features'.
178 On exec, shadow stack features are disabled by the kernel. At which point,