Searched refs:xcr (Results 1 – 10 of 10) sorted by relevance
| /linux/sound/soc/atmel/ |
| H A D | atmel-pcm-pdc.c | 112 ssc_writex(params->ssc->regs, params->pdc->xcr, in atmel_pcm_dma_irq() 210 ssc_writex(params->ssc->regs, params->pdc->xcr, in atmel_pcm_trigger() 221 "xcr=%u, xnpr=%u, xncr=%u\n", in atmel_pcm_trigger() 224 ssc_readx(params->ssc->regs, params->pdc->xcr), in atmel_pcm_trigger()
|
| H A D | atmel-pcm.h | 33 unsigned int xcr; /* PDC recv/trans counter */ member
|
| /linux/drivers/mailbox/ |
| H A D | stm32-ipcc.c | 58 u32 xcr; member 350 ipcc->xcr = readl_relaxed(ipcc->reg_proc + IPCC_XCR); in stm32_ipcc_suspend() 360 writel_relaxed(ipcc->xcr, ipcc->reg_proc + IPCC_XCR); in stm32_ipcc_resume()
|
| H A D | imx-mailbox.c | 101 u32 xcr[IMX_MU_xCR_MAX]; member 1071 priv->xcr[i] = imx_mu_read(priv, priv->dcfg->xCR[i]); in imx_mu_suspend_noirq() 1095 imx_mu_write(priv, priv->xcr[i], priv->dcfg->xCR[i]); in imx_mu_resume_noirq()
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 407 __u32 xcr; member
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 407 __u32 xcr; member
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 1266 int __kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr) in __kvm_set_xcr() argument 1268 u64 xcr0 = xcr; in __kvm_set_xcr() 5876 guest_xcrs->xcrs[0].xcr = XCR_XFEATURE_ENABLED_MASK; in kvm_vcpu_ioctl_x86_get_xcrs() 5898 if (guest_xcrs->xcrs[i].xcr == XCR_XFEATURE_ENABLED_MASK) { in kvm_vcpu_ioctl_x86_set_xcrs() 8882 static int emulator_get_xcr(struct x86_emulate_ctxt *ctxt, u32 index, u64 *xcr) in emulator_get_xcr() argument 8886 *xcr = emul_to_vcpu(ctxt)->arch.xcr0; in emulator_get_xcr() 8890 static int emulator_set_xcr(struct x86_emulate_ctxt *ctxt, u32 index, u64 xcr) in emulator_set_xcr() argument 8892 return __kvm_set_xcr(emul_to_vcpu(ctxt), index, xcr); in emulator_set_xcr()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 679 .xcrs[0].xcr = 0, in vcpu_init_xcrs()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2270 int __kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr);
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 1720 __u32 xcr; 1747 __u32 xcr; 1759 This ioctl would set vcpu's xcr to the value userspace specified.
|