Home
last modified time | relevance | path

Searched refs:psm_ops (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/i86pc/os/
H A Dmp_machdep.c190 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 Dmp_implfuncs.c403 struct psm_ops *opsp; in psm_install()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dpsm_types.h118 struct psm_ops { struct
200 struct psm_ops *p_ops; argument
H A Dapic_common.h75 extern struct psm_ops *psmops;
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c163 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 Dapic_common.c1474 struct psm_ops *pops = psmops; in apic_switch_ipi_callback()
/titanic_50/usr/src/uts/i86pc/io/psm/
H A Duppc.c134 static struct psm_ops uppc_ops = {
184 (struct psm_ops *)&uppc_ops, /* operation */
/titanic_50/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c853 static struct psm_ops xen_uppc_ops = {
H A Dxpv_psm.c1636 static struct psm_ops xen_psm_ops = {
/titanic_50/usr/src/uts/i86pc/io/apix/
H A Dapix.c129 static struct psm_ops apix_ops = {
172 struct psm_ops *psmops = &apix_ops;
1102 struct psm_ops *pops = &apix_ops; in x2apic_update_psm()