Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dcpu_bits.h29 #define HEX_EXCP_PC_NOT_ALIGNED 0x01e macro
H A Dcpu.h152 hexagon_raise_exception_err(env, HEX_EXCP_PC_NOT_ALIGNED, 0); in cpu_get_tb_cpu_state()
/openbmc/qemu/linux-user/hexagon/
H A Dcpu_loop.c63 case HEX_EXCP_PC_NOT_ALIGNED: in cpu_loop()