| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ia64-ic.tbl | 99 mov-from-CR-CMCV; IC:mov-from-CR[Field(cr3) == CMCV] 100 mov-from-CR-DCR; IC:mov-from-CR[Field(cr3) == DCR] 101 mov-from-CR-EOI; IC:mov-from-CR[Field(cr3) == EOI] 102 mov-from-CR-GPTA; IC:mov-from-CR[Field(cr3) == GPTA] 103 mov-from-CR-IFA; IC:mov-from-CR[Field(cr3) == IFA] 104 mov-from-CR-IFS; IC:mov-from-CR[Field(cr3) == IFS] 105 mov-from-CR-IHA; IC:mov-from-CR[Field(cr3) == IHA] 106 mov-from-CR-IIB; IC:mov-from-CR[Field(cr3) in {IIB0 IIB1}] 107 mov-from-CR-IIM; IC:mov-from-CR[Field(cr3) == IIM] 108 mov-from-CR-IIP; IC:mov-from-CR[Field(cr3) == IIP] [all …]
|
| D | i386-reg.tbl | 184 cr3, Class=RegCR, 0, 3, Dw2Inval, Dw2Inval
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ia64-ic.tbl | 99 mov-from-CR-CMCV; IC:mov-from-CR[Field(cr3) == CMCV] 100 mov-from-CR-DCR; IC:mov-from-CR[Field(cr3) == DCR] 101 mov-from-CR-EOI; IC:mov-from-CR[Field(cr3) == EOI] 102 mov-from-CR-GPTA; IC:mov-from-CR[Field(cr3) == GPTA] 103 mov-from-CR-IFA; IC:mov-from-CR[Field(cr3) == IFA] 104 mov-from-CR-IFS; IC:mov-from-CR[Field(cr3) == IFS] 105 mov-from-CR-IHA; IC:mov-from-CR[Field(cr3) == IHA] 106 mov-from-CR-IIB; IC:mov-from-CR[Field(cr3) in {IIB0 IIB1}] 107 mov-from-CR-IIM; IC:mov-from-CR[Field(cr3) == IIM] 108 mov-from-CR-IIP; IC:mov-from-CR[Field(cr3) == IIP] [all …]
|
| D | i386-reg.tbl | 184 cr3, Class=RegCR, 0, 3, Dw2Inval, Dw2Inval
|
| /netbsd/src/sys/dev/ic/ |
| D | arcofi.c | 370 sc->sc_shadow.cr3 = in arcofi_set_format() 371 (sc->sc_shadow.cr3 & ~CR3_OPMODE_MASK) | in arcofi_set_format() 374 sc->sc_shadow.cr3 = in arcofi_set_format() 375 (sc->sc_shadow.cr3 & ~CR3_OPMODE_MASK) | in arcofi_set_format() 406 sc->sc_shadow.cr3, sc->sc_shadow.cr4, sc->sc_shadow.output_mute); in arcofi_commit_settings() 437 if (sc->sc_active.cr3 != sc->sc_shadow.cr3) { in arcofi_commit_settings() 438 cmd[0] = sc->sc_shadow.cr3; in arcofi_commit_settings() 441 sc->sc_active.cr3 = sc->sc_shadow.cr3; in arcofi_commit_settings() 444 if ((sc->sc_active.cr3 & CR3_OPMODE_MASK) != CR3_OPMODE_NORMAL) in arcofi_commit_settings() 658 #error Please rework the cr3 handling logic. [all …]
|
| D | arcofivar.h | 33 uint8_t cr3, cr4; member
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | i386func.S | 104 movl %cr3, %eax 105 movl %eax, %cr3
|
| D | mptramp.S | 179 movl %ecx,%cr3 /* load PTD addr into MMU */ 228 movl %eax,%cr3
|
| D | locore.S | 1028 movl %eax,%cr3
|
| /netbsd/src/sys/arch/i386/acpi/ |
| D | acpi_wakeup_low.S | 67 movl %eax,%cr3 117 movl %cr3,%eax
|
| D | acpi_wakecode.S | 171 movl %eax,%cr3
|
| /netbsd/src/sys/arch/amd64/amd64/ |
| D | mptramp.S | 174 movl %ecx,%cr3 /* load PTD addr into MMU */ 244 movq %rax,%cr3
|
| D | locore.S | 847 movl %eax,%cr3 1814 movq %rax,%cr3 1822 movq %rax,%cr3 1827 movq %cr3,%rax 1830 movq %rax,%cr3 1836 movq %rax,%cr3 1843 movq %rax,%cr3 1849 movq %rax,%cr3
|
| D | cpufunc.S | 157 1: movq %cr3, %rax 158 movq %rax, %cr3
|
| D | machdep.c | 291 uint64_t cr3; member 544 store->cr3 = pmap_pdirpa(pmap_kernel(), 0); in cpu_init_tss()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | go32-nat.c | 1832 unsigned long taskbase, cr3; in get_cr3() local 1862 cr3 = _farnspeekl (taskbase + 0x1c) & ~0xfff; in get_cr3() 1863 if (cr3 > 0xfffff) in get_cr3() 1880 && ((_farnspeekl (addr + 4 * pte_idx + 4) & 0xfffff000) == cr3)) in get_cr3() 1882 cr3 = addr + 0x1000; in get_cr3() 1888 if (cr3 > 0xfffff) in get_cr3() 1889 cr3 = 0; in get_cr3() 1892 return cr3; in get_cr3()
|
| /netbsd/src/sys/arch/amd64/acpi/ |
| D | acpi_wakeup_low.S | 83 movq %rax,%cr3 129 movq %cr3,%rax
|
| D | acpi_wakecode.S | 200 movl %eax,%cr3
|
| /netbsd/src/sys/arch/i386/bioscall/ |
| D | biostramp.S | 165 movl %cr3,%eax 175 movl %eax,%cr3 286 movl %eax,%cr3
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/regformats/rs6000/ |
| D | powerpc-isa207-htm-vsx64l.dat | 162 64:cr3
|
| D | powerpc-isa207-htm-vsx32l.dat | 162 32:cr3
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | ppc-asm.h | 65 #define cr3 3 macro
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | asm.h | 258 # define cr3 3 macro
|
| /netbsd/src/external/gpl3/gdb/dist/cpu/ |
| D | m32c.cpu | 1596 (name h-cr3-32) 2202 (dnop cr3-Unprefixed-32 "control" (m32c-isa) h-cr3-32 f-13-3) 2203 (dnop cr3-Prefixed-32 "control" (m32c-isa) h-cr3-32 f-21-3) 8437 (define-pmacro (ldc32-cr3-sem src dst) 8509 (define-pmacro (stc32-cr3-sem src dst) 8569 (dni ldc32.src-cr3 "ldc src,dst" ((machine 32)) 8570 ("ldc ${dst32-24-Prefixed-SI},${cr3-Prefixed-32}") 8571 …(+ (f-0-4 0) (f-4-4 1) (f-8-4 #xD) dst32-24-Prefixed-SI (f-15-1 1) (f-18-2 0) (f-20-1 0) cr3-Prefi… 8572 (ldc32-cr3-sem dst32-24-Prefixed-SI cr3-Prefixed-32) 8587 (dni ldc32.imm16-cr3 "ldc #imm,dst" ((machine 32)) [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/cpu/ |
| D | m32c.cpu | 1596 (name h-cr3-32) 2202 (dnop cr3-Unprefixed-32 "control" (m32c-isa) h-cr3-32 f-13-3) 2203 (dnop cr3-Prefixed-32 "control" (m32c-isa) h-cr3-32 f-21-3) 8437 (define-pmacro (ldc32-cr3-sem src dst) 8509 (define-pmacro (stc32-cr3-sem src dst) 8569 (dni ldc32.src-cr3 "ldc src,dst" ((machine 32)) 8570 ("ldc ${dst32-24-Prefixed-SI},${cr3-Prefixed-32}") 8571 …(+ (f-0-4 0) (f-4-4 1) (f-8-4 #xD) dst32-24-Prefixed-SI (f-15-1 1) (f-18-2 0) (f-20-1 0) cr3-Prefi… 8572 (ldc32-cr3-sem dst32-24-Prefixed-SI cr3-Prefixed-32) 8587 (dni ldc32.imm16-cr3 "ldc #imm,dst" ((machine 32)) [all …]
|