Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_siginfo.h56 } _fault; member
73 #define target_si_addr _info._reason._fault._addr
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_siginfo.h56 } _fault; member
73 #define target_si_addr _info._reason._fault._addr
/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/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/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/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.c239 tinfo->_reason._fault._trapno = info->_reason._fault._trapno; in host_to_target_siginfo_noswap()
297 __put_user(info->_reason._fault._trapno, in tswap_siginfo()
298 &tinfo->_reason._fault._trapno); in tswap_siginfo()