Searched refs:__alt_instructions_end (Results 1 – 15 of 15) sorted by relevance
| /arch/parisc/include/asm/ |
| A D | sections.h | 13 extern char __alt_instructions[], __alt_instructions_end[];
|
| /arch/arm64/include/asm/ |
| A D | sections.h | 10 extern char __alt_instructions[], __alt_instructions_end[];
|
| /arch/s390/include/asm/ |
| A D | alternative.h | 74 extern struct alt_instr __alt_instructions[], __alt_instructions_end[]; 80 __apply_alternatives(__alt_instructions, __alt_instructions_end, ALT_CTX_LATE); in apply_alternative_instructions()
|
| /arch/s390/kernel/ |
| A D | vmlinux.lds.S | 140 __alt_instructions_end = .; symbol 232 QUAD(__alt_instructions_end)
|
| /arch/um/include/asm/ |
| A D | common.lds.S | 71 __alt_instructions_end = .; symbol
|
| /arch/parisc/kernel/ |
| A D | vmlinux.lds.S | 76 __alt_instructions_end = .; symbol
|
| A D | alternative.c | 110 (struct alt_instr *) &__alt_instructions_end, NULL); in apply_alternatives_all()
|
| /arch/loongarch/include/asm/ |
| A D | alternative.h | 25 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
|
| /arch/loongarch/kernel/ |
| A D | vmlinux.lds.S | 81 __alt_instructions_end = .; symbol
|
| A D | alternative.c | 244 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
|
| /arch/arm64/kernel/ |
| A D | alternative.c | 224 .end = (struct alt_instr *)__alt_instructions_end,
|
| A D | vmlinux.lds.S | 253 __alt_instructions_end = .; symbol
|
| /arch/x86/kernel/ |
| A D | vmlinux.lds.S | 304 __alt_instructions_end = .; symbol
|
| A D | alternative.c | 2340 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
|
| /arch/x86/include/asm/ |
| A D | alternative.h | 84 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
|
Completed in 28 milliseconds