Searched refs:__alt_instructions_end (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/s390/kernel/ |
H A D | alternative.c | 54 extern struct alt_instr __alt_instructions[], __alt_instructions_end[]; 57 apply_alternatives(__alt_instructions, __alt_instructions_end); in apply_alternative_instructions()
|
H A D | vmlinux.lds.S | 130 __alt_instructions_end = .; symbol
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | sections.h | 13 extern char __alt_instructions[], __alt_instructions_end[];
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | sections.h | 10 extern char __alt_instructions[], __alt_instructions_end[];
|
/openbmc/linux/arch/um/include/asm/ |
H A D | common.lds.S | 71 __alt_instructions_end = .; symbol
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | vmlinux.lds.S | 76 __alt_instructions_end = .; symbol
|
H A D | alternative.c | 110 (struct alt_instr *) &__alt_instructions_end, NULL); in apply_alternatives_all()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | alternative.h | 25 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | vmlinux.lds.S | 80 __alt_instructions_end = .; symbol
|
H A D | alternative.c | 243 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | vmlinux.lds.S | 243 __alt_instructions_end = .; symbol
|
H A D | alternative.c | 224 .end = (struct alt_instr *)__alt_instructions_end,
|
/openbmc/linux/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 338 __alt_instructions_end = .; symbol
|
H A D | alternative.c | 163 extern struct alt_instr __alt_instructions[], __alt_instructions_end[]; 1635 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
|