Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dmachdep.c896 int has_smap, off, physmap_idx, pa_indx, da_indx; in getmemsize() local
907 has_smap = 0; in getmemsize()
930 has_smap = 1; in getmemsize()
966 has_smap = 1; in getmemsize()
1072 if (has_smap && Maxmem > atop(physmap[physmap_idx + 1])) in getmemsize()