Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dbiossmap.c71 v86.edx = SMAP_SIG; in bios_getsmap()
75 if (V86_CY(v86.efl) || v86.eax != SMAP_SIG || in bios_getsmap()
H A Dbiosmem.c104 v86.edx = SMAP_SIG; in bios_getmem()
108 if ((V86_CY(v86.efl)) || (v86.eax != SMAP_SIG)) in bios_getmem()
/freebsd/sys/amd64/include/pc/
H A Dbios.h36 #define SMAP_SIG 0x534D4150 /* 'SMAP' */ macro
/freebsd/stand/i386/isoboot/
H A Disoboot.c131 v86.edx = SMAP_SIG; in bios_getmem()
135 if ((v86.efl & 1) || (v86.eax != SMAP_SIG)) in bios_getmem()
/freebsd/sys/i386/include/pc/
H A Dbios.h206 #define SMAP_SIG 0x534D4150 /* 'SMAP' */ macro
/freebsd/stand/i386/gptboot/
H A Dgptboot.c148 v86.edx = SMAP_SIG; in bios_getmem()
152 if ((v86.efl & 1) || (v86.eax != SMAP_SIG)) in bios_getmem()
/freebsd/sys/i386/i386/
H A Dmachdep.c954 vmf.vmf_edx = SMAP_SIG; in getmemsize()
957 if (i || vmf.vmf_eax != SMAP_SIG) in getmemsize()