Searched defs:target_ulong (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-defs.h54 /* target_ulong is the type of a virtual address */
57 typedef uint32_t target_ulong; typedef
63 typedef uint64_t target_ulong; typedef
112 target_ulong addr_read;
113 target_ulong addr_write;
114 target_ulong addr_code;
120 (sizeof(target_ulong) * 3 +
121 ((-sizeof(target_ulong) * 3) & (sizeof(uintptr_t) - 1)) +
131 target_ulong tlb_flush_addr; \
132 target_ulong tlb_flush_mas
[all...]
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h74 typedef RTGCUINTREG target_ulong; typedef

Completed in 62 milliseconds