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_INTEGRATED
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
apicdef.h
29
# define
APIC_INTEGRATED
(x) ((x) & 0xF0u)
macro
31
# define
APIC_INTEGRATED
(x) (1)
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
apicdef.h
31
# define
APIC_INTEGRATED
(x) ((x) & 0xF0u)
macro
33
# define
APIC_INTEGRATED
(x) (1)
macro
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H
A
D
vector.c
1107
if (
APIC_INTEGRATED
(ver)) {
in print_local_APIC()
1121
if (!
APIC_INTEGRATED
(ver) || maxlvt == 3) {
in print_local_APIC()
1143
if (
APIC_INTEGRATED
(ver)) {
in print_local_APIC()
H
A
D
apic.c
218
return
APIC_INTEGRATED
(lapic_get_version());
in lapic_is_integrated()
1316
APIC_INTEGRATED
(boot_cpu_apic_version)) {
in __apic_intr_mode_select()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
smpboot.c
817
if (
APIC_INTEGRATED
(boot_cpu_apic_version)) {
in send_init_sequence()
855
if (
APIC_INTEGRATED
(boot_cpu_apic_version))
in wakeup_secondary_cpu_via_init()
1023
if (
APIC_INTEGRATED
(boot_cpu_apic_version)) {
in do_boot_cpu()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
smpboot.c
777
if (
APIC_INTEGRATED
(boot_cpu_apic_version)) {
in wakeup_secondary_cpu_via_nmi()
804
if (
APIC_INTEGRATED
(boot_cpu_apic_version)) {
in wakeup_secondary_cpu_via_init()
843
if (
APIC_INTEGRATED
(boot_cpu_apic_version))
in wakeup_secondary_cpu_via_init()
1071
if (
APIC_INTEGRATED
(boot_cpu_apic_version)) {
in do_boot_cpu()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H
A
D
vector.c
1223
if (
APIC_INTEGRATED
(ver)) {
in print_local_APIC()
1237
if (!
APIC_INTEGRATED
(ver) || maxlvt == 3) {
in print_local_APIC()
1259
if (
APIC_INTEGRATED
(ver)) {
in print_local_APIC()
H
A
D
apic.c
215
return
APIC_INTEGRATED
(lapic_get_version());
in lapic_is_integrated()
1291
APIC_INTEGRATED
(boot_cpu_apic_version)) {
in __apic_intr_mode_select()
Completed in 17 milliseconds