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:apic_x2apic_mode
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
lapic.c
250
if (!
apic_x2apic_mode
(apic) && xapic_id != (u8)vcpu->vcpu_id)
in kvm_recalculate_phys_map()
269
if (
apic_x2apic_mode
(apic) || x2apic_id > 0xff)
in kvm_recalculate_phys_map()
272
if (!
apic_x2apic_mode
(apic) && !new->phys_map[xapic_id])
in kvm_recalculate_phys_map()
280
if (
apic_x2apic_mode
(apic))
in kvm_recalculate_phys_map()
313
if (
apic_x2apic_mode
(apic)) {
in kvm_recalculate_logical_map()
341
if (
apic_x2apic_mode
(apic)) {
in kvm_recalculate_logical_map()
989
return mda == (
apic_x2apic_mode
(apic) ?
in kvm_apic_broadcast()
1007
if (
apic_x2apic_mode
(apic) || mda > 0xff)
in kvm_apic_match_physical_addr()
1022
if (
apic_x2apic_mode
(apic))
in kvm_apic_match_logical_addr()
1061
!ipi && dest_id == APIC_BROADCAST &&
apic_x2apic_mode
(targe
in kvm_apic_mda()
[all...]
H
A
D
lapic.h
221
static inline int
apic_x2apic_mode
(struct kvm_lapic *apic)
in apic_x2apic_mode()
function
H
A
D
x86.c
2162
if (!lapic_in_kernel(vcpu) || !
apic_x2apic_mode
(vcpu->arch.apic))
in handle_fastpath_set_x2apic_icr_irqoff()
10382
if (
apic_x2apic_mode
(vcpu->arch.apic) &&
in kvm_vcpu_update_apicv()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
avic.c
101
if (x2avic_enabled &&
apic_x2apic_mode
(svm->vcpu.arch.apic)) {
in avic_activate_vmcb()
408
if (
apic_x2apic_mode
(source))
in avic_kick_target_vcpus_fast()
415
if (
apic_x2apic_mode
(source) && dest == X2APIC_BROADCAST)
in avic_kick_target_vcpus_fast()
417
if (!
apic_x2apic_mode
(source) && dest == APIC_BROADCAST)
in avic_kick_target_vcpus_fast()
429
if (
apic_x2apic_mode
(source)) {
in avic_kick_target_vcpus_fast()
447
if (
apic_x2apic_mode
(source))
in avic_kick_target_vcpus_fast()
468
u32 dest =
apic_x2apic_mode
(source) ? icrh : GET_XAPIC_DEST_FIELD(icrh);
in avic_kick_target_vcpus()
602
if (
apic_x2apic_mode
(vcpu->arch.apic))
in avic_invalidate_logical_id_entry()
617
if (
apic_x2apic_mode
(vcpu->arch.apic))
in avic_handle_ldr_update()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
lapic.c
236
if ((
apic_x2apic_mode
(apic) || x2apic_id > 0xff) &&
in kvm_recalculate_apic_map()
243
if (!
apic_x2apic_mode
(apic) && !new->phys_map[xapic_id])
in kvm_recalculate_apic_map()
251
if (
apic_x2apic_mode
(apic)) {
in kvm_recalculate_apic_map()
762
return mda == (
apic_x2apic_mode
(apic) ?
in kvm_apic_broadcast()
771
if (
apic_x2apic_mode
(apic))
in kvm_apic_match_physical_addr()
795
if (
apic_x2apic_mode
(apic))
in kvm_apic_match_logical_addr()
834
!ipi && dest_id == APIC_BROADCAST &&
apic_x2apic_mode
(target))
in kvm_apic_mda()
900
bool x2apic_ipi = src && *src &&
apic_x2apic_mode
(*src);
in kvm_apic_is_broadcast_dest()
1291
if (
apic_x2apic_mode
(apic))
in kvm_apic_send_ipi()
1414
if (!
apic_x2apic_mode
(api
in kvm_lapic_reg_read()
[all...]
H
A
D
lapic.h
212
static inline int
apic_x2apic_mode
(struct kvm_lapic *apic)
in apic_x2apic_mode()
function
H
A
D
x86.c
1862
if (!lapic_in_kernel(vcpu) || !
apic_x2apic_mode
(vcpu->arch.apic))
in handle_fastpath_set_x2apic_icr_irqoff()
Completed in 36 milliseconds