Searched refs:tdp_map (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | nested_dirty_log_test.c | 249 tdp_map(vm, TEST_ALIAS_GPA(0), TEST_GPA(0), PAGE_SIZE); in test_dirty_log() 250 tdp_map(vm, TEST_ALIAS_GPA(1), TEST_GPA(1), PAGE_SIZE); in test_dirty_log()
|
| H A D | nested_vmsave_vmload_test.c | 164 tdp_map(vm, TEST_VMCB_L2_GPA, TEST_VMCB_L1_GPA(1), PAGE_SIZE); in main()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 515 void tdp_map(struct kvm_vm *vm, uint64_t nested_paddr, uint64_t paddr, in tdp_map() function 541 tdp_map(vm, (uint64_t)i << vm->page_shift, in tdp_identity_map_default_memslots()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 1509 void tdp_map(struct kvm_vm *vm, uint64_t nested_paddr, uint64_t paddr, uint64_t size);
|