Home
last modified time | relevance | path

Searched refs:NPML4EPG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/amd64/machine/
H A Dpmap.h180 #define NUPML4E (NPML4EPG/2) /* number of userland PML4 pages */
209 #define PML4PML4I (NPML4EPG/2) /* Index of recursive pml4 mapping */
211 #define KPML4BASE (NPML4EPG-NKPML4E) /* KVM at highest addresses */
214 #define KPML4I (NPML4EPG-1)
/illumos-gate/usr/src/compat/bhyve/amd64/machine/
H A Dparam.h37 #define NPML4EPG (PAGE_SIZE/(sizeof (pml4_entry_t))) macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dparam.h114 #define NPML4EPG (PAGE_SIZE/(sizeof (pml4_entry_t))) macro