Searched refs:psm_state (Results 1 – 4 of 4) sorted by relevance
794 if (psm_state == NULL) { in i_cpr_platform_alloc()800 return ((*psm_state)(req)); in i_cpr_platform_alloc()815 if (psm_state == NULL) { in i_cpr_platform_free()821 (void) (*psm_state)(req); in i_cpr_platform_free()831 if (psm_state == NULL) { in i_cpr_save_apic()837 return ((*psm_state)(req)); in i_cpr_save_apic()847 if (psm_state == NULL) { in i_cpr_restore_apic()853 return ((*psm_state)(req)); in i_cpr_restore_apic()
159 int (*psm_state)(psm_state_request_t *) = (int (*)(psm_state_request_t *)) variable898 total_ops = OFFSETOF(struct psm_ops, psm_state) / in mach_get_platform()1121 if (pops->psm_state) in mach_smpinit()1122 psm_state = pops->psm_state; in mach_smpinit()
71 extern int (*psm_state)(psm_state_request_t *); /* psm state save/restore */
189 int (*psm_state)(psm_state_request_t *request); member