Home
last modified time | relevance | path

Searched refs:vm_arch_has_protected_memory (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dkvm_util_arch.h51 #define vm_arch_has_protected_memory(vm) \ macro
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h706 #ifndef vm_arch_has_protected_memory
707 static inline bool vm_arch_has_protected_memory(struct kvm_vm *vm) in vm_arch_has_protected_memory() function
1009 vm_arch_has_protected_memory(vm)); in vm_phy_pages_alloc()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1116 if (vm_arch_has_protected_memory(vm)) in vm_mem_add()
1494 vm_arch_has_protected_memory(vm)); in __vm_vaddr_alloc()
2372 if (!vm_arch_has_protected_memory(vm)) in vm_is_gpa_protected()