Searched refs:bpf_arch_text_poke (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/bpf/
H A Dtrampoline.c182 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL);
199 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr);
222 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr);
333 int err = bpf_arch_text_poke(im->ip_after_call, BPF_MOD_JUMP,
546 return bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP, NULL,
589 err = bpf_arch_text_poke(tr->func.addr, BPF_MOD_JUMP,
H A Dcore.c2973 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, function
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c2145 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, function
/linux-master/include/linux/
H A Dbpf.h3351 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c2331 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, function
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c651 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, function
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c535 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, function

Completed in 183 milliseconds