/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | alternative.c | 29 struct alt_instr *begin; 30 struct alt_instr *end; 44 static bool branch_insn_requires_update(struct alt_instr *alt, unsigned long pc) in branch_insn_requires_update() 52 static u32 get_alt_insn(struct alt_instr *alt, __le32 *insnptr, __le32 *altinsnptr) in get_alt_insn() 97 static void patch_alternative(struct alt_instr *alt, in patch_alternative() 138 struct alt_instr *alt; in __apply_alternatives() 202 .begin = (struct alt_instr *)__alt_instructions, in __apply_alternatives_multi_stop() 203 .end = (struct alt_instr *)__alt_instructions_end, in __apply_alternatives_multi_stop() 240 .begin = (struct alt_instr *)__alt_instructions, in apply_boot_alternatives() 241 .end = (struct alt_instr *)__alt_instructions_end, in apply_boot_alternatives()
|
D | proton-pack.c | 596 void __init spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, in spectre_v4_patch_fw_mitigation_enable() 616 void __init smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, in smccc_patch_fw_mitigation_conduit() 1102 void noinstr spectre_bhb_patch_loop_iter(struct alt_instr *alt, in spectre_bhb_patch_loop_iter()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | alternative.c | 62 static void __init_or_module __apply_alternatives(struct alt_instr *start, in __apply_alternatives() 63 struct alt_instr *end) in __apply_alternatives() 65 struct alt_instr *a; in __apply_alternatives() 102 void __init_or_module apply_alternatives(struct alt_instr *start, in apply_alternatives() 103 struct alt_instr *end) in apply_alternatives() 109 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | alternative.c | 22 void __init_or_module apply_alternatives(struct alt_instr *start, in apply_alternatives() 23 struct alt_instr *end, const char *module_name) in apply_alternatives() 25 struct alt_instr *entry; in apply_alternatives() 107 apply_alternatives((struct alt_instr *) &__alt_instructions, in apply_alternatives_all() 108 (struct alt_instr *) &__alt_instructions_end, NULL); in apply_alternatives_all()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | alternative.h | 11 struct alt_instr { struct 20 void apply_alternatives(struct alt_instr *start, struct alt_instr *end); argument
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | alternative.h | 13 struct alt_instr { struct 21 typedef void (*alternative_cb_t)(struct alt_instr *alt, argument
|
D | uaccess.h | 256 #define __get_user_asm(instr, alt_instr, reg, x, addr, err, feature) \ argument 259 alt_instr " " reg "1, [%2]\n", feature) \ 321 #define __put_user_asm(instr, alt_instr, reg, x, addr, err, feature) \ argument 324 alt_instr " " reg "1, [%2]\n", feature) \
|
D | kvm_mmu.h | 83 void kvm_update_va_mask(struct alt_instr *alt,
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
D | va_layout.c | 100 void __init kvm_update_va_mask(struct alt_instr *alt, in kvm_update_va_mask() 137 void kvm_patch_vector_branch(struct alt_instr *alt, in kvm_patch_vector_branch()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
D | um_arch.c | 369 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | alternative.c | 274 extern struct alt_instr __alt_instructions[], __alt_instructions_end[]; 287 recompute_jump(struct alt_instr *a, u8 *orig_insn, u8 *repl_insn, u8 *insn_buff) in recompute_jump() 419 void __init_or_module noinline apply_alternatives(struct alt_instr *start, in apply_alternatives() 420 struct alt_instr *end) in apply_alternatives() 422 struct alt_instr *a; in apply_alternatives()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0001_linux_arch.patch | 14903 @@ -613,9 +571,9 @@ void __init spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, 14907 -void __init smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, 14910 +void __init spectre_v4_patch_fw_mitigation_conduit(struct alt_instr *alt, 15190 -void noinstr spectre_bhb_patch_loop_iter(struct alt_instr *alt,
|