Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dalternative.c109 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
112 apply_alternatives(__alt_instructions, __alt_instructions_end); in apply_alternative_instructions()
H A Dvmlinux.lds.S109 __alt_instructions_end = .; symbol
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dalternative.c204 .end = (struct alt_instr *)__alt_instructions_end, in __apply_alternatives_multi_stop()
242 .end = (struct alt_instr *)__alt_instructions_end, in apply_boot_alternatives()
H A Dvmlinux.lds.S217 __alt_instructions_end = .; symbol
H A Dvmlinux.lds65 __alt_instructions_end = .; symbol
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dsections.h8 extern char __alt_instructions[], __alt_instructions_end[];
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsections.h10 extern char __alt_instructions[], __alt_instructions_end[];
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dcommon.lds.S71 __alt_instructions_end = .; symbol
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dalternative.c108 (struct alt_instr *) &__alt_instructions_end, NULL); in apply_alternatives_all()
H A Dvmlinux.lds.S76 __alt_instructions_end = .; symbol
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dvmlinux.lds.S305 __alt_instructions_end = .; symbol
H A Dalternative.c274 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
1018 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()