Home
last modified time | relevance | path

Searched refs:CR0 (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/Documentation/virt/kvm/x86/
Derrata.rst59 CR0.CD
61 KVM does not virtualize CR0.CD on Intel CPUs. Similar to MTRR MSRs, KVM
62 emulates CR0.CD accesses so that loads and stores from/to CR0 behave as
63 expected, but setting CR0.CD=1 has no impact on the cachaeability of guest
66 Note, this erratum does not affect AMD CPUs, which fully virtualize CR0.CD in
67 hardware, i.e. put the CPU caches into "no fill" mode when CR0.CD=1, even when
Dmmu.rst429 CR4.SMAP && !CR0.WP into shadow page's role to avoid this case. Note,
/linux-6.12.1/drivers/gpu/drm/ci/xfails/
Dvkms-none-skips.txt19 # CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
53 # CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
70 # CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
104 # CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
121 # CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
155 # CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
172 # CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
/linux-6.12.1/arch/x86/kernel/
Drelocate_kernel_64.S34 #define CR0 DATA(0x8) macro
70 movq %rax, CR0(%r11)
242 movq CR0(%r8), %r8
Drelocate_kernel_32.S29 #define CR0 DATA(0x4) macro
53 movl %eax, CR0(%edi)
210 movl CR0(%edi), %eax
/linux-6.12.1/arch/powerpc/include/uapi/asm/
Dtermbits.h88 #define CR0 0x00000 macro
/linux-6.12.1/include/uapi/asm-generic/
Dtermbits.h74 #define CR0 0x00000 macro
/linux-6.12.1/arch/parisc/include/uapi/asm/
Dtermbits.h74 #define CR0 0x00000 macro
/linux-6.12.1/arch/mips/include/uapi/asm/
Dtermbits.h94 #define CR0 0x00000 macro
/linux-6.12.1/arch/alpha/include/uapi/asm/
Dtermbits.h93 #define CR0 0x00000 macro
/linux-6.12.1/arch/sparc/include/uapi/asm/
Dtermbits.h91 #define CR0 0x00000 macro
/linux-6.12.1/drivers/dma/
Dpl330.c132 #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()
/linux-6.12.1/Documentation/arch/powerpc/
Dpapr_hcalls.rst88 | CR0-1 | Y | Condition register fields. |
/linux-6.12.1/tools/arch/x86/kcpuid/
Dcpuid.csv647 0x80000001, 0, ecx, 4, cr8_legacy , LOCK MOV CR0 means MOV CR8
/linux-6.12.1/Documentation/virt/kvm/
Dapi.rst8052 KVM_X86_QUIRK_CD_NW_CLEARED By default, KVM clears CR0.CD and CR0.NW on
8054 that runs in perpetuity with CR0.CD, i.e.
8058 change the value of CR0.CD and CR0.NW.