Home
last modified time | relevance | path

Searched refs:pt_intx (Results 1 – 6 of 6) sorted by relevance

/hypervisor/dm/
A Dvgpio.c73 if (phys_pin == gsi_to_ioapic_pin(vm_config->pt_intx[i].phys_gsi)) { in ioapic_pin_to_vpin()
74 vioapic = vgsi_to_vioapic_and_vpin(vm, vm_config->pt_intx[i].virt_gsi, &vpin); in ioapic_pin_to_vpin()
/hypervisor/scripts/
A Dgenconf.sh61 transform pt_intx.c
/hypervisor/include/arch/x86/asm/
A Dvm_config.h215 struct pt_intx_config *pt_intx; /* stores the base address of struct pt_intx_config array */ member
/hypervisor/arch/x86/guest/
A Dvm.c846 status = ptirq_add_intx_remapping(vm, vm_config->pt_intx[i].virt_gsi, in create_vm()
847 vm_config->pt_intx[i].phys_gsi, false); in create_vm()
A Dassign.c863 ptirq_remove_intx_remapping(vm, vm_config->pt_intx[i].virt_gsi, false, false); in ptirq_remove_configured_intx_remappings()
/hypervisor/
A DMakefile267 VM_CFG_C_SRCS += $(BOARD_CFG_DIR)/pt_intx.c

Completed in 16 milliseconds