Home
last modified time | relevance | path

Searched refs:start_pfn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c1677 pfn_t start_pfn; in kcage_cageout() local
1691 start_pfn = PFN_INVALID; /* force init with 1st cage pfn */ in kcage_cageout()
1725 if (start_pfn == PFN_INVALID) in kcage_cageout()
1726 start_pfn = pfn; in kcage_cageout()
1727 else if (start_pfn == pfn) { in kcage_cageout()
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h120 uint64_aligned_t start_pfn; member