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:slb_ptr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
slb.c
202
void slb_save_contents(struct slb_entry *
slb_ptr
)
in slb_save_contents()
argument
210
if (!
slb_ptr
)
in slb_save_contents()
216
slb_ptr
->esid = e;
in slb_save_contents()
217
slb_ptr
->vsid = v;
in slb_save_contents()
218
slb_ptr
++;
in slb_save_contents()
222
void slb_dump_contents(struct slb_entry *
slb_ptr
)
in slb_dump_contents()
argument
228
if (!
slb_ptr
)
in slb_dump_contents()
234
e =
slb_ptr
->esid;
in slb_dump_contents()
235
v =
slb_ptr
->vsid;
in slb_dump_contents()
236
slb_ptr
in slb_dump_contents()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
slb.c
229
void slb_save_contents(struct slb_entry *
slb_ptr
)
in slb_save_contents()
argument
237
if (!
slb_ptr
)
in slb_save_contents()
243
slb_ptr
->esid = e;
in slb_save_contents()
244
slb_ptr
->vsid = v;
in slb_save_contents()
245
slb_ptr
++;
in slb_save_contents()
249
void slb_dump_contents(struct slb_entry *
slb_ptr
)
in slb_dump_contents()
argument
255
if (!
slb_ptr
)
in slb_dump_contents()
262
e =
slb_ptr
->esid;
in slb_dump_contents()
263
v =
slb_ptr
->vsid;
in slb_dump_contents()
264
slb_ptr
in slb_dump_contents()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
setup.c
115
struct slb_entry *
slb_ptr
;
in fwnmi_init()
local
158
slb_ptr
= memblock_alloc_try_nid_raw(size,
in fwnmi_init()
161
if (!
slb_ptr
)
in fwnmi_init()
166
paca_ptrs[i]->mce_faulty_slbs =
slb_ptr
+ (mmu_slb_size * i);
in fwnmi_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
setup.c
134
struct slb_entry *
slb_ptr
;
in fwnmi_init()
local
177
slb_ptr
= memblock_alloc_try_nid_raw(size,
in fwnmi_init()
180
if (!
slb_ptr
)
in fwnmi_init()
185
paca_ptrs[i]->mce_faulty_slbs =
slb_ptr
+ (mmu_slb_size * i);
in fwnmi_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
518
void slb_save_contents(struct slb_entry *
slb_ptr
);
519
void slb_dump_contents(struct slb_entry *
slb_ptr
);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
523
void slb_save_contents(struct slb_entry *
slb_ptr
);
524
void slb_dump_contents(struct slb_entry *
slb_ptr
);
Completed in 7 milliseconds