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

/opensolaris-onvv-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpisleep.c83 ACPI_PHYSICAL_ADDRESS wakephys = s3ap->s3a_wakephys; local
91 if (AcpiSetFirmwareWakingVector(wakephys) != AE_OK) {
94 (long)wakephys))
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c425 unmap_wakeaddr_1to1(uint64_t wakephys) argument
427 uintptr_t wp = (uintptr_t)wakephys;
435 uint64_t wakephys = rm_platter_pa; local
450 unmap_wakeaddr_1to1(wakephys);
465 map_wakeaddr_1to1(uint64_t wakephys) argument
467 uintptr_t wp = (uintptr_t)wakephys;
468 hat_devload(kas.a_hat, (caddr_t)wp, PAGESIZE, btop(wakephys),
511 uint64_t wakephys = rm_platter_pa; local
546 map_wakeaddr_1to1(wakephys);
553 PMD(PMD_SX, ("wakevirt=%p, wakephys
[all...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/uts/common/io/ppm/
H A Dppm.c1002 s3args.s3a_wakephys = reqp->req.ppm_power_enter_sx_req.wakephys;

Completed in 76 milliseconds