HomeSort by relevance Sort by last modified time
    Searched refs:PhysicalDrive (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.asm 90 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
195 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
238 ; PhysicalDrive - Used to indicate which disk to be boot
242 PhysicalDrive db 80h
Mbr.asm 91 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
150 mov dl, byte ptr [bp + PhysicalDrive] ; Drive number
214 ; PhysicalDrive - Used to indicate which disk to be boot
218 PhysicalDrive db 80h
bs16.S 54 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored
84 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
234 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Gpt.S 92 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
197 movb PhysicalDrive(%bp), %dl # dl = Drive Number
241 # PhysicalDrive - Used to indicate which disk to be boot
245 PhysicalDrive: .byte 0x80
bs32.S 69 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte
98 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
255 movb PhysicalDrive(%bp), %dl # dl = Drive Number
bootsect.asm 65 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored
95 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
244 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
bs16.asm 52 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored
82 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
231 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
bs32.asm 67 PhysicalDrive db 0 ; Physical Drive Number - 1 byte
97 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
253 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
Mbr.S 91 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
150 movb PhysicalDrive(%bp), %dl # Drive number
215 # PhysicalDrive - Used to indicate which disk to be boot
219 PhysicalDrive: .byte 0x80
start.S 51 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored
265 movb PhysicalDrive(%bp), %dl # dl = Drive Number
    [all...]
start16.S 52 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored
259 movb PhysicalDrive(%bp), %dl # dl = Drive Number
    [all...]
start32.S 66 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte
274 movb PhysicalDrive(%bp), %dl # dl = Drive Number
    [all...]
st16_64.S 52 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored
271 movb PhysicalDrive(%bp), %dl # dl = Drive Number
    [all...]
st32_64.S 66 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte
286 movb PhysicalDrive(%bp), %dl # dl = Drive Number
    [all...]
start64.S 52 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored
278 movb PhysicalDrive(%bp), %dl # dl = Drive Number
    [all...]
st16_64.asm 48 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored
267 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
    [all...]
st32_64.asm 62 PhysicalDrive db 0 ; Physical Drive Number - 1 byte
283 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
    [all...]
start.asm 48 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored
262 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
    [all...]
start16.asm 48 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored
255 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
    [all...]
start32.asm 62 PhysicalDrive db 0 ; Physical Drive Number - 1 byte
270 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
    [all...]
start64.asm 48 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored
274 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
    [all...]

Completed in 7735 milliseconds