|
PatchworkOS
|
#include <boot_info.h>
Data Fields | |
| uint32_t * | physAddr |
| uint32_t * | virtAddr |
| uint64_t | size |
| uint32_t | width |
| uint32_t | height |
| uint32_t | stride |
Definition at line 31 of file boot_info.h.
| uint32_t boot_gop_t::height |
Definition at line 37 of file boot_info.h.
Referenced by gop_buffer_init(), gop_init(), gop_mmap(), log_screen_clear(), and log_screen_init().
| uint32_t* boot_gop_t::physAddr |
Definition at line 33 of file boot_info.h.
Referenced by gop_mmap(), mem_page_table_init(), and vmm_init().
| uint64_t boot_gop_t::size |
Definition at line 35 of file boot_info.h.
Referenced by mem_page_table_init(), and vmm_init().
| uint32_t boot_gop_t::stride |
Definition at line 38 of file boot_info.h.
Referenced by gop_buffer_init(), gop_init(), gop_mmap(), log_screen_clear(), log_screen_flush(), and log_screen_scroll().
| uint32_t* boot_gop_t::virtAddr |
Definition at line 34 of file boot_info.h.
Referenced by log_screen_clear(), log_screen_flush(), log_screen_scroll(), mem_page_table_init(), and vmm_init().
| uint32_t boot_gop_t::width |
Definition at line 36 of file boot_info.h.
Referenced by gop_buffer_init(), gop_init(), log_screen_clear(), and log_screen_init().