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:hgctrl
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
aia.c
36
struct aia_hgei_control *
hgctrl
= get_cpu_ptr(&aia_hgei);
in aia_find_hgei()
local
38
raw_spin_lock_irqsave(&
hgctrl
->lock, flags);
in aia_find_hgei()
42
if (
hgctrl
->owners[i] == owner) {
in aia_find_hgei()
48
raw_spin_unlock_irqrestore(&
hgctrl
->lock, flags);
in aia_find_hgei()
397
struct aia_hgei_control *
hgctrl
= per_cpu_ptr(&aia_hgei, cpu);
in kvm_riscv_aia_alloc_hgei()
local
399
if (!kvm_riscv_aia_available() || !
hgctrl
)
in kvm_riscv_aia_alloc_hgei()
402
raw_spin_lock_irqsave(&
hgctrl
->lock, flags);
in kvm_riscv_aia_alloc_hgei()
404
if (
hgctrl
->free_bitmap) {
in kvm_riscv_aia_alloc_hgei()
405
ret = __ffs(
hgctrl
->free_bitmap);
in kvm_riscv_aia_alloc_hgei()
406
hgctrl
in kvm_riscv_aia_alloc_hgei()
424
struct aia_hgei_control *
hgctrl
= per_cpu_ptr(&aia_hgei, cpu);
kvm_riscv_aia_free_hgei()
local
461
struct aia_hgei_control *
hgctrl
= get_cpu_ptr(&aia_hgei);
hgei_interrupt()
local
483
struct aia_hgei_control *
hgctrl
;
aia_hgei_init()
local
555
struct aia_hgei_control *
hgctrl
;
kvm_riscv_aia_disable()
local
[all...]
Completed in 1 milliseconds