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:nr_lr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H
A
D
vgic.c
795
if (count > kvm_vgic_global_state.
nr_lr
|| multi_sgi)
in vgic_flush_lr_state()
824
if (count == kvm_vgic_global_state.
nr_lr
) {
in vgic_flush_lr_state()
833
for (i = count ; i < kvm_vgic_global_state.
nr_lr
; i++)
in vgic_flush_lr_state()
H
A
D
vgic-v2.c
25
for (i = 0; i < kvm_vgic_global_state.
nr_lr
; i++)
in vgic_v2_init_lrs()
402
kvm_vgic_global_state.
nr_lr
= (vtr & 0x3f) + 1;
in vgic_v2_probe()
H
A
D
vgic-v3.c
593
kvm_vgic_global_state.
nr_lr
= (ich_vtr_el2 & 0xf) + 1;
in vgic_v3_probe()
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H
A
D
vgic-v2.c
25
for (i = 0; i < kvm_vgic_global_state.
nr_lr
; i++)
in vgic_v2_init_lrs()
378
kvm_vgic_global_state.
nr_lr
= (vtr & 0x3f) + 1;
in vgic_v2_probe()
H
A
D
vgic.c
811
if (count > kvm_vgic_global_state.
nr_lr
|| multi_sgi)
in vgic_flush_lr_state()
840
if (count == kvm_vgic_global_state.
nr_lr
) {
in vgic_flush_lr_state()
849
for (i = count ; i < kvm_vgic_global_state.
nr_lr
; i++)
in vgic_flush_lr_state()
H
A
D
vgic-v3.c
645
kvm_vgic_global_state.
nr_lr
= (ich_vtr_el2 & 0xf) + 1;
in vgic_v3_probe()
/kernel/linux/linux-5.10/include/kvm/
H
A
D
arm_vgic.h
60
int
nr_lr
;
member
/kernel/linux/linux-6.6/include/kvm/
H
A
D
arm_vgic.h
62
int
nr_lr
;
member
Completed in 8 milliseconds