Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kvm/
Dva_layout.c101 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask() argument
105 BUG_ON(nr_inst != 5); in kvm_update_va_mask()
107 for (i = 0; i < nr_inst; i++) { in kvm_update_va_mask()
138 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_patch_vector_branch() argument
143 BUG_ON(nr_inst != 5); in kvm_patch_vector_branch()
/Linux-v5.10/arch/arm64/kernel/
Dalternative.c98 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative() argument
104 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()
Dproton-pack.c556 __le32 *updptr, int nr_inst) in spectre_v4_patch_fw_mitigation_enable() argument
558 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in spectre_v4_patch_fw_mitigation_enable()
576 __le32 *updptr, int nr_inst) in spectre_v4_patch_fw_mitigation_conduit() argument
580 BUG_ON(nr_inst != 1); /* NOP -> HVC/SMC */ in spectre_v4_patch_fw_mitigation_conduit()
/Linux-v5.10/drivers/tty/serial/
Dsunsu.c980 static int nr_inst; /* Number of already registered ports */ variable
1347 if (co->index > nr_inst) in sunsu_console_setup()
1443 if (nr_inst >= UART_NR) in su_probe()
1445 up = &sunsu_ports[nr_inst]; in su_probe()
1452 up->port.line = nr_inst; in su_probe()
1487 nr_inst++; in su_probe()
1516 nr_inst++; in su_probe()
/Linux-v5.10/arch/arm64/include/asm/
Dkvm_mmu.h84 __le32 *origptr, __le32 *updptr, int nr_inst);
Dalternative.h26 __le32 *origptr, __le32 *updptr, int nr_inst);