Home
last modified time | relevance | path

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

/external/qemu-pc-bios/vgabios/
Dvbe.h56 Bit32u WinFuncPtr;
81 Bit32u PhysBasePtr;
82 Bit32u OffScreenMemOffset;
96 Bit32u MaxPixelClock;
110 Bit32u WinFuncPtr;
135 Bit32u PhysBasePtr;
136 Bit32u OffScreenMemOffset;
150 Bit32u MaxPixelClock;
Dvgabios.h7 typedef unsigned long Bit32u; typedef
Dvbe.c860 …size_64k = (Bit16u)((Bit32u)cur_info->info.XResolution * cur_info->info.XResolution * cur_info->in…
930 info.PhysBasePtr = ((Bit32u)lfb_addr << 16);
/external/qemu-pc-bios/bochs/
Dbochs.h129 Bit32u crc32(const Bit8u *buf, int len);
156 new bx_shadow_num_c(parent, #name, (Bit32u*)&(name), BASE_HEX)
527 *((Bit32u*)(hostPtr)) = (nativeVar32)
534 (nativeVar32) = *((Bit32u*)(hostPtr))
541 (* (Bit32u *)(hostAddrDst)) = (* (Bit32u *)(hostAddrSrc));
573 (nativeVar32) = ((Bit32u) ((Bit8u *)(hostPtr))[0]) | \
574 (((Bit32u) ((Bit8u *)(hostPtr))[1])<<8) | \
575 (((Bit32u) ((Bit8u *)(hostPtr))[2])<<16) | \
576 (((Bit32u) ((Bit8u *)(hostPtr))[3])<<24); \
Dconfig.h.in421 typedef unsigned int Bit32u; typedef
436 typedef unsigned int Bit32u; typedef
459 typedef unsigned int Bit32u; typedef
462 typedef unsigned long Bit32u; typedef
480 #define GET32L(val64) ((Bit32u)(((Bit64u)(val64)) & 0xFFFFFFFF))
481 #define GET32H(val64) ((Bit32u)(((Bit64u)(val64)) >> 32))
483 // now that Bit32u and Bit64u exist, defined bx_address
487 typedef Bit32u bx_address;
503 typedef Bit32u bx_phy_address;
526 #define BX_MAX_BIT32U ( (Bit32u) -1 )
[all …]
/external/qemu-pc-bios/bochs/bios/
Drombios.c271 typedef unsigned long Bit32u; typedef
412 static Bit32u read_dword();
415 Bit32u
445 Bit32u data;
669 Bit32u sectors_low; // Total sectors count
670 Bit32u sectors_high;
691 Bit32u trsfbytes;
703 Bit32u ilba;
747 Bit32u lba1;
748 Bit32u lba2;
[all …]