HomeSort by relevance Sort by last modified time
    Searched defs:physaddr (Results 1 - 2 of 2) sorted by null

  /external/qemu/
softmmu_header.h 232 unsigned long physaddr; local
242 physaddr = addr + env->tlb_table[mmu_idx][page_index].addend;
243 res = glue(glue(ld, USUFFIX), _raw)((uint8_t *)physaddr);
253 unsigned long physaddr; local
263 physaddr = addr + env->tlb_table[mmu_idx][page_index].addend;
264 res = glue(glue(lds, SUFFIX), _raw)((uint8_t *)physaddr);
278 unsigned long physaddr; local
288 physaddr = addr + env->tlb_table[mmu_idx][page_index].addend;
289 glue(glue(st, SUFFIX), _raw)((uint8_t *)physaddr, v);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 384 unsigned long physaddr; /* actual requested physical address */ member in struct:__anon4346
443 if (mapList[i]->physaddr == address &&
510 mloc.physaddr = (char *)offset;
570 mp->physaddr = address;

Completed in 74 milliseconds