Home
last modified time | relevance | path

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

/freebsd/stand/userboot/userboot/
H A Dbiossmap.c52 sm->type = SMAP_TYPE_MEMORY; in bios_addsmapdata()
57 sm->type = SMAP_TYPE_MEMORY; in bios_addsmapdata()
65 sm->type = SMAP_TYPE_MEMORY; in bios_addsmapdata()
/freebsd/stand/i386/libi386/
H A Dbiosmem.c111 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) && in bios_getmem()
118 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
129 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
/freebsd/stand/i386/isoboot/
H A Disoboot.c138 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) && in bios_getmem()
142 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
151 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
/freebsd/sys/amd64/include/pc/
H A Dbios.h38 #define SMAP_TYPE_MEMORY 1 macro
/freebsd/stand/i386/gptboot/
H A Dgptboot.c155 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) && in bios_getmem()
159 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
168 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
/freebsd/stand/kboot/kboot/arch/amd64/
H A Dload_addr.c176 sm->type = SMAP_TYPE_MEMORY; in bi_loadsmap()
/freebsd/sys/i386/include/pc/
H A Dbios.h208 #define SMAP_TYPE_MEMORY 1 macro
/freebsd/sys/x86/x86/
H A Dnexus.c660 if (smap->type != SMAP_TYPE_MEMORY || in ram_attach()
/freebsd/sys/i386/i386/
H A Dmachdep.c839 if (smap->type != SMAP_TYPE_MEMORY) in add_smap_entry()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c709 if (smap->type != SMAP_TYPE_MEMORY) in bios_add_smap_entries()