Lines Matching refs:features
1 Using XSTATE features in user space applications
6 evaluate which features have been enabled by the kernel XCR0.
8 Up to AVX-512 and PKRU states, these features are automatically enabled by
14 Using dynamically enabled XSTATE features in user space applications
18 request the usage of such features. The arch_prctl(2) options related to
23 arch_prctl(ARCH_GET_XCOMP_SUPP, &features);
25 ARCH_GET_XCOMP_SUPP stores the supported features in userspace storage of
30 arch_prctl(ARCH_GET_XCOMP_PERM, &features);
32 ARCH_GET_XCOMP_PERM stores the features for which the userspace process
54 for the permitted features.
67 Dynamic features in signal frames
70 Dynamcally enabled features are not written to the signal frame upon signal
72 non-dynamic features which are always written regardless of their
74 field to determine if a features was written.