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

/freebsd-11-stable/sys/i386/include/
H A Dxbox.h38 #define XBOX_FB_SIZE (0x130000) macro
39 #define XBOX_FB_START (0xf0000000 | (XBOX_RAM_SIZE - XBOX_FB_SIZE))
/freebsd-11-stable/sys/i386/xbox/
H A Dxboxfb.c239 for (i = 0; i < (XBOX_FB_SIZE / PAGE_SIZE); i++) {
300 sc->sc_framebuffer = pmap_mapdev (XBOX_FB_START, XBOX_FB_SIZE);
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c2077 physmap[1] = (arch_i386_xbox_memsize * 1024 * 1024) - XBOX_FB_SIZE;

Completed in 124 milliseconds