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:preempt_iova
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
a5xx_preempt.c
142
a5xx_gpu->
preempt_iova
[ring->id]);
in a5xx_preempt_trigger()
255
a5xx_gpu->
preempt_iova
[ring->id] = iova;
in preempt_init_ring()
H
A
D
a5xx_gpu.h
36
uint64_t
preempt_iova
[MSM_GPU_MAX_RINGS];
member
H
A
D
a5xx_gpu.c
139
OUT_RING(ring, lower_32_bits(a5xx_gpu->
preempt_iova
[submit->ring->id]));
in a5xx_submit()
140
OUT_RING(ring, upper_32_bits(a5xx_gpu->
preempt_iova
[submit->ring->id]));
in a5xx_submit()
397
OUT_RING(ring, lower_32_bits(a5xx_gpu->
preempt_iova
[ring->id]));
in a5xx_preempt_start()
398
OUT_RING(ring, upper_32_bits(a5xx_gpu->
preempt_iova
[ring->id]));
in a5xx_preempt_start()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
a5xx_preempt.c
140
a5xx_gpu->
preempt_iova
[ring->id]);
in a5xx_preempt_trigger()
251
a5xx_gpu->
preempt_iova
[ring->id] = iova;
in preempt_init_ring()
H
A
D
a5xx_gpu.h
36
uint64_t
preempt_iova
[MSM_GPU_MAX_RINGS];
member
H
A
D
a5xx_gpu.c
146
OUT_RING(ring, lower_32_bits(a5xx_gpu->
preempt_iova
[submit->ring->id]));
in a5xx_submit()
147
OUT_RING(ring, upper_32_bits(a5xx_gpu->
preempt_iova
[submit->ring->id]));
in a5xx_submit()
522
OUT_RING(ring, lower_32_bits(a5xx_gpu->
preempt_iova
[ring->id]));
in a5xx_preempt_start()
523
OUT_RING(ring, upper_32_bits(a5xx_gpu->
preempt_iova
[ring->id]));
in a5xx_preempt_start()
Completed in 7 milliseconds