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