Home
last modified time | relevance | path

Searched refs:wqp (Results 1 – 5 of 5) sorted by relevance

/arch/mips/include/asm/octeon/
Dcvmx-pow.h644 uint64_t wqp:36; member
671 uint64_t wqp:36; member
714 uint64_t wqp:36; member
1052 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() argument
1421 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 …]
Dcvmx-pko.h201 uint64_t wqp:1; member
/arch/powerpc/kvm/
Dpowerpc.c321 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()
Dbook3s_hv.c905 vcpu->arch.wqp = &vcpu->arch.vcore->wq; in kvmppc_vcpu_run()
/arch/powerpc/include/asm/
Dkvm_host.h461 wait_queue_head_t *wqp; member