Searched refs:PP_EMBEDDED (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpmap_pv.h69 /* PP_EMBEDDED */
72 /* !PP_EMBEDDED */
88 #define PP_EMBEDDED 1 macro
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c655 if ((pp->pp_flags & PP_EMBEDDED) != 0) {
667 KASSERT((pp->pp_flags & PP_EMBEDDED) != 0);
670 KASSERT((pp->pp_flags & PP_EMBEDDED) == 0);
1762 if ((pp->pp_flags & PP_EMBEDDED) == 0) {
1764 pp->pp_flags |= PP_EMBEDDED;
1777 pp->pp_flags &= ~PP_EMBEDDED;
1807 if ((pp->pp_flags & PP_EMBEDDED) != 0) {
1811 pp->pp_flags &= ~PP_EMBEDDED;

Completed in 921 milliseconds