Searched refs:new_t (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 373 enum bpf_text_poke_type new_t = BPF_MOD_CALL, old_t = BPF_MOD_CALL; in bpf_trampoline_update_fentry() local 377 new_t = BPF_MOD_NOP; in bpf_trampoline_update_fentry() 379 new_t = BPF_MOD_JUMP; in bpf_trampoline_update_fentry() 386 return bpf_arch_text_poke(ip, old_t, new_t, old_addr, new_addr); in bpf_trampoline_update_fentry()
|
| H A D | core.c | 3269 enum bpf_text_poke_type new_t, void *old_addr, in bpf_arch_text_poke() argument
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 1297 enum bpf_text_poke_type new_t, void *old_addr, in bpf_arch_text_poke() argument 1321 if (old_t == BPF_MOD_CALL || new_t == BPF_MOD_CALL) { in bpf_arch_text_poke() 1364 branch_flags = new_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 592 enum bpf_text_poke_type new_t, in __bpf_arch_text_poke() argument 612 if (new_t != BPF_MOD_NOP && new_addr) { in __bpf_arch_text_poke() 614 ret = new_t == BPF_MOD_CALL ? in __bpf_arch_text_poke() 636 enum bpf_text_poke_type new_t, void *old_addr, in bpf_arch_text_poke() argument 651 return __bpf_arch_text_poke(ip, old_t, new_t, old_addr, new_addr); in bpf_arch_text_poke()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 856 enum bpf_text_poke_type new_t, void *old_addr, in bpf_arch_text_poke() argument 875 is_call = new_t == BPF_MOD_CALL; in bpf_arch_text_poke()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1560 enum bpf_text_poke_type new_t, void *old_addr, in bpf_arch_text_poke() argument 1597 is_call = new_t == BPF_MOD_CALL; in bpf_arch_text_poke()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2943 enum bpf_text_poke_type new_t, void *old_addr, in bpf_arch_text_poke() argument 2993 branch_type = new_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK : in bpf_arch_text_poke()
|
| /linux/include/linux/ |
| H A D | bpf.h | 3856 enum bpf_text_poke_type new_t, void *old_addr,
|