Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dalternative-macros.h207 #define _ALTERNATIVE_CFG(insn1, insn2, cap, cfg, ...) \ argument
/linux/arch/riscv/kernel/
H A Dalternative.c119 u32 insn2 = riscv_instruction_at(alt_ptr + (i + 1) * sizeof(u32)); in riscv_alternative_fix_offsets() local
/linux/tools/lib/bpf/
H A Dgen_loader.c104 static void emit2(struct bpf_gen *gen, struct bpf_insn insn1, struct bpf_insn insn2) in emit2()