Home
last modified time | relevance | path

Searched refs:insn2 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dalternative-macros.h43 * If any of these .org directive fail, it means that insn1 and insn2
50 * but most assemblers die if insn1 or insn2 have a .inst. This should
102 .macro alternative_insn insn1, insn2, cap, enable = 1 variable
109 663: \insn2
207 #define _ALTERNATIVE_CFG(insn1, insn2, cap, cfg, ...) \
208 alternative_insn insn1, insn2, cap, IS_ENABLED(cfg)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dalternative-macros.h33 * If any of these .org directive fail, it means that insn1 and insn2
40 * but most assemblers die if insn1 or insn2 have a .inst. This should
92 .macro alternative_insn insn1, insn2, cap, enable = 1 variable
99 663: \insn2
197 #define _ALTERNATIVE_CFG(insn1, insn2, cap, cfg, ...) \
198 alternative_insn insn1, insn2, cap, IS_ENABLED(cfg)
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dalternative.c119 u32 insn2 = riscv_instruction_at(alt_ptr + (i + 1) * sizeof(u32)); in riscv_alternative_fix_offsets() local
121 if (!riscv_insn_is_jalr(insn2)) in riscv_alternative_fix_offsets()
129 insn, insn2, patch_offset); in riscv_alternative_fix_offsets()
/kernel/linux/linux-6.6/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() argument
107 emit(gen, insn2); in emit2()

Completed in 4 milliseconds