Home
last modified time | relevance | path

Searched refs:EL3HLT (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h27 #define EL3HLT 46 /* Level 3 halted */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h27 #define EL3HLT 46 /* Level 3 halted */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h72 #define EL3HLT 96 /* Level 3 halted */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h72 #define EL3HLT 96 /* Level 3 halted */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h69 #define EL3HLT 90 /* Level 3 halted */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h11 #define EL3HLT 39 /* Level 3 halted */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h22 #define EL3HLT 39 /* Level 3 halted */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h69 #define EL3HLT 90 /* Level 3 halted */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h11 #define EL3HLT 39 /* Level 3 halted */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h22 #define EL3HLT 39 /* Level 3 halted */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h52 #define EL3HLT 46 /* Level 3 halted */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c60 ERRNO_MSG(EL3HLT, "Level 3 halted"),
/openbmc/linux/lib/
H A Derrname.c75 E(EL3HLT),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc69 E(EL3HLT)
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c611 return -EL3HLT; in uart_write()