Searched refs:insn2 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/include/asm/ |
A D | alternative-macros.h | 90 .macro alternative_insn insn1, insn2, cap, enable = 1 97 663: \insn2 195 #define _ALTERNATIVE_CFG(insn1, insn2, cap, cfg, ...) \ argument 196 alternative_insn insn1, insn2, cap, IS_ENABLED(cfg)
|
/linux/tools/lib/bpf/ |
A D | gen_loader.c | 104 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 10 milliseconds