Searched refs:ReservedSectors (Results 1 – 18 of 18) sorted by relevance
/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 | start.S | 41 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label 160 …addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset …
|
D | start16.S | 42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label 159 …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 | st32_64.S | 41 ReservedSectors: .word 0 # Reserved Sectors - 2 bytes label 186 …addw ReservedSectors(%bp), %ax # 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 | st16_64.S | 42 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label 171 …addw ReservedSectors(%bp), %ax # 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 | st32_64.asm | 37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes define 183 …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 | bs16.asm | 42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
|
D | bs32.S | 44 ReservedSectors: .word 0 # Reserved Sectors - 16 bits label
|
D | bs32.asm | 42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits define
|