summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_amd64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,deraadt2012-07-091-4/+4
| | | | | | | because param.h will get a kick in the head sometime in the future. One day, maybe both can become invisible, but we boot one of them first. ok guenter
* Mop up after oga@ and unbreak the tree. The direct uncached map is gone sokettenis2009-03-301-6/+1
| | | | remove the code from libkvm that dealt with it.
* Sync _kvm_kvatop with existing pmap code: handle direct mappings andmiod2009-01-021-2/+24
| | | | level 2 large pages.
* the advertising clause on these can safely be removedderaadt2007-01-081-6/+2
|
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-3/+3
|
* knf; ok millertderaadt2004-06-151-14/+9
|
* fix va -> pa decode. 'by all means' deraadt@marc2004-05-051-5/+5
|
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-271-0/+209
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.