Searched refs:SET_FAULT_HANDLER (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | support.S | 51 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 D | copyinout.S | 52 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 D | cpufunc_asm.S | 167 SET_FAULT_HANDLER(x5, x6) 173 SET_FAULT_HANDLER(xzr, x6) 179 SET_FAULT_HANDLER(xzr, x1)
|
| /f-stack/freebsd/arm64/include/ |
| H A D | asm.h | 73 #define SET_FAULT_HANDLER(handler, tmp) \ macro
|