Searched refs:CR0 (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/Documentation/virt/kvm/x86/ |
D | errata.rst | 59 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
|
D | mmu.rst | 429 CR4.SMAP && !CR0.WP into shadow page's role to avoid this case. Note,
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | vkms-none-skips.txt | 19 # 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/ |
D | relocate_kernel_64.S | 34 #define CR0 DATA(0x8) macro 70 movq %rax, CR0(%r11) 242 movq CR0(%r8), %r8
|
D | relocate_kernel_32.S | 29 #define CR0 DATA(0x4) macro 53 movl %eax, CR0(%edi) 210 movl CR0(%edi), %eax
|
/linux-6.12.1/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 88 #define CR0 0x00000 macro
|
/linux-6.12.1/include/uapi/asm-generic/ |
D | termbits.h | 74 #define CR0 0x00000 macro
|
/linux-6.12.1/arch/parisc/include/uapi/asm/ |
D | termbits.h | 74 #define CR0 0x00000 macro
|
/linux-6.12.1/arch/mips/include/uapi/asm/ |
D | termbits.h | 94 #define CR0 0x00000 macro
|
/linux-6.12.1/arch/alpha/include/uapi/asm/ |
D | termbits.h | 93 #define CR0 0x00000 macro
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | termbits.h | 91 #define CR0 0x00000 macro
|
/linux-6.12.1/drivers/dma/ |
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()
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | papr_hcalls.rst | 88 | CR0-1 | Y | Condition register fields. |
|
/linux-6.12.1/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 647 0x80000001, 0, ecx, 4, cr8_legacy , LOCK MOV CR0 means MOV CR8
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | api.rst | 8052 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.
|