Home
last modified time | relevance | path

Searched refs:BLOCK_MASK (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
DGpt.S25 .equ BLOCK_MASK, 0x01ff define
129 andl $BLOCK_MASK, %edx # EDX = Targer PartitionEntryLBA Offset
Dbs16.S26 .equ BLOCK_MASK, 0x01ff define
99 andw $BLOCK_MASK, %bx # See if it is an even number of sectors long
DMbr.S21 .equ BLOCK_MASK, 0x01ff define
Dbs16.asm26 BLOCK_MASK EQU 01ffh define
97 and bx,BLOCK_MASK ; See if it is an even number of sectors long
Dbs32.S26 .equ BLOCK_MASK, 0x01ff define
113 andw $BLOCK_MASK, %bx # See if it is an even number of sectors long
DMbr.asm25 BLOCK_MASK EQU 01ffh define
DGpt.asm25 BLOCK_MASK EQU 01ffh define
127 and edx, BLOCK_MASK ; EDX = Targer PartitionEntryLBA Offset
Dbs32.asm26 BLOCK_MASK EQU 01ffh define
112 and bx,BLOCK_MASK ; See if it is an even number of sectors long
Dstart.S25 .equ BLOCK_MASK, 0x01ff define
161 andw $BLOCK_MASK,%si # si = FatOffset & BLOCK_MASK
Dstart16.S26 .equ BLOCK_MASK, 0x01ff define
160 andw $BLOCK_MASK, %si # si = FatOffset & BLOCK_MASK
Dstart16.asm26 BLOCK_MASK EQU 01ffh define
156 and si,BLOCK_MASK ; si = FatOffset & BLOCK_MASK
Dstart32.S26 .equ BLOCK_MASK, 0x01ff define
175 andw $BLOCK_MASK, %si # si = FatOffset & BLOCK_MASK
Dstart.asm26 BLOCK_MASK EQU 01ffh define
158 and si,BLOCK_MASK ; si = FatOffset & BLOCK_MASK
Dstart32.asm26 BLOCK_MASK EQU 01ffh define
171 and si,BLOCK_MASK ; si = FatOffset & BLOCK_MASK
Dst32_64.S26 .equ BLOCK_MASK, 0x01ff define
187 andw $BLOCK_MASK, %si # si = FatOffset & BLOCK_MASK
Dstart64.S26 .equ BLOCK_MASK, 0x01ff define
174 andw $BLOCK_MASK, %si # si = FatOffset & BLOCK_MASK
Dst16_64.S26 .equ BLOCK_MASK, 0x01ff define
172 andw $BLOCK_MASK, %si # si = FatOffset & BLOCK_MASK
Dst16_64.asm26 BLOCK_MASK EQU 01ffh define
168 and si,BLOCK_MASK ; si = FatOffset & BLOCK_MASK
Dst32_64.asm26 BLOCK_MASK EQU 01ffh define
184 and si,BLOCK_MASK ; si = FatOffset & BLOCK_MASK
Dstart64.asm26 BLOCK_MASK EQU 01ffh define
170 and si,BLOCK_MASK ; si = FatOffset & BLOCK_MASK