Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_cpu.c149 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()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c169 int (*psm_cpu_create_devinfo)(cpu_t *, dev_info_t **) = mach_cpu_create_devinfo; variable
1622 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()