Searched defs:read_byte (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dbios.c51 uint8_t read_byte(uint16_t seg, uint16_t offset) function
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.c347 mode = read_byte(BIOSMEM_SEG, BIOSMEM_CURRENT_MODE);
358 nbrows = read_byte(BIOSMEM_SEG, BIOSMEM_NB_ROWS) + 1;
414 *c_height = read_byte(BIOSMEM_SEG, BIOSMEM_CHAR_HEIGHT);
417 *max_row = read_byte(BIOSMEM_SEG, BIOSMEM_NB_ROWS);
426 mode = read_byte(BIOSMEM_SEG, BIOSMEM_CURRENT_MODE);
442 data = read_byte(0xa000,addr) & mask;
451 data = read_byte(0xb800, addr);
459 attr = read_byte(0xa000, addr);
521 modeset_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL);
557 current=read_byte(BIOSMEM_SE
2004 uint8_t read_byte(uint16_t seg, uint16_t offset) function
[all...]
/vbox/src/recompiler/target-i386/
H A Dop_helper.c5830 uint8_t read_byte(CPUX86State *env1, target_ulong addr) function

Completed in 50 milliseconds