Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dxtensa-isa.c233 char **error_msg_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()
295 error_msg_p); in xtensa_isa_init()
307 error_msg_p); in xtensa_isa_init()
/openbmc/qemu/include/hw/xtensa/
H A Dxtensa-isa.h227 char **error_msg_p);