Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/sys/
H A Dapic_common.h158 extern apic_intrmap_ops_t *apic_vt_ops;
H A Dapic.h573 } apic_intrmap_ops_t; typedef
877 extern apic_intrmap_ops_t *apic_vt_ops;
/titanic_41/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c224 static apic_intrmap_ops_t apic_nointrmap_ops = {
234 apic_intrmap_ops_t *apic_vt_ops = &apic_nointrmap_ops;
1522 if (((apic_intrmap_ops_t *)psm_vt_ops)-> in apic_intrmap_init()