iPXE
|
Video RAM dump. More...
Go to the source code of this file.
Macros | |
#define | VRAM_BASE 0xb8000 |
Video RAM base address. More... | |
#define | VRAM_LEN ( 80 /* columns */ * 25 /* rows */ * 2 /* bytes per character */ ) |
Video RAM length. More... | |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static int | vram_fetch (void *data, size_t len) |
Fetch video RAM setting. More... | |
const struct setting vram_setting | __setting (SETTING_MISC, vram) |
Video RAM setting. More... | |
Variables | |
struct builtin_setting vram_builtin_setting | __builtin_setting |
Video RAM built-in setting. More... | |
Video RAM dump.
Definition in file vram_settings.c.
#define VRAM_BASE 0xb8000 |
Video RAM base address.
Definition at line 36 of file vram_settings.c.
#define VRAM_LEN ( 80 /* columns */ * 25 /* rows */ * 2 /* bytes per character */ ) |
Video RAM length.
Definition at line 39 of file vram_settings.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Fetch video RAM setting.
data | Buffer to fill with setting data |
len | Length of buffer |
len | Length of setting data, or negative error |
Definition at line 49 of file vram_settings.c.
References copy_from_user(), data, len, phys_to_user(), VRAM_BASE, and VRAM_LEN.
const struct setting vram_setting __setting | ( | SETTING_MISC | , |
vram | |||
) |
Video RAM setting.
struct builtin_setting vram_builtin_setting __builtin_setting |
Video RAM built-in setting.
Definition at line 69 of file vram_settings.c.