Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dkvm_ppc.h22 uint32_t kvmppc_get_tbfreq(void);
125 static inline uint32_t kvmppc_get_tbfreq(void) in kvmppc_get_tbfreq() function
H A Dkvm.c1850 uint32_t kvmppc_get_tbfreq(void) in kvmppc_get_tbfreq() function
/openbmc/qemu/hw/ppc/
H A Dsam460ex.c178 tb_freq = kvmppc_get_tbfreq(); in sam460ex_load_device_tree()
H A Dmac_oldworld.c109 uint64_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() : TBFREQ; in ppc_heathrow_init()
H A Dmac_newworld.c157 uint64_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() : TBFREQ; in ppc_core99_init()
H A De500.c473 tb_freq = kvmppc_get_tbfreq(); in ppce500_load_device_tree()
H A Dspapr.c690 uint32_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() in spapr_dt_cpu()