Searched refs:UINT32 (Results 1 – 4 of 4) sorted by relevance
/qemu/target/i386/whpx/ |
H A D | whpx-internal.h | 55 …APABILITY_CODE CapabilityCode, VOID* CapabilityBuffer, UINT32 CapabilityBufferSizeInBytes, UINT32*… 59 …ITION_PROPERTY_CODE PropertyCode, VOID* PropertyBuffer, UINT32 PropertyBufferSizeInBytes, UINT32* … 60 …n, WHV_PARTITION_PROPERTY_CODE PropertyCode, const VOID* PropertyBuffer, UINT32 PropertyBufferSize… 63 …X(HRESULT, WHvTranslateGva, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, WHV_GUEST_VIRTUAL_ADD… 64 …X(HRESULT, WHvCreateVirtualProcessor, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, UINT32 Flag… 65 X(HRESULT, WHvDeleteVirtualProcessor, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex)) \ 66 …HvRunVirtualProcessor, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, VOID* ExitContext, UINT32 … 67 …X(HRESULT, WHvCancelRunVirtualProcessor, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, UINT32 F… 68 …rRegisters, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, const WHV_REGISTER_NAME* RegisterName… 69 …rRegisters, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, const WHV_REGISTER_NAME* RegisterName… [all …]
|
H A D | whpx-all.c | 797 UINT32 RegisterCount, in whpx_emu_getreg_callback() 819 UINT32 RegisterCount, in whpx_emu_setreg_callback() 1459 UINT32 reg_count = 0; in whpx_vcpu_pre_run() 1882 UINT32 reg_count; in whpx_vcpu_run() 1916 UINT32 reg_count = 5; in whpx_vcpu_run() 1936 cpu_x86_cpuid(env, cpuid_fn, 0, (UINT32 *)&rax, (UINT32 *)&rbx, in whpx_vcpu_run() 1937 (UINT32 *)&rcx, (UINT32 *)&rdx); in whpx_vcpu_run() 2212 UINT32 cpuidExitList[] = {1, 0x80000001, 0x40000000, 0x40000010}; in whpx_init_vcpu() 2218 RTL_NUMBER_OF(cpuidExitList) * sizeof(UINT32)); in whpx_init_vcpu() 2514 UINT32 whpx_cap_size; in whpx_accel_init() [all …]
|
/qemu/tests/image-fuzzer/qcow2/ |
H A D | fuzz.py | 24 UINT32 = 0xffffffff variable 34 UINT32_V = [0, 0x100, 0x1000, 0x10000, 0x100000, UINT32//4, UINT32//2 - 1, 35 UINT32//2, UINT32//2 + 1, UINT32 - 1, UINT32] 165 [(0, 1), (4, UINT32)] 186 [(0, 9), (20, UINT32)] 201 [(2, UINT32)] 278 [(0, UINT32)]
|
/qemu/docs/system/devices/ |
H A D | nvme.rst | 41 ``max_ioqpairs=UINT32`` (default: ``64``) 162 ``cmb_size_mb=UINT32`` (default: ``0``) 183 ``mcl=UINT32`` (default: ``128``) 207 ``zoned.descr_ext_size=UINT32`` (default: ``0``) 214 ``zoned.max_active=UINT32`` (default: ``0``) 218 ``zoned.max_open=UINT32`` (default: ``0``)
|