Searched refs:Which4G (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.h46 UINT32 Which4G; member in struct:_USBHC_MEM_POOL
80 @param Which4G The 4G memory area each memory allocated should be from.
90 IN UINT32 Which4G
H A DUsbHcMem.c100 if (Pool->Check4G && (Pool->Which4G != USB_HC_HIGH_32BIT (MappedAddr))) {
351 @param Which4G The 4G memory area each memory allocated should be from.
361 IN UINT32 Which4G
374 Pool->Which4G = Which4G;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.h47 UINT32 Which4G; member in struct:_USBHC_MEM_POOL
80 @param Which4G The 4G memory area each memory allocated should be from.
90 IN UINT32 Which4G
H A DUsbHcMem.c99 if (Pool->Check4G && (Pool->Which4G != USB_HC_HIGH_32BIT (MappedAddr))) {
349 @param Which4G The 4G memory area each memory allocated should be from.
359 IN UINT32 Which4G
372 Pool->Which4G = Which4G;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DUsbHcMem.h50 UINT32 Which4G; member in struct:_USBHC_MEM_POOL
H A DUsbHcMem.c96 if (Pool->Check4G && (Pool->Which4G != USB_HC_HIGH_32BIT (MappedAddr))) {
274 @param Which4G The 4G memory area each memory allocated should be from.
284 IN UINT32 Which4G
307 Pool->Which4G = Which4G;
H A DEhcPeim.h163 @param Which4G The 4G memory area each memory allocated should be from.
173 IN UINT32 Which4G

Completed in 52 milliseconds