Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/tools/testing/selftests/powerpc/primitives/asm/
Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/linux-5.19.10/arch/powerpc/include/asm/
Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/linux-5.19.10/Documentation/hwmon/
Dw83773g.rst35 **temp[1-3]_input, temp[2-3]_fault, temp[2-3]_offset, update_interval**
Dmax31730.rst37 temp[2-4]_fault RO Fault indicator for remote channels
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
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-5.19.10/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-5.19.10/arch/x86/kvm/
Demulate.c491 int _fault = 0; \
495 _ASM_EXTABLE_TYPE_REG(1b, 2b, EX_TYPE_ONE_REG, %[_fault]) \
496 : [_fault] "+r"(_fault) inoutclob ); \
498 _fault ? X86EMUL_UNHANDLEABLE : X86EMUL_CONTINUE; \