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:read_c0_ebase
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/
H
A
D
mips-extns.h
164
return (
read_c0_ebase
() & 0x7c) >> 2;
in nlm_core_id()
166
return (
read_c0_ebase
() & 0x1c) >> 2;
in nlm_core_id()
171
return
read_c0_ebase
() & 0x3;
in nlm_thread_id()
/kernel/linux/linux-5.10/arch/mips/netlogic/xlr/
H
A
D
setup.c
172
nodep->ebase =
read_c0_ebase
() & MIPS_EBASE_BASE;
in nlm_init_node()
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/
H
A
D
nlm_hal.c
61
nodep->ebase =
read_c0_ebase
() & MIPS_EBASE_BASE;
in nlm_node_init()
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/
H
A
D
pm-mips.c
106
ctx->cp0_regs[EBASE] =
read_c0_ebase
();
in brcm_pm_save_cp0_context()
/kernel/linux/linux-6.6/drivers/soc/bcm/brcmstb/pm/
H
A
D
pm-mips.c
106
ctx->cp0_regs[EBASE] =
read_c0_ebase
();
in brcm_pm_save_cp0_context()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
setup.c
809
uint32_t __maybe_unused ebase =
read_c0_ebase
() & 0x3ffff000;
in prom_init()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H
A
D
setup.c
807
uint32_t __maybe_unused ebase =
read_c0_ebase
() & 0x3ffff000;
in prom_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mipsregs.h
1928
#define
read_c0_ebase
() __read_32bit_c0_register($15, 1)
macro
2922
return
read_c0_ebase
() & MIPS_EBASE_CPUNUM;
in get_ebase_cpunum()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
cpu-probe.c
752
: (s32)
read_c0_ebase
();
in decode_configs()
773
if (
read_c0_ebase
() & MIPS_EBASE_WG) {
in decode_configs()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mipsregs.h
1927
#define
read_c0_ebase
() __read_32bit_c0_register($15, 1)
macro
2935
return
read_c0_ebase
() & MIPS_EBASE_CPUNUM;
in get_ebase_cpunum()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
cpu-probe.c
753
: (s32)
read_c0_ebase
();
in decode_configs()
774
if (
read_c0_ebase
() & MIPS_EBASE_WG) {
in decode_configs()
Completed in 21 milliseconds