Searched refs:dampr5 (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/arch/frv/mm/ |
H A D | mmu-context.c | 102 asm volatile("movsg dampr5,%0" : "=r"(old->dtlb_ptd_mapping)); change_mm_context() 116 asm volatile("movgs %0,dampr5" : : "r"(ctx->dtlb_ptd_mapping)); change_mm_context()
|
H A D | tlb-miss.S | 365 movgs gr30,dampr5 617 movgs gr30,dampr5
|
/linux-4.4.14/arch/frv/kernel/ |
H A D | head-uc-fr451.S | 108 movgs gr5,dampr5
|
H A D | head-mmu-fr451.S | 308 movgs gr0,dampr5
|
H A D | head-uc-fr401.S | 285 movgs gr5,dampr5
|
H A D | head-uc-fr555.S | 310 movgs gr5,dampr5
|
H A D | gdb-stub.c | 452 unsigned long val, dampr5; gdbstub_virt_to_pte() local 461 /* make sure dampr5 maps to the correct pmd */ gdbstub_virt_to_pte() 462 dampr5 = __get_DAMPR(5); gdbstub_virt_to_pte() 473 /* restore original dampr5 */ gdbstub_virt_to_pte() 474 __set_DAMPR(5, dampr5); gdbstub_virt_to_pte()
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | pgtable.h | 507 "movgs %1,dampr5\n" update_mmu_cache()
|
Completed in 176 milliseconds