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:clear_pages
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H
A
D
mock_gtt.c
91
ppgtt->vm.vma_ops.
clear_pages
=
clear_pages
;
in mock_ppgtt()
131
ggtt->vm.vma_ops.
clear_pages
=
clear_pages
;
in mock_init_ggtt()
H
A
D
i915_gem_gtt.c
1956
vma->ops->
clear_pages
(vma);
in igt_cs_tlb()
2009
vma->ops->
clear_pages
(vma);
in igt_cs_tlb()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_ppgtt.c
312
ppgtt->vm.vma_ops.
clear_pages
=
clear_pages
;
in ppgtt_init()
H
A
D
intel_ggtt.c
897
ggtt->vm.vma_ops.
clear_pages
=
clear_pages
;
in gen8_gmch_probe()
1047
ggtt->vm.vma_ops.
clear_pages
=
clear_pages
;
in gen6_gmch_probe()
1087
ggtt->vm.vma_ops.
clear_pages
=
clear_pages
;
in i915_gmch_probe()
H
A
D
intel_gtt.h
205
void (*
clear_pages
)(struct i915_vma *vma);
member
554
void
clear_pages
(struct i915_vma *vma);
H
A
D
intel_gtt.c
109
void
clear_pages
(struct i915_vma *vma)
in clear_pages()
function
H
A
D
gen6_ppgtt.c
341
.
clear_pages
= pd_vma_clear_pages,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_client_blt.c
51
.
clear_pages
= vma_clear_pages,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_vma.c
830
vma->ops->
clear_pages
(vma);
in __vma_put_pages()
Completed in 10 milliseconds