Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/x86/power/
Dhibernate_asm_64.S47 movq %cr3, %rax
75 movq %rax, %cr3
80 movq %cr3, %rcx; # flush TLB
81 movq %rcx, %cr3;
106 movq %r9, %cr3
113 movq %cr3, %rcx; # flush TLB
114 movq %rcx, %cr3
Dhibernate_asm_32.S34 movl %eax, %cr3
39 movl %cr3, %eax; # flush TLB
40 movl %eax, %cr3
64 movl %eax, %cr3
Dhibernate_64.c220 unsigned long cr3; member
332 rdr->cr3 = restore_cr3 & ~CR3_PCID_MASK; in arch_hibernation_header_save()
352 restore_cr3 = rdr->cr3; in arch_hibernation_header_restore()
/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.c65 static void stm32_config_reg_rs485(u32 *cr1, u32 *cr3, u32 delay_ADE, in stm32_config_reg_rs485() argument
72 *cr3 |= USART_CR3_DEM; in stm32_config_reg_rs485()
106 u32 usartdiv, baud, cr1, cr3; in stm32_config_rs485() local
119 cr3 = readl_relaxed(port->membase + ofs->cr3); in stm32_config_rs485()
129 stm32_config_reg_rs485(&cr1, &cr3, in stm32_config_rs485()
134 cr3 &= ~USART_CR3_DEP; in stm32_config_rs485()
137 cr3 |= USART_CR3_DEP; in stm32_config_rs485()
141 writel_relaxed(cr3, port->membase + ofs->cr3); in stm32_config_rs485()
144 stm32_clr_bits(port, ofs->cr3, USART_CR3_DEM | USART_CR3_DEP); in stm32_config_rs485()
290 stm32_clr_bits(port, ofs->cr3, USART_CR3_DMAT); in stm32_tx_dma_complete()
[all …]
Dstm32-usart.h14 u8 cr3; member
48 .cr3 = 0x14,
64 .cr3 = 0x08,
84 .cr3 = 0x08,
/Linux-v4.19/arch/x86/entry/
Dcalling.h214 mov %cr3, \scratch_reg
216 mov \scratch_reg, %cr3
225 mov %cr3, \scratch_reg
253 mov \scratch_reg, %cr3
265 movq %cr3, \scratch_reg
276 movq \scratch_reg, %cr3
313 movq \save_reg, %cr3
/Linux-v4.19/arch/x86/kernel/
Drelocate_kernel_64.S66 movq %cr3, %rax
99 movq %r9, %cr3
145 movq %r9, %cr3
166 movq %cr3, %rax
167 movq %rax, %cr3
208 movq %rax, %cr3
221 movq %rax, %cr3
Drelocate_kernel_32.S55 movl %cr3, %eax
88 movl %eax, %cr3
134 movl %eax, %cr3
148 movl %eax, %cr3
187 movl %eax, %cr3
201 movl %eax, %cr3
Dprocess_32.c64 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
93 cr3 = __read_cr3(); in __show_regs()
96 cr0, cr2, cr3, cr4); in __show_regs()
/Linux-v4.19/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-v4.19/arch/x86/platform/olpc/
Dxo1-wakeup.S25 # Set up %cr3
27 movl %eax, %cr3
51 movl %cr3, %eax
52 movl %eax, %cr3
/Linux-v4.19/arch/x86/boot/compressed/
Defi_thunk_64.S122 movl %cr3, %eax
123 movl %eax, %cr3
155 movl %cr3, %eax
156 movl %eax, %cr3
/Linux-v4.19/arch/powerpc/kernel/
Didle_book3s.S263 cmpwi cr3,r3,PNV_THREAD_SLEEP
264 bge cr3,2f
272 beq cr3,3f
303 bgt cr3,enter_winkle
486 cmpwi cr3,r11,2
533 blt cr3,pnv_wakeup_noloss
549 blt cr3,1f
597 bgt cr3,.
807 ble cr3,.Ltb_resynced
Dcpu_setup_6xx.S339 cmplwi cr3,r3,0x8001 /* 7455 */
347 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq
410 cmplwi cr3,r3,0x8001 /* 7455 */
418 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq
/Linux-v4.19/include/xen/interface/hvm/
Dhvm_vcpu.h41 uint32_t cr3; member
104 uint64_t cr3; member
/Linux-v4.19/arch/x86/include/asm/
Dmmu_context.h331 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local
337 VM_BUG_ON(cr3 != __read_cr3()); in __get_current_cr3_fast()
338 return cr3; in __get_current_cr3_fast()
Dsuspend_32.h22 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h37 unsigned long cr0, cr2, cr3, cr4, cr8; member
/Linux-v4.19/arch/x86/kernel/acpi/
Dwakeup_32.S27 movl %cr3, %eax
28 movl %eax, %cr3
/Linux-v4.19/include/trace/events/
Dxen.h384 TP_PROTO(bool kernel, unsigned long cr3),
385 TP_ARGS(kernel, cr3),
388 __field(unsigned long, cr3)
391 __entry->cr3 = cr3),
393 __entry->kernel ? "kernel" : "user", __entry->cr3)
/Linux-v4.19/arch/x86/xen/
Dxen-pvh.S98 mov %eax, %cr3
137 mov %eax, %cr3
Dmmu_pv.c1395 static void __xen_write_cr3(bool kernel, unsigned long cr3) in __xen_write_cr3() argument
1400 trace_xen_mmu_write_cr3(kernel, cr3); in __xen_write_cr3()
1402 if (cr3) in __xen_write_cr3()
1403 mfn = pfn_to_mfn(PFN_DOWN(cr3)); in __xen_write_cr3()
1415 this_cpu_write(xen_cr3, cr3); in __xen_write_cr3()
1419 xen_mc_callback(set_current_cr3, (void *)cr3); in __xen_write_cr3()
1422 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3() argument
1430 this_cpu_write(xen_cr3, cr3); in xen_write_cr3()
1432 __xen_write_cr3(true, cr3); in xen_write_cr3()
1436 pgd_t *user_pgd = xen_get_user_pgd(__va(cr3)); in xen_write_cr3()
[all …]
/Linux-v4.19/arch/x86/kvm/
Dmmu.h89 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid() argument
94 ? cr3 & X86_CR3_PCID_MASK in kvm_get_pcid()
/Linux-v4.19/arch/powerpc/boot/
Dppc_asm.h20 #define cr3 3 macro

123