Home
last modified time | relevance | path

Searched refs:ppc_has_spr (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c217 if (!ppc_has_spr(cpu, SPR_DABR)) { in h_set_dabr()
222 if (ppc_has_spr(cpu, SPR_DABRX)) { in h_set_dabr()
237 if (!ppc_has_spr(cpu, SPR_DABR) || !ppc_has_spr(cpu, SPR_DABRX)) { in h_set_xdabr()
H A Dspapr.c800 if (ppc_has_spr(cpu, SPR_PURR)) { in spapr_dt_cpu()
803 if (ppc_has_spr(cpu, SPR_PURR)) { in spapr_dt_cpu()
H A Dpnv.c203 if (ppc_has_spr(cpu, SPR_PURR)) { in pnv_dt_core()
/openbmc/qemu/target/ppc/
H A Dcpu.h2982 static inline bool ppc_has_spr(PowerPCCPU *cpu, int spr) in ppc_has_spr() function