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_BROADCAST
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
lapic.h
20
#define
APIC_BROADCAST
0xFF
macro
H
A
D
lapic.c
763
X2APIC_BROADCAST :
APIC_BROADCAST
);
in kvm_apic_broadcast()
821
* rewrites the destination of non-IPI messages from
APIC_BROADCAST
826
*
APIC_BROADCAST
(0xff) is a legal route for "cluster 0, CPUs 0-7".
834
!ipi && dest_id ==
APIC_BROADCAST
&& apic_x2apic_mode(target))
in kvm_apic_mda()
894
if ((irq->dest_id ==
APIC_BROADCAST
&&
in kvm_apic_is_broadcast_dest()
902
X2APIC_BROADCAST :
APIC_BROADCAST
))
in kvm_apic_is_broadcast_dest()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
lapic.h
22
#define
APIC_BROADCAST
0xFF
macro
H
A
D
lapic.c
990
X2APIC_BROADCAST :
APIC_BROADCAST
);
in kvm_apic_broadcast()
1048
* rewrites the destination of non-IPI messages from
APIC_BROADCAST
1053
*
APIC_BROADCAST
(0xff) is a legal route for "cluster 0, CPUs 0-7".
1061
!ipi && dest_id ==
APIC_BROADCAST
&& apic_x2apic_mode(target))
in kvm_apic_mda()
1120
if ((irq->dest_id ==
APIC_BROADCAST
&&
in kvm_apic_is_broadcast_dest()
1128
X2APIC_BROADCAST :
APIC_BROADCAST
))
in kvm_apic_is_broadcast_dest()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
avic.c
417
if (!apic_x2apic_mode(source) && dest ==
APIC_BROADCAST
)
in avic_kick_target_vcpus_fast()
Completed in 11 milliseconds