Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/kvm/include/x86/
Dkvm_util_arch.h29 #define vm_arch_has_protected_memory(vm) \ macro
/linux-6.14.4/tools/testing/selftests/kvm/include/
Dkvm_util.h586 #ifndef vm_arch_has_protected_memory
587 static inline bool vm_arch_has_protected_memory(struct kvm_vm *vm) in vm_arch_has_protected_memory() function
888 vm_arch_has_protected_memory(vm)); in vm_phy_pages_alloc()
/linux-6.14.4/tools/testing/selftests/kvm/lib/
Dkvm_util.c1044 if (vm_arch_has_protected_memory(vm)) in vm_mem_add()
1415 vm_arch_has_protected_memory(vm)); in __vm_vaddr_alloc()
2267 if (!vm_arch_has_protected_memory(vm)) in vm_is_gpa_protected()