Searched refs:kern_ctx_type (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 5585 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument 5587 kern_ctx_type _id##_kern; 5595 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument 5602 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument 5688 const struct btf_member *prog_ctx_type, *kern_ctx_type; in btf_translate_to_vmlinux() local 5693 kern_ctx_type = prog_ctx_type + 1; in btf_translate_to_vmlinux() 5694 return kern_ctx_type->type; in btf_translate_to_vmlinux()
|
H A D | syscall.c | 64 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) argument 2041 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument 2964 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) argument
|
H A D | verifier.c | 34 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 2054 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument
|