Home
last modified time | relevance | path

Searched refs:DI (Results 1 – 25 of 38) sorted by relevance

12

/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
DInit16.asm20 ; @param[out] DI 'BP' to indicate boot-strap processor
27 ; @param[out] DI 'AP' to indicate application processor
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
DMbr.S60 leaw (%bp,%si,), %di # DI = 0x0600 + Offset(RelocatedStart)
118 movw %ax, %di # DI = MBREntryOffset
DMbr.asm61 lea di, [bp+si] ; DI = 0x0600 + Offset(RelocatedStart)
118 mov di, ax ; DI = MBREntryOffset
Dstart.S93 # ES:DI = 1500:0
109 # ES:DI = 2000:0, first cluster will be read again
131 # ES:DI = Buffer to store file content read from disk
134 # (ES << 4 + DI) = end of file content Buffer
168 call ReadBlocks # Read 2 blocks starting at AX storing at ES:DI
216 # ES:DI = Buffer to store sectors read from disk
Dstart16.S94 # ES:DI = 1500:0
110 # ES:DI = 2000:0, first cluster will be read again
132 # ES:DI = Buffer to store file content read from disk
135 # (ES << 4 + DI) = end of file content Buffer
167 call ReadBlocks # Read 2 blocks starting at AX storing at ES:DI
210 # ES:DI = Buffer to store sectors read from disk
Dstart16.asm90 ; ES:DI = 1500:0
106 ; ES:DI = 2000:0, first cluster will be read again
128 ; ES:DI = Buffer to store file content read from disk
131 ; (ES << 4 + DI) = end of file content Buffer
163 call ReadBlocks ; Read 2 blocks starting at AX storing at ES:DI
206 ; ES:DI = Buffer to store sectors read from disk
Dstart32.S109 # ES:DI = 1500:0
125 # ES:DI = 2000:0, first cluster will be read again
147 # ES:DI = Buffer to store file content read from disk
150 # (ES << 4 + DI) = end of file content Buffer
182 call ReadBlocks # Read 2 blocks starting at AX storing at ES:DI
225 # ES:DI = Buffer to store sectors read from disk
DGpt.S62 leaw (%bp,%si,), %di # DI = 0x0600 + Offset(RelocatedStart)
149 addw %dx, %di # DI = Targer PartitionEntryLBA Offset
179 # ES:DI = Buffer to store sectors read from disk
Dstart.asm90 ; ES:DI = 1500:0
106 ; ES:DI = 2000:0, first cluster will be read again
128 ; ES:DI = Buffer to store file content read from disk
131 ; (ES << 4 + DI) = end of file content Buffer
165 call ReadBlocks ; Read 2 blocks starting at AX storing at ES:DI
213 ; ES:DI = Buffer to store sectors read from disk
Dstart32.asm105 ; ES:DI = 1500:0
121 ; ES:DI = 2000:0, first cluster will be read again
143 ; ES:DI = Buffer to store file content read from disk
146 ; (ES << 4 + DI) = end of file content Buffer
178 call ReadBlocks ; Read 2 blocks starting at AX storing at ES:DI
221 ; ES:DI = Buffer to store sectors read from disk
Dst32_64.S109 # ES:DI = 1500:0
125 # ES:DI = 2000:0, first cluster will be read again
159 # ES:DI = Buffer to store file content read from disk
162 # (ES << 4 + DI) = end of file content Buffer
194 call ReadBlocks # Read 2 blocks starting at AX storing at ES:DI
237 # ES:DI = Buffer to store sectors read from disk
Dstart64.S94 # ES:DI = 1500:0
110 # ES:DI = 2000:0, first cluster will be read again
144 # ES:DI = Buffer to store file content read from disk
147 # (ES << 4 + DI) = end of file content Buffer
181 call ReadBlocks # Read 2 blocks starting at AX storing at ES:DI
229 # ES:DI = Buffer to store sectors read from disk
Dst16_64.S94 # ES:DI = 1500:0
110 # ES:DI = 2000:0, first cluster will be read again
144 # ES:DI = Buffer to store file content read from disk
147 # (ES << 4 + DI) = end of file content Buffer
179 call ReadBlocks # Read 2 blocks starting at AX storing at ES:DI
222 # ES:DI = Buffer to store sectors read from disk
DGpt.asm61 lea di, [bp+si] ; DI = 0x0600 + Offset(RelocatedStart)
147 add di, dx ; DI = Targer PartitionEntryLBA Offset
177 ; ES:DI = Buffer to store sectors read from disk
Dst16_64.asm90 ; ES:DI = 1500:0
106 ; ES:DI = 2000:0, first cluster will be read again
140 ; ES:DI = Buffer to store file content read from disk
143 ; (ES << 4 + DI) = end of file content Buffer
175 call ReadBlocks ; Read 2 blocks starting at AX storing at ES:DI
218 ; ES:DI = Buffer to store sectors read from disk
Dst32_64.asm105 ; ES:DI = 1500:0
121 ; ES:DI = 2000:0, first cluster will be read again
156 ; ES:DI = Buffer to store file content read from disk
159 ; (ES << 4 + DI) = end of file content Buffer
191 call ReadBlocks ; Read 2 blocks starting at AX storing at ES:DI
234 ; ES:DI = Buffer to store sectors read from disk
Dstart64.asm90 ; ES:DI = 1500:0
106 ; ES:DI = 2000:0, first cluster will be read again
140 ; ES:DI = Buffer to store file content read from disk
143 ; (ES << 4 + DI) = end of file content Buffer
177 call ReadBlocks ; Read 2 blocks starting at AX storing at ES:DI
225 ; ES:DI = Buffer to store sectors read from disk
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
DIpfThunk.i80 #define DI 10 macro
/device/linaro/bootloader/edk2/OvmfPkg/Sec/Ia32/
DSecEntry.nasm30 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
/device/linaro/bootloader/edk2/OvmfPkg/Sec/X64/
DSecEntry.nasm31 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DReadMe.txt26 DI - 'BP': boot-strap processor, or 'AP': application processor
DMain.asm24 ; @param[in,out] DI 'BP': boot-strap processor, or
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DThunk.c186 ThunkRegSet.X.DI = Regs->X.DI; in InternalLegacyBiosFarCall()
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
DSecEntry.S34 # @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
DSecEntry.asm41 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor

12