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:sync_pir_to_irr
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm-x86-ops.h
91
KVM_X86_OP_OPTIONAL(
sync_pir_to_irr
)
H
A
D
kvm_host.h
1663
int (*
sync_pir_to_irr
)(struct kvm_vcpu *vcpu);
member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
1188
int (*
sync_pir_to_irr
)(struct kvm_vcpu *vcpu);
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
lapic.c
709
highest_irr = kvm_x86_ops.
sync_pir_to_irr
(apic->vcpu);
in apic_has_interrupt_for_ppr()
H
A
D
x86.c
4184
kvm_x86_ops.
sync_pir_to_irr
(vcpu);
in kvm_vcpu_ioctl_get_lapic()
9007
kvm_x86_ops.
sync_pir_to_irr
(vcpu);
in vcpu_scan_ioapic()
9251
kvm_x86_ops.
sync_pir_to_irr
(vcpu);
in vcpu_enter_guest()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
lapic.c
935
if (kvm_x86_ops.
sync_pir_to_irr
)
in apic_has_interrupt_for_ppr()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
4285
.
sync_pir_to_irr
= kvm_lapic_find_highest_irr,
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
7866
.
sync_pir_to_irr
= vmx_sync_pir_to_irr,
8002
vmx_x86_ops.
sync_pir_to_irr
= NULL;
in hardware_setup()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
4205
* IRQ via ->
sync_pir_to_irr
() in vcpu_enter_guest().
in kvm_vcpu_trigger_posted_interrupt()
6903
* a VM-Exit and the subsequent entry will call
sync_pir_to_irr
.
in vmx_sync_pir_to_irr()
8306
.
sync_pir_to_irr
= vmx_sync_pir_to_irr,
8526
vmx_x86_ops.
sync_pir_to_irr
= NULL;
in hardware_setup()
Completed in 53 milliseconds