/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | bootsect.S | 118 addw ReservedSectors(%bp), %ax # ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA 123 …addw %bx, %ax # ax = NoFats * SectorsPerFat + ReservedSectors + RootDirS…
|
D | bootsect.asm | 117 add ax,word ptr [bp+ReservedSectors] ; ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA 122 …add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirS…
|
D | start16.S | 42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label 159 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | start.S | 41 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label 160 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | start16.asm | 38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define 155 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | start32.S | 41 ReservedSectors: .word 0 # Reserved Sectors - 2 bytes label 174 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | start.asm | 38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define 157 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | start32.asm | 37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes define 170 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | start64.S | 42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label 173 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | st32_64.S | 41 ReservedSectors: .word 0 # Reserved Sectors - 2 bytes label 186 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | st16_64.S | 42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label 171 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | st32_64.asm | 37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes define 183 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | st16_64.asm | 38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define 167 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | start64.asm | 38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define 169 …add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | bs16.S | 44 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label
|
D | bs32.S | 44 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label
|
D | bs16.asm | 42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
|
D | bs32.asm | 42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
|
/device/linaro/bootloader/edk2/FatPkg/FatPei/ |
D | FatLiteFmt.h | 90 UINT16 ReservedSectors; member 116 UINT16 ReservedSectors; member
|
D | FatLiteAccess.c | 93 if (Bpb.ReservedSectors == 0 || Bpb.NoFats == 0 || Sectors == 0) { in FatGetBpbInfo() 150 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
|
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
D | Init.c | 251 if (FatBs.FatBsb.ReservedSectors == 0 || FatBs.FatBsb.NumFats == 0 || Sectors == 0) { in FatOpenDevice() 311 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
|
D | FatFileSystem.h | 103 UINT16 ReservedSectors; member
|