| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | dv-bfin_mmu.c | 100 struct bfin_mmu *mmu = hw_data (me); in bfin_mmu_io_write_buffer() local 111 mmr_off = addr - mmu->base; in bfin_mmu_io_write_buffer() 112 valuep = (void *)((uintptr_t)mmu + mmr_base() + mmr_off); in bfin_mmu_io_write_buffer() 147 bu32 sram_addr = mmu->sram_base_address | in bfin_mmu_io_write_buffer() 160 sim_write (hw_system (me), sram_addr, mmu->dtest_data, 8); in bfin_mmu_io_write_buffer() 162 sim_read (hw_system (me), sram_addr, mmu->dtest_data, 8); in bfin_mmu_io_write_buffer() 177 struct bfin_mmu *mmu = hw_data (me); in bfin_mmu_io_read_buffer() local 185 mmr_off = addr - mmu->base; in bfin_mmu_io_read_buffer() 186 valuep = (void *)((uintptr_t)mmu + mmr_base() + mmr_off); in bfin_mmu_io_read_buffer() 220 attach_bfin_mmu_regs (struct hw *me, struct bfin_mmu *mmu) in attach_bfin_mmu_regs() argument [all …]
|
| D | machs.c | 1418 CORE_DEVICE (mmu, MMU),
|
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | procfs_machdep.c | 21 const char *cpu, *mmu, *fpu; in procfs_getcpuinfstr() local 44 mmu = "68851"; in procfs_getcpuinfstr() 47 mmu = "68030"; in procfs_getcpuinfstr() 50 mmu = "68040"; in procfs_getcpuinfstr() 53 mmu = "68060"; in procfs_getcpuinfstr() 56 mmu = "unknown"; in procfs_getcpuinfstr() 90 cpu, mmu, fpu); in procfs_getcpuinfstr()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/sh/ |
| D | t-superh | 1 # Compile crt1-mmu.o as crt1.o with -DMMU_SUPPORT 2 crt1-mmu.o: $(srcdir)/config/sh/crt1.S 5 # Compile gcrt1-mmu.o as crt1-mmu.o with -DPROFILE 6 gcrt1-mmu.o: $(srcdir)/config/sh/crt1.S
|
| /netbsd/src/sys/arch/atari/atari/ |
| D | machdep.c | 224 const char *mach, *mmu, *fpu, *cpu; in identifycpu() local 257 mmu = "/MMU"; in identifycpu() 261 mmu = "/MMU"; in identifycpu() 265 mmu = "/MMU"; in identifycpu() 269 mmu = " MC68851 MMU"; in identifycpu() 271 cpu_setmodel("%s (%s CPU%s%sFPU)", mach, cpu, mmu, fpu); in identifycpu()
|
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | ofw_rascons.c | 186 int chosen, mmu, m, e, size; in copy_rom_font() local 201 OF_getprop(chosen, "mmu", &mmu, 4); in copy_rom_font() 207 OF_call_method("translate", mmu, 1, 3, romfont, &romfont, &m, &e); in copy_rom_font()
|
| /netbsd/src/sys/arch/x68k/x68k/ |
| D | machdep.c | 328 const char *cpu_type, *mach, *mmu, *fpu; in identifycpu() local 376 mmu = "/MMU"; in identifycpu() 385 mmu = "/MMU"; in identifycpu() 392 mmu = "/MMU"; in identifycpu() 398 mmu = ", m68851 MMU"; in identifycpu() 404 mmu = ", unknown MMU"; in identifycpu() 412 mach, cpu_type, mmu, fpu, clock, in identifycpu()
|
| /netbsd/src/sys/arch/amiga/amiga/ |
| D | machdep.c | 296 const char *mach, *mmu, *fpu; in identifycpu() local 329 mmu = "/MMU"; in identifycpu() 344 mmu = "/MMU"; in identifycpu() 349 mmu = "/MMU"; in identifycpu() 352 mmu = " m68851 MMU"; in identifycpu() 366 cpu_setmodel("%s (%s CPU%s%s)", mach, cpu_type, mmu, fpu); in identifycpu()
|
| /netbsd/src/sys/arch/hp300/hp300/ |
| D | machdep.c | 371 const char *t, *cpu, *s, *mmu; in identifycpu() local 418 mmu = "+MMU"; in identifycpu() 421 mmu = ", MC68851 MMU"; in identifycpu() 424 mmu = ", HP MMU"; in identifycpu() 480 mmu, fpu, cache); in identifycpu()
|
| /netbsd/src/sys/arch/amiga/stand/loadbsd/ |
| D | startit.s | 56 | ------ mmu off start ----- 89 | ---- mmu off end ----
|
| /netbsd/src/sys/arch/ews4800mips/include/ |
| D | sbd.h | 39 uint32_t mmu :1; member
|
| /netbsd/src/sys/arch/sparc/stand/boot/ |
| D | Makefile | 5 mmu.c prompatch.c
|
| /netbsd/src/sys/arch/amiga/stand/bootblock/boot/ |
| D | startit.s | 106 | ------ mmu off start ----- 139 | ---- mmu off end ----
|
| /netbsd/src/sys/arch/sh3/conf/ |
| D | files.sh3 | 38 file arch/sh3/sh3/mmu.c
|
| /netbsd/src/sys/arch/ews4800mips/stand/common/ |
| D | boot.c | 208 printf("\tpmmu=%d, ", sbd->mmu); in cmd_info()
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | freebsd | 150 # powerpc uses 32-byte magic, followed by 32-byte mmu kind, then version
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | grf_et.c | 1561 volatile unsigned char *mmu = mem + MMU_APERTURE0; /* MMU aperture 0 base */ in et_getControllerType() local 1574 *((volatile unsigned long *)mmu) = 0; in et_getControllerType() 1577 *mmu = 0xff; in et_getControllerType()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | config.host | 1417 extra_parts="$extra_parts crt1-mmu.o gcrt1-mmu.o gcrt1.o"
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | locore.s | 4240 lda [%g0] ASI_SRMMU, %o3 ! hold mmu-sreg here 4254 sta %o3, [%g0] ASI_SRMMU ! restore mmu-sreg
|
| /netbsd/src/external/gpl3/binutils/dist/gas/po/ |
| D | rw.po | 1433 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. 6847 msgid "M68K mmu" 7205 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 9120 msgid "No such entry in list. (cpu/mmu register)" 9788 msgid "This architecture doesn't support mmu"
|
| D | tr.po | 6450 msgid "mmu (68030 or 68851)" 6451 msgstr "mmu (68030 veya 68851)" 6593 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 6594 msgstr "68040 ve 68851 belirtilmiş; mmu işlemleri doğru çevrilmeyebilir" 8366 msgid "No such entry in list. (cpu/mmu register)" 8367 msgstr "Listede böyle bir girdi yok. (cpu/mmu yazmacı)"
|
| D | es.po | 3068 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. 10584 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 10585 msgstr "se especificaron 68040 y 68851; las instrucciones mmu podrían ensamblar incorrectamente" 13910 msgid "No such entry in list. (cpu/mmu register)" 13911 msgstr "No existe esa entrada en la lista. (registros cpu/mmu)" 15313 msgid "This architecture doesn't support mmu" 15314 msgstr "Esta arquitectura no admite mmu" 22219 #~ msgid "M68K mmu" 22220 #~ msgstr "mmu de M68K" 22294 #~ msgid "mmu (68030 or 68851)" [all …]
|
| D | uk.po | 3545 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. 11916 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 11917 msgstr "Вказано 68040 і 68851; асемблювання інструкцій mmu може бути помилковим" 15478 msgid "No such entry in list. (cpu/mmu register)" 15479 msgstr "У списку немає такого запису. (регістр cpu/mmu)" 17389 msgid "This architecture doesn't support mmu" 17390 msgstr "У цій архітектурі не передбачено підтримки mmu"
|
| D | fi.po | 1798 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. 8791 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 8792 msgstr "68040 ja 68851 määritelty: ”mmu”-käskyt ehkä assembloitu väärin" 11070 msgid "No such entry in list. (cpu/mmu register)" 11071 msgstr "Ei sellaista tulokohtaa luettelossa. (cpu/mmu -rekisteri)" 12076 msgid "This architecture doesn't support mmu" 12077 msgstr "Tämä arkkitehtuuri ei tue mmu:ta"
|
| D | id.po | 1787 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. 8774 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 8775 msgstr "68040 dan 68851 dispesifikasikan; instruksi mmu mungkin merakit tidak benar" 11050 msgid "No such entry in list. (cpu/mmu register)" 11051 msgstr "Tidak ada masukan seperti itu dalam daftar. (cpu/mmu register)" 12049 msgid "This architecture doesn't support mmu" 12050 msgstr "Arsitektur ini tidak mendukung mmu"
|