Searched refs:wqp (Results 1 – 5 of 5) sorted by relevance
644 uint64_t wqp:36; member671 uint64_t wqp:36; member714 uint64_t wqp:36; member1052 return (cvmx_wqe_t *) cvmx_phys_to_ptr(load_resp.s_sstatus4.wqp); in cvmx_pow_get_current_wqp()1398 static inline void cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_tag_sw_full_nocheck() argument1421 if (wqp != cvmx_phys_to_ptr(0x80)) in cvmx_pow_tag_sw_full_nocheck()1422 if (wqp != cvmx_pow_get_current_wqp()) in cvmx_pow_tag_sw_full_nocheck()1425 __func__, wqp, in cvmx_pow_tag_sw_full_nocheck()1447 ptr.sio.offset = CAST64(wqp); in cvmx_pow_tag_sw_full_nocheck()1476 static inline void cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_tag_sw_full() argument[all …]
201 uint64_t wqp:1; member
321 vcpu->arch.wqp = &vcpu->wq; in kvm_arch_vcpu_create()597 if (waitqueue_active(vcpu->arch.wqp)) { in kvm_vcpu_kick()598 wake_up_interruptible(vcpu->arch.wqp); in kvm_vcpu_kick()
905 vcpu->arch.wqp = &vcpu->arch.vcore->wq; in kvmppc_vcpu_run()
461 wait_queue_head_t *wqp; member