Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dtrap.c88 static int fix_unaligned(struct thread *td, struct trapframe *frame);
378 if (fix_unaligned(td, frame) != 0) { in trap()
855 fix_unaligned(struct thread *td, struct trapframe *frame) in fix_unaligned() function