Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Dpre_fault_memory_test.c33 static void pre_fault_memory(struct kvm_vcpu *vcpu, u64 gpa, u64 size, in pre_fault_memory() function
100 pre_fault_memory(vcpu, guest_test_phys_mem, SZ_2M, 0); in __test_pre_fault_memory()
101 pre_fault_memory(vcpu, guest_test_phys_mem + SZ_2M, PAGE_SIZE * 2, PAGE_SIZE); in __test_pre_fault_memory()
102 pre_fault_memory(vcpu, guest_test_phys_mem + TEST_SIZE, PAGE_SIZE, PAGE_SIZE); in __test_pre_fault_memory()