Searched defs:uvm_faultctx (Results 1 – 1 of 1) sorted by relevance
721 struct uvm_faultctx { struct734 vm_prot_t access_type;735 vaddr_t startva;736 int npages;737 int centeridx;738 bool narrow; /* work on a single requested page only */739 bool wire_mapping; /* request a PMAP_WIRED mapping741 bool wire_paging; /* request uvm_pagewire743 bool cow_now; /* VM_PROT_WRITE is actually requested773 struct uvm_faultinfo *, struct uvm_faultctx *, argument