Home
last modified time | relevance | path

Searched refs:NPTEPG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/compat/bhyve/amd64/machine/
H A Dparam.h28 #define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t))) macro
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dparam.h91 #define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t))) macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dparam.h96 #define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t))) macro
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdvi_hw.c1034 for (i = 0; i < NPTEPG ; i++) { in amdvi_free_ptp()