Searched refs:halt (Results 1 – 25 of 55) sorted by relevance
123
/arch/alpha/kernel/ |
D | head.S | 88 # It is handy, on occasion, to make halt actually just loop. 94 .globl halt symbol 95 .ent halt 96 halt: label 99 .end halt
|
D | process.c | 102 halt(); in common_shutdown_1() 162 halt(); in common_shutdown_1()
|
D | sys_miata.c | 262 halt(); in miata_kill_arch()
|
D | sys_alcor.c | 223 halt(); in alcor_kill_arch()
|
/arch/alpha/boot/ |
D | head.S | 98 .globl halt symbol 99 .ent halt 100 halt: label 103 .end halt
|
/arch/sh/kernel/ |
D | reboot.c | 72 .halt = native_machine_halt, 95 machine_ops.halt(); in machine_halt()
|
/arch/sh/include/asm/ |
D | reboot.h | 11 void (*halt)(void); member
|
/arch/powerpc/platforms/85xx/ |
D | sgy_cts1000.c | 124 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe() 141 ppc_md.halt = NULL; in gpio_halt_remove()
|
D | corenet_generic.c | 189 ppc_md.halt = fsl_hv_halt; in corenet_generic_probe()
|
/arch/x86/include/asm/ |
D | reboot.h | 11 void (*halt)(void); member
|
D | irqflags.h | 110 static inline __cpuidle void halt(void) in halt() function
|
/arch/xtensa/kernel/ |
D | platform.c | 33 _F(void, halt, (void), { while(1); });
|
/arch/powerpc/platforms/embedded6xx/ |
D | gamecube.c | 78 .halt = gamecube_halt, in define_machine()
|
D | linkstation.c | 160 .halt = linkstation_halt, in define_machine()
|
D | wii.c | 228 .halt = wii_halt, in define_machine()
|
/arch/mips/fw/arc/ |
D | misc.c | 28 ARC_CALL0(halt); in ArcHalt()
|
/arch/x86/xen/ |
D | irq.c | 126 .halt = xen_halt,
|
/arch/powerpc/platforms/maple/ |
D | setup.c | 175 ppc_md.halt = rtas_halt; in maple_use_rtas_reboot_and_halt_if_present() 310 .halt = maple_halt, in define_machine()
|
/arch/x86/kernel/ |
D | reboot.c | 755 .halt = native_machine_halt, 783 machine_ops.halt(); in machine_halt() 823 halt(); in crash_nmi_callback()
|
/arch/alpha/lib/ |
D | divide.S | 50 #define halt .long 0 macro
|
/arch/powerpc/platforms/cell/ |
D | setup.c | 273 .halt = rtas_halt, in define_machine()
|
/arch/x86/mm/ |
D | extable.c | 250 halt(); in early_fixup_exception()
|
/arch/alpha/include/asm/ |
D | pal.h | 9 extern void halt(void) __attribute__((noreturn));
|
/arch/powerpc/platforms/52xx/ |
D | efika.c | 229 .halt = rtas_halt, in define_machine()
|
/arch/powerpc/platforms/ps3/ |
D | setup.c | 278 .halt = ps3_halt, in define_machine()
|
123