HomeSort by: relevance | last modified time | path
    Searched defs:fix_unaligned (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/ibm4xx/
trap.c 129 static bool fix_unaligned(struct trapframe *, ksiginfo_t *);
295 if (fix_unaligned(tf, &ksi))
752 fix_unaligned(struct trapframe *tf, ksiginfo_t *ksi) function
  /src/sys/arch/powerpc/powerpc/
fix_unaligned.c 1 /* $NetBSD: fix_unaligned.c,v 1.2 2022/06/02 00:32:14 rin Exp $ */
54 __KERNEL_RCSID(0, "$NetBSD: fix_unaligned.c,v 1.2 2022/06/02 00:32:14 rin Exp $");
150 fix_unaligned(struct trapframe *tf, ksiginfo_t *ksi) function
trap.c 73 static int fix_unaligned(struct lwp *, struct trapframe *);
353 if (fix_unaligned(l, tf) != 0) {
775 fix_unaligned(struct lwp *l, struct trapframe *tf) function
1235 /* XXX - ones below here not yet implemented in fix_unaligned() */

Completed in 20 milliseconds