Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Derrno.h26 #define EL3HLT 46 /* Level 3 halted */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Derrno.h21 #define EL3HLT 39 /* Level 3 halted */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Derrno.h71 #define EL3HLT 96 /* Level 3 halted */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Derrno.h68 #define EL3HLT 90 /* Level 3 halted */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Derrno.h10 #define EL3HLT 39 /* Level 3 halted */ macro
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c88 [EL3HLT] = LUSTRE_EL3HLT,
234 [LUSTRE_EL3HLT] = EL3HLT,
/linux-4.4.14/drivers/net/wimax/i2400m/
Dcontrol.c266 [I2400M_MS_THERMAL_CRITICAL] = { "thermal critical", -EL3HLT },
/linux-4.4.14/drivers/tty/serial/
Dserial_core.c534 return -EL3HLT; in uart_write()