Searched refs:halt (Results 1 – 25 of 66) sorted by relevance
123
| /arch/alpha/kernel/ |
| A D | head.S | 88 # It is handy, on occasion, to make halt actually just loop. 94 .globl halt 95 .ent halt 96 halt: label 99 .end halt
|
| A D | process.c | 102 halt(); in common_shutdown_1() 162 halt(); in common_shutdown_1()
|
| A D | sys_miata.c | 264 halt(); in miata_kill_arch()
|
| A D | sys_alcor.c | 223 halt(); in alcor_kill_arch()
|
| /arch/alpha/boot/ |
| A D | head.S | 98 .globl halt 99 .ent halt 100 halt: label 103 .end halt
|
| /arch/sh/kernel/ |
| A D | reboot.c | 65 .halt = native_machine_halt, 88 machine_ops.halt(); in machine_halt()
|
| /arch/powerpc/platforms/85xx/ |
| A D | sgy_cts1000.c | 90 ppc_md.halt = gpio_halt_cb; in __gpio_halt_probe() 122 ppc_md.halt = NULL; in gpio_halt_remove()
|
| A D | corenet_generic.c | 164 ppc_md.halt = fsl_hv_halt; in corenet_generic_probe()
|
| /arch/sh/include/asm/ |
| A D | reboot.h | 11 void (*halt)(void); member
|
| /arch/x86/xen/ |
| A D | irq.c | 51 .halt = xen_halt,
|
| /arch/x86/include/asm/ |
| A D | reboot.h | 11 void (*halt)(void); member
|
| A D | irqflags.h | 94 static __always_inline void halt(void) in halt() function
|
| /arch/powerpc/platforms/embedded6xx/ |
| A D | gamecube.c | 70 .halt = gamecube_halt, in define_machine()
|
| A D | linkstation.c | 159 .halt = linkstation_halt, in define_machine()
|
| A D | wii.c | 175 .halt = wii_halt, in define_machine()
|
| /arch/x86/kernel/ |
| A D | reboot.c | 810 .halt = native_machine_halt, 838 machine_ops.halt(); in machine_halt() 890 halt(); in crash_nmi_callback()
|
| A D | paravirt.c | 169 .irq.halt = native_halt,
|
| /arch/arm64/boot/dts/qcom/ |
| A D | sc7280-herobrine-lte-sku.dtsi | 51 qcom,halt-regs = <&tcsr_1 0x3000 0x5000 0x8000 0x13000>;
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-dpi-defs.h | 777 uint64_t halt:1; member 801 uint64_t halt:1; 808 uint64_t halt:1; member 834 uint64_t halt:1;
|
| /arch/alpha/lib/ |
| A D | divide.S | 50 #define halt .long 0 macro
|
| /arch/alpha/include/asm/ |
| A D | pal.h | 9 extern void halt(void) __attribute__((noreturn));
|
| /arch/powerpc/platforms/52xx/ |
| A D | efika.c | 227 .halt = rtas_halt, in define_machine()
|
| /arch/powerpc/platforms/ps3/ |
| A D | setup.c | 298 .halt = ps3_halt, in define_machine()
|
| /arch/powerpc/include/asm/ |
| A D | machdep.h | 67 void __noreturn (*halt)(void); member
|
| /arch/powerpc/kernel/ |
| A D | setup-common.c | 178 if (ppc_md.halt) in machine_halt() 179 ppc_md.halt(); in machine_halt()
|
Completed in 37 milliseconds
123