Searched defs:PCIGETMEMORY64HIGH (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Pci.h334 #define PCIGETMEMORY64HIGH(b) (*((CARD32*)&(b) + 1)) macro
336 (PCIGETMEMORY(b) | ((CARD64)PCIGETMEMORY64HIGH(b) << 32))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h334 #define PCIGETMEMORY64HIGH(b) (*((CARD32*)&(b) + 1)) macro
336 (PCIGETMEMORY(b) | ((CARD64)PCIGETMEMORY64HIGH(b) << 32))
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h306 #define PCIGETMEMORY64HIGH(b) (*((CARD32*)&b + 1)) macro
308 (PCIGETMEMORY(b) | ((CARD64)PCIGETMEMORY64HIGH(b) << 32))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Pci.h335 #define PCIGETMEMORY64HIGH(b) (*((CARD32*)&(b) + 1)) macro
337 (PCIGETMEMORY(b) | ((CARD64)PCIGETMEMORY64HIGH(b) << 32))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Pci.h335 #define PCIGETMEMORY64HIGH(b) (*((CARD32*)&(b) + 1)) macro
337 (PCIGETMEMORY(b) | ((CARD64)PCIGETMEMORY64HIGH(b) << 32))

Completed in 51 milliseconds