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:avic
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
avic.c
31
int
avic
;
variable
33
module_param(
avic
, int, S_IRUGO);
129
if (!
avic
)
in avic_vm_destroy()
152
if (!
avic
)
in avic_vm_init()
564
if (!
avic
|| !irqchip_in_kernel(vcpu->kvm))
in avic_init_vcpu()
588
if (!
avic
|| !lapic_in_kernel(vcpu))
in svm_toggle_avic_for_irq_window()
648
if (!
avic
)
in svm_refresh_apicv_exec_ctrl()
H
A
D
svm.h
411
/*
avic
.c */
424
extern int
avic
;
H
A
D
svm.c
994
if (
avic
) {
in svm_hardware_setup()
998
avic
= false;
in svm_hardware_setup()
4201
if (
avic
) {
in svm_vm_init()
4207
kvm_apicv_init(kvm,
avic
);
in svm_vm_init()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
Makefile
23
kvm-amd-y += svm/svm.o svm/vmenter.o svm/pmu.o svm/nested.o svm/
avic
.o svm/sev.o
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
Makefile
29
kvm-amd-y += svm/svm.o svm/vmenter.o svm/pmu.o svm/nested.o svm/
avic
.o \
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H
A
D
Makefile
15
obj-$(CONFIG_MXC_AVIC) +=
avic
.o
/kernel/linux/linux-6.6/arch/arm/mach-imx/
H
A
D
Makefile
15
obj-$(CONFIG_MXC_AVIC) +=
avic
.o
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
227
static bool
avic
;
variable
228
module_param(
avic
, bool, 0444);
5254
enable_apicv =
avic
=
avic
&& avic_hardware_setup();
in svm_hardware_setup()
Completed in 25 milliseconds