Home
last modified time | relevance | path

Searched refs:BLOCK_SHIFT (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart.S26 .equ BLOCK_SHIFT, 9 define
159 shrw $BLOCK_SHIFT, %ax # ax = FatOffset >> BLOCK_SHIFT
246 shrw $(BLOCK_SHIFT-4), %ax # ax = Number of blocks into mem system
278 shlw $(BLOCK_SHIFT-4), %bx
Dstart16.S27 .equ BLOCK_SHIFT, 9 define
158 shrw $BLOCK_SHIFT, %ax # ax = FatOffset >> BLOCK_SHIFT
240 shrw $(BLOCK_SHIFT-4), %ax # ax = Number of blocks into mem system
272 shlw $(BLOCK_SHIFT-4), %bx
Dstart16.asm27 BLOCK_SHIFT EQU 9 define
154 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
236 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
268 shl bx,(BLOCK_SHIFT-4)
Dstart32.S27 .equ BLOCK_SHIFT, 9 define
173 shrw $BLOCK_SHIFT, %ax # ax = FatOffset >> BLOCK_SHIFT
255 shrw $(BLOCK_SHIFT-4), %ax # ax = Number of blocks into mem system
287 shlw $(BLOCK_SHIFT-4), %bx
Dstart.asm27 BLOCK_SHIFT EQU 9 define
156 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
243 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
275 shl bx,(BLOCK_SHIFT-4)
Dstart32.asm27 BLOCK_SHIFT EQU 9 define
169 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
251 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
283 shl bx,(BLOCK_SHIFT-4)
Dbootsect.S114 shrw $BLOCK_SHIFT, %bx # bx = size of Root Directory in sectors
Dbootsect.asm113 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
Dst32_64.S27 .equ BLOCK_SHIFT, 9 define
185 shrw $BLOCK_SHIFT, %ax # ax = FatOffset >> BLOCK_SHIFT
267 shrw $(BLOCK_SHIFT-4), %ax # ax = Number of blocks into mem system
299 shlw $(BLOCK_SHIFT-4), %bx
Dstart64.S27 .equ BLOCK_SHIFT, 9 define
172 shrw $BLOCK_SHIFT, %ax # ax = FatOffset >> BLOCK_SHIFT
259 shrw $(BLOCK_SHIFT-4), %ax # ax = Number of blocks into mem system
291 shlw $(BLOCK_SHIFT-4), %bx
Dst16_64.S27 .equ BLOCK_SHIFT, 9 define
170 shrw $BLOCK_SHIFT, %ax # ax = FatOffset >> BLOCK_SHIFT
252 shrw $(BLOCK_SHIFT-4), %ax # ax = Number of blocks into mem system
284 shlw $(BLOCK_SHIFT-4), %bx
Dst16_64.asm27 BLOCK_SHIFT EQU 9 define
166 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
248 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
280 shl bx,(BLOCK_SHIFT-4)
Dst32_64.asm27 BLOCK_SHIFT EQU 9 define
182 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
264 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
296 shl bx,(BLOCK_SHIFT-4)
Dstart64.asm27 BLOCK_SHIFT EQU 9 define
168 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
255 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
287 shl bx,(BLOCK_SHIFT-4)
DGpt.S26 .equ BLOCK_SHIFT, 9 define
128 …shrl $BLOCK_SHIFT, %eax # EAX = (SizeOfPartitionEntry * GptPartitionIndicator) /…
Dbs16.S27 .equ BLOCK_SHIFT, 9 define
247 shlw $(BLOCK_SHIFT-4),%bx
DMbr.S22 .equ BLOCK_SHIFT, 9 define
Dbs16.asm27 BLOCK_SHIFT EQU 9 define
244 shl bx,(BLOCK_SHIFT-4)
Dbs32.S27 .equ BLOCK_SHIFT, 9 define
268 shlw $(BLOCK_SHIFT-4), %bx
DMbr.asm26 BLOCK_SHIFT EQU 9 define
DGpt.asm26 BLOCK_SHIFT EQU 9 define
126 …shr eax, BLOCK_SHIFT ; EAX = (SizeOfPartitionEntry * GptPartitionIndicator) /…
Dbs32.asm27 BLOCK_SHIFT EQU 9 define
266 shl bx,(BLOCK_SHIFT-4)