HomeSort by relevance Sort by last modified time
    Searched refs:PhysPageDesc (Results 1 - 4 of 4) sorted by null

  /external/qemu/include/exec/
exec-all.h 120 typedef struct PhysPageDesc {
124 } PhysPageDesc;
126 PhysPageDesc *phys_page_find(hwaddr index);
127 PhysPageDesc *phys_page_find_alloc(hwaddr index, int alloc);
  /external/qemu/
exec.c 210 PhysPageDesc *p;
700 PhysPageDesc *p;
786 PhysPageDesc *p;
    [all...]
cputlb.c 203 PhysPageDesc *p;
translate-all.c 433 PhysPageDesc *phys_page_find_alloc(hwaddr index, int alloc)
436 PhysPageDesc *pd;
462 pd = g_malloc(sizeof(PhysPageDesc) * L2_SIZE);
469 return ((PhysPageDesc *)pd) + (index & (L2_SIZE - 1));
472 PhysPageDesc *phys_page_find(hwaddr index)
    [all...]

Completed in 86 milliseconds