freebsd-nq/sys/amd64
Jake Burkholder 6d43764a10 Introduce a new potientially cleaner interface for accessing per-cpu
variables from i386 assembly language.  The syntax is PCPU(member)
where member is the capitalized name of the per-cpu variable, without
the gd_ prefix.  Example: movl %eax,PCPU(CURPROC).  The capitalization
is due to using the offsets generated by genassym rather than the symbols
provided by linking with globals.o.  asmacros.h is the wrong place for
this but it seemed as good a place as any for now.  The old implementation
in asnames.h has not been removed because it is still used to de-mangle
the symbols used by the C variables for the UP case.
2000-12-13 09:23:53 +00:00
..
acpica FreeBSD-specific OSD (operating system dependant) modules for the Intel 2000-10-28 06:56:15 +00:00
amd64 Introduce a new potientially cleaner interface for accessing per-cpu 2000-12-13 09:23:53 +00:00
conf Remove the COMPAT_OLDPCI option, it's going away. 2000-12-13 01:11:34 +00:00
include Introduce a new potientially cleaner interface for accessing per-cpu 2000-12-13 09:23:53 +00:00
isa Introduce a new potientially cleaner interface for accessing per-cpu 2000-12-13 09:23:53 +00:00
pci Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00