Home
last modified time | relevance | path

Searched refs:PhysicalDrive (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
DGpt.S92 …movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver nu…
197 movb PhysicalDrive(%bp), %dl # dl = Drive Number
241 # PhysicalDrive - Used to indicate which disk to be boot
245 PhysicalDrive: .byte 0x80 label
DGpt.asm90 …mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver nu…
195 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
238 ; PhysicalDrive - Used to indicate which disk to be boot
242 PhysicalDrive db 80h define
Dbs16.S54 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored label
84 …movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver nu…
234 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Dbs32.S69 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte label
98 …movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver nu…
255 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Dbs16.asm52 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored define
82 …mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver nu…
231 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
Dbs32.asm67 PhysicalDrive db 0 ; Physical Drive Number - 1 byte define
97 …mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver nu…
253 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
DMbr.S91 …movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver nu…
DMbr.asm91 …mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver nu…
Dstart16.S52 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored label
259 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Dstart.S51 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored label
265 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Dstart16.asm48 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored define
255 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
Dstart32.S66 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte label
274 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Dstart.asm48 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored define
262 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
Dstart32.asm62 PhysicalDrive db 0 ; Physical Drive Number - 1 byte define
270 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
Dst16_64.S52 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored label
271 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Dstart64.S52 PhysicalDrive: .byte 0 # PhysicalDriveNumber - 8 bits - ignored label
278 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Dst32_64.S66 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte label
286 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Dstart64.asm48 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored define
274 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
Dst16_64.asm48 PhysicalDrive db 0 ; PhysicalDriveNumber - 8 bits - ignored define
267 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
Dst32_64.asm62 PhysicalDrive db 0 ; Physical Drive Number - 1 byte define
283 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number