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:state_bo
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_gpu.c
224
struct msm_gpu_state_bo *
state_bo
= &state->bos[state->nr_bos];
in msm_gpu_crashstate_get_bo()
local
227
state_bo
->size = obj->size;
in msm_gpu_crashstate_get_bo()
228
state_bo
->iova = iova;
in msm_gpu_crashstate_get_bo()
230
BUILD_BUG_ON(sizeof(
state_bo
->name) != sizeof(to_msm_bo(obj)->name));
in msm_gpu_crashstate_get_bo()
232
memcpy(
state_bo
->name, to_msm_bo(obj)->name, sizeof(
state_bo
->name));
in msm_gpu_crashstate_get_bo()
237
state_bo
->data = kvmalloc(obj->size, GFP_KERNEL);
in msm_gpu_crashstate_get_bo()
238
if (!
state_bo
->data)
in msm_gpu_crashstate_get_bo()
245
kvfree(
state_bo
->data);
in msm_gpu_crashstate_get_bo()
246
state_bo
in msm_gpu_crashstate_get_bo()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
msm_gpu.c
315
struct msm_gpu_state_bo *
state_bo
= &state->bos[state->nr_bos];
in msm_gpu_crashstate_get_bo()
local
318
state_bo
->size = obj->base.size;
in msm_gpu_crashstate_get_bo()
319
state_bo
->iova = iova;
in msm_gpu_crashstate_get_bo()
325
state_bo
->data = kvmalloc(obj->base.size, GFP_KERNEL);
in msm_gpu_crashstate_get_bo()
326
if (!
state_bo
->data)
in msm_gpu_crashstate_get_bo()
331
kvfree(
state_bo
->data);
in msm_gpu_crashstate_get_bo()
332
state_bo
->data = NULL;
in msm_gpu_crashstate_get_bo()
336
memcpy(
state_bo
->data, ptr, obj->base.size);
in msm_gpu_crashstate_get_bo()
Completed in 3 milliseconds