Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/include/asm/
Dalternative-macros.h102 .macro alternative_insn insn1, insn2, cap, enable = 1
109 663: \insn2
207 #define _ALTERNATIVE_CFG(insn1, insn2, cap, cfg, ...) \ argument
208 alternative_insn insn1, insn2, cap, IS_ENABLED(cfg)
/Linux-v6.1/tools/lib/bpf/
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()
/Linux-v6.1/tools/objtool/
Dcheck.c1343 static bool same_function(struct instruction *insn1, struct instruction *insn2) in same_function() argument
1345 return insn1->func->pfunc == insn2->func->pfunc; in same_function()