Home
last modified time | relevance | path

Searched refs:is_call (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/net/ynl/lib/
Dnlspec.py355 self.is_call = 'do' in yaml or 'dump' in yaml
357 self.is_resv = not self.is_async and not self.is_call
/linux-6.12.1/arch/arc/net/
Dbpf_jit.h108 u32 mask_for_used_regs(u8 bpf_reg, bool is_call);
Dbpf_jit_arcv2.c2366 u32 mask_for_used_regs(u8 bpf_reg, bool is_call) in mask_for_used_regs() argument
2392 usage |= is_call ? BIT(ARC_R_BLINK) : 0; in mask_for_used_regs()
/linux-6.12.1/arch/riscv/net/
Dbpf_jit_comp64.c649 static int gen_jump_or_nops(void *target, void *ip, u32 *insns, bool is_call) in gen_jump_or_nops() argument
664 return emit_jump_and_link(is_call ? RV_REG_T0 : RV_REG_ZERO, rvoff, false, &ctx); in gen_jump_or_nops()
671 bool is_call = poke_type == BPF_MOD_CALL; in bpf_arch_text_poke() local
678 ret = gen_jump_or_nops(old_addr, ip, old_insns, is_call); in bpf_arch_text_poke()
685 ret = gen_jump_or_nops(new_addr, ip, new_insns, is_call); in bpf_arch_text_poke()