Home
last modified time | relevance | path

Searched refs:count_shift (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dapic_common.c146 d = (current_time - s->initial_count_load_time) >> s->count_shift; in apic_next_timer()
160 s->next_time = s->initial_count_load_time + (d << s->count_shift); in apic_next_timer()
170 s->count_shift; in apic_get_current_count()
207 s->count_shift = 0; in apic_init_reset()
381 VMSTATE_INT32(count_shift, APICCommonState),
H A Dapic.c837 s->count_shift = (v + 1) & 7; in apic_mem_write()
/openbmc/linux/drivers/edac/
H A Dqcom_edac.c64 .count_shift = ECC_SB_ERR_COUNT_SHIFT,
78 .count_shift = ECC_SB_ERR_COUNT_SHIFT,
233 err_cnt >>= reg_data.count_shift; in dump_syn_reg_values()
/openbmc/linux/include/linux/soc/qcom/
H A Dllcc-qcom.h83 u8 count_shift; member
/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h177 int count_shift; member
/openbmc/qemu/hw/i386/kvm/
H A Dapic.c92 s->count_shift = (v + 1) & 7; in kvm_get_apic_state()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-apic.c87 s->count_shift = (v + 1) & 7; in whpx_get_apic_state()