Home
last modified time | relevance | path

Searched refs:pp_attrs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/powerpc/include/oea/
H A Dpmap.h268 unsigned int pp_attrs; member
277 #define mdpg_attrs mdpg_pp.pp_attrs
/netbsd-src/sys/arch/x86/include/
H A Dpmap_pv.h90 #define pp_attrs pp_u.s.attrs macro
/netbsd-src/sys/arch/x86/x86/
H A Dpmap.c2400 pp->pp_attrs |= oattrs;
2411 pp->pp_attrs |= oattrs;
3187 pp->pp_attrs |= oattrs;
3215 pp->pp_attrs |= oattrs;
4382 * pmap_sync_pv: clear pte bits and return the old value of the pp_attrs.
4667 if ((pp->pp_attrs & testbits) != 0) {
4674 if ((pp->pp_attrs & testbits) != 0) {
4681 * wait, updates to pp_attrs by the other side may
4693 pp->pp_attrs |= oattrs;
4695 result = pp->pp_attrs
[all...]
/netbsd-src/sys/arch/powerpc/oea/
H A Dpmap.c672 pp->pp_attrs &= ~ptebit; in pmap_pp_attr_clear()
687 return pp->pp_attrs; in pmap_pp_attr_fetch()