Searched refs:ia64_lpte (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/ia64/ia64/
H A Dpmap.c187 extern struct ia64_lpte ***ia64_kptdir;
195 #define NKPTEPG (PAGE_SIZE / sizeof(struct ia64_lpte))
256 static struct ia64_lpte *pmap_find_vhpt(vm_offset_t va);
265 static void pmap_free_pte(struct ia64_lpte *pte, vm_offset_t va);
266 static int pmap_remove_pte(pmap_t pmap, struct ia64_lpte *pte,
275 struct ia64_lpte *pte;
278 pte = (struct ia64_lpte *)vhpt;
414 pmap_vhpt_nbuckets = size / sizeof(struct ia64_lpte);
505 ptezone = uma_zcreate("PT ENTRY", sizeof (struct ia64_lpte),
517 struct ia64_lpte *pt
[all...]
/freebsd-10.2-release/sys/ia64/include/
H A Dpte.h86 struct ia64_lpte { struct
/freebsd-10.2-release/lib/libkvm/
H A Dkvm_ia64.c58 #define NKPTEPG(ps) ((ps) / sizeof(struct ia64_lpte))
141 struct ia64_lpte pte;

Completed in 108 milliseconds