Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dnexus.c658 uint32_t smapsize; in ram_attach() local
674 smapsize = *((u_int32_t *)smapbase - 1); in ram_attach()
675 smapend = (struct bios_smap *)((uintptr_t)smapbase + smapsize); in ram_attach()
H A Dmachdep.c1968 u_int32_t smapsize; variable
1978 smapsize = *((u_int32_t *)smapbase - 1); in add_smap_entries()
1979 smapend = (struct bios_smap *)((uintptr_t)smapbase + smapsize); in add_smap_entries()