Home
last modified time | relevance | path

Searched refs:cr3 (Results 1 – 25 of 71) sorted by relevance

123

/Linux-v5.10/drivers/tty/serial/
Dstm32-usart.c63 static void stm32_config_reg_rs485(u32 *cr1, u32 *cr3, u32 delay_ADE, in stm32_config_reg_rs485() argument
70 *cr3 |= USART_CR3_DEM; in stm32_config_reg_rs485()
104 u32 usartdiv, baud, cr1, cr3; in stm32_config_rs485() local
115 cr3 = readl_relaxed(port->membase + ofs->cr3); in stm32_config_rs485()
125 stm32_config_reg_rs485(&cr1, &cr3, in stm32_config_rs485()
130 cr3 &= ~USART_CR3_DEP; in stm32_config_rs485()
133 cr3 |= USART_CR3_DEP; in stm32_config_rs485()
137 writel_relaxed(cr3, port->membase + ofs->cr3); in stm32_config_rs485()
140 stm32_clr_bits(port, ofs->cr3, USART_CR3_DEM | USART_CR3_DEP); in stm32_config_rs485()
287 stm32_clr_bits(port, ofs->cr3, USART_CR3_DMAT); in stm32_tx_dma_complete()
[all …]
Dstm32-usart.h14 u8 cr3; member
49 .cr3 = 0x14,
66 .cr3 = 0x08,
87 .cr3 = 0x08,
/Linux-v5.10/arch/x86/power/
Dhibernate_asm_64.S46 movq %cr3, %rax
75 movq %rax, %cr3
80 movq %cr3, %rcx; # flush TLB
81 movq %rcx, %cr3;
107 movq %r9, %cr3
114 movq %cr3, %rcx; # flush TLB
115 movq %rcx, %cr3
Dhibernate_asm_32.S29 movl %cr3, %eax
53 movl %eax, %cr3
58 movl %cr3, %eax; # flush TLB
59 movl %eax, %cr3
87 movl %ebp, %cr3
Dhibernate.c63 unsigned long cr3; member
180 rdr->cr3 = restore_cr3 & ~CR3_PCID_MASK; in arch_hibernation_header_save()
201 restore_cr3 = rdr->cr3; in arch_hibernation_header_restore()
/Linux-v5.10/arch/x86/entry/
Dcalling.h201 mov %cr3, \scratch_reg
203 mov \scratch_reg, %cr3
212 mov %cr3, \scratch_reg
240 mov \scratch_reg, %cr3
252 movq %cr3, \scratch_reg
263 movq \scratch_reg, %cr3
300 movq \save_reg, %cr3
Dentry_32.S137 movl %cr3, \scratch_reg
139 movl \scratch_reg, %cr3
152 movl %cr3, %eax
167 movl %cr3, \scratch_reg
172 movl \scratch_reg, %cr3
380 movl \cr3_reg, %cr3
/Linux-v5.10/arch/x86/kernel/
Drelocate_kernel_64.S66 movq %cr3, %rax
99 movq %r9, %cr3
147 movq %r9, %cr3
168 movq %cr3, %rax
169 movq %rax, %cr3
208 movq %rax, %cr3
223 movq %rax, %cr3
Dsev_verify_cbit.S56 movq %cr3, %rcx
59 movq %rdi, %cr3
68 movq %rcx, %cr3
Drelocate_kernel_32.S52 movl %cr3, %eax
85 movl %eax, %cr3
132 movl %eax, %cr3
146 movl %eax, %cr3
185 movl %eax, %cr3
200 movl %eax, %cr3
Dprocess_32.c62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
85 cr3 = __read_cr3(); in __show_regs()
88 log_lvl, cr0, cr2, cr3, cr4); in __show_regs()
/Linux-v5.10/arch/x86/include/asm/xen/
Dinterface_32.h101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
Dinterface_64.h134 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
/Linux-v5.10/arch/x86/platform/olpc/
Dxo1-wakeup.S25 # Set up %cr3
27 movl %eax, %cr3
51 movl %cr3, %eax
52 movl %eax, %cr3
/Linux-v5.10/arch/x86/boot/compressed/
Defi_thunk_64.S110 movl %cr3, %eax
111 movl %eax, %cr3
141 movl %cr3, %eax
142 movl %eax, %cr3
/Linux-v5.10/arch/x86/kvm/svm/
Dnested.c57 u64 cr3 = svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_pdptr() local
61 ret = kvm_vcpu_read_guest_page(vcpu, gpa_to_gfn(__sme_clr(cr3)), &pdpte, in nested_svm_get_tdp_pdptr()
62 offset_in_page(cr3) + index * 8, 8); in nested_svm_get_tdp_pdptr()
245 if (vmcb12->save.cr3 & MSR_CR3_LEGACY_PAE_RESERVED_MASK) in nested_vmcb_checks()
248 if (vmcb12->save.cr3 & MSR_CR3_LEGACY_RESERVED_MASK) in nested_vmcb_checks()
254 (vmcb12->save.cr3 & MSR_CR3_LONG_MBZ_MASK)) in nested_vmcb_checks()
348 static int nested_svm_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, in nested_svm_load_cr3() argument
351 if (cr3 & rsvd_bits(cpuid_maxphyaddr(vcpu), 63)) in nested_svm_load_cr3()
355 (cr3 != kvm_read_cr3(vcpu) || pdptrs_changed(vcpu))) { in nested_svm_load_cr3()
356 if (!load_pdptrs(vcpu, vcpu->arch.walk_mmu, cr3)) in nested_svm_load_cr3()
[all …]
/Linux-v5.10/include/xen/interface/hvm/
Dhvm_vcpu.h41 uint32_t cr3; member
104 uint64_t cr3; member
/Linux-v5.10/drivers/staging/media/imx/
Dimx7-media-csi.c300 u32 cr3; in imx7_csi_dma_reflash() local
302 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dma_reflash()
303 cr3 |= BIT_DMA_REFLASH_RFF; in imx7_csi_dma_reflash()
304 imx7_csi_reg_write(csi, cr3, CSI_CSICR3); in imx7_csi_dma_reflash()
339 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dmareq_rff_enable() local
345 cr3 |= BIT_DMA_REQ_EN_RFF; in imx7_csi_dmareq_rff_enable()
346 cr3 |= BIT_HRESP_ERR_EN; in imx7_csi_dmareq_rff_enable()
347 cr3 &= ~BIT_RXFF_LEVEL; in imx7_csi_dmareq_rff_enable()
348 cr3 |= 0x2 << 4; in imx7_csi_dmareq_rff_enable()
350 imx7_csi_reg_write(csi, cr3, CSI_CSICR3); in imx7_csi_dmareq_rff_enable()
[all …]
/Linux-v5.10/arch/x86/kernel/acpi/
Dwakeup_32.S27 movl %cr3, %eax
28 movl %eax, %cr3
/Linux-v5.10/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h207 uint64_t cr3; in get_cr3() local
210 : /* output */ [cr3]"=r"(cr3)); in get_cr3()
211 return cr3; in get_cr3()
/Linux-v5.10/include/trace/events/
Dxen.h368 TP_PROTO(bool kernel, unsigned long cr3),
369 TP_ARGS(kernel, cr3),
372 __field(unsigned long, cr3)
375 __entry->cr3 = cr3),
377 __entry->kernel ? "kernel" : "user", __entry->cr3)
/Linux-v5.10/arch/x86/platform/pvh/
Dhead.S87 mov %eax, %cr3
126 mov %eax, %cr3
/Linux-v5.10/arch/x86/kvm/
Dmmu.h77 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid() argument
82 ? cr3 & X86_CR3_PCID_MASK in kvm_get_pcid()
/Linux-v5.10/arch/x86/include/asm/
Dsuspend_32.h22 unsigned long cr0, cr2, cr3, cr4; member
/Linux-v5.10/arch/x86/mm/
Dtlb.c622 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local
625 WARN_ON((cr3 & CR3_ADDR_MASK) != __pa(mm->pgd)); in initialize_tlbstate_and_flush()
973 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local
979 VM_BUG_ON(cr3 != __read_cr3()); in __get_current_cr3_fast()
980 return cr3; in __get_current_cr3_fast()

123