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

  /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 in typeref:typename:bool
trap.c 73 static int fix_unaligned(struct lwp *, struct trapframe *);
350 if (fix_unaligned(l, tf) != 0) {
765 fix_unaligned(struct lwp *l, struct trapframe *tf) function in typeref:typename:int
1225 /* XXX - ones below here not yet implemented in fix_unaligned() */
  /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 in typeref:typename:bool

Completed in 13 milliseconds