Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h158 extern apic_intrmap_ops_t *apic_vt_ops;
H A Dapic.h572 } apic_intrmap_ops_t; typedef
879 extern apic_intrmap_ops_t *apic_vt_ops;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c240 static apic_intrmap_ops_t apic_nointrmap_ops = {
250 apic_intrmap_ops_t *apic_vt_ops = &apic_nointrmap_ops;
1709 if (((apic_intrmap_ops_t *)psm_vt_ops)-> in apic_intrmap_init()