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

  /src/sys/arch/hppa/hppa/
pmap.c 178 static inline void pmap_pv_enter(struct vm_page *, struct pv_entry *, pmap_t,
713 pmap_pv_enter(struct vm_page *pg, struct pv_entry *pve, pmap_t pm, function
1443 pmap_pv_enter(pg, pve, pmap, va, ptp, 0);
2023 pmap_pv_enter(pg, pve, pmap_kernel(), va, NULL, PV_KENTER);
  /src/sys/arch/alpha/alpha/
pmap.c 485 static int pmap_pv_enter(pmap_t, struct vm_page *, vaddr_t, pt_entry_t *,
2331 error = pmap_pv_enter(pmap, pg, va, pte, true, opv);
3279 * pmap_pv_enter:
3284 pmap_pv_enter(pmap_t pmap, struct vm_page *pg, vaddr_t va, pt_entry_t *pte, function
3316 panic("pmap_pv_enter: already in pv table");
  /src/sys/arch/m68k/m68k/
pmap_68k.c 1646 * pmap_pv_enter:
1660 pmap_pv_enter(pmap_t pmap, struct vm_page *pg, vaddr_t va, vm_prot_t prot, function
2799 * Enter the mapping into the PV list. pmap_pv_enter()
2802 pmap_pv_enter(pmap, pg, va, prot, pt, npte, newpv);
2819 * See comments in pmap_pv_enter() for why we have to hit
2877 * See comments in pmap_pv_enter() as for why we hit the ATC here.

Completed in 39 milliseconds