Home
last modified time | relevance | path

Searched refs:__alt_instructions (Results 1 – 14 of 14) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dsections.h13 extern char __alt_instructions[], __alt_instructions_end[];
/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/arm64/include/asm/
H A Dsections.h10 extern char __alt_instructions[], __alt_instructions_end[];
/linux/arch/um/include/asm/
H A Dcommon.lds.S69 __alt_instructions = .; symbol
/linux/arch/parisc/kernel/
H A Dalternative.c109 apply_alternatives((struct alt_instr *) &__alt_instructions, in apply_alternatives_all()
H A Dvmlinux.lds.S74 __alt_instructions = .; 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.S79 __alt_instructions = .; symbol
H A Dalternative.c244 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
/linux/arch/arm64/kernel/
H A Dvmlinux.lds.S251 __alt_instructions = .; symbol
H A Dalternative.c228 .begin = (struct alt_instr *)__alt_instructions,
/linux/arch/x86/kernel/
H A Dvmlinux.lds.S299 __alt_instructions = .; symbol
H A Dalternative.c2384 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
/linux/arch/x86/include/asm/
H A Dalternative.h84 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];