Searched refs:Bit16u (Results 1 – 10 of 10) sorted by relevance
/external/qemu-pc-bios/vgabios/ |
D | vbe.h | 25 Bit16u VbeVersion; 26 Bit16u OemStringPtr_Off; 27 Bit16u OemStringPtr_Seg; 29 Bit16u VideoModePtr_Off; 30 Bit16u VideoModePtr_Seg; 31 Bit16u TotalMemory; 32 Bit16u OemSoftwareRev; 33 Bit16u OemVendorNamePtr_Off; 34 Bit16u OemVendorNamePtr_Seg; 35 Bit16u OemProductNamePtr_Off; [all …]
|
D | vgabios.c | 61 static Bit16u read_word(); 65 static Bit16u inw(); 69 static Bit16u get_SS(); 112 static Bit16u biosfn_save_video_state(); 113 static Bit16u biosfn_restore_video_state(); 584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_debugmsg() 597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_func() 832 Bit16u i,twidth,theightm1,cheight; 834 Bit16u crtc_addr; 983 write_word(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE,*(Bit16u *)&video_param_table[vpti].slength_l); [all …]
|
D | vbe.c | 245 Bit16u xres; in dispi_set_xres() 267 Bit16u yres; in dispi_set_yres() 274 Bit16u bpp; in dispi_set_bpp() 651 Bit16u mode; Boolean using_lfb; 769 Bit16u *AX;Bit16u ES;Bit16u DI; 771 Bit16u ss=get_SS(); 773 Bit16u status; 774 Bit16u result; 775 Bit16u vbe2_info; 776 Bit16u cur_mode=0; [all …]
|
D | vgabios.h | 6 typedef unsigned short Bit16u; typedef
|
D | vgatables.h | 102 Bit16u sstart;
|
D | clext.c | 1636 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 269 typedef unsigned short Bit16u; typedef 281 Bit16u seg; in memsetb() 282 Bit16u offset; 283 Bit16u value; 284 Bit16u count; 320 Bit16u dseg; in memcpyb() 321 Bit16u doffset; 322 Bit16u sseg; 323 Bit16u soffset; 324 Bit16u count; [all …]
|
/external/qemu-pc-bios/vgabios/tests/ |
D | testbios.c | 15 typedef unsigned short Bit16u; typedef 20 Bit16u nbcols; 21 Bit16u regen; 22 Bit16u start; 23 Bit16u curpos[8]; 26 Bit16u crtc; 27 Bit16u msr; 28 Bit16u cgapal; 30 Bit16u cheight; 35 Bit16u vsseg; [all …]
|
/external/qemu-pc-bios/bochs/ |
D | bochs.h | 525 *((Bit16u*)(hostPtr)) = (nativeVar16) 532 (nativeVar16) = *((Bit16u*)(hostPtr)) 539 (* (Bit16u *)(hostAddrDst)) = (* (Bit16u *)(hostAddrSrc)); 569 (nativeVar16) = ((Bit16u) ((Bit8u *)(hostPtr))[0]) | \ 570 (((Bit16u) ((Bit8u *)(hostPtr))[1])<<8) ; \
|
D | config.h.in | 419 typedef unsigned short Bit16u; typedef 434 typedef unsigned short Bit16u; typedef 454 typedef unsigned short Bit16u; typedef 530 #define BX_MAX_BIT16U ( (Bit16u) -1 ) 532 #define BX_MAX_BIT16S ( ((Bit16u) -1) >> 1 ) 533 #define BX_MIN_BIT16S ( (Bit16s)-(((Bit16u) -1) >> 1) )
|