Searched refs:_svr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | cpu-models.c | 35 #define POWERPC_DEF_SVR(_name, _desc, _pvr, _svr, _type) \ argument 37 glue(POWERPC_DEF_PREFIX(_pvr, _svr, _type), _cpu_class_init) \ 44 pcc->svr = _svr; \ 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))
|