Home
last modified time | relevance | path

Searched refs:new_t (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/bpf/
H A Dtrampoline.c414 enum bpf_text_poke_type new_t = BPF_MOD_CALL, old_t = BPF_MOD_CALL; in modify_fentry()
418 new_t = BPF_MOD_NOP; in register_fentry()
420 new_t = BPF_MOD_JUMP; in register_fentry()
427 return bpf_arch_text_poke(ip, old_t, new_t, old_addr, new_addr); in register_fentry()
373 enum bpf_text_poke_type new_t = BPF_MOD_CALL, old_t = BPF_MOD_CALL; bpf_trampoline_update_fentry() local
H A Dcore.c3295 enum bpf_text_poke_type new_t, void *old_addr,
3280 bpf_arch_text_poke(void * ip,enum bpf_text_poke_type old_t,enum bpf_text_poke_type new_t,void * old_addr,void * new_addr) bpf_arch_text_poke() argument
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c1302 enum bpf_text_poke_type new_t, void *old_addr, in bpf_arch_text_poke()
1326 if (old_t == BPF_MOD_CALL || new_t == BPF_MOD_CALL) { in bpf_arch_text_poke()
1369 branch_flags = new_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()
1297 bpf_arch_text_poke(void * ip,enum bpf_text_poke_type old_t,enum bpf_text_poke_type new_t,void * old_addr,void * new_addr) bpf_arch_text_poke() argument
/linux/arch/x86/net/
H A Dbpf_jit_comp.c621 enum bpf_text_poke_type new_t, in __bpf_arch_text_poke()
641 if (new_t != BPF_MOD_NOP && new_addr) { in bpf_arch_text_poke()
643 ret = new_t == BPF_MOD_CALL ? in bpf_arch_text_poke()
665 enum bpf_text_poke_type new_t, void *old_addr, in __emit_indirect_jump()
680 return __bpf_arch_text_poke(ip, old_t, new_t, old_addr, new_addr); in emit_indirect_jump()
592 __bpf_arch_text_poke(void * ip,enum bpf_text_poke_type old_t,enum bpf_text_poke_type new_t,void * old_addr,void * new_addr) __bpf_arch_text_poke() argument
636 bpf_arch_text_poke(void * ip,enum bpf_text_poke_type old_t,enum bpf_text_poke_type new_t,void * old_addr,void * new_addr) bpf_arch_text_poke() argument
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c856 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 Dbpf_jit.c1560 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/kernel/
H A Dsignal.c5027 int new_t, ret; in kdb_send_sig() local
5034 new_t = kdb_prev_t != t; in kdb_send_sig()
5036 if (!task_is_running(t) && new_t) { in kdb_send_sig()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c3031 enum bpf_text_poke_type new_t, void *old_addr, in bpf_arch_text_poke()
3081 branch_type = new_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK : in bpf_jit_supports_arena()
2943 bpf_arch_text_poke(void * ip,enum bpf_text_poke_type old_t,enum bpf_text_poke_type new_t,void * old_addr,void * new_addr) bpf_arch_text_poke() argument
/linux/include/linux/
H A Dbpf.h4065 enum bpf_text_poke_type new_t, void *old_addr,