Searched refs:SMAP_SIG (Results 1 – 7 of 7) sorted by relevance
71 v86.edx = SMAP_SIG; in bios_getsmap()75 if (V86_CY(v86.efl) || v86.eax != SMAP_SIG || in bios_getsmap()
104 v86.edx = SMAP_SIG; in bios_getmem()108 if ((V86_CY(v86.efl)) || (v86.eax != SMAP_SIG)) in bios_getmem()
36 #define SMAP_SIG 0x534D4150 /* 'SMAP' */ macro
131 v86.edx = SMAP_SIG; in bios_getmem()135 if ((v86.efl & 1) || (v86.eax != SMAP_SIG)) in bios_getmem()
206 #define SMAP_SIG 0x534D4150 /* 'SMAP' */ macro
148 v86.edx = SMAP_SIG; in bios_getmem()152 if ((v86.efl & 1) || (v86.eax != SMAP_SIG)) in bios_getmem()
954 vmf.vmf_edx = SMAP_SIG; in getmemsize()957 if (i || vmf.vmf_eax != SMAP_SIG) in getmemsize()