Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/frv/
Dgdbinit7 …%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x0].L,__debug_mmu.damr[0x0].P,__debug_mmu.iam…
8 …%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x1].L,__debug_mmu.damr[0x1].P,__debug_mmu.iam…
9 …%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x2].L,__debug_mmu.damr[0x2].P,__debug_mmu.iam…
10 …%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x3].L,__debug_mmu.damr[0x3].P,__debug_mmu.iam…
11 …%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x4].L,__debug_mmu.damr[0x4].P,__debug_mmu.iam…
12 …%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x5].L,__debug_mmu.damr[0x5].P,__debug_mmu.iam…
13 …%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x6].L,__debug_mmu.damr[0x6].P,__debug_mmu.iam…
14 …%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x7].L,__debug_mmu.damr[0x7].P,__debug_mmu.iam…
16 printf "amr8 : L:%08lx P:%08lx\n",__debug_mmu.damr[0x8].L,__debug_mmu.damr[0x8].P
17 printf "amr9 : L:%08lx P:%08lx\n",__debug_mmu.damr[0x9].L,__debug_mmu.damr[0x9].P
[all …]
Dmmu-layout.txt212 (*) Every time the kernel stops, certain state information is dumped into __debug_mmu. This
216 (*) __debug_mmu.tlb[]
233 (*) __debug_mmu.iamr[]
234 (*) __debug_mmu.damr[]
/linux-3.4.99/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 …]