Searched refs:SET_FAULT_HANDLER (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/riscv/riscv/
H A Dsupport.S47 SET_FAULT_HANDLER(x0, a1) /* Reset the handler function */
61 SET_FAULT_HANDLER(a6, a4) /* And set it */
69 SET_FAULT_HANDLER(x0, a6) /* Reset the fault handler */
82 SET_FAULT_HANDLER(a6, a4) /* And set it */
90 SET_FAULT_HANDLER(x0, a6) /* Reset the fault handler */
103 SET_FAULT_HANDLER(a6, a1) /* And set it */
107 SET_FAULT_HANDLER(x0, a1) /* Reset the fault handler */
118 SET_FAULT_HANDLER(a6, a1) /* And set it */
122 SET_FAULT_HANDLER(x0, a1) /* Reset the fault handler */
133 SET_FAULT_HANDLER(a
[all...]
H A Dcopyinout.S48 SET_FAULT_HANDLER(x0, a1) /* Clear the handler */
64 SET_FAULT_HANDLER(a6, a7) /* Set the handler */
109 SET_FAULT_HANDLER(x0, a7) /* Clear the handler */
158 SET_FAULT_HANDLER(a6, a7) /* Set the handler */
173 SET_FAULT_HANDLER(x0, a7) /* Clear the handler */
/freebsd-13-stable/sys/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 Dcpufunc_asm.S167 SET_FAULT_HANDLER(x5, x6)
173 SET_FAULT_HANDLER(xzr, x6)
179 SET_FAULT_HANDLER(xzr, x1)
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 */
/freebsd-13-stable/sys/riscv/include/
H A Dasm.h61 #define SET_FAULT_HANDLER(handler, tmp) \ macro
/freebsd-13-stable/sys/arm64/include/
H A Dasm.h73 #define SET_FAULT_HANDLER(handler, tmp) \ macro

Completed in 120 milliseconds