Searched refs:psm_state_req (Results 1 – 3 of 3) sorted by relevance
597 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()
2387 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 …]
78 typedef struct psm_state_req { struct89 } psm_state_req; argument