Home
last modified time | relevance | path

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

123

/linux/drivers/tty/serial/
A Dstm32-usart.c71 *cr3 |= USART_CR3_DEM; in stm32_usart_config_reg_rs485()
116 cr3 = readl_relaxed(port->membase + ofs->cr3); in stm32_usart_config_rs485()
132 cr3 &= ~USART_CR3_DEP; in stm32_usart_config_rs485()
135 cr3 |= USART_CR3_DEP; in stm32_usart_config_rs485()
139 writel_relaxed(cr3, port->membase + ofs->cr3); in stm32_usart_config_rs485()
962 cr3 = readl_relaxed(port->membase + ofs->cr3); in stm32_usart_set_termios()
1082 cr3 |= USART_CR3_EIE; in stm32_usart_set_termios()
1111 writel_relaxed(cr3, port->membase + ofs->cr3); in stm32_usart_set_termios()
1554 u32 cr3; in stm32_usart_serial_remove() local
1566 cr3 = readl_relaxed(port->membase + ofs->cr3); in stm32_usart_serial_remove()
[all …]
A Dstm32-usart.h14 u8 cr3; member
50 .cr3 = 0x14,
67 .cr3 = 0x08,
89 .cr3 = 0x08,
/linux/arch/x86/power/
A Dhibernate_asm_64.S30 movq %r9, %cr3
37 movq %cr3, %rcx; # flush TLB
38 movq %rcx, %cr3
93 movq %cr3, %rax
123 movq %rax, %cr3
128 movq %cr3, %rcx; # flush TLB
129 movq %rcx, %cr3;
A 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
A Dhibernate.c60 unsigned long cr3; member
118 rdr->cr3 = restore_cr3 & ~CR3_PCID_MASK; in arch_hibernation_header_save()
140 restore_cr3 = rdr->cr3; in arch_hibernation_header_restore()
/linux/arch/x86/entry/
A Dcalling.h174 mov %cr3, \scratch_reg
176 mov \scratch_reg, %cr3
185 mov %cr3, \scratch_reg
213 mov \scratch_reg, %cr3
225 movq %cr3, \scratch_reg
236 movq \scratch_reg, %cr3
273 movq \save_reg, %cr3
A Dentry_32.S60 movl %cr3, \scratch_reg
62 movl \scratch_reg, %cr3
75 movl %cr3, %eax
90 movl %cr3, \scratch_reg
95 movl \scratch_reg, %cr3
299 movl \cr3_reg, %cr3
/linux/arch/x86/kernel/
A 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
A Dsev_verify_cbit.S56 movq %cr3, %rcx
59 movq %rdi, %cr3
68 movq %rcx, %cr3
A 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
A 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/drivers/staging/media/imx/
A Dimx7-media-csi.c281 u32 cr3; in imx7_csi_dma_reflash() local
284 cr3 |= BIT_DMA_REFLASH_RFF; in imx7_csi_dma_reflash()
301 cr3 |= BIT_DMA_REQ_EN_RFF; in imx7_csi_dmareq_rff_enable()
302 cr3 |= BIT_HRESP_ERR_EN; in imx7_csi_dmareq_rff_enable()
303 cr3 &= ~BIT_RXFF_LEVEL_MASK; in imx7_csi_dmareq_rff_enable()
304 cr3 |= BIT_RXFF_LEVEL(2); in imx7_csi_dmareq_rff_enable()
313 cr3 &= ~BIT_DMA_REQ_EN_RFF; in imx7_csi_dmareq_rff_disable()
314 cr3 &= ~BIT_HRESP_ERR_EN; in imx7_csi_dmareq_rff_disable()
426 u32 cr3 = BIT_FRMCNT_RST; in imx7_csi_configure() local
470 cr3 |= BIT_TWO_8BIT_SENSOR; in imx7_csi_configure()
[all …]
/linux/arch/x86/platform/olpc/
A Dxo1-wakeup.S25 # Set up %cr3
27 movl %eax, %cr3
51 movl %cr3, %eax
52 movl %eax, %cr3
/linux/arch/x86/include/asm/xen/
A Dinterface_32.h101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
A Dinterface_64.h134 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
/linux/arch/x86/boot/compressed/
A Defi_thunk_64.S114 movl %cr3, %eax
115 movl %eax, %cr3
148 movl %cr3, %eax
149 movl %eax, %cr3
/linux/arch/x86/kvm/svm/
A Dnested.c76 u64 cr3 = svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_pdptr() local
81 offset_in_page(cr3) + index * 8, 8); in nested_svm_get_tdp_pdptr()
289 CC(kvm_vcpu_is_illegal_gpa(vcpu, save->cr3))) in nested_vmcb_check_cr3_cr4()
436 if (CC(kvm_vcpu_is_illegal_gpa(vcpu, cr3))) in nested_svm_load_cr3()
440 CC(!load_pdptrs(vcpu, vcpu->arch.walk_mmu, cr3))) in nested_svm_load_cr3()
444 kvm_mmu_new_pgd(vcpu, cr3); in nested_svm_load_cr3()
446 vcpu->arch.cr3 = cr3; in nested_svm_load_cr3()
703 svm->vmcb01.ptr->save.cr3 = kvm_read_cr3(vcpu); in nested_svm_vmrun()
742 to_save->cr3 = from_save->cr3; in svm_copy_vmrun_state()
806 vmcb12->save.cr3 = kvm_read_cr3(vcpu); in nested_svm_vmexit()
[all …]
/linux/include/xen/interface/hvm/
A Dhvm_vcpu.h24 uint32_t cr3; member
87 uint64_t cr3; member
/linux/include/trace/events/
A 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/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h227 uint64_t cr3; in get_cr3() local
230 : /* output */ [cr3]"=r"(cr3)); in get_cr3()
231 return cr3; in get_cr3()
/linux/arch/x86/kernel/acpi/
A Dwakeup_32.S27 movl %cr3, %eax
28 movl %eax, %cr3
/linux/arch/x86/platform/pvh/
A Dhead.S86 mov %eax, %cr3
115 mov %eax, %cr3
/linux/arch/x86/mm/
A Dtlb.c688 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local
691 WARN_ON((cr3 & CR3_ADDR_MASK) != __pa(mm->pgd)); in initialize_tlbstate_and_flush()
1076 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local
1082 VM_BUG_ON(cr3 != __read_cr3()); in __get_current_cr3_fast()
1083 return cr3; in __get_current_cr3_fast()
/linux/arch/x86/xen/
A Dmmu_pv.c1313 trace_xen_mmu_write_cr3(kernel, cr3); in __xen_write_cr3()
1315 if (cr3) in __xen_write_cr3()
1316 mfn = pfn_to_mfn(PFN_DOWN(cr3)); in __xen_write_cr3()
1328 this_cpu_write(xen_cr3, cr3); in __xen_write_cr3()
1332 xen_mc_callback(set_current_cr3, (void *)cr3); in __xen_write_cr3()
1335 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3() argument
1337 pgd_t *user_pgd = xen_get_user_pgd(__va(cr3)); in xen_write_cr3()
1345 this_cpu_write(xen_cr3, cr3); in xen_write_cr3()
1347 __xen_write_cr3(true, cr3); in xen_write_cr3()
1385 this_cpu_write(xen_cr3, cr3); in xen_write_cr3_init()
[all …]
/linux/arch/powerpc/kernel/
A Dcpu_setup_6xx.S336 cmplwi cr3,r3,0x8001 /* 7455 */
344 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq
407 cmplwi cr3,r3,0x8001 /* 7455 */
415 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq

Completed in 49 milliseconds

123