Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dxtensa-isa.c232 xtensa_isa xtensa_isa_init(void *xtensa_modules, xtensa_isa_status *errno_p, in xtensa_isa_init() argument
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()
276 errno_p, error_msg_p); 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()
/openbmc/qemu/include/hw/xtensa/
H A Dxtensa-isa.h226 xtensa_isa xtensa_isa_init(void *xtensa_modules, xtensa_isa_status *errno_p,