Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/arm/arm/
Dtrap.c112 int last_fault_code; /* For the benefit of pmap_fault_fixup() */ variable
352 last_fault_code = fsr; in abort_handler()
678 last_fault_code = -1; in prefetch_abort_handler()
Dtrap-v6.c71 int last_fault_code; /* For the benefit of pmap_fault_fixup() */ variable
465 last_fault_code = fsr; in abort_handler()
Dpmap.c194 extern int last_fault_code;
1971 pte, l1pd, last_fault_code); in pmap_fault_fixup()
Dpmap-v6.c185 extern int last_fault_code;
1610 pte, l1pd, last_fault_code); in pmap_fault_fixup()