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_entry
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
508
struct
slb_entry
{
struct
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
513
struct
slb_entry
{
struct
523
void slb_save_contents(struct
slb_entry
*slb_ptr);
524
void slb_dump_contents(struct
slb_entry
*slb_ptr);
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
setup.c
216
size_t size = sizeof(struct
slb_entry
) * mmu_slb_size;
in pnv_init()
223
__alignof__(struct
slb_entry
),
in pnv_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
setup.c
249
size_t size = sizeof(struct
slb_entry
) * mmu_slb_size;
in pnv_init()
256
__alignof__(struct
slb_entry
),
in pnv_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
setup.c
115
struct
slb_entry
*slb_ptr;
in fwnmi_init()
157
size = sizeof(struct
slb_entry
) * mmu_slb_size * nr_cpus;
in fwnmi_init()
159
sizeof(struct
slb_entry
), MEMBLOCK_LOW_LIMIT,
in fwnmi_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
paca.h
263
struct
slb_entry
*mce_faulty_slbs;
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
paca.h
271
struct
slb_entry
*mce_faulty_slbs;
/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()
222
void slb_dump_contents(struct
slb_entry
*slb_ptr)
in slb_dump_contents()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
setup.c
134
struct
slb_entry
*slb_ptr;
in fwnmi_init()
176
size = sizeof(struct
slb_entry
) * mmu_slb_size * nr_cpus;
in fwnmi_init()
178
sizeof(struct
slb_entry
), MEMBLOCK_LOW_LIMIT,
in fwnmi_init()
/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()
249
void slb_dump_contents(struct
slb_entry
*slb_ptr)
in slb_dump_contents()
Completed in 11 milliseconds