Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dmac_newworld.c263 switch (PPC_INPUT(env)) { in ppc_core99_init()
304 if (PPC_INPUT(env) == PPC_FLAGS_INPUT_970) { in ppc_core99_init()
380 if (PPC_INPUT(env) != PPC_FLAGS_INPUT_970) { in ppc_core99_init()
H A Damigaone.c83 if (PPC_INPUT(env) != PPC_FLAGS_INPUT_6xx) { in amigaone_init()
H A Dmac_oldworld.c266 switch (PPC_INPUT(env)) { in ppc_heathrow_init()
H A Dprep.c257 if (PPC_INPUT(env) != PPC_FLAGS_INPUT_6xx) { in ibm_40p_init()
H A Dpegasos2.c132 if (PPC_INPUT(env) != PPC_FLAGS_INPUT_6xx) { in pegasos2_init()
/openbmc/qemu/hw/intc/
H A Dxics.c313 switch (PPC_INPUT(env)) { in icp_realize()
H A Dxive.c743 switch (PPC_INPUT(env)) { in xive_tctx_realize()
/openbmc/qemu/target/ppc/
H A Dcpu.h283 #define PPC_INPUT(env) ((env)->bus_model) macro