Home
last modified time | relevance | path

Searched defs:pv_entry (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/arch/m88k/include/
H A Dpmap.h91 struct pv_entry { struct
92 struct pv_entry *pv_next; /* next pv_entry */ argument
98 struct pv_entry pv_ent; argument
/openbsd-src/sys/arch/hppa/include/
H A Dpmap.h61 struct pv_entry { /* locked by its list's pvh_lock */ struct
62 struct pv_entry *pv_next; argument
63 struct pmap *pv_pmap; /* the pmap */
64 vaddr_t pv_va; /* the virtual address */
65 struct vm_page *pv_ptp; /* the vm_page of the PTP */
/openbsd-src/sys/arch/alpha/include/
H A Dpmap.h129 typedef struct pv_entry { struct
130 struct pv_entry *pv_next; /* next pv_entry on list */ argument
134 } *pv_entry_t; argument
/openbsd-src/sys/arch/sparc64/include/
H A Dpmap.h194 typedef struct pv_entry { argument
193 typedef struct pv_entry { global() struct
198 pv_vapv_entry global() argument
/openbsd-src/sys/arch/mips64/include/
H A Dpmap.h209 typedef struct pv_entry { struct
210 struct pv_entry *pv_next; /* next pv_entry */ argument
217 struct pv_entry pv_ent; /* pv list of this seg */ argument
/openbsd-src/sys/arch/i386/include/
H A Dpmap.h130 struct pv_entry { /* locked by its list's pvh_lock */ struct
131 struct pv_entry *pv_next; /* next entry */ argument
155 * we can free pv_entry pages if needed. There is one lock for the argument
[all...]
/openbsd-src/sys/arch/amd64/include/
H A Dpmap.h344 struct pv_entry { /* locked by its list's pvh_lock */ argument
345 struct pv_entry *pv_next; /* next entry */ argument
343 struct pv_entry { /* locked by its list's pvh_lock */ global() struct
346 pv_vapv_entry global() argument
347 pv_ptppv_entry global() argument
/openbsd-src/sys/arch/sh/sh/
H A Dpmap.c67 struct pv_entry { struct
71 SLIST_ENTRY(pv_entry) pv_link; argument
/openbsd-src/sys/arch/arm/arm/
H A Dpmap7.c365 struct pv_entry { global() struct
366 pv_nextpv_entry global() argument
384 pv_flagspv_entry global() argument
[all...]