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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_video.c598 #define SPARSE_BASE 0x30000000000UL macro
659 rets = (unsigned long)mmap((caddr_t)(SPARSE_BASE + (Base << 5)),
675 rets != (SPARSE_BASE + (Base << 5)))
708 munmap((caddr_t)(SPARSE_BASE + (Offset << 5)), Size << 5);
730 result = *(vuip) (SPARSE_BASE + (Offset << 5));
754 result = *(vuip)(SPARSE_BASE + (Offset<<5) + (1<<(5-2)));
785 *(vuip) (SPARSE_BASE + (Offset << 5)) = b * 0x01010101;
806 *(vuip)(SPARSE_BASE + (Offset<<5) + (1<<(5-2))) = w * 0x00010001;
833 *(vuip) (SPARSE_BASE + (Offset << 5)) = b * 0x01010101;
851 *(vuip)(SPARSE_BASE
[all...]

Completed in 3 milliseconds