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

/illumos-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpisleep.c82 ACPI_PHYSICAL_ADDRESS wakephys = s3ap->s3a_wakephys; local
90 if (AcpiSetFirmwareWakingVector(wakephys, NULL) != AE_OK) {
93 (long)wakephys))
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c427 unmap_wakeaddr_1to1(uint64_t wakephys) argument
429 uintptr_t wp = (uintptr_t)wakephys;
437 uint64_t wakephys = rm_platter_pa; local
452 unmap_wakeaddr_1to1(wakephys);
467 map_wakeaddr_1to1(uint64_t wakephys) argument
469 uintptr_t wp = (uintptr_t)wakephys;
470 hat_devload(kas.a_hat, (caddr_t)wp, PAGESIZE, btop(wakephys),
513 uint64_t wakephys = rm_platter_pa; local
548 map_wakeaddr_1to1(wakephys);
556 PMD(PMD_SX, ("wakevirt=%p, wakephys
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h407 uint64_t wakephys; /* restart vector phys addr */ member in struct:power_req::req::ppm_power_enter_sx_req
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c1002 s3args.s3a_wakephys = reqp->req.ppm_power_enter_sx_req.wakephys;

Completed in 56 milliseconds