Home
last modified time | relevance | path

Searched refs:origptr (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dspectre.h104 void spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, __le32 *origptr,
106 void smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, __le32 *origptr,
108 void spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, __le32 *origptr,
110 void spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, __le32 *origptr,
113 __le32 *origptr, __le32 *updptr, int nr_inst);
115 __le32 *origptr, __le32 *updptr, int nr_inst);
117 __le32 *origptr, __le32 *updptr, int nr_inst);
H A Dalternative.h22 __le32 *origptr, __le32 *updptr, int nr_inst);
34 void alt_cb_patch_nops(struct alt_instr *alt, __le32 *origptr,
H A Dkvm_asm.h288 __le32 *origptr, __le32 *updptr, int nr_inst);
290 __le32 *origptr, __le32 *updptr, int nr_inst);
292 __le32 *origptr, __le32 *updptr, int nr_inst);
H A Dkvm_mmu.h124 __le32 *origptr, __le32 *updptr, int nr_inst);
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dva_layout.c155 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask()
177 oinsn = le32_to_cpu(origptr[i]); in kvm_update_va_mask()
189 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_patch_vector_branch()
206 addr |= ((u64)origptr & GENMASK_ULL(10, 7)); in kvm_patch_vector_branch()
244 static void generate_mov_q(u64 val, __le32 *origptr, __le32 *updptr, int nr_inst) in generate_mov_q() argument
251 oinsn = le32_to_cpu(*origptr); in generate_mov_q()
288 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_get_kimage_voffset()
290 generate_mov_q(kimage_voffset, origptr, updptr, nr_inst); in kvm_get_kimage_voffset()
294 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_compute_final_ctr_el0()
297 origptr, updpt in kvm_compute_final_ctr_el0() local
154 kvm_update_va_mask(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_update_va_mask() argument
188 kvm_patch_vector_branch(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_patch_vector_branch() argument
287 kvm_get_kimage_voffset(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_get_kimage_voffset() argument
293 kvm_compute_final_ctr_el0(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_compute_final_ctr_el0() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dalternative.c105 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative()
114 insn = get_alt_insn(alt, origptr + i, replptr + i); in patch_alternative()
147 __le32 *origptr, *updptr; in __apply_alternatives() local
165 origptr = ALT_ORIG_PTR(alt); in __apply_alternatives()
166 updptr = is_module ? origptr : lm_alias(origptr); in __apply_alternatives()
174 alt_cb(alt, origptr, updptr, nr_inst); in __apply_alternatives()
177 clean_dcache_range_nopatch((u64)origptr, in __apply_alternatives()
178 (u64)(origptr + nr_inst)); in __apply_alternatives()
294 noinstr void alt_cb_patch_nops(struct alt_instr *alt, __le32 *origptr, in alt_cb_patch_nops() argument
104 patch_alternative(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) patch_alternative() argument
[all...]
H A Dproton-pack.c569 __le32 *origptr, in spectre_v4_patch_fw_mitigation_enable()
589 __le32 *origptr, in smccc_patch_fw_mitigation_conduit()
1065 __le32 *origptr, in spectre_bhb_patch_loop_mitigation_enable()
1076 __le32 *origptr, in spectre_bhb_patch_fw_mitigation_enabled()
1087 __le32 *origptr, __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_iter()
1098 insn = le32_to_cpu(*origptr); in spectre_bhb_patch_loop_iter()
1108 __le32 *origptr, __le32 *updptr, int nr_inst) in spectre_bhb_patch_wa3()
1119 insn = le32_to_cpu(*origptr); in spectre_bhb_patch_wa3()
1134 __le32 *origptr, __le32 *updptr, int nr_inst) in spectre_bhb_patch_clearbhb()
568 spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_v4_patch_fw_mitigation_enable() argument
588 smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) smccc_patch_fw_mitigation_conduit() argument
1064 spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_loop_mitigation_enable() argument
1075 spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_fw_mitigation_enabled() argument
1086 spectre_bhb_patch_loop_iter(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_loop_iter() argument
1107 spectre_bhb_patch_wa3(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_wa3() argument
1133 spectre_bhb_patch_clearbhb(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_clearbhb() argument
H A Dmte.c218 void __init kasan_hw_tags_enable(struct alt_instr *alt, __le32 *origptr,
221 void __init kasan_hw_tags_enable(struct alt_instr *alt, __le32 *origptr, in kasan_hw_tags_enable() argument
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dalternative.c98 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative()
107 insn = get_alt_insn(alt, origptr + i, replptr + i); in patch_alternative()
140 __le32 *origptr, *updptr; in __apply_alternatives() local
161 origptr = ALT_ORIG_PTR(alt); in __apply_alternatives()
162 updptr = is_module ? origptr : lm_alias(origptr); in __apply_alternatives()
170 alt_cb(alt, origptr, updptr, nr_inst); in __apply_alternatives()
173 clean_dcache_range_nopatch((u64)origptr, in __apply_alternatives()
174 (u64)(origptr + nr_inst)); in __apply_alternatives()
97 patch_alternative(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) patch_alternative() argument
H A Dproton-pack.c585 __le32 *origptr, in spectre_v4_patch_fw_mitigation_enable()
605 __le32 *origptr, in smccc_patch_fw_mitigation_conduit()
1098 __le32 *origptr, __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_iter()
1109 insn = le32_to_cpu(*origptr); in spectre_bhb_patch_loop_iter()
584 spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_v4_patch_fw_mitigation_enable() argument
604 smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) smccc_patch_fw_mitigation_conduit() argument
1097 spectre_bhb_patch_loop_iter(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_loop_iter() argument
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dva_layout.c101 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask()
123 oinsn = le32_to_cpu(origptr[i]); in kvm_update_va_mask()
138 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_patch_vector_branch()
158 addr |= ((u64)origptr & GENMASK_ULL(10, 7)); in kvm_patch_vector_branch()
100 kvm_update_va_mask(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_update_va_mask() argument
137 kvm_patch_vector_branch(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_patch_vector_branch() argument
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dalternative.h22 __le32 *origptr, __le32 *updptr, int nr_inst);
H A Dkvm_mmu.h84 __le32 *origptr, __le32 *updptr, int nr_inst);

Completed in 8 milliseconds