/openbmc/qemu/hw/arm/ |
H A D | smmuv3-internal.h | 118 REG32(CR0, 0x20) 119 FIELD(CR0, SMMU_ENABLE, 0, 1) 120 FIELD(CR0, EVENTQEN, 2, 1) 121 FIELD(CR0, CMDQEN, 3, 1) 184 return FIELD_EX32(s->cr[0], CR0, SMMU_ENABLE); in smmu_enabled() 262 return FIELD_EX32(s->cr[0], CR0, CMDQEN); in smmuv3_cmdq_enabled() 267 return FIELD_EX32(s->cr[0], CR0, EVENTQEN); in smmuv3_eventq_enabled()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | relocate_kernel_64.S | 33 #define CR0 DATA(0x8) macro 69 movq %rax, CR0(%r11) 241 movq CR0(%r8), %r8
|
H A D | relocate_kernel_32.S | 29 #define CR0 DATA(0x4) macro 53 movl %eax, CR0(%edi) 210 movl CR0(%edi), %eax
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 88 #define CR0 0x00000 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 74 #define CR0 0x00000 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 74 #define CR0 0x00000 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 93 #define CR0 0x00000 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 94 #define CR0 0x00000 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 91 #define CR0 0x00000 macro
|
/openbmc/linux/drivers/dma/ |
H A D | pl330.c | 132 #define CR0 0xe00 macro 1835 val = readl(regs + CR0) >> CR0_NUM_CHANS_SHIFT; in read_dmac_config() 1840 val = readl(regs + CR0); in read_dmac_config() 1850 val = readl(regs + CR0); in read_dmac_config() 1856 val = readl(regs + CR0) >> CR0_NUM_EVENTS_SHIFT; in read_dmac_config()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | papr_hcalls.rst | 88 | CR0-1 | Y | Condition register fields. |
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 358 0x80000001, 0, ECX, 4, altmovecr8, Indicates support for LOCK MOV CR0 means MOV CR8
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | mmu.rst | 404 CR4.SMAP && !CR0.WP into shadow page's role to avoid this case. Note,
|
/openbmc/qemu/hw/net/can/ |
H A D | xlnx-versal-canfd.c | 269 FIELD(TX_BUFFER_CANCEL_REQUEST_REGISTER, CR0, 0, 1)
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1406 ENUM_TARGET(CR0),
|
H A D | syscall.c | 5715 { TARGET_CRDLY, TARGET_CR0, CRDLY, CR0 },
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 603 cr0 & uint64 & The CR0 register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.… 675 cr0 & uint64 & The CR0 register.\\
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 7643 KVM_X86_QUIRK_CD_NW_CLEARED By default, KVM clears CR0.CD and CR0.NW. 7645 change the value of CR0.CD and CR0.NW.
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1133 "MOV rmr32, CR0-CR7","MOVL CR0-CR7, rmr32","movl CR0-CR7, rmr32","0F 20 /r","V","N.S.","","","w,r",… 1141 "MOV CR0-CR7, rmr32","MOVL rmr32, CR0-CR7","movl rmr32, CR0-CR7","0F 22 /r","V","N.S.","","","w,r",… 1165 "MOV rmr64, CR0-CR7","MOVQ CR0-CR7, rmr64","movq CR0-CR7, rmr64","0F 20 /r","N.S.","V","","default6… 1179 "MOV CR0-CR7, rmr64","MOVQ rmr64, CR0-CR7","movq rmr64, CR0-CR7","0F 22 /r","N.S.","V","","default6…
|