Home
last modified time | relevance | path

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

/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 …]
/arch/sh/include/asm/
Dtlb_64.h26 for (tlb = cpu_data->dtlb.first; \
27 tlb <= cpu_data->dtlb.last; \
28 tlb += cpu_data->dtlb.step)
Dprocessor.h88 struct tlb_info dtlb; member
/arch/xtensa/mm/
Dtlb.c214 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/
Dmcfmmu.c90 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/
Dmcfmmu.h110 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);
/arch/microblaze/boot/dts/
Dsystem.dts89 xlnx,mmu-dtlb-size = <0x4>;