Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dbootsect.S118 addw ReservedSectors(%bp), %ax # ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
123 …addw %bx, %ax # ax = NoFats * SectorsPerFat + ReservedSectors + RootDirS…
Dbootsect.asm117 add ax,word ptr [bp+ReservedSectors] ; ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
122 …add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirS…
Dstart16.S42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label
159 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dstart.S41 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label
160 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dstart16.asm38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
155 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dstart32.S41 ReservedSectors: .word 0 # Reserved Sectors - 2 bytes label
174 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dstart.asm38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
157 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dstart32.asm37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes define
170 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dstart64.S42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label
173 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dst32_64.S41 ReservedSectors: .word 0 # Reserved Sectors - 2 bytes label
186 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dst16_64.S42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label
171 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dst32_64.asm37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes define
183 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dst16_64.asm38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
167 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dstart64.asm38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
169 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
Dbs16.S44 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label
Dbs32.S44 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label
Dbs16.asm42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
Dbs32.asm42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteFmt.h90 UINT16 ReservedSectors; member
116 UINT16 ReservedSectors; member
DFatLiteAccess.c93 if (Bpb.ReservedSectors == 0 || Bpb.NoFats == 0 || Sectors == 0) { in FatGetBpbInfo()
150 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DInit.c251 if (FatBs.FatBsb.ReservedSectors == 0 || FatBs.FatBsb.NumFats == 0 || Sectors == 0) { in FatOpenDevice()
311 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
DFatFileSystem.h103 UINT16 ReservedSectors; member