HomeSort by relevance Sort by last modified time
    Searched refs:EXCP_HLT (Results 1 - 4 of 4) sorted by null

  /external/qemu/
cpu-defs.h 62 #define EXCP_HLT 0x10001 /* hlt instruction reached */
cpu-exec.c 353 env->exception_index = EXCP_HLT;
    [all...]
  /external/qemu/hw/
goldfish_trace.c 258 cpu_single_env->exception_index = EXCP_HLT;
  /external/qemu/target-arm/
op_helper.c 280 env->exception_index = EXCP_HLT;

Completed in 44 milliseconds