Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dva_layout.c178 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask() argument
182 BUG_ON(nr_inst != 5); in kvm_update_va_mask()
184 for (i = 0; i < nr_inst; i++) { in kvm_update_va_mask()
212 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_patch_vector_branch() argument
217 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 …]
/linux/arch/arm64/include/asm/
H A Dspectre.h107 __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 Dalternative.h22 __le32 *origptr, __le32 *updptr, int nr_inst);
38 __le32 *updptr, int nr_inst);
/linux/arch/arm64/kernel/
H A Dalternative.c105 __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()
/linux/drivers/perf/
H A Dnvidia_t410_c2c_pmu.c100 unsigned int nr_inst; member
107 .nr_inst = C2C_NR_INST_NVLINK,
112 .nr_inst = C2C_NR_INST_NVCLINK,
117 .nr_inst = C2C_NR_INST_NVDLINK,
352 for_each_set_bit(inst_idx, inst_mask, c2c_pmu->data->nr_inst) { in nv_c2c_pmu_read_counter()
814 c2c_pmu->peer_insts[0][0] = (1UL << data->nr_inst) - 1; in nv_c2c_pmu_init_filter()
831 bitmap_from_arr32(c2c_pmu->peer_insts[0], &cpu_en, data->nr_inst); in nv_c2c_pmu_init_filter()
850 data->nr_inst); in nv_c2c_pmu_init_filter()
916 for (i = 0; i < data->nr_inst; i++) { in nv_c2c_pmu_init_mmio()
926 data->nr_inst); in nv_c2c_pmu_init_mmio()