Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c1974 add_smap_entries(int *physmap_idx) in add_smap_entries() argument
2002 if (i <= *physmap_idx) in add_smap_entries()
2016 *physmap_idx += 2; in add_smap_entries()
2017 if (*physmap_idx == PHYSMAP_SIZE) { in add_smap_entries()
2022 physmap[*physmap_idx] = smap->base; in add_smap_entries()
2028 add_efi_map_entries(int *physmap_idx) in add_efi_map_entries() argument
2122 *physmap_idx += 2; in add_efi_map_entries()
2244 physmap_idx = 0; in getmemsize()
2261 add_smap_entries(&physmap_idx); in getmemsize()
2263 add_efi_map_entries(&physmap_idx); in getmemsize()
[all …]