HomeSort by: relevance | last modified time | path
    Searched refs:PHYS_TO_VM_PAGE (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/sys/arch/xen/include/
bus_private.h 36 #define _BUS_BUS_TO_VM_PAGE(ba) (PHYS_TO_VM_PAGE(xpmap_mtop(ba)))
  /src/tests/sys/uvm/
t_uvm_physseg_load.c 278 * PHYS_TO_VM_PAGE: find vm_page for a PA. used by MI code to get vm_pages
307 #define PHYS_TO_VM_PAGE(pa) uvm_phys_to_vm_page(pa)
345 PHYS_TO_VM_PAGE(pa);
374 PHYS_TO_VM_PAGE(pa);
403 PHYS_TO_VM_PAGE(pa);
432 PHYS_TO_VM_PAGE(pa);
461 PHYS_TO_VM_PAGE(pa);
490 PHYS_TO_VM_PAGE(pa);
519 PHYS_TO_VM_PAGE(pa);
568 PHYS_TO_VM_PAGE(pa)
    [all...]
  /src/sys/arch/x86/include/
bus_private.h 122 #define _BUS_BUS_TO_VM_PAGE(ba) PHYS_TO_VM_PAGE(ba)
  /src/sys/arch/hppa/hppa/
pmap.c 391 (uintptr_t)PHYS_TO_VM_PAGE(pa), 0, 0, 0);
393 return (PHYS_TO_VM_PAGE(pa));
529 pg = PHYS_TO_VM_PAGE(pa);
1285 spg = PHYS_TO_VM_PAGE(PTE_PAGE(*pde));
1404 pg = PHYS_TO_VM_PAGE(PTE_PAGE(pte));
1429 if (pmap_initialized && (pg = PHYS_TO_VM_PAGE(pa))) {
1523 (pg = PHYS_TO_VM_PAGE(PTE_PAGE(pte)))) {
1585 pg = PHYS_TO_VM_PAGE(PTE_PAGE(pte));
1927 (uintptr_t)PHYS_TO_VM_PAGE(pa), 0, 0);
1929 KASSERT(VM_PAGE_TO_MD(PHYS_TO_VM_PAGE(pa))->pvh_list == NULL)
    [all...]
  /src/sys/arch/sh3/sh3/
