Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/sys/
H A Dapix.h116 void *v_intrmap_private; /* intr remap data */ member
177 #define xv_intrmap_private(cpu, v) (xv_vector(cpu, v))->v_intrmap_private
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c326 apic_vt_ops->apic_intrmap_map_entry(vecp->v_intrmap_private, in apix_pci_msi_enable_vector()
328 apic_vt_ops->apic_intrmap_record_msi(vecp->v_intrmap_private, in apix_pci_msi_enable_vector()
528 apic_vt_ops->apic_intrmap_free_entry(&vecp->v_intrmap_private); in apix_disable_vector()
529 vecp->v_intrmap_private = NULL; in apix_disable_vector()
667 top->v_intrmap_private = fromp->v_intrmap_private; in apix_dup_vectors()
723 vecp->v_intrmap_private = NULL; in apix_cleanup_vector()
H A Dapix.c1798 apic_vt_ops->apic_intrmap_alloc_entry(&vecp->v_intrmap_private, NULL, in apix_intx_enable()
1800 apic_vt_ops->apic_intrmap_map_entry(vecp->v_intrmap_private, in apix_intx_enable()
1802 apic_vt_ops->apic_intrmap_record_rdt(vecp->v_intrmap_private, &irdt); in apix_intx_enable()