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:oa_regs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_perf.c
3921
struct i915_oa_reg *
oa_regs
;
in alloc_oa_regs()
local
3933
oa_regs
= kmalloc_array(n_regs, sizeof(*
oa_regs
), GFP_KERNEL);
in alloc_oa_regs()
3934
if (!
oa_regs
)
in alloc_oa_regs()
3954
oa_regs
[i].addr = _MMIO(addr);
in alloc_oa_regs()
3955
oa_regs
[i].value = mask_reg_value(addr, value);
in alloc_oa_regs()
3960
return
oa_regs
;
in alloc_oa_regs()
3963
kfree(
oa_regs
);
in alloc_oa_regs()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_perf.c
4597
struct i915_oa_reg *
oa_regs
;
in alloc_oa_regs()
local
4609
oa_regs
= kmalloc_array(n_regs, sizeof(*
oa_regs
), GFP_KERNEL);
in alloc_oa_regs()
4610
if (!
oa_regs
)
in alloc_oa_regs()
4631
oa_regs
[i].addr = _MMIO(addr);
in alloc_oa_regs()
4632
oa_regs
[i].value = mask_reg_value(addr, value);
in alloc_oa_regs()
4637
return
oa_regs
;
in alloc_oa_regs()
4640
kfree(
oa_regs
);
in alloc_oa_regs()
Completed in 11 milliseconds