Home
last modified time | relevance | path

Searched refs:nr_inst (Results 1 – 6 of 6) sorted by relevance

/arch/arm64/kvm/
Dva_layout.c179 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask() argument
183 BUG_ON(nr_inst != 5); in kvm_update_va_mask()
185 for (i = 0; i < nr_inst; i++) { in kvm_update_va_mask()
213 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_patch_vector_branch() argument
218 BUG_ON(nr_inst != 4); in kvm_patch_vector_branch()
267 static void generate_mov_q(u64 val, __le32 *origptr, __le32 *updptr, int nr_inst) in generate_mov_q() argument
271 BUG_ON(nr_inst != 4); in generate_mov_q()
311 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_get_kimage_voffset() argument
313 generate_mov_q(kimage_voffset, origptr, updptr, nr_inst); in kvm_get_kimage_voffset()
317 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_compute_final_ctr_el0() argument
[all …]
/arch/arm64/kernel/
Dalternative.c99 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative() argument
105 for (i = 0; i < nr_inst; i++) { in patch_alternative()
144 int nr_inst; in __apply_alternatives() local
163 nr_inst = alt->orig_len / AARCH64_INSN_SIZE; in __apply_alternatives()
170 alt_cb(alt, origptr, updptr, nr_inst); in __apply_alternatives()
174 (u64)(origptr + nr_inst)); in __apply_alternatives()
Dproton-pack.c570 __le32 *updptr, int nr_inst) in spectre_v4_patch_fw_mitigation_enable() argument
572 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in spectre_v4_patch_fw_mitigation_enable()
590 __le32 *updptr, int nr_inst) in smccc_patch_fw_mitigation_conduit() argument
594 BUG_ON(nr_inst != 1); /* NOP -> HVC/SMC */ in smccc_patch_fw_mitigation_conduit()
1061 __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_mitigation_enable() argument
1063 BUG_ON(nr_inst != 1); in spectre_bhb_patch_loop_mitigation_enable()
1072 __le32 *updptr, int nr_inst) in spectre_bhb_patch_fw_mitigation_enabled() argument
1074 BUG_ON(nr_inst != 1); in spectre_bhb_patch_fw_mitigation_enabled()
1082 __le32 *origptr, __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_iter() argument
1088 BUG_ON(nr_inst != 1); /* MOV -> MOV */ in spectre_bhb_patch_loop_iter()
[all …]
Dmte.c247 __le32 *updptr, int nr_inst);
250 __le32 *updptr, int nr_inst) in kasan_hw_tags_enable() argument
252 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in kasan_hw_tags_enable()
/arch/arm64/include/asm/
Dalternative.h22 __le32 *origptr, __le32 *updptr, int nr_inst);
Dkvm_mmu.h122 __le32 *origptr, __le32 *updptr, int nr_inst);