Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/s390/include/asm/
H A Dasm-extable.h26 #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 Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/openbmc/linux/arch/powerpc/include/asm/
H A Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
40 stringify_in_c(.long (_fault) - . ;) \
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_siginfo.h56 } _fault; member
73 #define target_si_addr _info._reason._fault._addr
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_siginfo.h56 } _fault; member
73 #define target_si_addr _info._reason._fault._addr
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dstart.S13 #define _FAULT _fault
237 .globl _fault
238 _fault: label
239 bra _fault
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A Dstart.S13 #define _FAULT _fault
239 .globl _fault
240 _fault: label
241 bra _fault
/openbmc/u-boot/arch/m68k/cpu/mcf523x/
H A Dstart.S13 #define _FAULT _fault
234 .globl _fault
235 _fault: label
236 bra _fault
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dstart.S16 #define _FAULT _fault
249 .globl _fault
250 _fault: label
251 bra _fault
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dstart.S13 #define _FAULT _fault
316 .globl _fault
317 _fault: label
318 bra _fault
/openbmc/linux/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.rst27 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 Dtmp421.rst66 **temp[2-4]_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 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
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A Dstart.S13 #define _FAULT _fault
469 .globl _fault
470 _fault: label
471 bra _fault
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h63 } _fault; member
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S18 #define _FAULT _fault
598 .globl _fault
599 _fault: label
600 bra _fault
/openbmc/qemu/bsd-user/
H A Dsignal.c234 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()

12