HomeSort by relevance Sort by last modified time
    Searched defs:ReservedSectors (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.S 56 ReservedSectors: .word 0 # Reserved Sectors - 16 bits
118 addw ReservedSectors(%bp), %ax # ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
123 addw %bx, %ax # ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA (FirstDataSector)
bootsect.asm 55 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
117 add ax,word ptr [bp+ReservedSectors] ; ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
122 add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA (FirstDataSector)
bs16.S 44 ReservedSectors: .word 0 # Reserved Sectors - 16 bits
106 addw ReservedSectors(%bp), %ax # ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
111 addw %bx, %ax # ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA (FirstDataSector)
bs16.asm 42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
104 add ax,word ptr [bp+ReservedSectors] ; ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
109 add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA (FirstDataSector)
bs32.S 44 ReservedSectors: .word 0 # Reserved Sectors - 16 bits
120 addw ReservedSectors(%bp), %ax # ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
121 addw %bx, %ax # ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA
bs32.asm 42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
119 add ax,word ptr [bp+ReservedSectors] ; ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
120 add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA
start.S 41 ReservedSectors: .word 0 # Reserved Sectors - 16 bits
160 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start16.S 42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits
159 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
st16_64.S 42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits
171 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
st32_64.S 41 ReservedSectors: .word 0 # Reserved Sectors - 2 bytes
186 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start32.S 41 ReservedSectors: .word 0 # Reserved Sectors - 2 bytes
174 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start64.S 42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits
173 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
st16_64.asm 38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
167 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
st32_64.asm 37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes
183 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start.asm 38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
157 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start16.asm 38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
155 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start32.asm 37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes
170 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start64.asm 38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
169 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteFmt.h 90 UINT16 ReservedSectors;
116 UINT16 ReservedSectors;
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h 103 UINT16 ReservedSectors;

Completed in 2254 milliseconds