Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dundefined.c218 int fault_code; in undefinedinstruction() local
318 fault_code = FAULT_USER; in undefinedinstruction()
321 fault_code = 0; in undefinedinstruction()
326 fault_code) == 0) in undefinedinstruction()
329 if (uh == NULL && (fault_code & FAULT_USER)) { in undefinedinstruction()
338 if ((fault_code & FAULT_USER) == 0) { in undefinedinstruction()