Searched defs:jt (Results 1 – 9 of 9) sorted by relevance
| /linux/samples/seccomp/ |
| H A D | bpf-helper.h | 55 #define SYSCALL(nr, jt) \ argument 76 #define JEQ(x, jt) JEQ32(x, EXPAND(jt)) argument 77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) argument 78 #define JGT(x, jt) JGT32(x, EXPAND(jt)) argument 79 #define JLT(x, jt) JLT32(x, EXPAND(jt)) argument 80 #define JGE(x, jt) JGE32(x, EXPAND(jt)) argument 81 #define JLE(x, jt) JLE32(x, EXPAND(jt)) argument 82 #define JA(x, jt) JA32(x, EXPAND(jt)) argument 103 #define JEQ(x, jt) \ argument 107 #define JGT(x, jt) \ argument [all …]
|
| /linux/include/uapi/linux/ |
| H A D | filter.h | 26 __u8 jt; /* Jump true */ member 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
| /linux/tools/include/uapi/linux/ |
| H A D | filter.h | 26 __u8 jt; /* Jump true */ member 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_gotox.c | 211 const void *const jt[256] = { in big_jump_table() local 278 void *jt[3] = { &&l1, &&l2, &&l3 }; in one_map_two_jumps() local
|
| /linux/tools/bpf/ |
| H A D | bpf_exp.y | 479 static void bpf_set_curr_instr(uint16_t code, uint8_t jt, uint8_t jf, in bpf_set_curr_instr()
|
| /linux/kernel/bpf/ |
| H A D | liveness.c | 486 struct bpf_iarray *succ, *jt; in bpf_insn_successors() local
|
| H A D | verifier.c | 18658 struct bpf_iarray *jt; in jt_from_map() local 18690 struct bpf_iarray *jt = NULL; in jt_from_subprog() local 18739 struct bpf_iarray *jt; in create_jt() local 18768 struct bpf_iarray *jt; in visit_gotox_insn() local 18808 struct bpf_iarray *jt; in visit_tailcall_insn() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H A D | gsp.c | 754 r535_gsp_acpi_jt(acpi_handle handle, JT_METHOD_DATA *jt) in r535_gsp_acpi_jt()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 6259 __u64 *jt; in create_jt_map() local
|