Searched refs:trap_pfault (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 115 static int trap_pfault(struct trapframe *, bool, vm_offset_t, int *, int *); 387 pf = trap_pfault(frame, true, eva, &signo, &ucode); in trap() 472 (void)trap_pfault(frame, false, eva, NULL, NULL); in trap() 736 trap_pfault(struct trapframe *frame, bool usermode, vm_offset_t eva, in trap_pfault() function
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | trap.c | 112 static int trap_pfault(struct trapframe *, bool, int *, int *); 340 pf = trap_pfault(frame, true, &signo, &ucode); in trap() 398 (void)trap_pfault(frame, false, NULL, NULL); in trap() 680 trap_pfault(struct trapframe *frame, bool usermode, int *signo, int *ucode) in trap_pfault() function
|