/linux-6.1.9/arch/s390/kernel/ |
D | alternative.c | 20 static void __init_or_module __apply_alternatives(struct alt_instr *start, in __apply_alternatives() 21 struct alt_instr *end) in __apply_alternatives() 23 struct alt_instr *a; in __apply_alternatives() 47 void __init_or_module apply_alternatives(struct alt_instr *start, in apply_alternatives() 48 struct alt_instr *end) in apply_alternatives() 54 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
|
/linux-6.1.9/arch/arm64/kernel/ |
D | alternative.c | 36 struct alt_instr *begin; 37 struct alt_instr *end; 51 static __always_inline bool branch_insn_requires_update(struct alt_instr *alt, unsigned long pc) in branch_insn_requires_update() 59 static __always_inline u32 get_alt_insn(struct alt_instr *alt, __le32 *insnptr, __le32 *altinsnptr) in get_alt_insn() 104 static noinstr void patch_alternative(struct alt_instr *alt, in patch_alternative() 146 struct alt_instr *alt; in __apply_alternatives() 224 .begin = (struct alt_instr *)__alt_instructions, 225 .end = (struct alt_instr *)__alt_instructions_end, 295 noinstr void alt_cb_patch_nops(struct alt_instr *alt, __le32 *origptr, in alt_cb_patch_nops()
|
D | proton-pack.c | 580 void __init spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, in spectre_v4_patch_fw_mitigation_enable() 600 void __init smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, in smccc_patch_fw_mitigation_conduit() 1079 void noinstr spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, in spectre_bhb_patch_loop_mitigation_enable() 1090 void noinstr spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, in spectre_bhb_patch_fw_mitigation_enabled() 1101 void noinstr spectre_bhb_patch_loop_iter(struct alt_instr *alt, in spectre_bhb_patch_loop_iter() 1122 void noinstr spectre_bhb_patch_wa3(struct alt_instr *alt, in spectre_bhb_patch_wa3() 1148 void __init spectre_bhb_patch_clearbhb(struct alt_instr *alt, in spectre_bhb_patch_clearbhb()
|
D | mte.c | 245 void __init kasan_hw_tags_enable(struct alt_instr *alt, __le32 *origptr, 248 void __init kasan_hw_tags_enable(struct alt_instr *alt, __le32 *origptr, in kasan_hw_tags_enable()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | alternative.c | 23 void __init_or_module apply_alternatives(struct alt_instr *start, in apply_alternatives() 24 struct alt_instr *end, const char *module_name) in apply_alternatives() 26 struct alt_instr *entry; in apply_alternatives() 109 apply_alternatives((struct alt_instr *) &__alt_instructions, in apply_alternatives_all() 110 (struct alt_instr *) &__alt_instructions_end, NULL); in apply_alternatives_all()
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | alternative.h | 23 struct alt_instr { struct 32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end, argument
|
/linux-6.1.9/arch/s390/include/asm/ |
D | alternative.h | 11 struct alt_instr { struct 19 void apply_alternatives(struct alt_instr *start, struct alt_instr *end); argument
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | alternative.h | 13 struct alt_instr { struct 21 typedef void (*alternative_cb_t)(struct alt_instr *alt, argument
|
D | kvm_mmu.h | 120 void kvm_update_va_mask(struct alt_instr *alt,
|
/linux-6.1.9/arch/arm64/kvm/ |
D | va_layout.c | 154 void __init kvm_update_va_mask(struct alt_instr *alt, in kvm_update_va_mask() 188 void kvm_patch_vector_branch(struct alt_instr *alt, in kvm_patch_vector_branch() 287 void kvm_get_kimage_voffset(struct alt_instr *alt, in kvm_get_kimage_voffset() 293 void kvm_compute_final_ctr_el0(struct alt_instr *alt, in kvm_compute_final_ctr_el0()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | alternative.h | 62 struct alt_instr { struct 77 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end); argument
|
/linux-6.1.9/arch/um/kernel/ |
D | um_arch.c | 447 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives()
|
/linux-6.1.9/arch/x86/entry/vdso/ |
D | vma.c | 51 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image() 52 (struct alt_instr *)(image->data + image->alt + in init_vdso_image()
|
/linux-6.1.9/arch/x86/kernel/ |
D | alternative.c | 120 extern struct alt_instr __alt_instructions[], __alt_instructions_end[]; 133 recompute_jump(struct alt_instr *a, u8 *orig_insn, u8 *repl_insn, u8 *insn_buff) in recompute_jump() 265 void __init_or_module noinline apply_alternatives(struct alt_instr *start, in apply_alternatives() 266 struct alt_instr *end) in apply_alternatives() 268 struct alt_instr *a; in apply_alternatives()
|