Searched refs:TLS_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/include/uapi/linux/ | ||
D | tls.h | 44 #define TLS_VERSION_MINOR(ver) ((ver) & 0xFF) macro |
/linux-6.12.1/include/uapi/linux/ | ||
D | tls.h | 46 #define TLS_VERSION_MINOR(ver) ((ver) & 0xFF) macro |