Searched refs:fixed_ipa (Results 1 – 4 of 4) sorted by relevance
68 int kvm_arm_get_max_vm_ipa_size(MachineState *ms, bool *fixed_ipa) in kvm_arm_get_max_vm_ipa_size() argument
244 int kvm_arm_get_max_vm_ipa_size(MachineState *ms, bool *fixed_ipa);
515 int kvm_arm_get_max_vm_ipa_size(MachineState *ms, bool *fixed_ipa) in kvm_arm_get_max_vm_ipa_size() 521 *fixed_ipa = ret <= 0; in kvm_arm_get_max_vm_ipa_size() 528 bool fixed_ipa; in kvm_arch_get_default_type() 529 int size = kvm_arm_get_max_vm_ipa_size(ms, &fixed_ipa); in kvm_arch_get_default_type() 530 return fixed_ipa ? 0 : size; in kvm_arch_get_default_type() 514 kvm_arm_get_max_vm_ipa_size(MachineState * ms,bool * fixed_ipa) kvm_arm_get_max_vm_ipa_size() argument 527 bool fixed_ipa; kvm_arch_get_default_type() local
3190 bool fixed_ipa; in virt_machine_class_init() 3192 max_vm_pa_size = kvm_arm_get_max_vm_ipa_size(ms, &fixed_ipa); in virt_machine_class_init() 3218 return fixed_ipa ? 0 : requested_pa_size; in virt_machine_class_init() 3117 bool fixed_ipa; virt_kvm_type() local