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:write_c0_ebase
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/netlogic/common/
H
A
D
smp.c
114
write_c0_ebase
(nlm_current_node()->ebase);
in nlm_early_init_secondary()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
smp.c
244
write_c0_ebase
((u32)ebase);
in octeon_init_secondary()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H
A
D
smp.c
244
write_c0_ebase
((u32)ebase);
in octeon_init_secondary()
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/
H
A
D
pm-mips.c
129
write_c0_ebase
(ctx->cp0_regs[EBASE]);
in brcm_pm_restore_cp0_context()
/kernel/linux/linux-6.6/drivers/soc/bcm/brcmstb/pm/
H
A
D
pm-mips.c
129
write_c0_ebase
(ctx->cp0_regs[EBASE]);
in brcm_pm_restore_cp0_context()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
smp-bmips.c
563
write_c0_ebase
(new_ebase);
in bmips_ebase_setup()
H
A
D
cpu-probe.c
769
write_c0_ebase
(ebase | MIPS_EBASE_WG);
in decode_configs()
775
write_c0_ebase
(ebase);
in decode_configs()
H
A
D
traps.c
2251
write_c0_ebase
(ebase | MIPS_EBASE_WG);
in configure_exception_vector()
2254
write_c0_ebase
(ebase);
in configure_exception_vector()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
smp-bmips.c
573
write_c0_ebase
(new_ebase);
in bmips_ebase_setup()
H
A
D
cpu-probe.c
770
write_c0_ebase
(ebase | MIPS_EBASE_WG);
in decode_configs()
776
write_c0_ebase
(ebase);
in decode_configs()
H
A
D
traps.c
2251
write_c0_ebase
(ebase | MIPS_EBASE_WG);
in configure_exception_vector()
2254
write_c0_ebase
(ebase);
in configure_exception_vector()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mipsregs.h
1929
#define
write_c0_ebase
(val) __write_32bit_c0_register($15, 1, val)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mipsregs.h
1928
#define
write_c0_ebase
(val) __write_32bit_c0_register($15, 1, val)
macro
Completed in 26 milliseconds