Searched refs:psm_cpu_create_devinfo (Results 1 – 2 of 2) sorted by relevance
149 extern int (*psm_cpu_create_devinfo)(cpu_t *, dev_info_t **);474 psm_cpu_create_devinfo_old = psm_cpu_create_devinfo; in acpidev_cpu_post_probe()475 psm_cpu_create_devinfo = acpidev_cpu_create_dip; in acpidev_cpu_post_probe()
169 int (*psm_cpu_create_devinfo)(cpu_t *, dev_info_t **) = mach_cpu_create_devinfo; variable1622 ASSERT(psm_cpu_create_devinfo != NULL); in mach_cpu_create_device_node()1623 rv = psm_cpu_create_devinfo(cp, &dip); in mach_cpu_create_device_node()