Searched refs:TLS_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/include/uapi/linux/ | ||
| A D | tls.h | 45 #define TLS_VERSION_MAJOR(ver) (((ver) >> 8) & 0xFF) macro |
| /linux/include/uapi/linux/ | ||
| A D | tls.h | 47 #define TLS_VERSION_MAJOR(ver) (((ver) >> 8) & 0xFF) macro |
Completed in 7 milliseconds