Searched refs:_fault (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/arch/s390/include/asm/ |
| D | linkage.h | 15 #define __EX_TABLE(_section, _fault, _target) \ argument 18 stringify_in_c(.long (_fault) - .;) \ 23 #define EX_TABLE(_fault, _target) \ argument 24 __EX_TABLE(__ex_table, _fault, _target) 25 #define EX_TABLE_AMODE31(_fault, _target) \ argument 26 __EX_TABLE(.amode31.ex_table, _fault, _target)
|
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 40 stringify_in_c(.long (_fault) - . ;) \
|
| /Linux-v5.15/tools/testing/selftests/powerpc/primitives/asm/ |
| D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 40 stringify_in_c(.long (_fault) - . ;) \
|
| /Linux-v5.15/Documentation/hwmon/ |
| D | max31730.rst | 37 temp[2-4]_fault RO Fault indicator for remote channels
|
| D | w83773g.rst | 35 **temp[1-3]_input, temp[2-3]_fault, temp[2-3]_offset, update_interval**
|
| D | max31790.rst | 39 fan[1-12]_fault RO fan experienced fault
|
| D | tmp421.rst | 66 **temp[2-4]_fault**
|
| D | max31785.rst | 39 fan[1-4]_fault Fan fault.
|
| D | mlxreg-fan.rst | 58 fan[1-12]_fault RO files for tachometers TACH1-TACH12 fault indication
|
| D | occ.rst | 56 temp[1-n]_fault
|
| D | ucd9000.rst | 130 fan[1-4]_fault Fan fault.
|
| D | sysfs-interface.rst | 1006 `fan[1-*]_fault` / `temp[1-*]_fault` 1056 `individual *_alarm` and `*_fault` files instead.
|
| D | dme1737.rst | 268 temp[1-3]_fault RO Temp input fault. Returns 1 if the chip
|
| /Linux-v5.15/drivers/hwmon/ |
| D | ultra45_env.c | 151 static SENSOR_DEVICE_ATTR(fan##index##_fault, S_IRUGO, \
|
| D | dme1737.c | 1543 static SENSOR_DEVICE_ATTR_2(temp##ix##_fault, S_IRUGO, \
|
| /Linux-v5.15/arch/x86/kvm/ |
| D | emulate.c | 472 int _fault = 0; \ 481 : [_fault] "+qm"(_fault) inoutclob ); \ 483 _fault ? X86EMUL_UNHANDLEABLE : X86EMUL_CONTINUE; \
|