Home
last modified time | relevance | path

Searched refs:psm_state_req (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c602 rp->req.psm_state_req.psr_state = in uppc_state()
604 if (rp->req.psm_state_req.psr_state == NULL) in uppc_state()
606 rp->req.psm_state_req.psr_state_size = in uppc_state()
610 kmem_free(rp->req.psm_state_req.psr_state, in uppc_state()
611 rp->req.psm_state_req.psr_state_size); in uppc_state()
614 pic_save_state(rp->req.psm_state_req.psr_state); in uppc_state()
617 pic_restore_state(rp->req.psm_state_req.psr_state); in uppc_state()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c2456 rp->req.psm_state_req.psr_state = in apic_state()
2460 rp->req.psm_state_req.psr_state_size = in apic_state()
2463 rp->req.psm_state_req.psr_state, in apic_state()
2464 rp->req.psm_state_req.psr_state_size)) in apic_state()
2468 kmem_free(rp->req.psm_state_req.psr_state, in apic_state()
2469 rp->req.psm_state_req.psr_state_size); in apic_state()
2471 rp->req.psm_state_req.psr_state, in apic_state()
2472 rp->req.psm_state_req.psr_state_size)) in apic_state()
2477 rp->req.psm_state_req.psr_state, in apic_state()
2478 rp->req.psm_state_req.psr_state_size)) in apic_state()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_types.h79 typedef struct psm_state_req { struct
90 } psm_state_req; member