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

  /src/sys/arch/sh3/sh3/
pmb.c 120 uint32_t ppn = data & ST40_PMB_DA_PPN_MASK; local in function:st40_pmb_dump
124 ppn >>= ST40_PMB_DA_PPN_SHIFT;
146 ppn, ppn + sz - 1,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_reg.h 45 u32 ppn; member in struct:svga_guest_mem_descriptor
  /src/sys/arch/usermode/usermode/
pmap.c 115 static void pmap_update_page(uintptr_t ppn);
118 static struct pv_entry *pv_get(pmap_t pmap, uintptr_t ppn, uintptr_t lpn);
602 pv_get(pmap_t pmap, uintptr_t ppn, uintptr_t lpn)
607 pv = &pv_table[ppn];
619 thunk_printf_debug("pv_get: multiple mapped page ppn %"PRIdPTR", "
620 "lpn %"PRIdPTR"\n", ppn, lpn);
623 assert(ppn < phys_npages);
629 pv->pv_next = pv_table[ppn].pv_next;
630 pv_table[ppn].pv_next = pv;
681 uintptr_t lpn, ppn; local in function:pmap_fault
890 uintptr_t ppn, lpn; local in function:pmap_do_enter
1289 intptr_t ppn; local in function:pmap_page_protect
1341 uintptr_t ppn; local in function:pmap_clear_modify
1366 uintptr_t ppn; local in function:pmap_clear_reference
1384 intptr_t ppn; local in function:pmap_is_modified
1398 intptr_t ppn; local in function:pmap_is_referenced
    [all...]
  /src/sys/dev/pci/
pvscsi.c 617 uint64_t ppn; local in function:pvscsi_dma_alloc_ppns
630 ppn = dma->paddr >> PAGE_SHIFT;
632 ppn_list[i] = ppn + i;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_reg.h 266 * number (PPN) of a data structure which describes the physical
293 * (ppn==0, numPages==0)
295 * - Add a PPN or range of PPNs to the GMR's virtual address space.
296 * (ppn != 0, numPages != 0)
298 * - Provide the PPN of the next SVGAGuestMemDescriptor, in order to
301 * (ppn != 0, numPages == 0)
333 uint32 ppn; member in struct:SVGAGuestMemDescriptor
2010 * The pages are identified by physical page number (PPN). The pages
2015 * SVGA_REMAP_GMR2_VIA_GMR: If enabled, references a PPN list in a GMR.
2016 * The PPN list must not overlap with the remap region (this can b
    [all...]

Completed in 78 milliseconds