Lines Matching defs:old_prot
3041 vm_prot_t old_prot;
3079 old_prot = iter->protection;
3080 if (old_prot == PROT_NONE && new_prot != old_prot) {
3120 old_prot = iter->protection;
3127 if (old_prot == (new_prot & old_prot) &&
3131 if (old_prot == new_prot)
3149 if (iter->protection != old_prot) {
3154 if (old_prot == PROT_NONE) {
3196 old_prot == PROT_NONE &&