Searched refs:BTF_F_PTR_RAW (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_ptr.h7 #define BTF_F_PTR_RAW BTF_F_PTR_RAW___not_used macro
13 #undef BTF_F_PTR_RAW macro
25 BTF_F_PTR_RAW = (1ULL << 2), enumerator in enum:__anon6256
H A Dbpf_iter.h24 #define BTF_F_PTR_RAW BTF_F_PTR_RAW___not_used macro
48 #undef BTF_F_PTR_RAW macro
160 BTF_F_PTR_RAW = (1ULL << 2), enumerator in enum:__anon3599
H A Dnetif_receive_skb.c97 static __u64 flags[] = { 0, BTF_F_COMPACT, BTF_F_ZERO, BTF_F_PTR_RAW,
99 BTF_F_PTR_RAW | BTF_F_NONAME };
206 TEST_BTF(str, struct list_head, BTF_F_PTR_RAW,
210 TEST_BTF(str, struct list_head, BTF_F_PTR_RAW,
/linux-master/include/linux/
H A Dbtf.h186 #define BTF_SHOW_PTR_RAW BTF_F_PTR_RAW
/linux-master/include/uapi/linux/
H A Dbpf.h4857 * **BTF_F_PTR_RAW**
7372 * - BTF_F_PTR_RAW: show raw (unobfuscated) pointer values;
7380 BTF_F_PTR_RAW = (1ULL << 2), enumerator in enum:__anon2710
/linux-master/tools/include/uapi/linux/
H A Dbpf.h4857 * **BTF_F_PTR_RAW**
7372 * - BTF_F_PTR_RAW: show raw (unobfuscated) pointer values;
7380 BTF_F_PTR_RAW = (1ULL << 2), enumerator in enum:__anon3251
/linux-master/kernel/trace/
H A Dbpf_trace.c980 BTF_F_PTR_RAW | BTF_F_ZERO)

Completed in 359 milliseconds