Searched refs:PGO_LOCKED (Results 1 – 4 of 4) sorted by relevance
111 #define PGO_LOCKED 0x040 /* fault data structures are locked [get] */ macro
953 ((flags & PGO_LOCKED) != 0 && (access_type & PROT_WRITE) == 0)); in uvn_get()956 if (flags & PGO_LOCKED) { in uvn_get()
1003 ((flags & PGO_LOCKED) != 0 && (access_type & PROT_WRITE) == 0)); in uao_get()1010 if (flags & PGO_LOCKED) { in uao_get()
694 PGO_LOCKED); in uvm_fault() 1181 PGO_LOCKED); in uvm_fault_lower_lookup() 1214 * calling pgo_get with PGO_LOCKED returns us pages which in uvm_fault_lower_lookup() 1304 * (PGO_LOCKED). in uvm_fault_lower()