Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/kernel/
Dalternative.c29 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
64 .end = __alt_instructions_end, in apply_alternatives_all()
83 free_reserved_area(__alt_instructions, __alt_instructions_end, in free_alternatives_memory()
Dvmlinux.lds.S144 __alt_instructions_end = .; symbol
/linux-4.1.27/arch/mn10300/kernel/
Dvmlinux.lds.S67 __alt_instructions_end = .; symbol
/linux-4.1.27/arch/um/include/asm/
Dcommon.lds.S79 __alt_instructions_end = .; symbol
/linux-4.1.27/arch/x86/kernel/
Dvmlinux.lds.S237 __alt_instructions_end = .; symbol
Dalternative.c257 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
615 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()