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

/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpmap_pv.h44 * pv_pte: describe a pte
47 struct pv_pte { struct
53 * pv_entry: plug pv_pte into lists.
57 struct pv_pte pve_pte; /* should be the first member */
70 struct pv_pte u_pte;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dpmap.h166 pt_entry_t *pv_pte; /* PTE that maps the VA */ member in struct:pv_entry
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dpmap.c1433 if (*pv->pv_pte & (PG_KWE | PG_UWE)) {
1434 *pv->pv_pte &= ~(PG_KWE | PG_UWE);
1436 pmap_pte_asm(pv->pv_pte),
1439 pmap_pte_asm(pv->pv_pte));
1463 pmap_pte_pa(pv->pv_pte) != pa)
1466 if (pmap_remove_mapping(pmap, pv->pv_va, pv->pv_pte,
2567 pte = pv->pv_pte;
2796 newpv->pv_pte = pte;
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c630 static inline struct pv_pte *
639 pvpte_to_pve(struct pv_pte *pvpte)
651 static struct pv_pte *
661 static struct pv_pte *
662 pv_pte_next(struct pmap_page *pp, struct pv_pte *pvpte)
3449 pmap_sync_pv(struct pv_pte *pvpte, pt_entry_t expect, int clearbits,
3549 struct pv_pte *pvpte;
3647 struct pv_pte *pvpte;
3692 struct pv_pte *pvpte;

Completed in 197 milliseconds