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

/fuchsia/zircon/kernel/platform/pc/
H A Dconsole.cpp42 static int active_page = 0; variable
71 curs_x[active_page] = curr_x;
72 curs_y[active_page] = curr_y;
75 active_page = page;
83 return active_page;
87 unsigned short cursor_word = x + y * 80 + active_page * VPAGE_SIZE;
117 active_page = visual_page = 0;
147 *((unsigned short*)(uintptr_t)(FB + 2 * i + 160 * j + 2 * active_page * VPAGE_SIZE)) = w;
164 unsigned char* v = (unsigned char*)(uintptr_t)(FB + active_page * (2 * VPAGE_SIZE));
185 unsigned char* v = (unsigned char*)(uintptr_t)(FB + active_page * (
[all...]

Completed in 78 milliseconds