Searched refs:nr_inst (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/arm64/kernel/ |
D | alternative.c | 111 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative() argument 117 for (i = 0; i < nr_inst; i++) { in patch_alternative() 156 int nr_inst; in __apply_alternatives() local 172 nr_inst = alt->orig_len / AARCH64_INSN_SIZE; in __apply_alternatives() 179 alt_cb(alt, origptr, updptr, nr_inst); in __apply_alternatives() 183 (u64)(origptr + nr_inst)); in __apply_alternatives()
|
D | cpu_errata.c | 279 int nr_inst) in arm64_update_smccc_conduit() argument 283 BUG_ON(nr_inst != 1); in arm64_update_smccc_conduit() 301 int nr_inst) in arm64_enable_wa2_handling() argument 303 BUG_ON(nr_inst != 1); in arm64_enable_wa2_handling()
|
/Linux-v4.19/arch/arm64/kvm/ |
D | va_layout.c | 118 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask() argument 122 BUG_ON(nr_inst != 5); in kvm_update_va_mask() 127 for (i = 0; i < nr_inst; i++) { in kvm_update_va_mask() 158 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_patch_vector_branch() argument 163 BUG_ON(nr_inst != 5); in kvm_patch_vector_branch()
|
/Linux-v4.19/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() 1426 if (nr_inst >= UART_NR) in su_probe() 1428 up = &sunsu_ports[nr_inst]; in su_probe() 1435 up->port.line = nr_inst; in su_probe() 1469 nr_inst++; in su_probe() 1498 nr_inst++; in su_probe()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | alternative.h | 28 __le32 *origptr, __le32 *updptr, int nr_inst);
|
D | kvm_mmu.h | 104 __le32 *origptr, __le32 *updptr, int nr_inst);
|