Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def1542 …CLE=%lld TYPE=%d NPC=%x IMM=0x%x",thread->processor_ptr->pstats[pcycles],TRAPTYPE,fREAD_NPC(),IMM);
1543 register_trap_exception(thread,fREAD_NPC(),TRAPTYPE,IMM);,
/openbmc/qemu/target/hexagon/
H A Dmacros.h633 #define fTRAP(TRAPTYPE, IMM) helper_raise_exception(env, HEX_EXCP_TRAP0) argument