Searched refs:tlbehi_save (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/avr32/mm/ |
D | tlb.c | 19 u32 tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save; in show_dtlb_entry() local 24 tlbehi_save = sysreg_read(TLBEHI); in show_dtlb_entry() 49 sysreg_write(TLBEHI, tlbehi_save); in show_dtlb_entry() 306 unsigned int tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save; in tlb_show() local 317 tlbehi_save = sysreg_read(TLBEHI); in tlb_show() 329 sysreg_write(TLBEHI, tlbehi_save); in tlb_show()
|