Searched refs:nr_inst (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/arm64/kernel/ |
| D | alternative.c | 110 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative() argument 116 for (i = 0; i < nr_inst; i++) { in patch_alternative() 156 int nr_inst; in __apply_alternatives() local 175 nr_inst = alt->orig_len / AARCH64_INSN_SIZE; in __apply_alternatives() 182 alt_cb(alt, origptr, updptr, nr_inst); in __apply_alternatives() 186 (u64)(origptr + nr_inst)); in __apply_alternatives()
|
| D | cpu_errata.c | 306 int nr_inst) in arm64_update_smccc_conduit() argument 310 BUG_ON(nr_inst != 1); in arm64_update_smccc_conduit() 328 int nr_inst) in arm64_enable_wa2_handling() argument 330 BUG_ON(nr_inst != 1); in arm64_enable_wa2_handling()
|
| /Linux-v5.4/arch/arm64/kvm/ |
| D | va_layout.c | 107 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask() argument 111 BUG_ON(nr_inst != 5); in kvm_update_va_mask() 116 for (i = 0; i < nr_inst; i++) { in kvm_update_va_mask() 147 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_patch_vector_branch() argument 152 BUG_ON(nr_inst != 5); in kvm_patch_vector_branch()
|
| /Linux-v5.4/drivers/tty/serial/ |
| D | sunsu.c | 984 static int nr_inst; /* Number of already registered ports */ variable 1351 if (co->index > nr_inst) in sunsu_console_setup() 1447 if (nr_inst >= UART_NR) in su_probe() 1449 up = &sunsu_ports[nr_inst]; in su_probe() 1456 up->port.line = nr_inst; in su_probe() 1490 nr_inst++; in su_probe() 1519 nr_inst++; in su_probe()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | alternative.h | 26 __le32 *origptr, __le32 *updptr, int nr_inst);
|
| D | kvm_mmu.h | 93 __le32 *origptr, __le32 *updptr, int nr_inst);
|