Searched refs:is_call (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/net/ynl/lib/ |
D | nlspec.py | 300 self.is_call = 'do' in yaml or 'dump' in yaml 302 self.is_resv = not self.is_async and not self.is_call
|
/Linux-v6.6/arch/riscv/net/ |
D | bpf_jit_comp64.c | 651 static int gen_jump_or_nops(void *target, void *ip, u32 *insns, bool is_call) in gen_jump_or_nops() argument 666 return emit_jump_and_link(is_call ? RV_REG_T0 : RV_REG_ZERO, rvoff, false, &ctx); in gen_jump_or_nops() 673 bool is_call = poke_type == BPF_MOD_CALL; in bpf_arch_text_poke() local 680 ret = gen_jump_or_nops(old_addr, ip, old_insns, is_call); in bpf_arch_text_poke() 687 ret = gen_jump_or_nops(new_addr, ip, new_insns, is_call); in bpf_arch_text_poke()
|