Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kernel/
Dalternative.c110 __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()
Dcpu_errata.c306 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/
Dva_layout.c107 __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/
Dsunsu.c984 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/
Dalternative.h26 __le32 *origptr, __le32 *updptr, int nr_inst);
Dkvm_mmu.h93 __le32 *origptr, __le32 *updptr, int nr_inst);