Home
last modified time | relevance | path

Searched refs:poke_type (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/net/
H A Dbpf_jit.c1289 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, in bpf_arch_text_poke() argument
1293 bool is_call = (poke_type == BPF_MOD_CALL); in bpf_arch_text_poke()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c873 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, in bpf_arch_text_poke() argument
877 bool is_call = poke_type == BPF_MOD_CALL; in bpf_arch_text_poke()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2870 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type poke_type, in bpf_arch_text_poke() argument
2915 if (poke_type == BPF_MOD_CALL) in bpf_arch_text_poke()