Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/psm/
H A Duppc.c597 rp->req.psm_state_req.psr_state = in uppc_state()
599 if (rp->req.psm_state_req.psr_state == NULL) in uppc_state()
605 kmem_free(rp->req.psm_state_req.psr_state, in uppc_state()
609 pic_save_state(rp->req.psm_state_req.psr_state); in uppc_state()
612 pic_restore_state(rp->req.psm_state_req.psr_state); in uppc_state()
/titanic_44/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c2387 rp->req.psm_state_req.psr_state = in apic_state()
2389 if (rp->req.psm_state_req.psr_state == NULL) in apic_state()
2394 rp->req.psm_state_req.psr_state, in apic_state()
2399 kmem_free(rp->req.psm_state_req.psr_state, in apic_state()
2402 rp->req.psm_state_req.psr_state, in apic_state()
2408 rp->req.psm_state_req.psr_state, in apic_state()
2410 apic_save_state(rp->req.psm_state_req.psr_state); in apic_state()
2414 apic_restore_state(rp->req.psm_state_req.psr_state); in apic_state()
2416 rp->req.psm_state_req.psr_state, in apic_state()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dpsm_types.h87 void *psr_state; member