Home
last modified time | relevance | path

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

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