Home
last modified time | relevance | path

Searched refs:dtlb (Results 1 – 17 of 17) sorted by relevance

/linux-3.4.99/arch/sh/mm/
Dtlb-sh5.c23 cpu_data->dtlb.entries = 64; in sh64_tlb_init()
24 cpu_data->dtlb.step = 0x10; in sh64_tlb_init()
26 cpu_data->dtlb.first = DTLB_FIXED | cpu_data->dtlb.step; in sh64_tlb_init()
27 cpu_data->dtlb.next = cpu_data->dtlb.first; in sh64_tlb_init()
29 cpu_data->dtlb.last = DTLB_FIXED | in sh64_tlb_init()
30 ((cpu_data->dtlb.entries - 1) * in sh64_tlb_init()
31 cpu_data->dtlb.step); in sh64_tlb_init()
51 return cpu_data->dtlb.next; in sh64_next_free_dtlb_entry()
61 cpu_data->dtlb.first += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry()
62 cpu_data->dtlb.next += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry()
[all …]
Dfault_64.c67 tlbp = is_text_not_data ? &(cpu_data->itlb) : &(cpu_data->dtlb); in __do_tlb_refill()
/linux-3.4.99/arch/sh/include/asm/
Dtlb_64.h29 for (tlb = cpu_data->dtlb.first; \
30 tlb <= cpu_data->dtlb.last; \
31 tlb += cpu_data->dtlb.step)
Dprocessor.h86 struct tlb_info dtlb; member
/linux-3.4.99/arch/m68k/mm/
Dmcfmmu.c88 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word) in cf_tlb_miss() argument
99 mmuar = (dtlb) ? mmu_read(MMUAR) : in cf_tlb_miss()
148 if (dtlb) in cf_tlb_miss()
/linux-3.4.99/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_200MHz_16MB103 define dtlb
104 set $dtlb=0xfe000800
105 show_tlb_entries $dtlb 0d32
124 set $dtlb=0xfe000800
125 init_tlb_entries $dtlb 0d32
Ddot.gdbinit_300MHz_32MB103 define dtlb
104 set $dtlb=0xfe000800
105 show_tlb_entries $dtlb 0d32
124 set $dtlb=0xfe000800
125 init_tlb_entries $dtlb 0d32
Ddot.gdbinit_400MHz_32MB103 define dtlb
104 set $dtlb=0xfe000800
105 show_tlb_entries $dtlb 0d32
124 set $dtlb=0xfe000800
125 init_tlb_entries $dtlb 0d32
/linux-3.4.99/arch/m68k/include/asm/
Dmcfmmu.h108 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);
/linux-3.4.99/arch/m32r/platforms/mappi3/
Ddot.gdbinit95 define dtlb
96 set $dtlb=0xfe000800
97 show_tlb_entries $dtlb
/linux-3.4.99/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec2106 define dtlb
107 set $dtlb=0xfe000800
108 show_tlb_entries $dtlb
/linux-3.4.99/arch/m32r/platforms/mappi/
Ddot.gdbinit139 define dtlb
140 set $dtlb=0xfe000800
141 show_tlb_entries $dtlb 0d32
Ddot.gdbinit.nommu139 define dtlb
140 set $dtlb=0xfe000800
141 show_tlb_entries $dtlb 0d32
Ddot.gdbinit.smp206 define dtlb
207 set $dtlb=0xfe000800
208 show_tlb_entries $dtlb
/linux-3.4.99/arch/m32r/platforms/opsput/
Ddot.gdbinit167 define dtlb
168 set $dtlb=0xfe000800
169 show_tlb_entries $dtlb
/linux-3.4.99/arch/microblaze/platform/generic/
Dsystem.dts104 xlnx,mmu-dtlb-size = <0x4>;
/linux-3.4.99/arch/microblaze/boot/dts/
Dsystem.dts104 xlnx,mmu-dtlb-size = <0x4>;