Home
last modified time | relevance | path

Searched refs:sigframe32 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c356 struct sigframe32 sf, *sfp; in freebsd32_sendsig()
398 sfp = (struct sigframe32 *)(((uintptr_t)td->td_sigstk.ss_sp + in freebsd32_sendsig()
399 td->td_sigstk.ss_size - sizeof(struct sigframe32)) in freebsd32_sendsig()
402 sfp = (struct sigframe32 *)((vm_offset_t)(td->td_frame->sp - in freebsd32_sendsig()
403 sizeof(struct sigframe32)) & ~(sizeof(__int64_t) - 1)); in freebsd32_sendsig()
430 if (copyout(&sf, sfp, sizeof(struct sigframe32)) != 0) { in freebsd32_sendsig()
H A Dgenassym.c98 ASSYM(SIGF32_UC, offsetof(struct sigframe32, sf_uc));
/f-stack/freebsd/arm64/arm64/
H A Dfreebsd32_machdep.c312 struct sigframe32 *fp, frame; in freebsd32_sendsig()
337 fp = (struct sigframe32 *)((uintptr_t)td->td_sigstk.ss_sp + in freebsd32_sendsig()
343 fp = (struct sigframe32 *)td->td_frame->tf_x[13]; in freebsd32_sendsig()
349 fp = (struct sigframe32 *)((unsigned long)(fp) &~ (8 - 1)); in freebsd32_sendsig()
/f-stack/freebsd/mips/include/
H A Dsigframe.h54 struct sigframe32 { struct
/f-stack/freebsd/arm64/include/
H A Dframe.h74 struct sigframe32 { struct