freebsd-dev/sys/amd64
Eric van Gyzen 6fba90f201 FPU init: allocate initial state from UMA to ensure alignment
The Intel Instruction Set Reference says this about the XSAVE instruction:

    Use of a destination operand not aligned to 64-byte boundary
    (in either 64-bit or 32-bit modes) results in a general-protection
    (#GP) exception.

This alignment happens naturally when all malloc buckets are powers
of two.  However, this change is necessary on some systems when
certain non-power-of-two (and non-multiple of 64) malloc buckets
are defined.

Reviewed by:	cem; kib; earlier version by jhb
MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D25098
2020-06-12 21:17:56 +00:00
..
acpica
amd64 FPU init: allocate initial state from UMA to ensure alignment 2020-06-12 21:17:56 +00:00
cloudabi32
cloudabi64
conf ice(4): Introduce new driver for Intel E800 Ethernet controllers 2020-05-26 23:35:10 +00:00
ia32 Make ps_strings in struct image_params into a pointer. 2020-04-15 20:21:30 +00:00
include vmm(4): Add 12 user ABI compat after r349948 2020-05-20 17:27:54 +00:00
linux Handle getcpu() calls in vsyscall emulation on amd64. 2020-05-31 18:20:20 +00:00
linux32 Convert canary, execpathp, and pagesizes to pointers. 2020-04-16 21:53:17 +00:00
pci
sgx
vmm vmm(4): Add 12 user ABI compat after r349948 2020-05-20 17:27:54 +00:00
Makefile