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

  /src/sys/arch/ia64/ia64/
pmap.c 225 extern struct ia64_lpte ***ia64_kptdir;
234 #define NKPTEPG (PAGE_SIZE / sizeof(struct ia64_lpte))
290 static struct ia64_lpte *pmap_find_vhpt(vaddr_t va);
297 static void pmap_free_pte(struct ia64_lpte *pte, vaddr_t va);
298 static int pmap_remove_pte(pmap_t pmap, struct ia64_lpte *pte,
316 struct ia64_lpte *pte;
319 pte = (struct ia64_lpte *)vhpt;
475 pmap_vhpt_nbuckets = size / sizeof(struct ia64_lpte);
545 struct ia64_lpte *pte;
559 pte = (struct ia64_lpte *)(ci->ci_vhpt + vhpt_ofs)
    [all...]
  /src/sys/arch/ia64/include/
pte.h 76 struct ia64_lpte { struct

Completed in 14 milliseconds