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:l2_base
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/sifive/
H
A
D
sifive_l2_cache.c
34
static void __iomem *
l2_base
;
variable
55
writel(val,
l2_base
+ SIFIVE_L2_ECCINJECTERR);
in l2_write()
80
regval = readl(
l2_base
+ SIFIVE_L2_CONFIG);
in l2_config_read()
90
regval = readl(
l2_base
+ SIFIVE_L2_WAYENABLE);
in l2_config_read()
115
return readl(
l2_base
+ SIFIVE_L2_WAYENABLE) & 0xFF;
in l2_largest_wayenabled()
150
add_h = readl(
l2_base
+ SIFIVE_L2_DIRECCFIX_HIGH);
in l2_int_handler()
151
add_l = readl(
l2_base
+ SIFIVE_L2_DIRECCFIX_LOW);
in l2_int_handler()
154
readl(
l2_base
+ SIFIVE_L2_DIRECCFIX_COUNT);
in l2_int_handler()
159
add_h = readl(
l2_base
+ SIFIVE_L2_DATECCFIX_HIGH);
in l2_int_handler()
160
add_l = readl(
l2_base
in l2_int_handler()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H
A
D
xes_mpc85xx.c
48
static void xes_mpc85xx_configure_l2(void __iomem *
l2_base
)
in xes_mpc85xx_configure_l2()
argument
53
tmp = in_be32(
l2_base
);
in xes_mpc85xx_configure_l2()
71
out_be32(
l2_base
, ctl);
in xes_mpc85xx_configure_l2()
86
void __iomem *
l2_base
;
in xes_mpc85xx_fixups()
local
105
l2_base
= ioremap(r[0].start, resource_size(&r[0]));
in xes_mpc85xx_fixups()
107
xes_mpc85xx_configure_l2(
l2_base
);
in xes_mpc85xx_fixups()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H
A
D
xes_mpc85xx.c
48
static void __init xes_mpc85xx_configure_l2(void __iomem *
l2_base
)
in xes_mpc85xx_configure_l2()
argument
53
tmp = in_be32(
l2_base
);
in xes_mpc85xx_configure_l2()
71
out_be32(
l2_base
, ctl);
in xes_mpc85xx_configure_l2()
86
void __iomem *
l2_base
;
in xes_mpc85xx_fixups()
local
105
l2_base
= ioremap(r[0].start, resource_size(&r[0]));
in xes_mpc85xx_fixups()
107
xes_mpc85xx_configure_l2(
l2_base
);
in xes_mpc85xx_fixups()
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H
A
D
pm-imx6.c
227
struct imx6_pm_base
l2_base
;
member
373
suspend_ocram_base)->
l2_base
.vbase)
in imx6q_suspend_finish()
549
ret = imx6_pm_get_base(&pm_info->
l2_base
, socdata->pl310_compat);
in imx6q_suspend_init()
/kernel/linux/linux-6.6/arch/arm/mach-imx/
H
A
D
pm-imx6.c
229
struct imx6_pm_base
l2_base
;
member
375
suspend_ocram_base)->
l2_base
.vbase)
in imx6q_suspend_finish()
551
ret = imx6_pm_get_base(&pm_info->
l2_base
, socdata->pl310_compat);
in imx6q_suspend_init()
Completed in 3 milliseconds