Home
last modified time | relevance | path

Searched refs:UINT64 (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py25 UINT64 = 0xffffffffffffffff variable
36 UINT64_V = UINT32_V + [0x1000000, 0x10000000, 0x100000000, UINT64//4,
37 UINT64//2 - 1, UINT64//2, UINT64//2 + 1, UINT64 - 1,
38 UINT64]
/qemu/target/i386/whpx/
H A Dwhpx-internal.h61 …Partition, VOID* SourceAddress, WHV_GUEST_PHYSICAL_ADDRESS GuestAddress, UINT64 SizeInBytes, WHV_M…
62 …e, (WHV_PARTITION_HANDLE Partition, WHV_GUEST_PHYSICAL_ADDRESS GuestAddress, UINT64 SizeInBytes)) \
H A Dwhpx-all.c932 static HRESULT whpx_set_exception_exit_bitmap(UINT64 exceptions) in whpx_set_exception_exit_bitmap()
1917 UINT64 cpuid_fn, rip = 0, rax = 0, rcx = 0, rdx = 0, rbx = 0; in whpx_vcpu_run()
2137 UINT64 freq = 0; in whpx_init_vcpu()