Lines Matching refs:incompat
1034 #define incompat(x) (svd1->x != svd2->x)
1035 if (incompat(vp) || incompat(maxprot) ||
1036 (!svd1->pageadvice && !svd2->pageadvice && incompat(advice)) ||
1037 (!svd1->pageprot && !svd2->pageprot && incompat(prot)) ||
1038 incompat(type) || incompat(cred) || incompat(flags) ||
1039 seg1->s_szc != seg2->s_szc || incompat(policy_info.mem_policy) ||
1042 #undef incompat