HomeSort by: relevance | last modified time | path
    Searched defs:pagetable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/arm/
armvirt.c 66 ARMword **pagetable; local
74 pagetable = (ARMword **) state->MemDataPtr;
75 pageptr = *(pagetable + page);
87 *(pagetable + page) = pageptr;
102 ARMword **pagetable; local
110 pagetable = (ARMword **) state->MemDataPtr;
111 pageptr = *(pagetable + page);
122 *(pagetable + page) = pageptr;
138 ARMword **pagetable; local
144 pagetable = (ARMword **) malloc (sizeof (ARMword *) * NUMPAGES)
167 ARMword **pagetable; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/arm/
armvirt.c 66 ARMword **pagetable; local
74 pagetable = (ARMword **) state->MemDataPtr;
75 pageptr = *(pagetable + page);
87 *(pagetable + page) = pageptr;
102 ARMword **pagetable; local
110 pagetable = (ARMword **) state->MemDataPtr;
111 pageptr = *(pagetable + page);
122 *(pagetable + page) = pageptr;
138 ARMword **pagetable; local
144 pagetable = (ARMword **) malloc (sizeof (ARMword *) * NUMPAGES)
167 ARMword **pagetable; local
    [all...]

Completed in 23 milliseconds