Searched refs:halt (Results 1 - 25 of 56) sorted by relevance

123

/arch/sh/include/asm/
H A Dreboot.h10 void (*halt)(void); member in struct:machine_ops
/arch/x86/include/asm/
H A Dreboot.h10 void (*halt)(void); member in struct:machine_ops
H A Dirqflags.h98 static inline void halt(void) function
/arch/alpha/kernel/
H A Dhead.S87 # It is handy, on occasion, to make halt actually just loop.
93 .globl halt
94 .ent halt
95 halt: label
98 .end halt
/arch/alpha/boot/
H A Dhead.S96 .globl halt
97 .ent halt
98 halt: label
101 .end halt
/arch/x86/kernel/cpu/
H A Dbugs.c102 halt();
103 halt();
104 halt();
105 halt();
/arch/sh/kernel/
H A Dreboot.c71 .halt = native_machine_halt,
94 machine_ops.halt();
/arch/powerpc/platforms/wsp/
H A Dchroma.c48 .halt = wsp_halt,
H A Dpsr2.c59 .halt = psr2_spin,
/arch/xtensa/kernel/
H A Dplatform.c34 _F(void, halt, (void), { while(1); });
/arch/mips/fw/arc/
H A Dmisc.c26 ARC_CALL0(halt);
/arch/powerpc/platforms/85xx/
H A Dp2041_rdb.c53 ppc_md.halt = fsl_hv_halt;
H A Dp3041_ds.c55 ppc_md.halt = fsl_hv_halt;
H A Dp3060_qds.c43 ppc_md.halt = fsl_hv_halt;
H A Dp4080_ds.c54 ppc_md.halt = fsl_hv_halt;
H A Dp5020_ds.c55 ppc_md.halt = fsl_hv_halt;
/arch/powerpc/platforms/embedded6xx/
H A Dgamecube.c84 .halt = gamecube_halt,
H A Dlinkstation.c162 .halt = linkstation_halt,
/arch/powerpc/platforms/cell/
H A Dcelleb_setup.c208 .halt = beat_halt,
234 .halt = rtas_halt,
H A Dqpace_setup.c141 .halt = rtas_halt,
/arch/powerpc/platforms/powernv/
H A Dsetup.c143 ppc_md.halt = pnv_halt;
157 ppc_md.halt = rtas_halt;
/arch/arm/mach-tegra/
H A Dsleep.S36 /* returns the offset of the flow controller halt register for a cpu */
87 str r3, [r0, r1] @ clear flow controller halt status
/arch/x86/xen/
H A Dirq.c123 .halt = xen_halt,
/arch/x86/kernel/
H A Dreboot.c526 * VMX and halt.
733 .halt = native_machine_halt,
761 machine_ops.halt();
798 halt();
812 * This function can be used to halt all other CPUs on crash
/arch/arm/mach-pnx4008/include/mach/
H A Ddma.h99 int halt; member in struct:pnx4008_dma_ch_config

Completed in 680 milliseconds

123