Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dundefined.c209 int fault_code; in undefinedinstruction() local
314 fault_code = FAULT_USER; in undefinedinstruction()
317 fault_code = 0; in undefinedinstruction()
322 fault_code) == 0) in undefinedinstruction()
325 if (uh == NULL && (fault_code & FAULT_USER)) { in undefinedinstruction()
334 if ((fault_code & FAULT_USER) == 0) { in undefinedinstruction()