Home
last modified time | relevance | path

Searched refs:FB (Results 1 – 1 of 1) sorted by relevance

/lk-master/platform/pc/
A Dconsole.c19 #define FB (0xB8000U + KERNEL_ASPACE_BASE) macro
110 curr_attr = *((unsigned char *)FB + 159); in curr_save()
146 *((unsigned short *)(uintptr_t)(FB + 2*i+160*j + 2 * active_page * VPAGE_SIZE)) = w; in _clear()
163 unsigned char *v = (unsigned char *)(uintptr_t)(FB + active_page*(2*VPAGE_SIZE)); in _scroll()
184 unsigned char *v = (unsigned char *)(uintptr_t)(FB + active_page*(2*VPAGE_SIZE)); in cputc()
252 unsigned char *v = (unsigned char *)(uintptr_t)(FB + (80*y+x)*2 + active_page*(2*VPAGE_SIZE)); in puts_xy()
263 unsigned char *v = (unsigned char *)(uintptr_t)(FB + (80*y+x)*2 + active_page*(2*VPAGE_SIZE)); in putc_xy()

Completed in 4 milliseconds