Home
last modified time | relevance | path

Searched refs:ENABLE_A20_CMD (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart16.S314 .equ ENABLE_A20_CMD, 0x0df # 8042 command to enable A20 define
390 movb $ENABLE_A20_CMD, %al # gate address bit 20 on
Dstart.S320 .equ ENABLE_A20_CMD, 0x0df # 8042 command to enable A20 define
396 mov $ENABLE_A20_CMD, %al # gate address bit 20 on
Dstart16.asm309 ENABLE_A20_CMD equ 0dfh ; 8042 command to enable A20 define
385 mov al,ENABLE_A20_CMD ; gate address bit 20 on
Dstart32.S329 .equ ENABLE_A20_CMD, 0x0df # 8042 command to enable A20 define
405 movb $ENABLE_A20_CMD, %al # gate address bit 20 on
Dstart.asm316 ENABLE_A20_CMD equ 0dfh ; 8042 command to enable A20 define
392 mov al,ENABLE_A20_CMD ; gate address bit 20 on
Dstart32.asm324 ENABLE_A20_CMD equ 0dfh ; 8042 command to enable A20 define
400 mov al,ENABLE_A20_CMD ; gate address bit 20 on
Dst16_64.S326 .equ ENABLE_A20_CMD, 0x0df # 8042 command to enable A20 define
397 movb $ENABLE_A20_CMD, %al # gate address bit 20 on
Dstart64.S333 .equ ENABLE_A20_CMD, 0x0df # 8042 command to enable A20 define
404 movb $ENABLE_A20_CMD, %al # gate address bit 20 on
Dst32_64.S341 .equ ENABLE_A20_CMD, 0x0df # 8042 command to enable A20 define
412 movb $ENABLE_A20_CMD, %al # gate address bit 20 on
Dstart64.asm328 ENABLE_A20_CMD equ 0dfh ; 8042 command to enable A20 define
399 mov al,ENABLE_A20_CMD ; gate address bit 20 on
Dst16_64.asm321 ENABLE_A20_CMD equ 0dfh ; 8042 command to enable A20 define
392 mov al,ENABLE_A20_CMD ; gate address bit 20 on
Dst32_64.asm337 ENABLE_A20_CMD equ 0dfh ; 8042 command to enable A20 define
408 mov al,ENABLE_A20_CMD ; gate address bit 20 on