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_index
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
slb.c
32
enum
slb_index
{
enum
43
enum
slb_index
index)
in mk_esid_data()
95
enum
slb_index
index)
in slb_shadow_update()
109
static inline void slb_shadow_clear(enum
slb_index
index)
in slb_shadow_clear()
116
enum
slb_index
index)
in create_shadowed_slbe()
139
enum
slb_index
index;
in __slb_restore_bolted_realmode()
650
static enum
slb_index
alloc_slb_index(bool kernel)
in alloc_slb_index()
652
enum
slb_index
index;
in alloc_slb_index()
700
enum
slb_index
index;
in slb_insert_entry()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
slb.c
68
enum
slb_index
index)
in slb_shadow_update()
82
static inline void slb_shadow_clear(enum
slb_index
index)
in slb_shadow_clear()
89
enum
slb_index
index)
in create_shadowed_slbe()
112
enum
slb_index
index;
in __slb_restore_bolted_realmode()
626
static enum
slb_index
alloc_slb_index(bool kernel)
in alloc_slb_index()
628
enum
slb_index
index;
in alloc_slb_index()
676
enum
slb_index
index;
in slb_insert_entry()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_host.c
317
int
slb_index
;
in kvmppc_mmu_map_segment()
local
321
slb_index
= kvmppc_mmu_next_segment(vcpu, eaddr & ESID_MASK);
in kvmppc_mmu_map_segment()
325
svcpu->slb[
slb_index
].esid = 0;
in kvmppc_mmu_map_segment()
338
slb_esid |=
slb_index
;
in kvmppc_mmu_map_segment()
346
svcpu->slb[
slb_index
].esid = slb_esid;
in kvmppc_mmu_map_segment()
347
svcpu->slb[
slb_index
].vsid = slb_vsid;
in kvmppc_mmu_map_segment()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_host.c
319
int
slb_index
;
in kvmppc_mmu_map_segment()
local
323
slb_index
= kvmppc_mmu_next_segment(vcpu, eaddr & ESID_MASK);
in kvmppc_mmu_map_segment()
327
svcpu->slb[
slb_index
].esid = 0;
in kvmppc_mmu_map_segment()
340
slb_esid |=
slb_index
;
in kvmppc_mmu_map_segment()
348
svcpu->slb[
slb_index
].esid = slb_esid;
in kvmppc_mmu_map_segment()
349
svcpu->slb[
slb_index
].vsid = slb_vsid;
in kvmppc_mmu_map_segment()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
857
enum
slb_index
{
enum
866
enum
slb_index
index)
in mk_esid_data()
Completed in 6 milliseconds