Home
last modified time | relevance | path

Searched refs:wakephys (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c421 unmap_wakeaddr_1to1(uint64_t wakephys) in unmap_wakeaddr_1to1() argument
423 uintptr_t wp = (uintptr_t)wakephys; in unmap_wakeaddr_1to1()
431 uint64_t wakephys = rm_platter_pa; in i_cpr_post_resume_cpus() local
446 unmap_wakeaddr_1to1(wakephys); in i_cpr_post_resume_cpus()
461 map_wakeaddr_1to1(uint64_t wakephys) in map_wakeaddr_1to1() argument
463 uintptr_t wp = (uintptr_t)wakephys; in map_wakeaddr_1to1()
507 uint64_t wakephys = rm_platter_pa; in i_cpr_power_down() local
540 map_wakeaddr_1to1(wakephys); in i_cpr_power_down()
549 (void *)wakevirt, (uint_t)wakephys)) in i_cpr_power_down()
654 power_req.req.ppm_power_enter_sx_req.wakephys = wakephys; in i_cpr_power_down()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpisleep.c82 ACPI_PHYSICAL_ADDRESS wakephys = s3ap->s3a_wakephys; in acpi_enter_sleepstate() local
90 if (AcpiSetFirmwareWakingVector(wakephys, 0) != AE_OK) { in acpi_enter_sleepstate()
93 (long)wakephys)) in acpi_enter_sleepstate()
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h409 uint64_t wakephys; /* restart vector phys addr */ member
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c1009 s3args.s3a_wakephys = reqp->req.ppm_power_enter_sx_req.wakephys; in ppm_ctlops()