Searched refs:psm_state (Results 1 – 4 of 4) sorted by relevance
778 if (psm_state == NULL) { in i_cpr_platform_alloc()784 return ((*psm_state)(req)); in i_cpr_platform_alloc()799 if (psm_state == NULL) { in i_cpr_platform_free()805 (void) (*psm_state)(req); in i_cpr_platform_free()815 if (psm_state == NULL) { in i_cpr_save_apic()821 return ((*psm_state)(req)); in i_cpr_save_apic()831 if (psm_state == NULL) { in i_cpr_restore_apic()837 return ((*psm_state)(req)); in i_cpr_restore_apic()
163 int (*psm_state)(psm_state_request_t *) = (int (*)(psm_state_request_t *)) variable905 total_ops = OFFSETOF(struct psm_ops, psm_state) / in mach_get_platform()1132 if (pops->psm_state) in mach_smpinit()1133 psm_state = pops->psm_state; in mach_smpinit()
73 extern int (*psm_state)(psm_state_request_t *); /* psm state save/restore */
190 int (*psm_state)(psm_state_request_t *request); member