Searched defs:SMAP (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/
H A De820mangler.S25 #define SMAP 0x534d4150 define
291 cmpl $SMAP, %eax
292 je 3f /* 'SMAP' missing: error */
294 stc /* Force CF set if SMAP was missing */
478 movl $SMAP, %edx
564 cmpl $SMAP, %edx
H A Dmemmap.c36 #define SMAP ( 0x534d4150 ) macro
189 "d" ( SMAP )
192 if ( smap != SMAP ) {
193 DBG ( "INT 15,e820 failed SMAP signature check\n" );

Completed in 100 milliseconds