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:release_phys
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-axxia/
H
A
D
platsmp.c
22
static void write_release_addr(u32
release_phys
)
in write_release_addr()
argument
24
u32 *virt = (u32 *) phys_to_virt(
release_phys
);
in write_release_addr()
65
u32
release_phys
;
in axxia_smp_prepare_cpus()
local
70
if (of_property_read_u32(np, "cpu-release-addr", &
release_phys
))
in axxia_smp_prepare_cpus()
78
if (
release_phys
!= 0)
in axxia_smp_prepare_cpus()
79
write_release_addr(
release_phys
);
in axxia_smp_prepare_cpus()
/kernel/linux/linux-5.10/arch/arm/mach-sti/
H
A
D
platsmp.c
53
u32
release_phys
;
in sti_smp_prepare_cpus()
local
75
&
release_phys
)) {
in sti_smp_prepare_cpus()
86
if (!memblock_is_memory(
release_phys
))
in sti_smp_prepare_cpus()
88
ioremap(
release_phys
, sizeof(
release_phys
));
in sti_smp_prepare_cpus()
91
(u32 __iomem *)phys_to_virt(
release_phys
);
in sti_smp_prepare_cpus()
/kernel/linux/linux-6.6/arch/arm/mach-axxia/
H
A
D
platsmp.c
22
static void write_release_addr(u32
release_phys
)
in write_release_addr()
argument
24
u32 *virt = (u32 *) phys_to_virt(
release_phys
);
in write_release_addr()
65
u32
release_phys
;
in axxia_smp_prepare_cpus()
local
70
if (of_property_read_u32(np, "cpu-release-addr", &
release_phys
))
in axxia_smp_prepare_cpus()
78
if (
release_phys
!= 0)
in axxia_smp_prepare_cpus()
79
write_release_addr(
release_phys
);
in axxia_smp_prepare_cpus()
/kernel/linux/linux-6.6/arch/arm/mach-sti/
H
A
D
platsmp.c
53
u32
release_phys
;
in sti_smp_prepare_cpus()
local
75
&
release_phys
)) {
in sti_smp_prepare_cpus()
86
if (!memblock_is_memory(
release_phys
))
in sti_smp_prepare_cpus()
88
ioremap(
release_phys
, sizeof(
release_phys
));
in sti_smp_prepare_cpus()
91
(u32 __iomem *)phys_to_virt(
release_phys
);
in sti_smp_prepare_cpus()
Completed in 2 milliseconds