Home
last modified time | relevance | path

Searched refs:pa_range (Results 1 – 4 of 4) sorted by relevance

/qemu/accel/hvf/
H A Dhvf-accel-ops.c323 int pa_range = 36; in hvf_accel_init() local
327 pa_range = mc->hvf_get_physical_address_range(ms); in hvf_accel_init()
328 if (pa_range < 0) { in hvf_accel_init()
333 ret = hvf_arch_vm_create(ms, (uint32_t)pa_range); in hvf_accel_init()
/qemu/include/system/
H A Dhvf_int.h70 hv_return_t hvf_arch_vm_create(MachineState *ms, uint32_t pa_range);
/qemu/target/arm/hvf/
H A Dhvf.c986 hv_return_t hvf_arch_vm_create(MachineState *ms, uint32_t pa_range) in hvf_arch_vm_create() argument
991 ret = hv_vm_config_set_ipa_size(config, pa_range); in hvf_arch_vm_create()
995 chosen_ipa_bit_size = pa_range; in hvf_arch_vm_create()
/qemu/target/i386/hvf/
H A Dhvf.c228 hv_return_t hvf_arch_vm_create(MachineState *ms, uint32_t pa_range) in hvf_arch_vm_create() argument