Searched refs:CHECK_ALLOC_FOR_INIT (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 54 #define CHECK_ALLOC_FOR_INIT(MEM, ERRVAL, ERRNO_P, ERROR_MSG_P) \ macro 241 CHECK_ALLOC_FOR_INIT(isa->opname_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init() 252 CHECK_ALLOC_FOR_INIT(isa->state_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init() 263 CHECK_ALLOC_FOR_INIT(isa->sysreg_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init() 275 CHECK_ALLOC_FOR_INIT(isa->sysreg_table[is_user], NULL, in xtensa_isa_init() 294 CHECK_ALLOC_FOR_INIT(isa->interface_lookup_table, NULL, errno_p, in xtensa_isa_init() 306 CHECK_ALLOC_FOR_INIT(isa->funcUnit_lookup_table, NULL, errno_p, in xtensa_isa_init()
|