Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dkvm_util_arch.h29 #define vm_arch_has_protected_memory(vm) \ macro
/linux-6.15/tools/testing/selftests/kvm/include/
H A Dkvm_util.h593 #ifndef vm_arch_has_protected_memory
594 static inline bool vm_arch_has_protected_memory(struct kvm_vm *vm) in vm_arch_has_protected_memory() function
895 vm_arch_has_protected_memory(vm)); in vm_phy_pages_alloc()
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1100 if (vm_arch_has_protected_memory(vm)) in vm_mem_add()
1476 vm_arch_has_protected_memory(vm)); in __vm_vaddr_alloc()
2312 if (!vm_arch_has_protected_memory(vm)) in vm_is_gpa_protected()