Searched refs:dtlb (Results 1 – 15 of 15) sorted by relevance
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 …]
68 tlbp = is_text_not_data ? &(cpu_data->itlb) : &(cpu_data->dtlb); in __do_tlb_refill()
29 for (tlb = cpu_data->dtlb.first; \30 tlb <= cpu_data->dtlb.last; \31 tlb += cpu_data->dtlb.step)
86 struct tlb_info dtlb; member
103 define dtlb104 set $dtlb=0xfe000800105 show_tlb_entries $dtlb 0d32124 set $dtlb=0xfe000800125 init_tlb_entries $dtlb 0d32
106 define dtlb107 set $dtlb=0xfe000800108 show_tlb_entries $dtlb
95 define dtlb96 set $dtlb=0xfe00080097 show_tlb_entries $dtlb
139 define dtlb140 set $dtlb=0xfe000800141 show_tlb_entries $dtlb 0d32
206 define dtlb207 set $dtlb=0xfe000800208 show_tlb_entries $dtlb
167 define dtlb168 set $dtlb=0xfe000800169 show_tlb_entries $dtlb
104 xlnx,mmu-dtlb-size = <0x4>;