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:is_smp
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
smp_plat.h
18
static inline bool
is_smp
(void)
in is_smp()
function
40
return
is_smp
() ? cpu_info->cpuid & ARM_CPU_PART_MASK :
in smp_cpuid_part()
50
if (!
is_smp
())
in tlb_ops_need_broadcast()
62
if (!
is_smp
())
in cache_ops_need_broadcast()
H
A
D
irq_work.h
9
return
is_smp
();
in arch_irq_work_has_interrupt()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
smp_plat.h
18
static inline bool
is_smp
(void)
in is_smp()
function
40
return
is_smp
() ? cpu_info->cpuid & ARM_CPU_PART_MASK :
in smp_cpuid_part()
50
if (!
is_smp
())
in tlb_ops_need_broadcast()
62
if (!
is_smp
())
in cache_ops_need_broadcast()
H
A
D
irq_work.h
9
return
is_smp
();
in arch_irq_work_has_interrupt()
H
A
D
switch_to.h
30
if (IS_ENABLED(CONFIG_CURRENT_POINTER_IN_TPIDRURO) ||
is_smp
()) \
H
A
D
tls.h
57
#define defer_tls_reg_update
is_smp
()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
devtree.c
77
u32 mpidr =
is_smp
() ? read_cpuid_mpidr() & MPIDR_HWID_BITMASK : 0;
in arm_dt_init_cpu_maps()
H
A
D
setup.c
599
u32 mpidr =
is_smp
() ? read_cpuid_mpidr() & MPIDR_HWID_BITMASK : 0;
in smp_setup_processor_id()
1177
if (
is_smp
()) {
in setup_arch()
1189
if (!
is_smp
())
in setup_arch()
1287
cpuid =
is_smp
() ? per_cpu(cpu_data, i).cpuid : read_cpuid_id();
in c_show()
H
A
D
module.c
501
if (s && !
is_smp
())
in module_finalize()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
setup.c
592
u32 mpidr =
is_smp
() ? read_cpuid_mpidr() & MPIDR_HWID_BITMASK : 0;
in smp_setup_processor_id()
1162
if (
is_smp
()) {
in setup_arch()
1174
if (!
is_smp
())
in setup_arch()
1268
cpuid =
is_smp
() ? per_cpu(cpu_data, i).cpuid : read_cpuid_id();
in c_show()
H
A
D
devtree.c
77
u32 mpidr =
is_smp
() ? read_cpuid_mpidr() & MPIDR_HWID_BITMASK : 0;
in arm_dt_init_cpu_maps()
H
A
D
module.c
419
if (s && !
is_smp
())
in module_finalize()
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
H
A
D
coherency.c
219
* CONFIG_SMP is enabled,
is_smp
() returns false due to the
in coherency_type()
229
if (!
is_smp
())
in coherency_type()
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/
H
A
D
coherency.c
216
* CONFIG_SMP is enabled,
is_smp
() returns false due to the
in coherency_type()
226
if (!
is_smp
())
in coherency_type()
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
mmu.c
447
if (
is_smp
()) {
in build_mem_type_table()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
mmu.c
465
if (
is_smp
()) {
in build_mem_type_table()
Completed in 12 milliseconds