Home
last modified time | relevance | path

Searched defs:timer_index (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dslavio_timer.c76 unsigned int timer_index; /* 0 for system, 1 ... MAX_CPUS for CPU timers */ member
100 unsigned int timer_index = tc->timer_index; in slavio_timer_is_user() local
148 unsigned int timer_index = tc->timer_index; in slavio_timer_mem_readl() local
208 unsigned int timer_index = tc->timer_index; in slavio_timer_mem_writel() local
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.h114 int timer_index) in to_hv_stimer()
H A Dhyperv.c951 static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index) in stimer_init()
1552 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_set_msr() local
1561 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr() local
1672 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_get_msr() local
1681 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr() local
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c109 static int timer_index(const Timer *t) in timer_index() function
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c3128 u8 timer_index) in ath_gen_timer_alloc()
/openbmc/linux/include/asm-generic/
H A Dhyperv-tlfs.h336 __u32 timer_index; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c3997 int timer_index; in napi_rx_handler() local
/openbmc/qemu/linux-user/
H A Dsyscall.c13498 int timer_index = next_free_host_timer(); in _syscall2() local