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:_SDR1
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/
H
A
D
mmu.c
38
unsigned long __initdata
_SDR1
;
variable
379
_SDR1
= __pa(Hash) | SDR1_LOW_BITS;
in MMU_init_hw()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
100
static unsigned long
_SDR1
;
variable
914
_SDR1
= 0;
in htab_initialize()
953
_SDR1
= table + __ilog2(htab_size_bytes) - 18;
in htab_initialize()
960
mtspr(SPRN_SDR1,
_SDR1
);
in htab_initialize()
1125
mtspr(SPRN_SDR1,
_SDR1
);
in hash__early_init_mmu_secondary()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/
H
A
D
mmu.c
38
unsigned long
_SDR1
;
variable
389
_SDR1
= __pa(Hash) | SDR1_LOW_BITS;
in MMU_init_hw()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
103
static unsigned long
_SDR1
;
variable
1077
_SDR1
= 0;
in htab_initialize()
1116
_SDR1
= table + __ilog2(htab_size_bytes) - 18;
in htab_initialize()
1123
mtspr(SPRN_SDR1,
_SDR1
);
in htab_initialize()
1286
mtspr(SPRN_SDR1,
_SDR1
);
in hash__early_init_mmu_secondary()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
head_book3s_32.S
941
lis r6,
_SDR1
@ha
943
lwz r6,
_SDR1
@l(r6)
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
head_book3s_32.S
902
lis r6,
_SDR1
@ha
904
lwz r6,
_SDR1
@l(r6)
Completed in 10 milliseconds