Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dnested_dirty_log_test.c249 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 Dnested_vmsave_vmload_test.c164 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 Dprocessor.c515 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 Dprocessor.h1509 void tdp_map(struct kvm_vm *vm, uint64_t nested_paddr, uint64_t paddr, uint64_t size);