Home
last modified time | relevance | path

Searched refs:halt (Results 1 – 25 of 66) sorted by relevance

123

/arch/alpha/kernel/
A Dhead.S88 # It is handy, on occasion, to make halt actually just loop.
94 .globl halt
95 .ent halt
96 halt: label
99 .end halt
A Dprocess.c102 halt(); in common_shutdown_1()
162 halt(); in common_shutdown_1()
A Dsys_miata.c264 halt(); in miata_kill_arch()
A Dsys_alcor.c223 halt(); in alcor_kill_arch()
/arch/alpha/boot/
A Dhead.S98 .globl halt
99 .ent halt
100 halt: label
103 .end halt
/arch/sh/kernel/
A Dreboot.c65 .halt = native_machine_halt,
88 machine_ops.halt(); in machine_halt()
/arch/powerpc/platforms/85xx/
A Dsgy_cts1000.c90 ppc_md.halt = gpio_halt_cb; in __gpio_halt_probe()
122 ppc_md.halt = NULL; in gpio_halt_remove()
A Dcorenet_generic.c164 ppc_md.halt = fsl_hv_halt; in corenet_generic_probe()
/arch/sh/include/asm/
A Dreboot.h11 void (*halt)(void); member
/arch/x86/xen/
A Dirq.c51 .halt = xen_halt,
/arch/x86/include/asm/
A Dreboot.h11 void (*halt)(void); member
A Dirqflags.h94 static __always_inline void halt(void) in halt() function
/arch/powerpc/platforms/embedded6xx/
A Dgamecube.c70 .halt = gamecube_halt, in define_machine()
A Dlinkstation.c159 .halt = linkstation_halt, in define_machine()
A Dwii.c175 .halt = wii_halt, in define_machine()
/arch/x86/kernel/
A Dreboot.c810 .halt = native_machine_halt,
838 machine_ops.halt(); in machine_halt()
890 halt(); in crash_nmi_callback()
A Dparavirt.c169 .irq.halt = native_halt,
/arch/arm64/boot/dts/qcom/
A Dsc7280-herobrine-lte-sku.dtsi51 qcom,halt-regs = <&tcsr_1 0x3000 0x5000 0x8000 0x13000>;
/arch/mips/include/asm/octeon/
A Dcvmx-dpi-defs.h777 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 Ddivide.S50 #define halt .long 0 macro
/arch/alpha/include/asm/
A Dpal.h9 extern void halt(void) __attribute__((noreturn));
/arch/powerpc/platforms/52xx/
A Defika.c227 .halt = rtas_halt, in define_machine()
/arch/powerpc/platforms/ps3/
A Dsetup.c298 .halt = ps3_halt, in define_machine()
/arch/powerpc/include/asm/
A Dmachdep.h67 void __noreturn (*halt)(void); member
/arch/powerpc/kernel/
A Dsetup-common.c178 if (ppc_md.halt) in machine_halt()
179 ppc_md.halt(); in machine_halt()

Completed in 37 milliseconds

123