Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kvm/
A Dva_layout.c155 __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-6.3-rc2/arch/arm64/kernel/
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()
174 alt_cb(alt, origptr, updptr, nr_inst); in __apply_alternatives()
178 (u64)(origptr + nr_inst)); in __apply_alternatives()
296 __le32 *updptr, int nr_inst) in alt_cb_patch_nops() argument
298 for (int i = 0; i < nr_inst; i++) in alt_cb_patch_nops()
A 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()
1069 __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_mitigation_enable() argument
1071 BUG_ON(nr_inst != 1); in spectre_bhb_patch_loop_mitigation_enable()
1080 __le32 *updptr, int nr_inst) in spectre_bhb_patch_fw_mitigation_enabled() argument
1082 BUG_ON(nr_inst != 1); in spectre_bhb_patch_fw_mitigation_enabled()
1096 BUG_ON(nr_inst != 1); /* MOV -> MOV */ in spectre_bhb_patch_loop_iter()
1116 BUG_ON(nr_inst != 1); /* MOV -> MOV */ in spectre_bhb_patch_wa3()
[all …]
A Dmte.c245 __le32 *updptr, int nr_inst);
248 __le32 *updptr, int nr_inst) in kasan_hw_tags_enable() argument
250 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in kasan_hw_tags_enable()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dalternative.h22 __le32 *origptr, __le32 *updptr, int nr_inst);
A Dkvm_mmu.h122 __le32 *origptr, __le32 *updptr, int nr_inst);
/linux-6.3-rc2/drivers/tty/serial/
A Dsunsu.c974 static int nr_inst; /* Number of already registered ports */ variable
1339 if (co->index > nr_inst) in sunsu_console_setup()
1435 if (nr_inst >= UART_NR) in su_probe()
1437 up = &sunsu_ports[nr_inst]; in su_probe()
1444 up->port.line = nr_inst; in su_probe()
1479 nr_inst++; in su_probe()
1508 nr_inst++; in su_probe()

Completed in 12 milliseconds