| /linux/arch/arm64/kvm/ |
| H A D | va_layout.c | 155 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask() argument 159 BUG_ON(nr_inst != 5); in kvm_update_va_mask() 161 for (i = 0; i < nr_inst; i++) { in kvm_update_va_mask() 189 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_patch_vector_branch() argument 194 BUG_ON(nr_inst != 4); 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 248 BUG_ON(nr_inst != 4); 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 [all …]
|
| /linux/arch/arm64/include/asm/ |
| H A D | spectre.h | 107 __le32 *updptr, int nr_inst); 109 __le32 *updptr, int nr_inst); 111 __le32 *updptr, int nr_inst); 113 __le32 *updptr, int nr_inst); 115 __le32 *origptr, __le32 *updptr, int nr_inst); 117 __le32 *origptr, __le32 *updptr, int nr_inst); 119 __le32 *origptr, __le32 *updptr, int nr_inst);
|
| H A D | alternative.h | 22 __le32 *origptr, __le32 *updptr, int nr_inst); 38 __le32 *updptr, int nr_inst);
|
| H A D | kvm_asm.h | 298 __le32 *origptr, __le32 *updptr, int nr_inst); 300 __le32 *origptr, __le32 *updptr, int nr_inst); 302 __le32 *origptr, __le32 *updptr, int nr_inst); 304 __le32 *origptr, __le32 *updptr, int nr_inst);
|
| /linux/arch/arm64/kernel/ |
| H A D | alternative.c | 105 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative() argument 111 for (i = 0; i < nr_inst; i++) { in patch_alternative() 151 int nr_inst; in __apply_alternatives() local 167 nr_inst = alt->orig_len / AARCH64_INSN_SIZE; in __apply_alternatives() 177 alt_cb(alt, origptr, updptr, nr_inst); in __apply_alternatives() 181 (u64)(origptr + nr_inst)); in __apply_alternatives() 300 __le32 *updptr, int nr_inst) in alt_cb_patch_nops() argument 302 for (int i = 0; i < nr_inst; i++) in alt_cb_patch_nops()
|
| H A D | proton-pack.c | 572 __le32 *updptr, int nr_inst) in spectre_v4_patch_fw_mitigation_enable() argument 574 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in spectre_v4_patch_fw_mitigation_enable() 592 __le32 *updptr, int nr_inst) in smccc_patch_fw_mitigation_conduit() argument 596 BUG_ON(nr_inst != 1); /* NOP -> HVC/SMC */ in smccc_patch_fw_mitigation_conduit() 1100 __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_mitigation_enable() argument 1102 BUG_ON(nr_inst != 1); in spectre_bhb_patch_loop_mitigation_enable() 1111 __le32 *updptr, int nr_inst) in spectre_bhb_patch_fw_mitigation_enabled() argument 1113 BUG_ON(nr_inst != 1); in spectre_bhb_patch_fw_mitigation_enabled() 1121 __le32 *origptr, __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_iter() argument 1126 BUG_ON(nr_inst != 1); /* MOV -> MOV */ in spectre_bhb_patch_loop_iter() [all …]
|
| H A D | mte.c | 258 __le32 *updptr, int nr_inst); 261 __le32 *updptr, int nr_inst) in kasan_hw_tags_enable() argument 263 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in kasan_hw_tags_enable()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic.h | 168 __le32 *origptr, __le32 *updptr, int nr_inst);
|
| H A D | vgic-v3.c | 841 int nr_inst) in kvm_compute_ich_hcr_trap_bits() argument
|