Searched refs:fixed_ipa (Results 1 – 3 of 3) sorted by relevance
204 int kvm_arm_get_max_vm_ipa_size(MachineState *ms, bool *fixed_ipa);263 static inline int kvm_arm_get_max_vm_ipa_size(MachineState *ms, bool *fixed_ipa) in kvm_arm_get_max_vm_ipa_size() argument
546 int kvm_arm_get_max_vm_ipa_size(MachineState *ms, bool *fixed_ipa) in kvm_arm_get_max_vm_ipa_size() argument552 *fixed_ipa = ret <= 0; in kvm_arm_get_max_vm_ipa_size()559 bool fixed_ipa; in kvm_arch_get_default_type() local560 int size = kvm_arm_get_max_vm_ipa_size(ms, &fixed_ipa); in kvm_arch_get_default_type()561 return fixed_ipa ? 0 : size; in kvm_arch_get_default_type()
3019 bool fixed_ipa; in virt_kvm_type() 3021 max_vm_pa_size = kvm_arm_get_max_vm_ipa_size(ms, &fixed_ipa); in virt_kvm_type() 3047 return fixed_ipa ? 0 : requested_pa_size;3017 bool fixed_ipa; virt_kvm_type() local