Home
last modified time | relevance | path

Searched defs:insn2 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/kernel/
H A Dalternative.c124 u32 insn2 = riscv_instruction_at(alt_ptr + (i + 1) * sizeof(u32)); in riscv_alternative_fix_offsets() local
/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-period.c57 char insn2[] = { dummy_workload_1() local
/linux/tools/lib/bpf/
H A Dgen_loader.c106 static void emit2(struct bpf_gen *gen, struct bpf_insn insn1, struct bpf_insn insn2) in emit2()