Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/i386/libi386/
HDbiossmap.c71 v86.edx = SMAP_SIG; in bios_getsmap()
75 if (V86_CY(v86.efl) || v86.eax != SMAP_SIG || in bios_getsmap()
HDbiosmem.c104 v86.edx = SMAP_SIG; in bios_getmem()
108 if ((V86_CY(v86.efl)) || (v86.eax != SMAP_SIG)) in bios_getmem()
/freebsd-14-stable/sys/amd64/include/pc/
HDbios.h36 #define SMAP_SIG 0x534D4150 /* 'SMAP' */ macro
/freebsd-14-stable/stand/i386/isoboot/
HDisoboot.c131 v86.edx = SMAP_SIG; in bios_getmem()
135 if ((v86.efl & 1) || (v86.eax != SMAP_SIG)) in bios_getmem()
/freebsd-14-stable/sys/i386/include/pc/
HDbios.h206 #define SMAP_SIG 0x534D4150 /* 'SMAP' */ macro
/freebsd-14-stable/stand/i386/gptboot/
HDgptboot.c148 v86.edx = SMAP_SIG; in bios_getmem()
152 if ((v86.efl & 1) || (v86.eax != SMAP_SIG)) in bios_getmem()
/freebsd-14-stable/sys/i386/i386/
HDmachdep.c967 vmf.vmf_edx = SMAP_SIG; in getmemsize()
970 if (i || vmf.vmf_eax != SMAP_SIG) in getmemsize()