Home
last modified time | relevance | path

Searched refs:SUN3_INVALID_PMEG (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dtlbflush.h127 sun3_put_segmap(addr, SUN3_INVALID_PMEG); in flush_tlb_all()
134 for(addr = 0; addr < SUN3_INVALID_PMEG; addr++) { in flush_tlb_all()
156 if(seg == SUN3_INVALID_PMEG) in flush_tlb_mm()
159 sun3_put_segmap(i, SUN3_INVALID_PMEG); in flush_tlb_mm()
180 if((i = sun3_get_segmap(addr)) != SUN3_INVALID_PMEG) in flush_tlb_page()
185 sun3_put_segmap (addr, SUN3_INVALID_PMEG); in flush_tlb_page()
205 if((seg = sun3_get_segmap(start)) == SUN3_INVALID_PMEG) in flush_tlb_range()
212 sun3_put_segmap(start, SUN3_INVALID_PMEG); in flush_tlb_range()
226 sun3_put_segmap (addr & ~(SUN3_PMEG_SIZE - 1), SUN3_INVALID_PMEG); in flush_tlb_kernel_page()
H A Dsun3mmu.h26 #define SUN3_INVALID_PMEG 255 macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dtlbflush.h122 sun3_put_segmap(addr, SUN3_INVALID_PMEG); in flush_tlb_all()
129 for(addr = 0; addr < SUN3_INVALID_PMEG; addr++) { in flush_tlb_all()
151 if(seg == SUN3_INVALID_PMEG) in flush_tlb_mm()
154 sun3_put_segmap(i, SUN3_INVALID_PMEG); in flush_tlb_mm()
175 if((i = sun3_get_segmap(addr)) != SUN3_INVALID_PMEG) in flush_tlb_page()
180 sun3_put_segmap (addr, SUN3_INVALID_PMEG); in flush_tlb_page()
200 if((seg = sun3_get_segmap(start)) == SUN3_INVALID_PMEG) in flush_tlb_range()
207 sun3_put_segmap(start, SUN3_INVALID_PMEG); in flush_tlb_range()
221 sun3_put_segmap (addr & ~(SUN3_PMEG_SIZE - 1), SUN3_INVALID_PMEG); in flush_tlb_kernel_page()
H A Dsun3mmu.h26 #define SUN3_INVALID_PMEG 255 macro
/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Dmmu_emu.c160 sun3_put_segmap(seg, SUN3_INVALID_PMEG); in mmu_emu_init()
166 if (sun3_get_segmap (seg) != SUN3_INVALID_PMEG) { in mmu_emu_init()
192 sun3_put_segmap(seg, SUN3_INVALID_PMEG); in mmu_emu_init()
227 for(i = 0; i < SUN3_INVALID_PMEG; i++) { in clear_context()
229 sun3_put_segmap(pmeg_vaddr[i], SUN3_INVALID_PMEG); in clear_context()
304 sun3_put_segmap (pmeg_vaddr[curr_pmeg], SUN3_INVALID_PMEG); in mmu_emu_map_pmeg()
401 if (sun3_get_segmap (vaddr&~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG) in mmu_emu_handle_fault()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H A Dmmu_emu.c159 sun3_put_segmap(seg, SUN3_INVALID_PMEG); in mmu_emu_init()
165 if (sun3_get_segmap (seg) != SUN3_INVALID_PMEG) { in mmu_emu_init()
191 sun3_put_segmap(seg, SUN3_INVALID_PMEG); in mmu_emu_init()
225 for(i = 0; i < SUN3_INVALID_PMEG; i++) { in clear_context()
227 sun3_put_segmap(pmeg_vaddr[i], SUN3_INVALID_PMEG); in clear_context()
302 sun3_put_segmap (pmeg_vaddr[curr_pmeg], SUN3_INVALID_PMEG); in mmu_emu_map_pmeg()
398 if (sun3_get_segmap (vaddr&~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG) in mmu_emu_handle_fault()
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dsun3-head.S17 SUN3_INVALID_PMEG = 255 define
55 cmpib #SUN3_INVALID_PMEG, %d1
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dsun3-head.S17 SUN3_INVALID_PMEG = 255 define
55 cmpib #SUN3_INVALID_PMEG, %d1
/kernel/linux/linux-5.10/arch/m68k/mm/
H A Dsun3kmap.c52 if(sun3_get_segmap(virt & ~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG) in do_pmeg_mapin()
/kernel/linux/linux-6.6/arch/m68k/mm/
H A Dsun3kmap.c52 if(sun3_get_segmap(virt & ~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG) in do_pmeg_mapin()

Completed in 5 milliseconds