Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosmem.c112 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) && in bios_getmem()
119 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
130 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
H A Di386_copy.c78 if (smap[i].type != SMAP_TYPE_MEMORY) in smap_find()
H A Dlinux.c81 if (smap[i].type != SMAP_TYPE_MEMORY) in find_real_addr()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmemmap.c53 return (SMAP_TYPE_MEMORY); in smap_type()
116 type = SMAP_TYPE_MEMORY; in efi_getsmap()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c149 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) && in bios_getmem()
153 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
162 if ((smap.type == SMAP_TYPE_MEMORY) && in bios_getmem()
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h38 #define SMAP_TYPE_MEMORY 1 macro
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h208 #define SMAP_TYPE_MEMORY 1 macro