Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dasm-extable.h29 #define __EX_TABLE(_section, _fault, _target, _type, _regerr, _regaddr, _len) \ argument
32 stringify_in_c(.long (_fault) - .;) \
68 #define EX_TABLE(_fault, _target) \ argument
71 #define EX_TABLE_AMODE31(_fault, _target) \ argument
74 #define EX_TABLE_UA_FAULT(_fault, _target, _regerr) \ argument
77 #define EX_TABLE_UA_LOAD_REG(_fault, _target, _regerr, _regzero) \ argument
80 #define EX_TABLE_UA_LOAD_REGPAIR(_fault, _target, _regerr, _regzero) \ argument
83 #define EX_TABLE_ZEROPAD(_fault, _target, _regdata, _regaddr) \ argument
86 #define EX_TABLE_FPC(_fault, _target) \ argument
89 #define EX_TABLE_UA_MVCOS_TO(_fault, _target) \ argument
[all …]
/linux-6.15/arch/powerpc/include/asm/
H A Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/linux-6.15/tools/testing/selftests/powerpc/primitives/asm/
H A Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/linux-6.15/Documentation/hwmon/
H A Dgxp-fan-ctrl.rst26 fan[0-7]_fault Fan 0 to 7 respective fault status: 1 fail, 0 ok
H A Dmax31730.rst37 temp[2-4]_fault RO Fault indicator for remote channels
H A Dw83773g.rst35 **temp[1-3]_input, temp[2-3]_fault, temp[2-3]_offset, update_interval**
H A Demc2305.rst26 fan[1-5]_fault RO files for tachometers TACH1-TACH5 fault indication
H A Dmax31790.rst39 fan[1-12]_fault RO fan experienced fault
H A Dtmp464.rst59 **temp[2-9]_fault**
H A Dhp-wmi-sensors.rst35 ``fan[X]_fault`` RO Fan sensor fault indicator.
42 ``temp[X]_fault`` RO Temperature sensor fault indicator.
H A Dtmp421.rst66 **temp[2-4]_fault**
H A Dmax31785.rst39 fan[1-4]_fault Fan fault.
H A Dmlxreg-fan.rst58 fan[1-12]_fault RO files for tachometers TACH1-TACH12 fault indication
H A Dmax31760.rst63 fan[1-2]_fault Fan fault status
H A Docc.rst56 temp[1-n]_fault
H A Ducd9000.rst130 fan[1-4]_fault Fan fault.
H A Dsysfs-interface.rst549 `fan[1-*]_fault` / `temp[1-*]_fault`
H A Ddme1737.rst268 temp[1-3]_fault RO Temp input fault. Returns 1 if the chip
/linux-6.15/drivers/hwmon/
H A Dultra45_env.c152 static SENSOR_DEVICE_ATTR(fan##index##_fault, S_IRUGO, \
H A Ddme1737.c1543 static SENSOR_DEVICE_ATTR_2(temp##ix##_fault, S_IRUGO, \
/linux-6.15/arch/x86/kvm/
H A 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; \