Lines Matching defs:mapped
225 * structure is not mapped and is not associated with a vnode (after a call
993 * they are mapped, modified, or both, as long as they are not marked PR_UE,
1055 short kp_refcnt; /* pages mapped large */
1056 short kp_refcnta; /* pages mapped in Alias window */
1058 short kp_refcnts; /* vac alias: pages mapped small */
1078 * The state about how a kpm page is mapped and whether it is ready to go
1081 * - kp_mapped == 1 the page is mapped cacheable
1082 * - kp_mapped == 2 the page is mapped non-cacheable
1093 uchar_t mapped: 4; /* page mapped small */
1095 uchar_t mapped: 4; /* page mapped small */
1102 #define kp_mapped kpm_spage_un.mapped