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

  /external/qemu/
cpu-defs.h 60 #define EXCP_HLT 0x10001 /* hlt instruction reached */
cpu-exec.c 382 env->exception_index = EXCP_HLT;
    [all...]
  /external/qemu/hw/
goldfish_trace.c 268 cpu_single_env->exception_index = EXCP_HLT;
  /external/qemu/target-arm/
op_helper.c 277 env->exception_index = EXCP_HLT;
  /external/qemu/target-i386/
kvm.c 767 env->exception_index = EXCP_HLT;
op_helper.c     [all...]

Completed in 42 milliseconds