opnsense-src/sys/amd64/include
Konstantin Belousov 633034fe0e Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU
context into memory for the kernel threads which called
fpu_kern_thread(9).  This allows the fpu_kern_enter() callers to not
check for is_fpu_kern_thread() to get the optimization.

Apply the flag to padlock(4) and aesni(4).  In aesni_cipher_process(),
do not leak FPU context state on error.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2014-06-23 07:37:54 +00:00
..
pc xen: implement hook to fetch and parse e820 memory map 2014-03-11 10:23:03 +00:00
xen xen: use the same hypercall mechanism for XEN and XENHVM 2014-03-11 10:24:13 +00:00
_align.h
_bus.h
_inttypes.h
_limits.h
_stdint.h
_types.h
acpica_machdep.h
apm_bios.h
asm.h
asmacros.h xen: add PV/PVH kernel entry point 2014-03-11 10:07:01 +00:00
atomic.h
bus.h
bus_dma.h
clock.h xen: implement an early timer for Xen PVH 2014-03-11 10:20:42 +00:00
counter.h
cpu.h amd64/i386: introduce APIC hooks for different APIC implementations. 2014-06-16 08:43:03 +00:00
cpufunc.h provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64 2014-02-14 15:18:37 +00:00
cputypes.h
db_machdep.h
elf.h
endian.h
exec.h
fdt.h
float.h
floatingpoint.h
fpu.h Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU 2014-06-23 07:37:54 +00:00
frame.h
gdb_machdep.h
ieeefp.h
in_cksum.h
intr_machdep.h
iodev.h
kdb.h
limits.h
md_var.h Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c. 2014-03-04 21:35:57 +00:00
memdev.h
metadata.h Update EFI framebuffer handoff from loader 2014-03-27 19:43:38 +00:00
minidump.h
mp_watchdog.h
nexusvar.h
npx.h
ofw_machdep.h
param.h Increase the TSS limit by one byte. The processor requires an additional byte 2014-05-14 22:24:09 +00:00
pcb.h
pci_cfgreg.h
pcpu.h
pmap.h Add change forgotten in r263475. Make dmaplimit accessible outside 2014-03-21 17:17:19 +00:00
pmc_mdep.h
ppireg.h
proc.h
profile.h
psl.h
ptrace.h
reg.h
reloc.h
resource.h
runq.h
segments.h
setjmp.h
sf_buf.h
sigframe.h
signal.h
smp.h xen: add a hook to perform AP startup 2014-03-11 10:27:57 +00:00
specialreg.h
stack.h
stdarg.h
sysarch.h
timerreg.h
trap.h
tss.h
ucontext.h
varargs.h
vdso.h
vm.h
vmm.h Replace enum forward declarations with complete definitions. 2014-06-10 18:46:00 +00:00
vmm_dev.h Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained 2014-06-07 21:36:52 +00:00
vmm_instruction_emul.h Add segment protection and limits violation checks in vie_calculate_gla() 2014-05-27 04:26:22 +00:00
vmparam.h