/src/sys/external/bsd/drm2/ttm/ |
ttm_bo_vm.c | 183 voff_t uoffset; /* offset in bytes into bo */ local in function:ttm_bo_uvm_fault_reserved 266 uoffset = (vmf->entry->offset + (vaddr - vmf->entry->start)); 267 startpage = (uoffset >> PAGE_SHIFT);
|
/src/sys/uvm/ |
uvm_map.c | 1051 * => <uobj,uoffset> value meanings (4 cases): 1052 * [1] <NULL,uoffset> == uoffset is a hint for PMAP_PREFER 1054 * [3] <uobj,uoffset> == normal mapping 1070 struct uvm_object *uobj, voff_t uoffset, vsize_t align, uvm_flag_t flags) 1093 error = uvm_map_prepare(map, *startp, size, uobj, uoffset, align, 1120 struct uvm_object *uobj, voff_t uoffset, vsize_t align, uvm_flag_t flags, 1131 uoffset,0,0); 1186 uobj, uoffset, align, flags); 1231 * if uobj is null, then uoffset is either a VAC hint for PMAP_PREFE 1291 voff_t uoffset = args->uma_uoffset; local in function:uvm_map_enter [all...] |
/src/sys/dev/ic/ |
stireg.h | 204 uint8_t uoffset; member in struct:sti_font 216 uint8_t uoffset; member in struct:sti_fontcfg
|