Home
last modified time | relevance | path

Searched refs:SMAP (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
Dmemmap.c36 #define SMAP ( 0x534d4150 ) macro
188 "d" ( SMAP ) in meme820()
191 if ( smap != SMAP ) { in meme820()
De820mangler.S25 #define SMAP 0x534d4150 macro
291 cmpl $SMAP, %eax
478 movl $SMAP, %edx
576 cmpl $SMAP, %edx
/external/syslinux/com32/gpllib/
Dmemory.c41 #define SMAP 0x534d4150 /* ASCII "SMAP" */ macro
100 ireg.edx.l = SMAP; in detect_memory_e820()
126 if (oreg.eax.l != SMAP) { in detect_memory_e820()
/external/syslinux/memdisk/
Dmemdisk.inc647 cmp edx,534D4150h ; "SMAP"
654 push edx ; "SMAP"
678 pop eax ; "SMAP"
679 mov edx,eax ; Some systems expect eax = edx = SMAP
/external/llvm/lib/Target/X86/
DX86InstrSystem.td609 // SMAP Instruction