HomeSort by: relevance | last modified time | path
    Searched defs:enter_prot (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/uvm/
uvm_fault.c 747 * enter_prot is set up by uvm_fault_check() and clamped
751 vm_prot_t enter_prot; /* prot at which we want to enter pages in */ member in struct:uvm_faultctx
1023 * "enter_prot" is the protection we want to enter the page in at.
1029 flt->enter_prot = ufi->entry->protection;
1037 flt->access_type = flt->enter_prot; /* full access for wired */
1076 flt->enter_prot &= ~VM_PROT_WRITE;
1406 readonly ? (flt->enter_prot & ~VM_PROT_WRITE) :
1407 flt->enter_prot,
1528 * 1. if not cow'ing now, simply adjust flt->enter_prot.
1548 flt->enter_prot = flt->enter_prot & ~VM_PROT_WRITE
    [all...]
uvm_fault.c 747 * enter_prot is set up by uvm_fault_check() and clamped
751 vm_prot_t enter_prot; /* prot at which we want to enter pages in */ member in struct:uvm_faultctx
1023 * "enter_prot" is the protection we want to enter the page in at.
1029 flt->enter_prot = ufi->entry->protection;
1037 flt->access_type = flt->enter_prot; /* full access for wired */
1076 flt->enter_prot &= ~VM_PROT_WRITE;
1406 readonly ? (flt->enter_prot & ~VM_PROT_WRITE) :
1407 flt->enter_prot,
1528 * 1. if not cow'ing now, simply adjust flt->enter_prot.
1548 flt->enter_prot = flt->enter_prot & ~VM_PROT_WRITE
    [all...]
uvm_fault.c 747 * enter_prot is set up by uvm_fault_check() and clamped
751 vm_prot_t enter_prot; /* prot at which we want to enter pages in */ member in struct:uvm_faultctx
1023 * "enter_prot" is the protection we want to enter the page in at.
1029 flt->enter_prot = ufi->entry->protection;
1037 flt->access_type = flt->enter_prot; /* full access for wired */
1076 flt->enter_prot &= ~VM_PROT_WRITE;
1406 readonly ? (flt->enter_prot & ~VM_PROT_WRITE) :
1407 flt->enter_prot,
1528 * 1. if not cow'ing now, simply adjust flt->enter_prot.
1548 flt->enter_prot = flt->enter_prot & ~VM_PROT_WRITE
    [all...]

Completed in 58 milliseconds