Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu-models.c33 #define POWERPC_DEF_PREFIX(pvr, svr, type) \ macro
37 glue(POWERPC_DEF_PREFIX(_pvr, _svr, _type), _cpu_class_init) \
49 glue(POWERPC_DEF_PREFIX(_pvr, _svr, _type), _cpu_type_info) = { \
53 glue(POWERPC_DEF_PREFIX(_pvr, _svr, _type), _cpu_class_init), \
57 glue(POWERPC_DEF_PREFIX(_pvr, _svr, _type), _cpu_register_types)(void) \
60 &glue(POWERPC_DEF_PREFIX(_pvr, _svr, _type), _cpu_type_info)); \
64 glue(POWERPC_DEF_PREFIX(_pvr, _svr, _type), _cpu_register_types))