/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 | 349 if (dep_call->cpu_halt) 350 (*dep_call->cpu_halt) ();
|
/src/sys/arch/alpha/include/ |
alpha.h | 159 void cpu_halt(void) __attribute__((__noreturn__));
|
/src/sys/arch/vax/include/ |
cpu.h | 72 void (*cpu_halt)(void); /* Cpu dependent halt call */ member in struct:cpu_dep
|
/src/sys/arch/riscv/include/ |
cpu.h | 138 void cpu_halt(void);
|
/src/sys/arch/alpha/alpha/ |
ipifuncs.c | 234 cpu_halt();
|
cpu.c | 811 cpu_halt(void) function in typeref:typename:void
|
machdep.c | 1129 cpu_halt();
|
/src/sys/arch/riscv/riscv/ |
cpu_subr.c | 241 cpu_halt(void) function in typeref:typename:void
|
/src/sys/arch/powerpc/include/ |
cpu.h | 420 void cpu_halt(void);
|
/src/sys/arch/mips/include/ |
locore.h | 645 void cpu_halt(void);
|
/src/sys/arch/powerpc/powerpc/ |
powerpc_machdep.c | 589 cpu_halt(void) function in typeref:typename:void
|
/src/sys/arch/mips/mips/ |
cpu_subr.c | 710 cpu_halt(void) function in typeref:typename:void
|