Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/include/sysemu/
H A Dhvf_int.h68 hv_return_t hvf_arch_vm_create(MachineState *ms, uint32_t pa_range);
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c226 hv_return_t hvf_arch_vm_create(MachineState *ms, uint32_t pa_range) in hvf_arch_vm_create() argument
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c971 hv_return_t hvf_arch_vm_create(MachineState *ms, uint32_t pa_range) in hvf_arch_vm_create() argument
976 ret = hv_vm_config_set_ipa_size(config, pa_range); in hvf_arch_vm_create()
980 chosen_ipa_bit_size = pa_range; in hvf_arch_vm_create()