Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Dbiosmem.c73 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) && in bios_getmem()
79 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0x100000)) { in bios_getmem()
H A Dbiossmap.c93 if (smap.type == SMAP_TYPE_MEMORY && in bios_getsmap()
/dragonfly/sys/platform/pc64/include/pc/
H A Dbios.h45 #define SMAP_TYPE_MEMORY 1 macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dnexus.c679 if (smap->type != SMAP_TYPE_MEMORY || in ram_attach()
H A Dmachdep.c1986 if (smap->type != SMAP_TYPE_MEMORY) in add_smap_entries()