Searched refs:SET_FAULT_HANDLER (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/riscv/riscv/ |
| HD | support.S | 45 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 …]
|
| HD | copyinout.S | 46 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-14-stable/sys/arm64/arm64/ |
| HD | support.S | 49 SET_FAULT_HANDLER(xzr, x1) /* Reset the handler function */ 62 SET_FAULT_HANDLER(x6, x4) /* And set it */ 74 SET_FAULT_HANDLER(xzr, x6) 85 SET_FAULT_HANDLER(x6, x4) /* And set it */ 97 SET_FAULT_HANDLER(xzr, x6) 108 SET_FAULT_HANDLER(x6, x4) /* And set it */ 120 SET_FAULT_HANDLER(xzr, x6) 131 SET_FAULT_HANDLER(x6, x4) /* And set it */ 143 SET_FAULT_HANDLER(xzr, x6) 155 SET_FAULT_HANDLER(x6, x4) /* And set it */ [all …]
|
| HD | copyinout.S | 49 SET_FAULT_HANDLER(xzr, x1) /* Clear the handler */ 99 SET_FAULT_HANDLER(x6, x7) /* Set the handler */ 112 2: SET_FAULT_HANDLER(xzr, x7) /* Clear the handler */ 146 SET_FAULT_HANDLER(x6, x7) /* Set the handler */ 217 SET_FAULT_HANDLER(xzr, x7) /* Clear the handler */
|
| HD | cpufunc_asm.S | 177 SET_FAULT_HANDLER(x5, x6) 183 SET_FAULT_HANDLER(xzr, x6) 189 SET_FAULT_HANDLER(xzr, x1)
|
| /freebsd-14-stable/sys/arm64/linux/ |
| HD | linux_support.S | 46 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-14-stable/sys/riscv/include/ |
| HD | asm.h | 59 #define SET_FAULT_HANDLER(handler, tmp) \ macro
|
| /freebsd-14-stable/sys/arm64/include/ |
| HD | asm.h | 81 #define SET_FAULT_HANDLER(handler, tmp) \ macro
|