/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | spectre.h | 105 __le32 *updptr, int nr_inst); 107 __le32 *updptr, int nr_inst); 109 __le32 *updptr, int nr_inst); 111 __le32 *updptr, int nr_inst); 113 __le32 *origptr, __le32 *updptr, int nr_inst); 115 __le32 *origptr, __le32 *updptr, int nr_inst); 117 __le32 *origptr, __le32 *updptr, int nr_inst);
|
H A D | alternative.h | 22 __le32 *origptr, __le32 *updptr, int nr_inst); 35 __le32 *updptr, int nr_inst);
|
H A D | kvm_asm.h | 288 __le32 *origptr, __le32 *updptr, int nr_inst); 290 __le32 *origptr, __le32 *updptr, int nr_inst); 292 __le32 *origptr, __le32 *updptr, int nr_inst);
|
H A D | kvm_mmu.h | 124 __le32 *origptr, __le32 *updptr, int nr_inst);
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | va_layout.c | 155 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask() 159 BUG_ON(nr_inst != 5); in kvm_update_va_mask() 161 for (i = 0; i < nr_inst; i++) { in kvm_update_va_mask() 189 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_patch_vector_branch() 194 BUG_ON(nr_inst != 4); in kvm_patch_vector_branch() 244 static void generate_mov_q(u64 val, __le32 *origptr, __le32 *updptr, int nr_inst) in generate_mov_q() argument 248 BUG_ON(nr_inst != 4); in generate_mov_q() 288 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_get_kimage_voffset() 290 generate_mov_q(kimage_voffset, origptr, updptr, nr_inst); in kvm_get_kimage_voffset() 294 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_compute_final_ctr_el0() 154 kvm_update_va_mask(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_update_va_mask() argument 188 kvm_patch_vector_branch(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_patch_vector_branch() argument 287 kvm_get_kimage_voffset(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_get_kimage_voffset() argument 293 kvm_compute_final_ctr_el0(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_compute_final_ctr_el0() argument 297 origptr, updptr, nr_inst); kvm_compute_final_ctr_el0() local [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | alternative.c | 105 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative() 111 for (i = 0; i < nr_inst; i++) { in patch_alternative() 151 int nr_inst; in __apply_alternatives() local 167 nr_inst = alt->orig_len / AARCH64_INSN_SIZE; in __apply_alternatives() 174 alt_cb(alt, origptr, updptr, nr_inst); in __apply_alternatives() 178 (u64)(origptr + nr_inst)); in __apply_alternatives() 295 __le32 *updptr, int nr_inst) in alt_cb_patch_nops() 297 for (int i = 0; i < nr_inst; i++) in alt_cb_patch_nops() 104 patch_alternative(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) patch_alternative() argument 294 alt_cb_patch_nops(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) alt_cb_patch_nops() argument
|
H A D | proton-pack.c | 570 __le32 *updptr, int nr_inst) in spectre_v4_patch_fw_mitigation_enable() 572 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in spectre_v4_patch_fw_mitigation_enable() 590 __le32 *updptr, int nr_inst) in smccc_patch_fw_mitigation_conduit() 594 BUG_ON(nr_inst != 1); /* NOP -> HVC/SMC */ in smccc_patch_fw_mitigation_conduit() 1066 __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_mitigation_enable() 1068 BUG_ON(nr_inst != 1); in spectre_bhb_patch_loop_mitigation_enable() 1077 __le32 *updptr, int nr_inst) in spectre_bhb_patch_fw_mitigation_enabled() 1079 BUG_ON(nr_inst != 1); in spectre_bhb_patch_fw_mitigation_enabled() 1087 __le32 *origptr, __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_iter() 1093 BUG_ON(nr_inst ! in spectre_bhb_patch_loop_iter() 568 spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_v4_patch_fw_mitigation_enable() argument 588 smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) smccc_patch_fw_mitigation_conduit() argument 1064 spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_loop_mitigation_enable() argument 1075 spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_fw_mitigation_enabled() argument 1086 spectre_bhb_patch_loop_iter(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_loop_iter() argument 1107 spectre_bhb_patch_wa3(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_wa3() argument 1133 spectre_bhb_patch_clearbhb(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_clearbhb() argument [all...] |
H A D | mte.c | 219 __le32 *updptr, int nr_inst); 222 __le32 *updptr, int nr_inst) in kasan_hw_tags_enable() 224 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in kasan_hw_tags_enable() 221 kasan_hw_tags_enable(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kasan_hw_tags_enable() argument
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | va_layout.c | 101 __le32 *origptr, __le32 *updptr, int nr_inst) in kvm_update_va_mask() 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() 143 BUG_ON(nr_inst != 5); in kvm_patch_vector_branch() 100 kvm_update_va_mask(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_update_va_mask() argument 137 kvm_patch_vector_branch(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) kvm_patch_vector_branch() argument
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | alternative.c | 98 __le32 *origptr, __le32 *updptr, int nr_inst) in patch_alternative() 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() 97 patch_alternative(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) patch_alternative() argument
|
H A D | proton-pack.c | 586 __le32 *updptr, int nr_inst) in spectre_v4_patch_fw_mitigation_enable() 588 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in spectre_v4_patch_fw_mitigation_enable() 606 __le32 *updptr, int nr_inst) in smccc_patch_fw_mitigation_conduit() 610 BUG_ON(nr_inst != 1); /* NOP -> HVC/SMC */ in smccc_patch_fw_mitigation_conduit() 1098 __le32 *origptr, __le32 *updptr, int nr_inst) in spectre_bhb_patch_loop_iter() 1104 BUG_ON(nr_inst != 1); /* MOV -> MOV */ in spectre_bhb_patch_loop_iter() 584 spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_v4_patch_fw_mitigation_enable() argument 604 smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) smccc_patch_fw_mitigation_conduit() argument 1097 spectre_bhb_patch_loop_iter(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) spectre_bhb_patch_loop_iter() argument
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | alternative.h | 22 __le32 *origptr, __le32 *updptr, int nr_inst);
|
H A D | kvm_mmu.h | 84 __le32 *origptr, __le32 *updptr, int nr_inst);
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sunsu.c | 980 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()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sunsu.c | 974 static int nr_inst; /* Number of already registered ports */ variable 1339 if (co->index > nr_inst) in sunsu_console_setup() 1435 if (nr_inst >= UART_NR) in su_probe() 1437 up = &sunsu_ports[nr_inst]; in su_probe() 1444 up->port.line = nr_inst; in su_probe() 1479 nr_inst++; in su_probe() 1508 nr_inst++; in su_probe()
|