Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c194 static struct psm_ops mach_ops;
195 static struct psm_ops *mach_set[4] = {&mach_ops, NULL, NULL, NULL};
889 total_ops = OFFSETOF(struct psm_ops, psm_notify_func) / in mach_get_platform()
893 total_ops = OFFSETOF(struct psm_ops, psm_timer_reprogram) / in mach_get_platform()
897 total_ops = OFFSETOF(struct psm_ops, psm_preshutdown) / in mach_get_platform()
901 total_ops = OFFSETOF(struct psm_ops, psm_intr_ops) / in mach_get_platform()
905 total_ops = OFFSETOF(struct psm_ops, psm_state) / in mach_get_platform()
909 total_ops = OFFSETOF(struct psm_ops, psm_cpu_ops) / in mach_get_platform()
912 total_ops = sizeof (struct psm_ops) / sizeof (void (*)(void)); in mach_get_platform()
979 struct psm_ops *pops; in mach_init()
[all …]
H A Dmp_implfuncs.c399 struct psm_ops *opsp; in psm_install()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_types.h119 struct psm_ops { struct
205 struct psm_ops *p_ops; argument
H A Dapic_common.h74 extern struct psm_ops *psmops;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c165 static struct psm_ops apic_ops = {
212 struct psm_ops *psmops = &apic_ops;
217 (struct psm_ops *)&apic_ops, /* operation */
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c135 static struct psm_ops uppc_ops = {
189 (struct psm_ops *)&uppc_ops, /* operation */
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c127 static struct psm_ops apix_ops = {
174 struct psm_ops *psmops = &apix_ops;
1077 struct psm_ops *pops = &apix_ops; in x2apic_update_psm()
2544 struct psm_ops *pops = psmops; in apic_switch_ipi_callback()
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c854 static struct psm_ops xen_uppc_ops = {
H A Dxpv_psm.c1638 static struct psm_ops xen_psm_ops = {