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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2101 UINTN FrameBufferAddr; local
2107 FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth;
2117 (UINT64) FrameBufferAddr,
2135 (UINT64) FrameBufferAddr,
2140 FrameBufferAddr += UnalignedBytes;
2158 (UINT64) FrameBufferAddr,
2166 FrameBufferAddr += (CopyBlockNum << 2);
2172 (UINT64) FrameBufferAddr,

Completed in 1167 milliseconds