Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dhyperv.c23 hv->partition_assist = (void *)vm_vaddr_alloc_page(vm); in vcpu_alloc_hyperv_test_pages()
24 hv->partition_assist_hva = addr_gva2hva(vm, (uintptr_t)hv->partition_assist); in vcpu_alloc_hyperv_test_pages()
25 hv->partition_assist_gpa = addr_gva2gpa(vm, (uintptr_t)hv->partition_assist); in vcpu_alloc_hyperv_test_pages()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_svm_test.c94 *(u32 *)(hv_pages->partition_assist) = 0; in guest_code()
139 *(u32 *)(hv_pages->partition_assist) = 1; in guest_code()
H A Dhyperv_evmcs.c123 *(u32 *)(hv_pages->partition_assist) = 0; in guest_code()
179 *(u32 *)(hv_pages->partition_assist) = 1; in guest_code()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h332 void *partition_assist; member