Home
last modified time | relevance | path

Searched defs:alternative (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/arch/riscv/kernel/
Dvmlinux.lds.S117 KEEP(*(.alternative))
118 __alt_end = .;
/linux-6.14.4/arch/loongarch/include/asm/
Dalternative.h103 #define alternative(oldinstr, newinstr, feature) \ macro
/linux-6.14.4/arch/s390/include/asm/
Dalternative.h162 #define alternative(oldinstr, altinstr, feature) \ macro
/linux-6.14.4/tools/objtool/
Dcheck.c25 struct alternative { struct
26 struct alternative *next; argument
27 struct instruction *insn;
28 bool skip_orig;
/linux-6.14.4/arch/x86/include/asm/
Dalternative.h207 #define alternative(oldinstr, newinstr, ft_flags) \ macro
/linux-6.14.4/arch/x86/events/intel/
Dp4.c592 u64 alternative; member