/openbmc/linux/arch/s390/include/asm/ |
H A D | asm-extable.h | 26 #define __EX_TABLE(_section, _fault, _target, _type) \ argument 29 stringify_in_c(.long (_fault) - .;) \ 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 83 #define EX_TABLE_UA_LOAD_MEM(_fault, _target, _regerr, _regmem, _len) \ argument 86 #define EX_TABLE_UA_LOAD_REG(_fault, _target, _regerr, _regzero) \ argument [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 40 stringify_in_c(.long (_fault) - . ;) \
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 40 stringify_in_c(.long (_fault) - . ;) \
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_siginfo.h | 56 } _fault; member 73 #define target_si_addr _info._reason._fault._addr
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_siginfo.h | 56 } _fault; member 73 #define target_si_addr _info._reason._fault._addr
|
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/ |
H A D | start.S | 13 #define _FAULT _fault 237 .globl _fault 238 _fault: label 239 bra _fault
|
/openbmc/u-boot/arch/m68k/cpu/mcf530x/ |
H A D | start.S | 13 #define _FAULT _fault 239 .globl _fault 240 _fault: label 241 bra _fault
|
/openbmc/u-boot/arch/m68k/cpu/mcf523x/ |
H A D | start.S | 13 #define _FAULT _fault 234 .globl _fault 235 _fault: label 236 bra _fault
|
/openbmc/u-boot/arch/m68k/cpu/mcf532x/ |
H A D | start.S | 16 #define _FAULT _fault 249 .globl _fault 250 _fault: label 251 bra _fault
|
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/ |
H A D | start.S | 13 #define _FAULT _fault 316 .globl _fault 317 _fault: label 318 bra _fault
|
/openbmc/linux/Documentation/hwmon/ |
H A D | gxp-fan-ctrl.rst | 26 fan[0-7]_fault Fan 0 to 7 respective fault status: 1 fail, 0 ok
|
H A D | max31730.rst | 37 temp[2-4]_fault RO Fault indicator for remote channels
|
H A D | w83773g.rst | 35 **temp[1-3]_input, temp[2-3]_fault, temp[2-3]_offset, update_interval**
|
H A D | emc2305.rst | 27 fan[1-5]_fault RO files for tachometers TACH1-TACH5 fault indication
|
H A D | max31790.rst | 39 fan[1-12]_fault RO fan experienced fault
|
H A D | tmp464.rst | 59 **temp[2-9]_fault**
|
H A D | tmp421.rst | 66 **temp[2-4]_fault**
|
H A D | hp-wmi-sensors.rst | 35 ``fan[X]_fault`` RO Fan sensor fault indicator. 42 ``temp[X]_fault`` RO Temperature sensor fault indicator.
|
H A D | max31785.rst | 39 fan[1-4]_fault Fan fault.
|
H A D | mlxreg-fan.rst | 58 fan[1-12]_fault RO files for tachometers TACH1-TACH12 fault indication
|
H A D | max31760.rst | 63 fan[1-2]_fault Fan fault status
|
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/ |
H A D | start.S | 13 #define _FAULT _fault 469 .globl _fault 470 _fault: label 471 bra _fault
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_siginfo.h | 63 } _fault; member
|
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
H A D | start.S | 18 #define _FAULT _fault 598 .globl _fault 599 _fault: label 600 bra _fault
|
/openbmc/qemu/bsd-user/ |
H A D | signal.c | 234 tinfo->_reason._fault._trapno = info->_reason._fault._trapno; in host_to_target_siginfo_noswap() 292 __put_user(info->_reason._fault._trapno, in tswap_siginfo() 293 &tinfo->_reason._fault._trapno); in tswap_siginfo()
|