uvm_physseg.c | 852 static inline int vm_physseg_find_linear(struct uvm_physseg *, int, paddr_t, psize_t *); 867 return vm_physseg_find_linear(vm_physmem, vm_nphysseg, pframe, offp); 932 vm_physseg_find_linear(struct uvm_physseg *segs, int nsegs, paddr_t pframe, psize_t *offp) function in typeref:typename:int
|