Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dmac_newworld.c260 switch (PPC_INPUT(env)) { in ppc_core99_init()
301 if (PPC_INPUT(env) == PPC_FLAGS_INPUT_970) { in ppc_core99_init()
377 if (PPC_INPUT(env) != PPC_FLAGS_INPUT_970) { in ppc_core99_init()
H A Dmac_oldworld.c262 switch (PPC_INPUT(env)) { in ppc_heathrow_init()
H A Damigaone.c283 if (PPC_INPUT(env) != PPC_FLAGS_INPUT_6xx) { in amigaone_init()
H A Dprep.c257 if (PPC_INPUT(env) != PPC_FLAGS_INPUT_6xx) { in ibm_40p_init()
H A Dpegasos2.c136 if (PPC_INPUT(env) != PPC_FLAGS_INPUT_6xx) { in pegasos2_init()
/qemu/hw/intc/
H A Dxics.c313 switch (PPC_INPUT(env)) { in icp_realize()
H A Dxive.c857 switch (PPC_INPUT(env)) { in xive_tctx_realize()
/qemu/target/ppc/
H A Dcpu.h287 #define PPC_INPUT(env) ((env)->bus_model) macro