mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
This should also save and restore non-volatile Altivec registers, but that needs to wait on solving two problems: 1. Adding the nonvolatile vector registers means we need 5 more than _JBLEN entries in jmp_buf on 32-bit targets (64-bit is OK). 2. Need to figure out how to determine if saving/restoring vector regs is supported on the current CPU from userland. MFC after: 1 month |
||
|---|---|---|
| .. | ||
| _ctx_start.S | ||
| _set_tp.c | ||
| _setjmp.S | ||
| eabi.S | ||
| fabs.S | ||
| flt_rounds.c | ||
| fpgetmask.c | ||
| fpgetround.c | ||
| fpgetsticky.c | ||
| fpsetmask.c | ||
| fpsetround.c | ||
| infinity.c | ||
| makecontext.c | ||
| Makefile.inc | ||
| setjmp.S | ||
| signalcontext.c | ||
| sigsetjmp.S | ||
| syncicache.c | ||