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:x2apic_mode
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H
A
D
apic.c
1128
if (!
x2apic_mode
&& !apic_phys)
in clear_local_APIC()
1219
if (!
x2apic_mode
&& !apic_phys)
in disable_local_APIC()
1743
int
x2apic_mode
;
variable
1794
x2apic_mode
= 0;
in setup_nox2apic()
1817
x2apic_mode
= 0;
in x2apic_disable()
1836
x2apic_mode
= 1;
in x2apic_enable()
1872
x2apic_mode
= 1;
in check_x2apic()
2064
if (
x2apic_mode
) {
in init_apic_mappings()
2107
if (!
x2apic_mode
) {
in register_lapic_address()
2652
if (
x2apic_mode
) {
in lapic_resume()
[all...]
H
A
D
x2apic_phys.c
100
if (!
x2apic_mode
)
in x2apic_phys_probe()
H
A
D
x2apic_cluster.c
169
if (!
x2apic_mode
)
in x2apic_cluster_probe()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H
A
D
apic.c
108
return
x2apic_mode
|| apic_mmio_base;
in apic_accessible()
1713
int
x2apic_mode
;
variable
1714
EXPORT_SYMBOL_GPL(
x2apic_mode
);
variable
1784
x2apic_mode
= 0;
in setup_nox2apic()
1817
x2apic_mode
= 0;
in x2apic_disable()
1841
x2apic_mode
= 1;
in x2apic_enable()
1889
x2apic_mode
= 1;
in check_x2apic()
2086
if (
x2apic_mode
)
in init_apic_mappings()
2113
if (!
x2apic_mode
)
in register_lapic_address()
2633
if (
x2apic_mode
) {
in lapic_resume()
[all...]
H
A
D
x2apic_phys.c
118
if (!
x2apic_mode
)
in x2apic_phys_probe()
H
A
D
x2apic_cluster.c
205
if (!
x2apic_mode
)
in x2apic_cluster_probe()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
apic.h
251
extern int
x2apic_mode
;
267
#define
x2apic_mode
(0)
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
apic.h
227
extern int
x2apic_mode
;
241
#define
x2apic_mode
(0)
macro
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
posted_intr.c
98
if (!
x2apic_mode
)
in vmx_vcpu_pi_load()
/kernel/linux/linux-5.10/arch/x86/pci/
H
A
D
xen.c
534
if (((eax & XEN_HVM_CPUID_X2APIC_VIRT) &&
x2apic_mode
) ||
in xen_hvm_msi_init()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
head_64.S
265
cmpl $0,
x2apic_mode
(%rip)
/kernel/linux/linux-6.6/arch/x86/pci/
H
A
D
xen.c
529
if (((eax & XEN_HVM_CPUID_X2APIC_VIRT) &&
x2apic_mode
) ||
in xen_hvm_msi_init()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
smpboot.c
1314
if (
x2apic_mode
)
in smp_get_logical_apicid()
Completed in 16 milliseconds