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

12

/barrelfish-2018-10-04/kernel/arch/arm/
H A Dmisc.c34 void halt(void) function
/barrelfish-2018-10-04/usr/bench/
H A Dcrt0.S32 halt: label
33 jmp halt
/barrelfish-2018-10-04/tools/molly/
H A Dmolly_boot.S14 halt: hlt label
15 jmp halt
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dboot.S23 .globl start, halt
50 halt: hlt label
51 jmp halt
H A Dexec.c61 halt(); // trick GCC into thinking we don't return
115 halt();
155 halt();
H A Dgdb_arch.c72 halt();
H A Dinit.c591 halt();
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dboot.S31 .globl start, halt
53 halt: hlt label
54 jmp halt
H A Dexec.c62 halt(); // trick GCC into thinking we don't return
132 halt();
181 halt();
H A Dinit.c541 halt();
/barrelfish-2018-10-04/tools/arm_molly/
H A Dmolly_boot64.S43 halt: label
44 b halt
H A Dmolly_boot32.S45 halt: label
46 b halt
/barrelfish-2018-10-04/kernel/include/
H A Dexec.h19 void halt(void) __attribute__ ((noreturn));
H A Dsyscall.h26 struct sysret sys_suspend(bool halt);
/barrelfish-2018-10-04/include/barrelfish/
H A Dsyscalls.h39 errval_t sys_suspend(bool halt);
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dboot.S70 b halt
88 b halt
/barrelfish-2018-10-04/lib/barrelfish/
H A Dsyscalls.c30 errval_t sys_suspend(bool halt) argument
32 return syscall2(SYSCALL_SUSPEND, halt).error;
/barrelfish-2018-10-04/tools/elver/
H A Dboot.S30 .globl start, halt
99 halt: label
101 jmp halt
/barrelfish-2018-10-04/kernel/
H A Dlogging.c41 * \brief Print a message and halt the kernel.
43 * Something irrecoverably bad happened. Print a panic message, then halt.
56 halt();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86asm.pl67 sub ::halt { &hlt; }
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dx86cpuid.pl144 &halt ();
/barrelfish-2018-10-04/kernel/arch/k1om/
H A Dinit.c550 halt();
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dhandlers.c1078 else if (w == d_.halt)
1168 wdid = d_.halt;
H A Dtypes.h868 halt, member in struct:__anon1659
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtracer_tty.pl1120 do_option(0'e, Worker) :- (get_flag(worker, Worker) -> halt ; true).
1195 try_set_interrupt_handler(hup, halt/0),
1196 try_set_interrupt_handler(quit, halt/0),
1197 try_set_interrupt_handler(abrt, halt/0),

Completed in 212 milliseconds

12