Home
last modified time | relevance | path

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

/arch/frv/kernel/
Dgdb-stub.c144 struct __debug_mmu { struct
160 static struct __debug_mmu __debug_mmu; argument
1234 asm volatile("movsg hsr0,%0" : "=r"(__debug_mmu.regs.hsr0)); in gdbstub_get_mmu_state()
1235 asm volatile("movsg pcsr,%0" : "=r"(__debug_mmu.regs.pcsr)); in gdbstub_get_mmu_state()
1236 asm volatile("movsg esr0,%0" : "=r"(__debug_mmu.regs.esr0)); in gdbstub_get_mmu_state()
1237 asm volatile("movsg ear0,%0" : "=r"(__debug_mmu.regs.ear0)); in gdbstub_get_mmu_state()
1238 asm volatile("movsg epcr0,%0" : "=r"(__debug_mmu.regs.epcr0)); in gdbstub_get_mmu_state()
1241 __debug_mmu.iamr[0].L = __get_IAMLR(0); in gdbstub_get_mmu_state()
1242 __debug_mmu.iamr[0].P = __get_IAMPR(0); in gdbstub_get_mmu_state()
1243 __debug_mmu.iamr[1].L = __get_IAMLR(1); in gdbstub_get_mmu_state()
[all …]