Home
last modified time | relevance | path

Searched refs:tlbarlo (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/avr32/mach-at32ap/
Dpm.c77 u32 tlbarlo; in avr32_pm_unmap_sram() local
89 tlbarlo = sysreg_read(TLBARLO); in avr32_pm_unmap_sram()
90 sysreg_write(TLBARLO, tlbarlo | 0x80000000U); in avr32_pm_unmap_sram()
/linux-4.4.14/arch/avr32/mm/
Dtlb.c134 u32 tlbarlo; in __flush_tlb_page() local
141 tlbarlo = sysreg_read(TLBARLO); in __flush_tlb_page()
142 tlbarlo |= (0x80000000UL >> entry); in __flush_tlb_page()
143 sysreg_write(TLBARLO, tlbarlo); in __flush_tlb_page()