Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/ml/
H A Damd64.il33 / return value of cr3 register
36 movq %cr3, %rax
40 / reload cr3 register with its current value
43 movq %cr3, %rdi
44 movq %rdi, %cr3
48 / set cr3 register with new value
51 movq %rdi, %cr3
H A Dia32.il32 / return value of cr3 register
35 movl %cr3, %eax
39 / reload cr3 register with its current value
42 movl %cr3, %eax
43 movl %eax, %cr3
47 * Put a new value into cr3 (page table base register
52 movl %eax, %cr3
H A Dfb_swtch_src.s180 movq %rax, %cr3
271 movl %eax, %cr3
346 movq %cr3, %rsi /* Reload cr3 */
347 movq %rsi, %cr3
414 movl %cr3, %esi /* Reload cr3 */
415 movl %esi, %cr3
H A Dbios_call_src.s127 MOVCR( %cr3, save_cr3)
235 movl %eax, %cr3 /* flushes TLB */
352 movl %eax, %cr3
H A Dmpcore.s164 movl %eax, %cr3
367 A16 movl %eax, %cr3
459 A16 mov %eax, %cr3
H A Dcpr_wakecode.s110 movq %cr3, %rdx
194 movl %cr3, %edx
374 movl %eax, %cr3
722 movq %rdx, %cr3
1062 / By this time GDT and IDT are loaded as is cr0, cr3 and cr4.
/titanic_50/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s52 xpv_panic_setcr3(ulong_t cr3)
67 movq %cr3, %rax
72 movq %rdi, %cr3
77 movq %cr3, %rdi
78 movq %rdi, %cr3
175 movl %eax, %cr3
180 movl %cr3, %eax
181 movl %eax, %cr3
/titanic_50/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_32.h173 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
H A Dxen-x86_64.h192 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.s257 movl %eax, %cr3
326 movl %cr3, %eax
327 movl %eax, %cr3
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s538 movq %cr3, %rax
545 movq %rdi, %cr3
550 movq %cr3, %rdi
551 movq %rdi, %cr3
619 movl %cr3, %eax
627 movl %eax, %cr3
632 movl %cr3, %eax
633 movl %eax, %cr3
3077 movq %cr3, %rax
3103 movq %cr3, %rax
[all …]
/titanic_50/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c551 uint64_t cr3 = xkb->xkb_vcpus[0]->ctrlreg[3]; in xkb_cr3_to_pfn() local
553 return (cr3 >> PAGE_SHIFT); in xkb_cr3_to_pfn()
554 return (xen_cr3_to_pfn(cr3)); in xkb_cr3_to_pfn()
/titanic_50/usr/src/cmd/terminfo/
H A Dtermcap.src10884 # Some tty drivers use cr3 for concept, others use nl3, hence
H A Dterminfo.src12293 # Some tty drivers use cr3 for concept, others use nl3, hence