Searched refs:BTF_INT_OFFSET (Results 1 – 2 of 2) sorted by relevance
| /include/uapi/linux/ | ||
| D | btf.h | 93 #define BTF_INT_OFFSET(VAL) (((VAL) & 0x00ff0000) >> 16) macro |
| /include/linux/ | ||
| D | btf.h | 342 return BTF_INT_OFFSET(*(u32 *)(t + 1)); in btf_int_offset() |