pmap.c 279 uvm_pagefree(PHYS_TO_VM_PAGE(SH3_P1SEG_TO_PHYS(va)));
284 uvm_pagefree(PHYS_TO_VM_PAGE(SH3_P1SEG_TO_PHYS((vaddr_t)pmap->pm_ptp)));
331 pg = PHYS_TO_VM_PAGE(pa);
527 if ((pg = PHYS_TO_VM_PAGE(entry & PG_PPN)) != NULL)
597 if (PHYS_TO_VM_PAGE(pa))
624 if (SH_HAS_VIRTUAL_ALIAS && PHYS_TO_VM_PAGE(*pte & PG_PPN))
955 uvm_pagefree(PHYS_TO_VM_PAGE(SH3_P1SEG_TO_PHYS(va)));
1042 if (flags != 0 && (pg = PHYS_TO_VM_PAGE(entry & PG_PPN)) != NULL) {
vm_machdep.c 387 if (atop(pa) < uvm_physseg_get_start(uvm_physseg_get_first()) || PHYS_TO_VM_PAGE(pa) != NULL) {
  /src/sys/arch/x86/x86/
vm_machdep.c 411 uvm_pagefree(PHYS_TO_VM_PAGE(pa));
419 uvm_pagefree(PHYS_TO_VM_PAGE(pa));
  /src/sys/uvm/
uvm_page.h 417 #define PHYS_TO_VM_PAGE(pa) uvm_phys_to_vm_page(pa)
uvm_pglist.c 390 pg = PHYS_TO_VM_PAGE(spa - alignment + ptoa(i));
410 pg = PHYS_TO_VM_PAGE(spa + ptoa(run));
425 pg = PHYS_TO_VM_PAGE(spa + ptoa(i));
  /src/sys/dev/bus_dma/
bus_dmamem_common.c 126 m = PHYS_TO_VM_PAGE(addr);
  /src/sys/arch/powerpc/powerpc/
pmap_subr.c 293 struct vm_page *pg = PHYS_TO_VM_PAGE(pa);
374 struct vm_page *pg = PHYS_TO_VM_PAGE(dst);
vm_machdep.c 363 struct vm_page *pg = PHYS_TO_VM_PAGE(PMAP_UNMAP_POOLPAGE(va));
  /src/sys/uvm/pmap/
pmap.c 1135 struct vm_page * const pg = PHYS_TO_VM_PAGE(pte_to_paddr(pte));
1272 struct vm_page * const pg = PHYS_TO_VM_PAGE(pte_to_paddr(pte));
1438 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
1583 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
1666 struct vm_page * const pg = PHYS_TO_VM_PAGE(pte_to_paddr(pte));
1976 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
2363 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
2407 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
2424 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
  /src/sys/arch/mips/mips/
pmap_machdep.c 621 struct vm_page * const dst_pg = PHYS_TO_VM_PAGE(dst_pa);
649 struct vm_page * const src_pg = PHYS_TO_VM_PAGE(src_pa);
650 struct vm_page * const dst_pg = PHYS_TO_VM_PAGE(dst_pa);
733 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
767 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
  /src/sys/arch/aarch64/aarch64/
pmap_machdep.c 163 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
279 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
307 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
pmap.c 278 pg = PHYS_TO_VM_PAGE(pa);
648 pg = PHYS_TO_VM_PAGE(pdppa);
666 pg_reserve = free_l0 ? NULL : PHYS_TO_VM_PAGE(pm->pm_l0table_pa);
1195 pmap_db_mdpg_print(PHYS_TO_VM_PAGE(pa), printf);
1320 struct vm_page *const pg = PHYS_TO_VM_PAGE(pa);
1613 pg = PHYS_TO_VM_PAGE(pdppa);
1651 pg = PHYS_TO_VM_PAGE(pdppa);
1692 pg = PHYS_TO_VM_PAGE(pdppa);
1844 struct vm_page *pg = PHYS_TO_VM_PAGE(pa);
db_interface.c 536 pg = PHYS_TO_VM_PAGE(pa);
566 pg = PHYS_TO_VM_PAGE(pa);
  /src/sys/arch/powerpc/booke/
booke_pmap.c 355 KASSERT(!VM_PAGEMD_EXECPAGE_P(VM_PAGE_TO_MD(PHYS_TO_VM_PAGE(va))));
392 KASSERT(!VM_PAGEMD_EXECPAGE_P(VM_PAGE_TO_MD(PHYS_TO_VM_PAGE(dst))));
  /src/sys/external/bsd/drm2/include/drm/
bus_dma_hacks.h 217 pgs[pg++] = container_of(PHYS_TO_VM_PAGE(paddr),
  /src/sys/arch/alpha/alpha/
vm_machdep.c 304 struct vm_page *pg = PHYS_TO_VM_PAGE(PMAP_UNMAP_POOLPAGE(va));
pmap.c 1916 pg = PHYS_TO_VM_PAGE(ALPHA_K0SEG_TO_PHYS((vaddr_t)lev1map));
1922 pmap_pv_remove(pmap, PHYS_TO_VM_PAGE(pmap_pte_pa(pv->pv_pte)),
2191 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
3034 pg = PHYS_TO_VM_PAGE(pa);
3173 pg = PHYS_TO_VM_PAGE(pa);
3218 pg = PHYS_TO_VM_PAGE(pa);
3452 if ((pg = PHYS_TO_VM_PAGE(pa)) == NULL)
3472 pg = PHYS_TO_VM_PAGE(pa);
3491 pg = PHYS_TO_VM_PAGE(pa);
3730 struct vm_page * const pg = PHYS_TO_VM_PAGE(ptpa)
    [all...]
  /src/sys/arch/riscv/riscv/
vm_machdep.c 181 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
  /src/sys/arch/ia64/ia64/
pmap.c 743 m = PHYS_TO_VM_PAGE(pmap_ppn(pte));
786 m_pc = PHYS_TO_VM_PAGE(IA64_RR_MASK((vaddr_t)pc));
848 m = PHYS_TO_VM_PAGE(IA64_RR_MASK((vaddr_t)pc));
1235 m = PHYS_TO_VM_PAGE(pmap_ppn(pte));
1721 m = PHYS_TO_VM_PAGE(pa);
1920 struct vm_page *m = PHYS_TO_VM_PAGE(pa);
2233 m = PHYS_TO_VM_PAGE(phys);
2261 md = PHYS_TO_VM_PAGE(pdst);
2262 ms = PHYS_TO_VM_PAGE(psrc);
2739 pg = PHYS_TO_VM_PAGE(pa)
    [all...]
  /src/sys/arch/arm/arm32/
pmap.c 3127 pg = pmap_initialized ? PHYS_TO_VM_PAGE(pa) : NULL;
3178 opg = PHYS_TO_VM_PAGE(l2pte_pa(opte));
3562 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
3738 struct vm_page *pg = (flags & PMAP_KMPAGE) ? PHYS_TO_VM_PAGE(pa) : NULL;
3741 struct vm_page *pg = PHYS_TO_VM_PAGE(pa);
3782 opg = PHYS_TO_VM_PAGE(l2pte_pa(opte));
3933 struct vm_page *opg = PHYS_TO_VM_PAGE(l2pte_pa(opte));
4163 pg = PHYS_TO_VM_PAGE(l2pte_pa(opte));
4401 struct vm_page * const pg = PHYS_TO_VM_PAGE(pa);
4513 if ((pg = PHYS_TO_VM_PAGE(pa)) == NULL)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gtt.c 314 p->page = container_of(PHYS_TO_VM_PAGE(p->seg.ds_addr), struct page,
429 vm_page = PHYS_TO_VM_PAGE(vm->scratch[0].base.seg.ds_addr);

Completed in 121 milliseconds

1 2 3