mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
We don't have enouch space to store full VFP context within mcontext stucture. Due to this: - follow i386/amd64 way and store VFP state outside of the mcontext_t but point to it. Use the size of VFP state structure as an 'magic' indicator of the saved VFP state presence. - teach set_mcontext() about this external storage. - for signal delivery, store VFP state to expanded 'struct sigframe'. Submited by: Andrew Gierth (initial version) PR: 217611 MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| arch | ||
| kse.h | ||
| libpthread_db.c | ||
| libpthread_db.h | ||
| libthr_db.c | ||
| Makefile | ||
| Makefile.depend | ||
| Symbol.map | ||
| thread_db.c | ||
| thread_db.h | ||
| thread_db_int.h | ||