Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/powerpc/
HDtrap.c89 static int fix_unaligned(struct thread *td, struct trapframe *frame);
379 if (fix_unaligned(td, frame) != 0) { in trap()
856 fix_unaligned(struct thread *td, struct trapframe *frame) in fix_unaligned() function