Searched refs:vm_vaddr_t (Results 1 – 25 of 50) sorted by relevance
12
/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | ucall.c |
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | kvm_util_arch.h |
|
H A D | hyperv.h |
|
H A D | svm_util.h |
|
/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util.h | 96 vm_vaddr_t handlers; 598 vm_vaddr_t vm_vaddr_unused_gap(struct kvm_vm *vm, size_t sz, vm_vaddr_t vaddr_min); 599 vm_vaddr_t vm_vaddr_alloc(struct kvm_vm *vm, size_t sz, vm_vaddr_t vaddr_min); 600 vm_vaddr_t __vm_vaddr_alloc(struct kvm_vm *vm, size_t sz, vm_vaddr_t vaddr_min, 602 vm_vaddr_t vm_vaddr_alloc_shared(struct kvm_vm *vm, size_t sz, 603 vm_vaddr_t vaddr_min, 605 vm_vaddr_t vm_vaddr_alloc_page [all...] |
H A D | ucall_common.h | 33 void ucall_arch_do_ucall(vm_vaddr_t uc); 51 #define GUEST_UCALL_NONE() ucall_arch_do_ucall((vm_vaddr_t)NULL)
|
H A D | kvm_util_types.h | 18 typedef uint64_t vm_vaddr_t; /* Virtual Machine (Guest) virtual address */ typedef
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | ucall_common.c | 32 vm_vaddr_t vaddr; in ucall_init() 99 ucall_arch_do_ucall((vm_vaddr_t)uc->hva); in ucall_assert() 116 ucall_arch_do_ucall((vm_vaddr_t)uc->hva); in ucall_fmt() 138 ucall_arch_do_ucall((vm_vaddr_t)uc->hva); in ucall()
|
H A D | elf.c | 160 vm_vaddr_t seg_vstart = align_down(phdr.p_vaddr, vm->page_size); in kvm_vm_elf_load() 161 vm_vaddr_t seg_vend = phdr.p_vaddr + phdr.p_memsz - 1; in kvm_vm_elf_load() 165 vm_vaddr_t vaddr = __vm_vaddr_alloc(vm, seg_size, seg_vstart, in kvm_vm_elf_load()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_extended_hypercalls.c |
|
H A D | hyperv_svm_test.c |
|
H A D | hyperv_ipi.c |
|
H A D | triple_fault_event_test.c |
|
H A D | hyperv_tlb_flush.c |
|
H A D | hyperv_evmcs.c |
|
H A D | svm_nested_soft_inject_test.c |
|
H A D | vmx_close_while_nested_test.c |
|
/linux/tools/testing/selftests/kvm/include/aarch64/ |
H A D | ucall.h |
|
/linux/tools/testing/selftests/kvm/s390x/ |
H A D | tprot.c |
|
/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | hyperv.c |
|
H A D | svm.c |
|
H A D | ucall.c |
|
/linux/tools/testing/selftests/kvm/lib/riscv/ |
H A D | processor.c | 17 static vm_vaddr_t exception_handlers; 59 static uint64_t pte_index(struct kvm_vm *vm, vm_vaddr_t gva, int level) in pte_index() 126 vm_paddr_t addr_arch_gva2gpa(struct kvm_vm *vm, vm_vaddr_t gva) in addr_arch_gva2gpa() 439 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vm_init_vector_tables()
|
/linux/tools/testing/selftests/kvm/include/s390x/ |
H A D | ucall.h |
|
/linux/tools/testing/selftests/kvm/include/riscv/ |
H A D | ucall.h | 14 static inline void ucall_arch_do_ucall(vm_vaddr_t uc) in ucall_arch_do_ucall()
|
12