Home
last modified time | relevance | path

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

/titanic_41/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()
601 rp->req.psm_state_req.psr_state_size = in uppc_state()
605 kmem_free(rp->req.psm_state_req.psr_state, in uppc_state()
606 rp->req.psm_state_req.psr_state_size); 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_41/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()
2391 rp->req.psm_state_req.psr_state_size = in apic_state()
2394 rp->req.psm_state_req.psr_state, in apic_state()
2395 rp->req.psm_state_req.psr_state_size)) in apic_state()
2399 kmem_free(rp->req.psm_state_req.psr_state, in apic_state()
2400 rp->req.psm_state_req.psr_state_size); in apic_state()
2402 rp->req.psm_state_req.psr_state, in apic_state()
2403 rp->req.psm_state_req.psr_state_size)) in apic_state()
2408 rp->req.psm_state_req.psr_state, in apic_state()
[all …]
/titanic_41/usr/src/uts/i86pc/sys/
H A Dpsm_types.h78 typedef struct psm_state_req { struct
89 } psm_state_req; argument