/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
smap.s | 0 # SMAP Instructions
|
smap.d | 2 #name: i386 SMAP
|
x86-64-smap.d | 1 #source: smap.s 3 #name: 64bit SMAP
|
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/ |
memmap.c | 36 #define SMAP ( 0x534d4150 ) 160 uint32_t smap; local 182 : "=a" ( smap ), "=b" ( next ), 188 "d" ( SMAP ) 191 if ( smap != SMAP ) { 192 DBG ( "INT 15,e820 failed SMAP signature check\n" );
|
e820mangler.S | 25 #define SMAP 0x534d4150 291 cmpl $SMAP, %eax 292 je 3f /* 'SMAP' missing: error */ 294 stc /* Force CF set if SMAP was missing */ 478 movl $SMAP, %edx 576 cmpl $SMAP, %edx
|
/hardware/intel/bootstub/ |
e820_bios.S | 43 #define SMAP 0x534d4150 135 movl $SMAP, %edx 138 cmpl $SMAP, %eax 139 jne error /* eax is not 'SMAP' */
|
/external/syslinux/com32/gpllib/ |
memory.c | 41 #define SMAP 0x534d4150 /* ASCII "SMAP" */ 54 * EDX = 534D4150h ('SMAP') 60 * EAX = 534D4150h ('SMAP') 100 ireg.edx.l = SMAP; 121 /* Some BIOSes stop returning SMAP in the middle of 126 if (oreg.eax.l != SMAP) {
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
start.S | 345 movl $0x534d4150, %edx # SMAP
[all...] |
st16_64.S | 351 movl $0x534d4150, %edx # SMAP
[all...] |
st32_64.S | 366 movl $0x534d4150, %edx # SMAP
[all...] |
start64.S | 358 movl $0x534d4150, %edx # SMAP
[all...] |
st16_64.asm | 346 mov edx,'SMAP'
[all...] |
st32_64.asm | 362 mov edx,'SMAP'
[all...] |
start.asm | 341 mov edx,'SMAP'
[all...] |
start16.asm | 334 mov edx,'SMAP'
[all...] |
start32.asm | 349 mov edx,'SMAP'
[all...] |
start64.asm | 353 mov edx,'SMAP'
[all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |