Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dpnv_core.h83 typedef struct PnvCPUState { struct
86 } PnvCPUState; argument
88 static inline PnvCPUState *pnv_cpu_state(PowerPCCPU *cpu) in pnv_cpu_state()
90 return (PnvCPUState *)cpu->machine_data; in pnv_cpu_state()