Home
last modified time | relevance | path

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

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