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:hgei
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
aia.c
34
int i,
hgei
;
in aia_find_hgei()
local
40
hgei
= -1;
in aia_find_hgei()
43
hgei
= i;
in aia_find_hgei()
51
return
hgei
;
in aia_find_hgei()
97
int
hgei
;
in kvm_riscv_vcpu_aia_has_interrupts()
local
116
hgei
= aia_find_hgei(vcpu);
in kvm_riscv_vcpu_aia_has_interrupts()
117
if (
hgei
> 0)
in kvm_riscv_vcpu_aia_has_interrupts()
118
return !!(csr_read(CSR_HGEIP) & BIT(
hgei
));
in kvm_riscv_vcpu_aia_has_interrupts()
421
void kvm_riscv_aia_free_hgei(int cpu, int
hgei
)
in kvm_riscv_aia_free_hgei()
argument
431
if (
hgei
>
in kvm_riscv_aia_free_hgei()
443
int
hgei
;
kvm_riscv_aia_wakeon_hgei()
local
[all...]
H
A
D
aia_imsic.c
365
int
hgei
;
member
382
new_hstatus |= ((unsigned long)idata->
hgei
) << HSTATUS_VGEIN_SHIFT;
in imsic_vsfile_local_read()
431
idata.
hgei
= vsfile_hgei;
in imsic_vsfile_read()
440
int
hgei
;
member
454
new_hstatus |= ((unsigned long)idata->
hgei
) << HSTATUS_VGEIN_SHIFT;
in imsic_vsfile_local_rw()
506
rdata.
hgei
= vsfile_hgei;
in imsic_vsfile_rw()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
kvm_aia.h
166
void kvm_riscv_aia_free_hgei(int cpu, int
hgei
);
Completed in 4 milliseconds