Searched refs:pv_pte (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dpmap_pv.h46 * pv_pte: describe a pte
49 struct pv_pte { struct
55 * pv_entry: plug pv_pte into lists. 32 bytes on i386, 64 on amd64.
59 struct pv_pte pve_pte; /* should be the first member */
80 struct pv_pte pte;
/netbsd-current/sys/arch/alpha/include/
H A Dpmap.h182 pt_entry_t *pv_pte; /* PTE that maps the VA */ member in struct:pv_entry
/netbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c1922 pmap_pv_remove(pmap, PHYS_TO_VM_PAGE(pmap_pte_pa(pv->pv_pte)),
1977 opte = atomic_load_relaxed(pv->pv_pte);
1979 atomic_store_relaxed(pv->pv_pte,
2010 pte_bits = pmap_remove_mapping(pmap, va, pv->pv_pte,
3072 pte = pv->pv_pte;
3300 newpv->pv_pte = pte;
/netbsd-current/sys/arch/x86/x86/
H A Dpmap.c588 static inline struct pv_pte *
599 pvpte_to_pve(struct pv_pte *pvpte)
621 static inline struct pv_pte *
632 static inline struct pv_pte *
633 pv_pte_next(struct pmap_page *pp, struct pv_pte *pvpte)
2181 struct pv_pte *pvpte;
4388 pmap_sync_pv(struct pv_pte *pvpte, paddr_t pa, int clearbits, uint8_t *oattrs,
4497 struct pv_pte *pvpte;
4659 struct pv_pte *pvpte;
4708 struct pv_pte *pvpt
[all...]

Completed in 200 milliseconds