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:has_gicv4_1
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H
A
D
vgic-v4.c
89
if (!kvm_vgic_global_state.
has_gicv4_1
&&
in vgic_v4_doorbell_handler()
262
if (kvm_vgic_global_state.
has_gicv4_1
)
in vgic_v4_init()
350
if (!kvm_vgic_global_state.
has_gicv4_1
)
in vgic_v4_load()
H
A
D
vgic-mmio-v3.c
53
return (kvm_vgic_global_state.
has_gicv4_1
||
in vgic_supports_direct_msis()
89
if (kvm_vgic_global_state.
has_gicv4_1
)
in vgic_mmio_read_v3_misc()
122
if (!kvm_vgic_global_state.
has_gicv4_1
)
in vgic_mmio_write_v3_misc()
136
if (kvm_vgic_global_state.
has_gicv4_1
&&
in vgic_mmio_write_v3_misc()
167
if (!kvm_vgic_global_state.
has_gicv4_1
)
in vgic_mmio_uaccess_write_v3_misc()
H
A
D
vgic-v3.c
543
if (kvm_vgic_global_state.
has_gicv4_1
)
in vgic_v3_map_resources()
600
kvm_vgic_global_state.
has_gicv4_1
= info->has_v4_1 && gicv4_enable;
in vgic_v3_probe()
602
kvm_vgic_global_state.
has_gicv4_1
? ".1" : "",
in vgic_v3_probe()
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H
A
D
vgic-v3.c
394
if (kvm_vgic_global_state.
has_gicv4_1
) {
in vgic_v3_save_pending_tables()
571
if (kvm_vgic_global_state.
has_gicv4_1
)
in vgic_v3_map_resources()
652
kvm_vgic_global_state.
has_gicv4_1
= info->has_v4_1 && gicv4_enable;
in vgic_v3_probe()
654
kvm_vgic_global_state.
has_gicv4_1
? ".1" : "",
in vgic_v3_probe()
H
A
D
vgic-mmio-v3.c
53
return (kvm_vgic_global_state.
has_gicv4_1
||
in vgic_supports_direct_msis()
89
if (kvm_vgic_global_state.
has_gicv4_1
&& gic_cpuif_has_vsgi())
in vgic_mmio_read_v3_misc()
122
if (!kvm_vgic_global_state.
has_gicv4_1
|| !gic_cpuif_has_vsgi())
in vgic_mmio_write_v3_misc()
136
if (kvm_vgic_global_state.
has_gicv4_1
&&
in vgic_mmio_write_v3_misc()
181
if (!kvm_vgic_global_state.
has_gicv4_1
)
in vgic_mmio_uaccess_write_v3_misc()
H
A
D
vgic-v4.c
89
if (!kvm_vgic_global_state.
has_gicv4_1
&&
in vgic_v4_doorbell_handler()
289
if (kvm_vgic_global_state.
has_gicv4_1
)
in vgic_v4_init()
379
if (!kvm_vgic_global_state.
has_gicv4_1
)
in vgic_v4_load()
H
A
D
vgic-its.c
2314
if (ite->irq->hw && !kvm_vgic_global_state.
has_gicv4_1
)
in vgic_its_save_itt()
/kernel/linux/linux-5.10/include/kvm/
H
A
D
arm_vgic.h
73
bool
has_gicv4_1
;
member
/kernel/linux/linux-6.6/include/kvm/
H
A
D
arm_vgic.h
75
bool
has_gicv4_1
;
member
Completed in 12 milliseconds