Home
last modified time | relevance | path

Searched refs:__alt_instructions_end (Results 1 – 15 of 15) sorted by relevance

/linux/arch/s390/include/asm/
H A Dalternative.h74 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
80 __apply_alternatives(__alt_instructions, __alt_instructions_end, ALT_CTX_LATE); in apply_alternative_instructions()
/linux/arch/s390/kernel/
H A Dvmlinux.lds.S140 __alt_instructions_end = .; symbol
269 QUAD(__alt_instructions_end)
/linux/arch/parisc/include/asm/
H A Dsections.h13 extern char __alt_instructions[], __alt_instructions_end[];
/linux/arch/arm64/include/asm/
H A Dsections.h10 extern char __alt_instructions[], __alt_instructions_end[];
/linux/arch/um/include/asm/
H A Dcommon.lds.S71 __alt_instructions_end = .; symbol
/linux/arch/parisc/kernel/
H A Dalternative.c110 (struct alt_instr *) &__alt_instructions_end, NULL); in apply_alternatives_all()
H A Dvmlinux.lds.S76 __alt_instructions_end = .; symbol
/linux/arch/loongarch/include/asm/
H A Dalternative.h25 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
/linux/arch/loongarch/kernel/
H A Dvmlinux.lds.S81 __alt_instructions_end = .; symbol
H A Dalternative.c244 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
/linux/arch/arm64/kernel/
H A Dalternative.c229 .end = (struct alt_instr *)__alt_instructions_end,
H A Dvmlinux.lds.S254 __alt_instructions_end = .; symbol
/linux/arch/x86/include/asm/
H A Dalternative.h84 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
/linux/arch/x86/kernel/
H A Dvmlinux.lds.S304 __alt_instructions_end = .; symbol
H A Dalternative.c2434 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()