Home
last modified time | relevance | path

Searched refs:alt_instr (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[];
32 struct alt_instr *begin;
33 struct alt_instr *end;
38 struct alt_instr *alt; in __apply_alternatives()
/linux-4.1.27/arch/x86/include/asm/
Dalternative.h46 struct alt_instr { struct
56 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end); argument
/linux-4.1.27/arch/x86/kernel/
Dalternative.c257 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
270 recompute_jump(struct alt_instr *a, u8 *orig_insn, u8 *repl_insn, u8 *insnbuf) in recompute_jump()
326 static void __init_or_module optimize_nops(struct alt_instr *a, u8 *instr) in optimize_nops()
349 void __init_or_module apply_alternatives(struct alt_instr *start, in apply_alternatives()
350 struct alt_instr *end) in apply_alternatives()
352 struct alt_instr *a; in apply_alternatives()
/linux-4.1.27/arch/arm64/include/asm/
Dalternative.h8 struct alt_instr { struct
/linux-4.1.27/arch/x86/vdso/
Dvma.c37 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image()
38 (struct alt_instr *)(image->data + image->alt + in init_vdso_image()
/linux-4.1.27/arch/um/kernel/
Dum_arch.c359 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives()