Searched refs:dtlb (Results 1 – 16 of 16) sorted by relevance
/arch/sh/mm/ |
D | tlb-sh5.c | 23 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 …]
|
/arch/sh/include/asm/ |
D | tlb_64.h | 29 for (tlb = cpu_data->dtlb.first; \ 30 tlb <= cpu_data->dtlb.last; \ 31 tlb += cpu_data->dtlb.step)
|
D | processor.h | 87 struct tlb_info dtlb; member
|
/arch/xtensa/mm/ |
D | tlb.c | 216 static int check_tlb_entry(unsigned w, unsigned e, bool dtlb) in check_tlb_entry() argument 219 unsigned r0 = dtlb ? in check_tlb_entry() 221 unsigned r1 = dtlb ? in check_tlb_entry() 232 dtlb ? 'D' : 'I', w, e, vpn, in check_tlb_entry() 240 dtlb ? 'D' : 'I', w, e, r0, r1, pte); in check_tlb_entry()
|
/arch/m68k/mm/ |
D | mcfmmu.c | 84 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word) in cf_tlb_miss() argument 95 mmuar = (dtlb) ? mmu_read(MMUAR) : in cf_tlb_miss() 144 if (dtlb) in cf_tlb_miss()
|
/arch/m32r/platforms/m32700ut/ |
D | dot.gdbinit_400MHz_32MB | 103 define dtlb 104 set $dtlb=0xfe000800 105 show_tlb_entries $dtlb 0d32 124 set $dtlb=0xfe000800 125 init_tlb_entries $dtlb 0d32
|
D | dot.gdbinit_300MHz_32MB | 103 define dtlb 104 set $dtlb=0xfe000800 105 show_tlb_entries $dtlb 0d32 124 set $dtlb=0xfe000800 125 init_tlb_entries $dtlb 0d32
|
D | dot.gdbinit_200MHz_16MB | 103 define dtlb 104 set $dtlb=0xfe000800 105 show_tlb_entries $dtlb 0d32 124 set $dtlb=0xfe000800 125 init_tlb_entries $dtlb 0d32
|
/arch/m68k/include/asm/ |
D | mcfmmu.h | 108 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);
|
/arch/m32r/platforms/mappi3/ |
D | dot.gdbinit | 95 define dtlb 96 set $dtlb=0xfe000800 97 show_tlb_entries $dtlb
|
/arch/m32r/platforms/mappi2/ |
D | dot.gdbinit.vdec2 | 106 define dtlb 107 set $dtlb=0xfe000800 108 show_tlb_entries $dtlb
|
/arch/m32r/platforms/mappi/ |
D | dot.gdbinit.nommu | 139 define dtlb 140 set $dtlb=0xfe000800 141 show_tlb_entries $dtlb 0d32
|
D | dot.gdbinit | 139 define dtlb 140 set $dtlb=0xfe000800 141 show_tlb_entries $dtlb 0d32
|
D | dot.gdbinit.smp | 206 define dtlb 207 set $dtlb=0xfe000800 208 show_tlb_entries $dtlb
|
/arch/m32r/platforms/opsput/ |
D | dot.gdbinit | 167 define dtlb 168 set $dtlb=0xfe000800 169 show_tlb_entries $dtlb
|
/arch/microblaze/boot/dts/ |
D | system.dts | 104 xlnx,mmu-dtlb-size = <0x4>;
|