Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/include/asm/
Dasm-extable.h25 #define __EX_TABLE(_section, _fault, _target, _type) \ argument
28 stringify_in_c(.long (_fault) - .;) \
34 #define __EX_TABLE_UA(_section, _fault, _target, _type, _regerr, _regaddr, _len)\ argument
37 stringify_in_c(.long (_fault) - .;) \
73 #define EX_TABLE(_fault, _target) \ argument
74 __EX_TABLE(__ex_table, _fault, _target, EX_TYPE_FIXUP)
76 #define EX_TABLE_AMODE31(_fault, _target) \ argument
77 __EX_TABLE(.amode31.ex_table, _fault, _target, EX_TYPE_FIXUP)
79 #define EX_TABLE_UA_STORE(_fault, _target, _regerr) \ argument
80 __EX_TABLE_UA(__ex_table, _fault, _target, EX_TYPE_UA_STORE, _regerr, _regerr, 0)
[all …]
/Linux-v6.1/arch/powerpc/include/asm/
Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/Linux-v6.1/tools/testing/selftests/powerpc/primitives/asm/
Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/Linux-v6.1/Documentation/hwmon/
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**
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
Docc.rst56 temp[1-n]_fault
Ducd9000.rst130 fan[1-4]_fault Fan 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.1/drivers/hwmon/
Dultra45_env.c151 static SENSOR_DEVICE_ATTR(fan##index##_fault, S_IRUGO, \
Ddme1737.c1543 static SENSOR_DEVICE_ATTR_2(temp##ix##_fault, S_IRUGO, \
/Linux-v6.1/arch/x86/kvm/
Demulate.c486 int _fault = 0; \
490 _ASM_EXTABLE_TYPE_REG(1b, 2b, EX_TYPE_ONE_REG, %[_fault]) \
491 : [_fault] "+r"(_fault) inoutclob ); \
493 _fault ? X86EMUL_UNHANDLEABLE : X86EMUL_CONTINUE; \