Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mappable
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H
A
D
umem.h
12
bool
mappable
:1;
member
H
A
D
umem.c
93
if (!umem->
mappable
)
in nvkm_umem_map()
176
umem->
mappable
= true;
in nvkm_umem_new()
H
A
D
ummu.c
96
args->v0.
mappable
= !!(type & NVKM_MEM_MAPPABLE);
in nvkm_ummu_type()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H
A
D
umem.h
11
bool
mappable
:1;
member
H
A
D
umem.c
92
if (!umem->
mappable
)
in nvkm_umem_map()
174
umem->
mappable
= true;
in nvkm_umem_new()
H
A
D
ummu.c
96
args->v0.
mappable
= !!(type & NVKM_MEM_MAPPABLE);
in nvkm_ummu_type()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H
A
D
if0008.h
31
__u8
mappable
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H
A
D
if0008.h
31
__u8
mappable
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H
A
D
mmu.c
106
if (args.
mappable
) mmu->type[i].type |= NVIF_MEM_MAPPABLE;
in nvif_mmu_ctor()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H
A
D
mmu.c
109
if (args.
mappable
) mmu->type[i].type |= NVIF_MEM_MAPPABLE;
in nvif_mmu_ctor()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_bo.c
1271
u32
mappable
= device->func->resource_size(device, 1) >> PAGE_SHIFT;
in nouveau_ttm_fault_reserve_notify()
local
1293
/* make sure bo is in
mappable
vram */
in nouveau_ttm_fault_reserve_notify()
1295
bo->mem.start + bo->mem.num_pages <
mappable
)
in nouveau_ttm_fault_reserve_notify()
1300
nvbo->placements[i].lpfn =
mappable
;
in nouveau_ttm_fault_reserve_notify()
1305
nvbo->busy_placements[i].lpfn =
mappable
;
in nouveau_ttm_fault_reserve_notify()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_bo.c
1283
u32
mappable
= device->func->resource_size(device, 1) >> PAGE_SHIFT;
in nouveau_ttm_fault_reserve_notify()
local
1300
/* make sure bo is in
mappable
vram */
in nouveau_ttm_fault_reserve_notify()
1302
bo->resource->start + PFN_UP(bo->resource->size) <
mappable
)
in nouveau_ttm_fault_reserve_notify()
1307
nvbo->placements[i].lpfn =
mappable
;
in nouveau_ttm_fault_reserve_notify()
1312
nvbo->busy_placements[i].lpfn =
mappable
;
in nouveau_ttm_fault_reserve_notify()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_vma.c
563
bool
mappable
, fenceable;
in __i915_vma_set_map_and_fenceable()
local
571
mappable
= vma->node.start + vma->fence_size <= i915_vm_to_ggtt(vma->vm)->mappable_end;
in __i915_vma_set_map_and_fenceable()
573
if (
mappable
&& fenceable)
in __i915_vma_set_map_and_fenceable()
663
size, flags & PIN_MAPPABLE ? "
mappable
" : "total",
in i915_vma_insert()
706
* (
mappable
aperture is even more precious!). This
in i915_vma_insert()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_vma.c
691
bool
mappable
, fenceable;
in __i915_vma_set_map_and_fenceable()
local
699
mappable
= i915_ggtt_offset(vma) + vma->fence_size <=
in __i915_vma_set_map_and_fenceable()
702
if (
mappable
&& fenceable)
in __i915_vma_set_map_and_fenceable()
811
size, flags & PIN_MAPPABLE ? "
mappable
" : "total", end);
in i915_vma_insert()
865
* (
mappable
aperture is even more precious!). This
in i915_vma_insert()
Completed in 11 milliseconds