Searched refs:DI (Results 1 – 25 of 38) sorted by relevance
12
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/ |
D | Init16.asm | 20 ; @param[out] DI 'BP' to indicate boot-strap processor 27 ; @param[out] DI 'AP' to indicate application processor
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | Mbr.S | 60 leaw (%bp,%si,), %di # DI = 0x0600 + Offset(RelocatedStart) 118 movw %ax, %di # DI = MBREntryOffset
|
D | Mbr.asm | 61 lea di, [bp+si] ; DI = 0x0600 + Offset(RelocatedStart) 118 mov di, ax ; DI = MBREntryOffset
|
D | start.S | 93 # 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
|
D | start16.S | 94 # 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
|
D | start16.asm | 90 ; 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
|
D | start32.S | 109 # 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
|
D | Gpt.S | 62 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
|
D | start.asm | 90 ; 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
|
D | start32.asm | 105 ; 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
|
D | st32_64.S | 109 # 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
|
D | start64.S | 94 # 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
|
D | st16_64.S | 94 # 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
|
D | Gpt.asm | 61 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
|
D | st16_64.asm | 90 ; 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
|
D | st32_64.asm | 105 ; 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
|
D | start64.asm | 90 ; 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/ |
D | IpfThunk.i | 80 #define DI 10 macro
|
/device/linaro/bootloader/edk2/OvmfPkg/Sec/Ia32/ |
D | SecEntry.nasm | 30 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
|
/device/linaro/bootloader/edk2/OvmfPkg/Sec/X64/ |
D | SecEntry.nasm | 31 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/ |
D | ReadMe.txt | 26 DI - 'BP': boot-strap processor, or 'AP': application processor
|
D | Main.asm | 24 ; @param[in,out] DI 'BP': boot-strap processor, or
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | Thunk.c | 186 ThunkRegSet.X.DI = Regs->X.DI; in InternalLegacyBiosFarCall()
|
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/ |
D | SecEntry.S | 34 # @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
|
D | SecEntry.asm | 41 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
|
12