Searched refs:BPF_REG_3 (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/samples/bpf/ |
| D | test_verifier.c | 176 BPF_MOV64_REG(BPF_REG_3, BPF_REG_0), 188 BPF_MOV64_REG(BPF_REG_3, BPF_REG_0), 634 BPF_MOV64_REG(BPF_REG_3, BPF_REG_2), 636 BPF_STX_MEM(BPF_DW, BPF_REG_2, BPF_REG_3, -8), 642 BPF_STX_MEM(BPF_DW, BPF_REG_2, BPF_REG_3, -8), 648 BPF_STX_MEM(BPF_DW, BPF_REG_2, BPF_REG_3, -8), 654 BPF_STX_MEM(BPF_DW, BPF_REG_2, BPF_REG_3, -8), 660 BPF_STX_MEM(BPF_DW, BPF_REG_2, BPF_REG_3, -8), 991 BPF_MOV64_REG(BPF_REG_3, BPF_REG_1), 1007 BPF_MOV64_REG(BPF_REG_3, BPF_REG_2), [all …]
|
| /linux-4.4.14/include/uapi/linux/ |
| D | bpf.h | 44 BPF_REG_3, enumerator
|
| /linux-4.4.14/tools/include/linux/ |
| D | filter.h | 15 #define BPF_REG_ARG3 BPF_REG_3
|
| /linux-4.4.14/arch/s390/net/ |
| D | bpf_jit_comp.c | 81 [BPF_REG_3] = 4, 1014 EMIT6_PCREL_LABEL(0xec000000, 0x0065, BPF_REG_3, in bpf_jit_insn() 1041 EMIT6_DISP_LH(0xeb000000, 0x000d, REG_1, BPF_REG_3, REG_0, 3); in bpf_jit_insn()
|
| /linux-4.4.14/arch/arm64/net/ |
| D | bpf_jit_comp.c | 44 [BPF_REG_3] = A64_R(2), 655 const u8 r3 = bpf2a64[BPF_REG_3]; /* r3: unsigned int size */ in build_insn()
|
| /linux-4.4.14/include/linux/ |
| D | filter.h | 34 #define BPF_REG_ARG3 BPF_REG_3
|
| /linux-4.4.14/kernel/bpf/ |
| D | core.c | 37 #define BPF_R3 regs[BPF_REG_3]
|
| D | verifier.c | 460 BPF_REG_0, BPF_REG_1, BPF_REG_2, BPF_REG_3, BPF_REG_4, BPF_REG_5 968 err = check_func_arg(env, BPF_REG_3, fn->arg3_type, &map); in check_call()
|
| /linux-4.4.14/arch/x86/net/ |
| D | bpf_jit_comp.c | 123 [BPF_REG_3] = 2, /* rdx */
|
| /linux-4.4.14/lib/ |
| D | test_bpf.c | 48 #define R3 BPF_REG_3
|