Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py300 self.is_call = 'do' in yaml or 'dump' in yaml
302 self.is_resv = not self.is_async and not self.is_call
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c651 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()
/openbmc/u-boot/tools/
H A Dmxsimage.c1135 unsigned int is_call) in sb_build_command_jump_call() argument
1144 const char *cmdname = is_call ? "CALL" : "JUMP"; in sb_build_command_jump_call()
1166 hab = is_call ? ROM_CALL_CMD_FLAG_HAB : ROM_JUMP_CMD_FLAG_HAB; in sb_build_command_jump_call()
1198 ccmd->header.tag = is_call ? ROM_CALL_CMD : ROM_JUMP_CMD; in sb_build_command_jump_call()
/openbmc/qemu/target/nios2/
H A Dtranslate.c231 static void gen_jumpr(DisasContext *dc, int regno, bool is_call) in gen_jumpr() argument
241 if (is_call) { in gen_jumpr()