Searched refs:cr3 (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/i86pc/ml/ |
H A D | amd64.il | 33 / 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 D | ia32.il | 32 / 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 D | fb_swtch_src.s | 180 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 D | bios_call_src.s | 127 MOVCR( %cr3, save_cr3) 235 movl %eax, %cr3 /* flushes TLB */ 352 movl %eax, %cr3
|
H A D | mpcore.s | 164 movl %eax, %cr3 367 A16 movl %eax, %cr3 459 A16 mov %eax, %cr3
|
H A D | cpr_wakecode.s | 110 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 D | panic_asm.s | 52 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 D | xen-x86_32.h | 173 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
|
H A D | xen-x86_64.h | 192 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
|
/titanic_50/usr/src/uts/i86pc/dboot/ |
H A D | dboot_grub.s | 257 movl %eax, %cr3 326 movl %cr3, %eax 327 movl %eax, %cr3
|
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | i86_subr.s | 538 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 D | mdb_kb.c | 551 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 D | termcap.src | 10884 # Some tty drivers use cr3 for concept, others use nl3, hence
|
H A D | terminfo.src | 12293 # Some tty drivers use cr3 for concept, others use nl3, hence
|