Home
last modified time | relevance | path

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

/freebsd-14.2/sys/powerpc/powerpc/
H A Dtrap.c89 static int fix_unaligned(struct thread *td, struct trapframe *frame);
376 if (fix_unaligned(td, frame) != 0) { in trap()
853 fix_unaligned(struct thread *td, struct trapframe *frame) in fix_unaligned() function