Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dalternative.c111 __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()
Dcpu_errata.c279 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/
Dva_layout.c118 __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/
Dsunsu.c984 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/
Dalternative.h28 __le32 *origptr, __le32 *updptr, int nr_inst);
Dkvm_mmu.h104 __le32 *origptr, __le32 *updptr, int nr_inst);