HomeSort by: relevance | last modified time | path
    Searched refs:uvm_physseg_find (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/uvm/
uvm_physseg.h 132 uvm_physseg_t uvm_physseg_find(paddr_t, psize_t *);
uvm_physseg.h 132 uvm_physseg_t uvm_physseg_find(paddr_t, psize_t *);
uvm_pglist.c 188 if (uvm_physseg_find(candidate, &cidx) != psi)
192 if (uvm_physseg_find(candidate + num - 1, &cidx) != psi)
337 upm = uvm_physseg_find(atop(pa), &off);
574 const uvm_physseg_t bank = uvm_physseg_find(candidate, &cidx);
576 "uvm_physseg_find(%#lx) (%"PRIxPHYSSEG ") != psi %"PRIxPHYSSEG,
579 "uvm_physseg_find(%#lx): %#"PRIxPADDR" != off %"PRIxPADDR,
uvm_pglist.c 188 if (uvm_physseg_find(candidate, &cidx) != psi)
192 if (uvm_physseg_find(candidate + num - 1, &cidx) != psi)
337 upm = uvm_physseg_find(atop(pa), &off);
574 const uvm_physseg_t bank = uvm_physseg_find(candidate, &cidx);
576 "uvm_physseg_find(%#lx) (%"PRIxPHYSSEG ") != psi %"PRIxPHYSSEG,
579 "uvm_physseg_find(%#lx): %#"PRIxPADDR" != off %"PRIxPADDR,
uvm_physseg.c 243 upm = uvm_physseg_find(pfn, &off);
351 * uvm_physseg_find() to succeed. For this, the node needs to
537 uvm_physseg_find(paddr_t pframe, psize_t *offp) function in typeref:typename:uvm_physseg_t
754 upm = uvm_physseg_find(pfn, &off);
859 uvm_physseg_find(paddr_t pframe, psize_t *offp) function in typeref:typename:int
977 upm = uvm_physseg_find(pf, &off);
1282 upm = uvm_physseg_find(pfn, &off);
uvm_physseg.c 243 upm = uvm_physseg_find(pfn, &off);
351 * uvm_physseg_find() to succeed. For this, the node needs to
537 uvm_physseg_find(paddr_t pframe, psize_t *offp) function in typeref:typename:uvm_physseg_t
754 upm = uvm_physseg_find(pfn, &off);
859 uvm_physseg_find(paddr_t pframe, psize_t *offp) function in typeref:typename:int
977 upm = uvm_physseg_find(pf, &off);
1282 upm = uvm_physseg_find(pfn, &off);
uvm_page.c 2002 return (uvm_physseg_find(atop(pa), NULL) != UVM_PHYSSEG_TYPE_INVALID);
2014 upm = uvm_physseg_find(atop(VM_PAGE_TO_PHYS(pg)), NULL);
uvm_page.c 2002 return (uvm_physseg_find(atop(pa), NULL) != UVM_PHYSSEG_TYPE_INVALID);
2014 upm = uvm_physseg_find(atop(VM_PAGE_TO_PHYS(pg)), NULL);
  /src/tests/sys/uvm/
t_uvm_physseg.c 557 uvm_physseg_find(atop(TWOFIFTYSIX_KILO), &pa);
578 uvm_physseg_find(atop(TWOFIFTYSIX_KILO), &pa);
589 upm = uvm_physseg_find(atop(TWOFIFTYSIX_KILO + FIVEONETWO_KILO), NULL);
1803 is correct when an PFN is passed into uvm_physseg_find() call. \
1836 result = uvm_physseg_find(atop(ONE_MEGABYTE - 1024), NULL);
1852 result = uvm_physseg_find(atop(ONE_MEGABYTE + 8192), &offset);
1868 result = uvm_physseg_find(atop(ONE_MEGABYTE - 12288), &offset);
1890 uvm_physseg_find() call.");
1906 uvm_physseg_find(atop(ONE_MEGABYTE * 3), NULL));
1912 uvm_physseg_find(atop(ONE_MEGABYTE * 3), &offset))
    [all...]
t_uvm_physseg.c 557 uvm_physseg_find(atop(TWOFIFTYSIX_KILO), &pa);
578 uvm_physseg_find(atop(TWOFIFTYSIX_KILO), &pa);
589 upm = uvm_physseg_find(atop(TWOFIFTYSIX_KILO + FIVEONETWO_KILO), NULL);
1803 is correct when an PFN is passed into uvm_physseg_find() call. \
1836 result = uvm_physseg_find(atop(ONE_MEGABYTE - 1024), NULL);
1852 result = uvm_physseg_find(atop(ONE_MEGABYTE + 8192), &offset);
1868 result = uvm_physseg_find(atop(ONE_MEGABYTE - 12288), &offset);
1890 uvm_physseg_find() call.");
1906 uvm_physseg_find(atop(ONE_MEGABYTE * 3), NULL));
1912 uvm_physseg_find(atop(ONE_MEGABYTE * 3), &offset))
    [all...]
t_uvm_physseg_load.c 288 psi = uvm_physseg_find(pf, &off);
t_uvm_physseg_load.c 288 psi = uvm_physseg_find(pf, &off);
  /src/sys/arch/powerpc/ibm4xx/
pmap.c 208 bank = uvm_physseg_find(atop(pa), &pg);
220 bank = uvm_physseg_find(atop(pa), &pg);
pmap.c 208 bank = uvm_physseg_find(atop(pa), &pg);
220 bank = uvm_physseg_find(atop(pa), &pg);
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 306 bank = uvm_physseg_find(atop((pa)), &pg);
pmap_motorola.c 306 bank = uvm_physseg_find(atop((pa)), &pg);
  /src/sys/arch/arm/arm32/
bus_dma.c 1498 uvm_physseg_t upm = uvm_physseg_find(atop(pa), NULL);
bus_dma.c 1498 uvm_physseg_t upm = uvm_physseg_find(atop(pa), NULL);

Completed in 39 milliseconds