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() 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()
|
| /linux/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 240 int (*get_xcr)(struct x86_emulate_ctxt *ctxt, u32 index, u64 *xcr); 241 int (*set_xcr)(struct x86_emulate_ctxt *ctxt, u32 index, u64 xcr);
|
| H A D | emulate.c | 5297 u64 xcr = 0; in x86_emulate_insn() local 5299 || ops->get_xcr(ctxt, 0, &xcr) in x86_emulate_insn() 5300 || !(xcr & XFEATURE_MASK_YMM)) { in x86_emulate_insn()
|
| /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/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 560 .xcrs[0].xcr = 0, in vcpu_init_xcrs()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2220 int __kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr);
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 1719 __u32 xcr; 1746 __u32 xcr; 1758 This ioctl would set vcpu's xcr to the value userspace specified.
|