Searched refs:dtlb (Results 1 – 7 of 7) 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 | 26 for (tlb = cpu_data->dtlb.first; \ 27 tlb <= cpu_data->dtlb.last; \ 28 tlb += cpu_data->dtlb.step)
|
D | processor.h | 88 struct tlb_info dtlb; member
|
/arch/xtensa/mm/ |
D | tlb.c | 214 static int check_tlb_entry(unsigned w, unsigned e, bool dtlb) in check_tlb_entry() argument 217 unsigned r0 = dtlb ? in check_tlb_entry() 219 unsigned r1 = dtlb ? in check_tlb_entry() 230 dtlb ? 'D' : 'I', w, e, vpn, in check_tlb_entry() 238 dtlb ? 'D' : 'I', w, e, r0, r1, pte); in check_tlb_entry()
|
/arch/m68k/mm/ |
D | mcfmmu.c | 90 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word) in cf_tlb_miss() argument 101 mmuar = (dtlb) ? mmu_read(MMUAR) : in cf_tlb_miss() 150 if (dtlb) in cf_tlb_miss()
|
/arch/m68k/include/asm/ |
D | mcfmmu.h | 110 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);
|
/arch/microblaze/boot/dts/ |
D | system.dts | 89 xlnx,mmu-dtlb-size = <0x4>;
|