Home
last modified time | relevance | path

Searched refs:psm_cpu_get_devinfo (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_cpu.c151 extern int (*psm_cpu_get_devinfo)(cpu_t *, dev_info_t **);
476 psm_cpu_get_devinfo_old = psm_cpu_get_devinfo; in acpidev_cpu_post_probe()
477 psm_cpu_get_devinfo = acpidev_cpu_get_dip; in acpidev_cpu_post_probe()
/titanic_50/usr/src/uts/i86pc/os/
H A Dmp_machdep.c166 int (*psm_cpu_get_devinfo)(cpu_t *, dev_info_t **) = NULL; variable
1678 if (psm_cpu_get_devinfo != NULL) { in mach_cpu_get_device_node()
1679 if (psm_cpu_get_devinfo(cp, dipp) == PSM_SUCCESS) { in mach_cpu_get_device_node()