Home
last modified time | relevance | path

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

/arch/ia64/kvm/
Dvmm.c40 .tramp_entry = vmm_trampoline,
Dkvm-ia64.c601 kvm_vmm_info->tramp_entry(host_ctx, guest_ctx); in vti_vcpu_run()
1556 fdesc_offset = (unsigned long)vmm_info->tramp_entry - module_base; in kvm_relocate_vmm()
1557 kvm_vmm_info->tramp_entry = (kvm_tramp_entry *)(KVM_VMM_BASE + in kvm_relocate_vmm()
1559 func_offset = *(unsigned long *)vmm_info->tramp_entry - module_base; in kvm_relocate_vmm()
/arch/ia64/include/asm/
Dkvm_host.h575 kvm_tramp_entry *tramp_entry; member