Searched refs:psm_ops (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | mp_machdep.c | 190 static struct psm_ops mach_ops; 191 static struct psm_ops *mach_set[4] = {&mach_ops, NULL, NULL, NULL}; 882 total_ops = OFFSETOF(struct psm_ops, psm_notify_func) / in mach_get_platform() 886 total_ops = OFFSETOF(struct psm_ops, psm_timer_reprogram) / in mach_get_platform() 890 total_ops = OFFSETOF(struct psm_ops, psm_preshutdown) / in mach_get_platform() 894 total_ops = OFFSETOF(struct psm_ops, psm_intr_ops) / in mach_get_platform() 898 total_ops = OFFSETOF(struct psm_ops, psm_state) / in mach_get_platform() 902 total_ops = OFFSETOF(struct psm_ops, psm_cpu_ops) / in mach_get_platform() 905 total_ops = sizeof (struct psm_ops) / sizeof (void (*)(void)); in mach_get_platform() 972 struct psm_ops *pops; in mach_init() [all …]
|
H A D | mp_implfuncs.c | 403 struct psm_ops *opsp; in psm_install()
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | psm_types.h | 118 struct psm_ops { struct 200 struct psm_ops *p_ops; argument
|
H A D | apic_common.h | 75 extern struct psm_ops *psmops;
|
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic.c | 163 static struct psm_ops apic_ops = { 206 struct psm_ops *psmops = &apic_ops; 211 (struct psm_ops *)&apic_ops, /* operation */ 1327 struct psm_ops *pops = &apic_ops; in x2apic_update_psm()
|
H A D | apic_common.c | 1474 struct psm_ops *pops = psmops; in apic_switch_ipi_callback()
|
/titanic_50/usr/src/uts/i86pc/io/psm/ |
H A D | uppc.c | 134 static struct psm_ops uppc_ops = { 184 (struct psm_ops *)&uppc_ops, /* operation */
|
/titanic_50/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_uppc.c | 853 static struct psm_ops xen_uppc_ops = {
|
H A D | xpv_psm.c | 1636 static struct psm_ops xen_psm_ops = {
|
/titanic_50/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 129 static struct psm_ops apix_ops = { 172 struct psm_ops *psmops = &apix_ops; 1102 struct psm_ops *pops = &apix_ops; in x2apic_update_psm()
|