Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dkvm_ppc.h22 uint32_t kvmppc_get_tbfreq(void);
127 static inline uint32_t kvmppc_get_tbfreq(void) in kvmppc_get_tbfreq() function
H A Dkvm.c1856 uint32_t kvmppc_get_tbfreq(void) in kvmppc_get_tbfreq() function
/qemu/hw/ppc/
H A Dmac_oldworld.c110 uint64_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() : TBFREQ; in ppc_heathrow_init()
H A Dsam460ex.c178 tb_freq = kvmppc_get_tbfreq(); in sam460ex_load_device_tree()
H A Dmac_newworld.c158 uint64_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() : TBFREQ; in ppc_core99_init()
H A De500.c474 tb_freq = kvmppc_get_tbfreq(); in ppce500_load_device_tree()
H A Dspapr.c697 uint32_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() in spapr_dt_cpu()