HomeSort by: relevance | last modified time | path
    Searched refs:cpu_halt (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/arch/vax/vax/
ka610.c 58 .cpu_halt = ka610_halt,
ka410.c 69 .cpu_halt = ka410_halt,
ka46.c 70 .cpu_halt = ka46_halt,
ka48.c 71 .cpu_halt = ka48_halt,
ka630.c 68 .cpu_halt = ka630_halt,
ka660.c 72 .cpu_halt = generic_halt,
ka670.c 60 .cpu_halt = generic_halt,
ka43.c 72 .cpu_halt = ka43_halt,
ka49.c 68 .cpu_halt = ka49_halt,
ka53.c 72 .cpu_halt = generic_halt,
ka680.c 95 .cpu_halt = generic_halt,
ka650.c 81 .cpu_halt = ka650_halt,
machdep.c 360 if (dep_call->cpu_halt)
361 (*dep_call->cpu_halt) ();
  /src/sys/arch/alpha/include/
alpha.h 159 void cpu_halt(void) __attribute__((__noreturn__));
  /src/external/gpl3/gdb/dist/sim/ppc/
cpu.h 106 (void) cpu_halt
cpu.c 187 cpu_halt(cpu *processor, function
221 cpu_halt(processor, cia, was_signalled, -1);
hw_vm.c 156 cpu_halt(processor, cia, was_signalled, SIGSEGV);
hw_pal.c 220 cpu_halt(processor, cia, was_exited, byte[0]);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
cpu.h 106 (void) cpu_halt
cpu.c 187 cpu_halt(cpu *processor, function
221 cpu_halt(processor, cia, was_signalled, -1);
hw_vm.c 156 cpu_halt(processor, cia, was_signalled, SIGSEGV);
hw_pal.c 220 cpu_halt(processor, cia, was_exited, byte[0]);
  /src/sys/arch/riscv/include/
cpu.h 138 void cpu_halt(void);
  /src/sys/arch/vax/include/
cpu.h 72 void (*cpu_halt)(void); /* Cpu dependent halt call */ member in struct:cpu_dep
  /src/sys/arch/alpha/alpha/
ipifuncs.c 234 cpu_halt();

Completed in 46 milliseconds

1 2