HomeSort by relevance Sort by last modified time
    Searched refs:NumberOfBlocks (Results 51 - 65 of 65) sorted by null

1 23

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.S 226 # bx = NumberOfBlocks
281 addl %ebx,%esi # StartLBA = StartLBA + NumberOfBlocks
282 subw %bx,%cx # Blocks = Blocks - NumberOfBlocks
286 movw %ax,%es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
st32_64.S 241 # bx = NumberOfBlocks
296 addl %ebx,%esi # StartLBA = StartLBA + NumberOfBlocks
297 subw %bx,%cx # Blocks = Blocks - NumberOfBlocks
301 movw %ax,%es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start64.S 233 # bx = NumberOfBlocks
288 addl %ebx,%esi # StartLBA = StartLBA + NumberOfBlocks
289 subw %bx,%cx # Blocks = Blocks - NumberOfBlocks
293 movw %ax,%es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
st16_64.asm 222 ; bx = NumberOfBlocks
277 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
278 sub cx,bx ; Blocks = Blocks - NumberOfBlocks
282 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
st32_64.asm 238 ; bx = NumberOfBlocks
293 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
294 sub cx,bx ; Blocks = Blocks - NumberOfBlocks
298 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start.asm 217 ; bx = NumberOfBlocks
272 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
273 sub cx,bx ; Blocks = Blocks - NumberOfBlocks
277 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start16.asm 210 ; bx = NumberOfBlocks
265 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
266 sub cx,bx ; Blocks = Blocks - NumberOfBlocks
270 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start32.asm 225 ; bx = NumberOfBlocks
280 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
281 sub cx,bx ; Blocks = Blocks - NumberOfBlocks
285 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start64.asm 229 ; bx = NumberOfBlocks
284 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
285 sub cx,bx ; Blocks = Blocks - NumberOfBlocks
289 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/FlashFvbDxe/
FlashFvbDxe.c 404 @param NumberOfBlocks Pointer to a caller-allocated UINTN in
422 OUT UINTN* NumberOfBlocks
438 *NumberOfBlocks = (UINTN) (Instance->Media.LastBlock - Lba + 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddstor.h 653 LARGE_INTEGER NumberOfBlocks;
winioctl.h 172 LARGE_INTEGER NumberOfBlocks;
    [all...]
winnt.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.c     [all...]

Completed in 353 milliseconds

1 23