Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dsupport.S45 SET_FAULT_HANDLER(x0, a1) /* Reset the handler function */
59 SET_FAULT_HANDLER(a6, a4) /* And set it */
67 SET_FAULT_HANDLER(x0, a6) /* Reset the fault handler */
80 SET_FAULT_HANDLER(a6, a4) /* And set it */
88 SET_FAULT_HANDLER(x0, a6) /* Reset the fault handler */
101 SET_FAULT_HANDLER(a6, a1) /* And set it */
105 SET_FAULT_HANDLER(x0, a1) /* Reset the fault handler */
116 SET_FAULT_HANDLER(a6, a1) /* And set it */
120 SET_FAULT_HANDLER(x0, a1) /* Reset the fault handler */
131 SET_FAULT_HANDLER(a6, a2) /* And set it */
[all …]
H A Dcopyinout.S46 SET_FAULT_HANDLER(x0, a1) /* Clear the handler */
62 SET_FAULT_HANDLER(a6, a7) /* Set the handler */
107 SET_FAULT_HANDLER(x0, a7) /* Clear the handler */
156 SET_FAULT_HANDLER(a6, a7) /* Set the handler */
171 SET_FAULT_HANDLER(x0, a7) /* Clear the handler */
/freebsd/sys/arm64/arm64/
H A Dsupport.S58 SET_FAULT_HANDLER(xzr, x1) /* Reset the handler function */
71 SET_FAULT_HANDLER(x6, x4) /* And set it */
83 SET_FAULT_HANDLER(xzr, x6)
94 SET_FAULT_HANDLER(x6, x4) /* And set it */
106 SET_FAULT_HANDLER(xzr, x6)
117 SET_FAULT_HANDLER(x6, x4) /* And set it */
129 SET_FAULT_HANDLER(xzr, x6)
140 SET_FAULT_HANDLER(x6, x4) /* And set it */
152 SET_FAULT_HANDLER(xzr, x6)
164 SET_FAULT_HANDLER(x6, x4) /* And set it */
[all …]
H A Dcopyinout.S58 SET_FAULT_HANDLER(xzr, x1) /* Clear the handler */
91 SET_FAULT_HANDLER(x6, x7) /* Set the handler */
97 SET_FAULT_HANDLER(xzr, x7) /* Clear the handler */
130 SET_FAULT_HANDLER(x6, x7) /* Set the handler */
136 SET_FAULT_HANDLER(xzr, x7) /* Clear the handler */
154 SET_FAULT_HANDLER(x6, x7) /* Set the handler */
174 2: SET_FAULT_HANDLER(xzr, x7) /* Clear the handler */
208 SET_FAULT_HANDLER(x6, x7) /* Set the handler */
279 SET_FAULT_HANDLER(xzr, x7) /* Clear the handler */
H A Defirt_support.S65 SET_FAULT_HANDLER(x10, x11)
70 SET_FAULT_HANDLER(xzr, x11)
90 SET_FAULT_HANDLER(xzr, x11)
H A Dcpufunc_asm.S163 SET_FAULT_HANDLER(x5, x6)
169 SET_FAULT_HANDLER(xzr, x6)
175 SET_FAULT_HANDLER(xzr, x1)
/freebsd/sys/arm64/linux/
H A Dlinux_support.S46 SET_FAULT_HANDLER(xzr, x1)
68 SET_FAULT_HANDLER(x9, x4) /* And set it */
81 SET_FAULT_HANDLER(xzr, x9) /* Reset the fault handler */
90 SET_FAULT_HANDLER(x9, x4)
104 SET_FAULT_HANDLER(xzr, x9)
113 SET_FAULT_HANDLER(x9, x4)
127 SET_FAULT_HANDLER(xzr, x9)
136 SET_FAULT_HANDLER(x9, x4)
150 SET_FAULT_HANDLER(xzr, x9)
159 SET_FAULT_HANDLER(x9, x4)
[all …]
/freebsd/sys/riscv/include/
H A Dasm.h59 #define SET_FAULT_HANDLER(handler, tmp) \ macro
/freebsd/sys/arm64/include/
H A Dasm.h92 #define SET_FAULT_HANDLER(handler, tmp) \ macro