![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.9, 2000/06/02 11:47:53 | version 1.10, 2000/06/02 12:02:44 | ||
---|---|---|---|
|
|
||
* step 2: extract mappings from the map into kernel_map | * step 2: extract mappings from the map into kernel_map | ||
*/ | */ | ||
kva = 0; | |||
error = uvm_map_extract(map, baseva, chunksz, kernel_map, &kva, | error = uvm_map_extract(map, baseva, chunksz, kernel_map, &kva, | ||
UVM_EXTRACT_QREF | UVM_EXTRACT_CONTIG | | UVM_EXTRACT_QREF | UVM_EXTRACT_CONTIG | | ||
UVM_EXTRACT_FIXPROT); | UVM_EXTRACT_FIXPROT); |