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

  /src/sys/arch/alpha/pci/
dwlpx_dma.c 99 uint32_t *page_table; local
198 page_table =
201 page_table[i * SGMAP_PTE_SPACING] = 0;
215 (void *)page_table, 0);
cia_dma.c 309 uint64_t *page_table; local
338 for (i = 0, page_table = cia_pyxis_bug_sgmap.aps_pt;
340 page_table[i] =
  /src/sys/arch/vax/vax/
sgmap.c 187 long *pte, *page_table = (long *)sgmap->aps_pt; local
220 pte = &page_table[pteidx];
290 long *pte, *page_table = (long *)sgmap->aps_pt; local
296 for (ptecnt = map->_dm_ptecnt, pte = &page_table[map->_dm_pteidx];
  /src/sys/arch/alpha/common/
sgmap_typedep.c 75 SGMAP_PTE_TYPE *pte, *page_table = sgmap->aps_pt; local
238 pte = &page_table[pteidx * SGMAP_PTE_SPACING];
244 page_table);
270 pte = &page_table[pteidx * SGMAP_PTE_SPACING]) {
287 &page_table[extra_pteidx * SGMAP_PTE_SPACING];
305 &page_table[extra_pteidx * SGMAP_PTE_SPACING];
542 SGMAP_PTE_TYPE *pte, *page_table = sgmap->aps_pt; local
568 pte = &page_table[pteidx * SGMAP_PTE_SPACING];
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 311 typedef page_entry **page_table[PAGE_L1_SIZE];
323 } *page_table;
387 page_table lookup;
596 page_table table = G.lookup;
630 page_table table = G.lookup;
655 page_table table;
761 appropriate page_table list. */
310 typedef page_entry **page_table[PAGE_L1_SIZE]; typedef
322 } *page_table; typedef in typeref:struct:page_table_chain
  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 311 typedef page_entry **page_table[PAGE_L1_SIZE];
323 } *page_table;
387 page_table lookup;
596 page_table table = G.lookup;
630 page_table table = G.lookup;
655 page_table table;
761 appropriate page_table list. */
310 typedef page_entry **page_table[PAGE_L1_SIZE]; typedef
322 } *page_table; typedef in typeref:struct:page_table_chain
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_drv.h 434 * @page_table: Pointer to a struct vmw_mob holding the page table.
438 struct vmw_mob *page_table; member in struct:vmw_otable

Completed in 42 milliseconds