Home
last modified time | relevance | path

Searched refs:_fault (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.6/arch/s390/include/asm/
Dasm-extable.h26 #define __EX_TABLE(_section, _fault, _target, _type) \ argument
29 stringify_in_c(.long (_fault) - .;) \
35 #define __EX_TABLE_UA(_section, _fault, _target, _type, _regerr, _regaddr, _len)\ argument
38 stringify_in_c(.long (_fault) - .;) \
74 #define EX_TABLE(_fault, _target) \ argument
75 __EX_TABLE(__ex_table, _fault, _target, EX_TYPE_FIXUP)
77 #define EX_TABLE_AMODE31(_fault, _target) \ argument
78 __EX_TABLE(.amode31.ex_table, _fault, _target, EX_TYPE_FIXUP)
80 #define EX_TABLE_UA_STORE(_fault, _target, _regerr) \ argument
81 __EX_TABLE_UA(__ex_table, _fault, _target, EX_TYPE_UA_STORE, _regerr, _regerr, 0)
[all …]
/Linux-v6.6/tools/testing/selftests/powerpc/primitives/asm/
Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/Linux-v6.6/arch/powerpc/include/asm/
Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/Linux-v6.6/Documentation/hwmon/
Dgxp-fan-ctrl.rst26 fan[0-7]_fault Fan 0 to 7 respective fault status: 1 fail, 0 ok
Dmax31730.rst37 temp[2-4]_fault RO Fault indicator for remote channels
Dw83773g.rst35 **temp[1-3]_input, temp[2-3]_fault, temp[2-3]_offset, update_interval**
Demc2305.rst27 fan[1-5]_fault RO files for tachometers TACH1-TACH5 fault indication
Dmax31790.rst39 fan[1-12]_fault RO fan experienced fault
Dtmp464.rst59 **temp[2-9]_fault**
Dhp-wmi-sensors.rst35 ``fan[X]_fault`` RO Fan sensor fault indicator.
42 ``temp[X]_fault`` RO Temperature sensor fault indicator.
Dtmp421.rst66 **temp[2-4]_fault**
Dmax31785.rst39 fan[1-4]_fault Fan fault.
Dmlxreg-fan.rst58 fan[1-12]_fault RO files for tachometers TACH1-TACH12 fault indication
Dmax31760.rst63 fan[1-2]_fault Fan fault status
Ducd9000.rst130 fan[1-4]_fault Fan fault.
Docc.rst56 temp[1-n]_fault
Dsysfs-interface.rst549 `fan[1-*]_fault` / `temp[1-*]_fault`
Ddme1737.rst268 temp[1-3]_fault RO Temp input fault. Returns 1 if the chip
/Linux-v6.6/drivers/hwmon/
Dultra45_env.c152 static SENSOR_DEVICE_ATTR(fan##index##_fault, S_IRUGO, \
Ddme1737.c1543 static SENSOR_DEVICE_ATTR_2(temp##ix##_fault, S_IRUGO, \
/Linux-v6.6/arch/x86/kvm/
Demulate.c456 int _fault = 0; \
460 _ASM_EXTABLE_TYPE_REG(1b, 2b, EX_TYPE_ONE_REG, %[_fault]) \
461 : [_fault] "+r"(_fault) inoutclob ); \
463 _fault ? X86EMUL_UNHANDLEABLE : X86EMUL_CONTINUE; \