Home
last modified time | relevance | path

Searched refs:origptr (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/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);
/openbmc/linux/arch/arm64/kvm/
H A Dva_layout.c155 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask() argument
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() argument
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() argument
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() argument
297 origptr, updptr, nr_inst); in kvm_compute_final_ctr_el0()
/openbmc/linux/arch/arm64/kernel/
H A Dalternative.c105 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative() argument
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
H A Dproton-pack.c569 __le32 *origptr, in spectre_v4_patch_fw_mitigation_enable() argument
589 __le32 *origptr, in smccc_patch_fw_mitigation_conduit() argument
1065 __le32 *origptr, in spectre_bhb_patch_loop_mitigation_enable() argument
1076 __le32 *origptr, in spectre_bhb_patch_fw_mitigation_enabled() argument
1087 __le32 *origptr, __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_iter() argument
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() argument
1119 insn = le32_to_cpu(*origptr); in spectre_bhb_patch_wa3()
1134 __le32 *origptr, __le32 *updptr, int nr_inst) in 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