Searched refs:fix_unaligned (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dtrap.c129 static bool fix_unaligned(struct trapframe *, ksiginfo_t *);
295 if (fix_unaligned(tf, &ksi))
752 fix_unaligned(struct trapframe *tf, ksiginfo_t *ksi) function
/netbsd-current/sys/arch/powerpc/include/
H A Dcpu.h472 bool fix_unaligned(struct trapframe *, ksiginfo_t *);
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dtrap.c73 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
1225 /* XXX - ones below here not yet implemented in fix_unaligned() */
H A Dfix_unaligned.c1 /* $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

Completed in 273 milliseconds