protection 625 arch/i386/i386/pmap.c if (ent->protection & VM_PROT_EXECUTE)
protection 515 dev/i2o/i2o.h u_int8_t protection;
protection 445 uvm/uvm_device.c mapprot = ufi->entry->protection;
protection 624 uvm/uvm_fault.c if ((ufi.entry->protection & access_type) != access_type) {
protection 627 uvm/uvm_fault.c ufi.entry->protection, access_type, 0, 0);
protection 639 uvm/uvm_fault.c enter_prot = ufi.entry->protection;
protection 812 uvm/uvm_map.c if (prev_entry->protection != prot ||
protection 901 uvm/uvm_map.c new_entry->protection = prot;
protection 1929 uvm/uvm_map.c newentry->protection = (flags & UVM_EXTRACT_FIXPROT) ?
protection 1930 uvm/uvm_map.c entry->max_protection : entry->protection;
protection 2210 uvm/uvm_map.c old_prot = current->protection;
protection 2212 uvm/uvm_map.c current->protection =
protection 2215 uvm/uvm_map.c current->protection = new_prot;
protection 2222 uvm/uvm_map.c if (current->protection != old_prot) {
protection 2224 uvm/uvm_map.c if ((current->protection & MASK(entry)) == PROT_NONE &&
protection 2228 uvm/uvm_map.c current->protection & MASK(entry));
protection 2502 uvm/uvm_map.c ((entry->protection & VM_PROT_WRITE) ||
protection 2518 uvm/uvm_map.c if (entry->protection == VM_PROT_NONE ||
protection 2555 uvm/uvm_map.c entry->protection);
protection 2719 uvm/uvm_map.c if (entry->protection != VM_PROT_NONE &&
protection 2745 uvm/uvm_map.c if (entry->protection == VM_PROT_NONE)
protection 2757 uvm/uvm_map.c ((entry->protection & VM_PROT_WRITE) ||
protection 2783 uvm/uvm_map.c entry->protection);
protection 2808 uvm/uvm_map.c if (entry->protection == VM_PROT_NONE)
protection 2821 uvm/uvm_map.c if (entry->protection == VM_PROT_NONE)
protection 3053 uvm/uvm_map.c vm_prot_t protection)
protection 3079 uvm/uvm_map.c if ((entry->protection & protection) != protection) {
protection 3537 uvm/uvm_map.c old_entry->protection &
protection 3578 uvm/uvm_map.c new_entry->protection &
protection 3645 uvm/uvm_map.c entry->protection, entry->max_protection,
protection 146 uvm/uvm_map.h vm_prot_t protection; /* protection code */
protection 204 uvm/uvm_unix.c if (!(entry->protection & VM_PROT_WRITE))