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
303 fault_code = FAULT_USER; in undefinedinstruction()
306 fault_code = 0; in undefinedinstruction()
311 fault_code) == 0) in undefinedinstruction()
314 if (uh == NULL && (fault_code & FAULT_USER)) { in undefinedinstruction()
323 if ((fault_code & FAULT_USER) == 0) { in undefinedinstruction()