Searched refs:nr_inst (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/arch/arm64/kvm/ |
| 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() 243 static void generate_mov_q(u64 val, __le32 *origptr, __le32 *updptr, int nr_inst) in generate_mov_q() argument 247 BUG_ON(nr_inst != 4); in generate_mov_q() 287 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_get_kimage_voffset() argument 289 generate_mov_q(kimage_voffset, origptr, updptr, nr_inst); in kvm_get_kimage_voffset() 293 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_compute_final_ctr_el0() argument [all …]
|
| /Linux-v5.15/arch/arm64/kernel/ |
| D | alternative.c | 99 __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()
|
| D | proton-pack.c | 539 __le32 *updptr, int nr_inst) in spectre_v4_patch_fw_mitigation_enable() argument 541 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in spectre_v4_patch_fw_mitigation_enable() 559 __le32 *updptr, int nr_inst) in spectre_v4_patch_fw_mitigation_conduit() argument 563 BUG_ON(nr_inst != 1); /* NOP -> HVC/SMC */ in spectre_v4_patch_fw_mitigation_conduit()
|
| /Linux-v5.15/arch/arm64/include/asm/ |
| D | alternative.h | 22 __le32 *origptr, __le32 *updptr, int nr_inst);
|
| D | kvm_mmu.h | 120 __le32 *origptr, __le32 *updptr, int nr_inst);
|
| /Linux-v5.15/drivers/tty/serial/ |
| D | sunsu.c | 976 static int nr_inst; /* Number of already registered ports */ variable 1343 if (co->index > nr_inst) in sunsu_console_setup() 1439 if (nr_inst >= UART_NR) in su_probe() 1441 up = &sunsu_ports[nr_inst]; in su_probe() 1448 up->port.line = nr_inst; in su_probe() 1483 nr_inst++; in su_probe() 1512 nr_inst++; in su_probe()
|