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:cpu_to_phys_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup-common.c
423
u32 *
cpu_to_phys_id
= NULL;
variable
451
cpu_to_phys_id
= memblock_alloc(nr_cpu_ids * sizeof(u32),
in smp_setup_cpu_maps()
453
if (!
cpu_to_phys_id
)
in smp_setup_cpu_maps()
495
cpu_to_phys_id
[cpu] = be32_to_cpu(intserv[j]);
in smp_setup_cpu_maps()
844
set_hard_smp_processor_id(cpu,
cpu_to_phys_id
[cpu]);
in smp_setup_pacas()
847
memblock_free(__pa(
cpu_to_phys_id
), nr_cpu_ids * sizeof(u32));
in smp_setup_pacas()
848
cpu_to_phys_id
= NULL;
in smp_setup_pacas()
H
A
D
prom.c
943
if (
cpu_to_phys_id
!= NULL)
in arch_match_cpu_phys_id()
944
return (int)phys_id ==
cpu_to_phys_id
[cpu];
in arch_match_cpu_phys_id()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
setup-common.c
428
u32 *
cpu_to_phys_id
= NULL;
variable
456
cpu_to_phys_id
= memblock_alloc(nr_cpu_ids * sizeof(u32),
in smp_setup_cpu_maps()
458
if (!
cpu_to_phys_id
)
in smp_setup_cpu_maps()
500
cpu_to_phys_id
[cpu] = be32_to_cpu(intserv[j]);
in smp_setup_cpu_maps()
886
set_hard_smp_processor_id(cpu,
cpu_to_phys_id
[cpu]);
in smp_setup_pacas()
889
memblock_free(
cpu_to_phys_id
, nr_cpu_ids * sizeof(u32));
in smp_setup_pacas()
890
cpu_to_phys_id
= NULL;
in smp_setup_pacas()
H
A
D
prom.c
1013
if (
cpu_to_phys_id
!= NULL)
in arch_match_cpu_phys_id()
1014
return (int)phys_id ==
cpu_to_phys_id
[cpu];
in arch_match_cpu_phys_id()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
smp.h
30
extern u32 *
cpu_to_phys_id
;
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
smp.h
31
extern u32 *
cpu_to_phys_id
;
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
numa.c
668
* fallback.
cpu_to_phys_id
is only valid between
in __vphn_get_associativity()
672
if (
cpu_to_phys_id
)
in __vphn_get_associativity()
673
hwid =
cpu_to_phys_id
[lcpu];
in __vphn_get_associativity()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
numa.c
659
* fallback.
cpu_to_phys_id
is only valid between
in __vphn_get_associativity()
663
if (
cpu_to_phys_id
)
in __vphn_get_associativity()
664
hwid =
cpu_to_phys_id
[lcpu];
in __vphn_get_associativity()
Completed in 9 milliseconds