Searched refs:offset_tmp (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kvm/intc/ |
H A D | ls7a_irq.c | 141 int64_t offset_tmp; in ls7a_ioapic_reg_write() local 191 for_each_set_bit(offset_tmp, &data, 64) in ls7a_ioapic_reg_write() 192 kvm_notify_acked_irq(kvm, 0, offset_tmp); in ls7a_ioapic_reg_write() 254 for_each_set_bit(offset_tmp, &data, 64) in ls7a_ioapic_reg_write() 255 kvm_notify_acked_irq(kvm, 0, offset_tmp); in ls7a_ioapic_reg_write() 284 offset_tmp = offset - LS7A_HTMSI_VEC_OFFSET; in ls7a_ioapic_reg_write() 285 if (offset_tmp >= 0 && offset_tmp < 64) { in ls7a_ioapic_reg_write() 286 state->htmsi_vector[offset_tmp] = in ls7a_ioapic_reg_write() 290 offset_tmp in ls7a_ioapic_reg_write() 327 uint64_t offset, offset_tmp; ls7a_ioapic_reg_read() local [all...] |
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/ |
H A D | simulate-insn.c | 155 s32 offset_tmp; in simulate_branch() local 163 offset_tmp = branch_offset(opcode); in simulate_branch() 166 offset = (rs1_val == rs2_val) ? offset_tmp : 4; in simulate_branch() 169 offset = (rs1_val != rs2_val) ? offset_tmp : 4; in simulate_branch() 172 offset = ((long)rs1_val < (long)rs2_val) ? offset_tmp : 4; in simulate_branch() 175 offset = ((long)rs1_val >= (long)rs2_val) ? offset_tmp : 4; in simulate_branch() 178 offset = (rs1_val < rs2_val) ? offset_tmp : 4; in simulate_branch() 181 offset = (rs1_val >= rs2_val) ? offset_tmp : 4; in simulate_branch()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.c | 1657 s8 offset_tmp[RF_GAIN_NUM] = {0}; in rtw8822c_txgapk_write_tx_gain() local 1681 offset_tmp[i] = 0; in rtw8822c_txgapk_write_tx_gain() 1687 offset_tmp[i] += txgapk->offset[j][path]; in rtw8822c_txgapk_write_tx_gain() 1688 txgapk->fianl_offset[i][path] = offset_tmp[i]; in rtw8822c_txgapk_write_tx_gain() 1697 txgapk->rf3f_fs[path][i] = offset_tmp[i]; in rtw8822c_txgapk_write_tx_gain() 1700 offset_tmp[i], i); in rtw8822c_txgapk_write_tx_gain() 1711 offset_tmp[i]); in rtw8822c_txgapk_write_tx_gain()
|
Completed in 10 milliseconds