Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dsupport.S51 SET_FAULT_HANDLER(xzr, x1) /* Reset the handler function */
65 SET_FAULT_HANDLER(x6, x4) /* And set it */
72 SET_FAULT_HANDLER(xzr, x6) /* Reset the fault handler */
85 SET_FAULT_HANDLER(x6, x4) /* And set it */
92 SET_FAULT_HANDLER(xzr, x6) /* Reset the fault handler */
100 SET_FAULT_HANDLER(x7, x6) /* And set it */
102 SET_FAULT_HANDLER(xzr, x6) /* Reset the fault handler */
H A Dcopyinout.S52 SET_FAULT_HANDLER(xzr, x1) /* Clear the handler */
102 SET_FAULT_HANDLER(x6, x7) /* Set the handler */
115 2: SET_FAULT_HANDLER(xzr, x7) /* Clear the handler */
149 SET_FAULT_HANDLER(x6, x7) /* Set the handler */
220 SET_FAULT_HANDLER(xzr, x7) /* Clear the handler */
H A Dcpufunc_asm.S167 SET_FAULT_HANDLER(x5, x6)
173 SET_FAULT_HANDLER(xzr, x6)
179 SET_FAULT_HANDLER(xzr, x1)
/f-stack/freebsd/arm64/include/
H A Dasm.h73 #define SET_FAULT_HANDLER(handler, tmp) \ macro