Searched defs:CD (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePath.h900 /// CD-ROM Media Device Path SubType.
905 /// The CD-ROM Media Device Path is used to define a system partition that exists on a CD-ROM.
914 /// Starting RBA of the partition on the medium. CD-ROMs use Relative logical Block Addressing.
1087 CDROM_DEVICE_PATH CD; member in union:__anon12088
1136 CDROM_DEVICE_PATH *CD; member in union:__anon12089
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h839 /// CD-ROM Media Device Path SubType.
844 /// The CD-ROM Media Device Path is used to define a system partition that exists on a CD-ROM.
853 /// Starting RBA of the partition on the medium. CD-ROMs use Relative logical Block Addressing.
1018 CDROM_DEVICE_PATH CD; member in union:__anon15650
1056 CDROM_DEVICE_PATH *CD; member in union:__anon15651
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h4900 UINT32 CD:1; ///< Cache Disable. member in struct:__anon11930::__anon11931
5181 Set CD bit and clear NW bit of CR0 followed by a WBINVD.
5183 Disables the caches by setting the CD bit of CR0 to 1, clearing the NW bit of CR0 to 0,
5195 Perform a WBINVD and clear both the CD and NW bits of CR0.
5197 Enables the caches by executing a WBINVD instruction and then clear both the CD and NW

Completed in 50 milliseconds