Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dmachdep_e500.c133 cpu_machine_check(struct thread *td, struct trapframe *frame, int *ucode) in cpu_machine_check() function
/freebsd/sys/powerpc/include/
H A Dcpu.h150 int cpu_machine_check(struct thread *, struct trapframe *, int *);
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c545 cpu_machine_check(struct thread *td, struct trapframe *frame, int *ucode) in cpu_machine_check() function
/freebsd/sys/powerpc/powerpc/
H A Dtrap.c426 sig = cpu_machine_check(td, frame, &ucode); in trap()