1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/amd64/include
Tor Egge 3163861c7b Forward the signal if the process runs on a different CPU. This reduces
the signal handling latency for cpu-bound processes that performs very
few system calls.

The IPI for forcing an additional software trap is no longer dependent upon
BETTER_CLOCK being defined.
1998-03-03 20:55:26 +00:00
..
pc
apicreg.h
asm.h
asmacros.h
bus_amd64.h Implementation of Bus Space for FreeBSD-x86. 1998-01-15 07:32:56 +00:00
bus_at386.h Implementation of Bus Space for FreeBSD-x86. 1998-01-15 07:32:56 +00:00
bus_dma.h Implementation of Bus Space for FreeBSD-x86. 1998-01-15 07:32:56 +00:00
bus_memio.h Implementation of Bus Space for FreeBSD-x86. 1998-01-15 07:32:56 +00:00
bus_pio.h Implementation of Bus Space for FreeBSD-x86. 1998-01-15 07:32:56 +00:00
bus.h Implementation of Bus Space for FreeBSD-x86. 1998-01-15 07:32:56 +00:00
clock.h Removed vestiges of previous microtime() implementation. 1998-02-25 02:20:30 +00:00
cpu.h Don't include <machine/cputypes.h> or declare cputype/class interfaces 1997-10-28 11:43:57 +00:00
cpufunc.h Undo previous commit. The cpuid symbol has been already used by SMP 1998-01-25 23:45:41 +00:00
cputypes.h Don't include <machine/cputypes.h> or declare cputype/class interfaces 1997-10-28 11:43:57 +00:00
db_machdep.h
elf.h Define some machine characteristics using symbol naming on conventions 1997-08-30 18:59:48 +00:00
exec.h
float.h
floatingpoint.h
fpu.h
frame.h VM86 kernel support. 1997-08-09 00:04:06 +00:00
ieeefp.h
md_var.h Fixed disordering of busdma* and swi_vm. 1998-02-01 23:00:53 +00:00
mptable.h Forward the signal if the process runs on a different CPU. This reduces 1998-03-03 20:55:26 +00:00
npx.h
pcb_ext.h A couple of missing doscmd header files. Messed up again. Now can 1997-08-09 04:55:05 +00:00
pcb.h Ifdefed some SMP and VM86 code. Note that although VM86 is not a global 1998-02-03 21:27:50 +00:00
pci_cfgreg.h
pmap.h Moved some extern declarations to header files (unused ones to /dev/null). 1997-11-20 19:30:35 +00:00
proc.h
profile.h Ifdefed use of a GNU feature. 1998-02-03 20:32:38 +00:00
psl.h
ptrace.h
reg.h
reloc.h
segments.h Revert my previous commit about using CS_SECURE macro. 1997-08-21 06:33:04 +00:00
setjmp.h Suggested by: bde 1998-01-20 09:09:24 +00:00
signal.h VM86 kernel support. 1997-08-09 00:04:06 +00:00
smp.h Forward the signal if the process runs on a different CPU. This reduces 1998-03-03 20:55:26 +00:00
specialreg.h
sysarch.h Forward declare a union so that this file is self-sufficient. 1998-02-03 20:46:18 +00:00
trap.h
tss.h
varargs.h
vmparam.h Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden 1998-02-23 07:42:43 +00:00