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_VSID_SHIFT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
37
#define
SLB_VSID_SHIFT
12
macro
38
#define SLB_VSID_SHIFT_256M
SLB_VSID_SHIFT
256
return
SLB_VSID_SHIFT
;
in slb_vsid_shift()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
37
#define
SLB_VSID_SHIFT
12
macro
38
#define SLB_VSID_SHIFT_256M
SLB_VSID_SHIFT
256
return
SLB_VSID_SHIFT
;
in slb_vsid_shift()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
slb.c
255
(v & ~SLB_VSID_B) >>
SLB_VSID_SHIFT
, llp);
in slb_dump_contents()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
slb.c
283
(v & ~SLB_VSID_B) >>
SLB_VSID_SHIFT
, llp);
in slb_dump_contents()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
219
slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) <<
SLB_VSID_SHIFT
) |
in __spu_kernel_slb()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
218
slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) <<
SLB_VSID_SHIFT
) |
in __spu_kernel_slb()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_rm_mmu.c
1122
vsid = (slb_v & ~SLB_VSID_B) >>
SLB_VSID_SHIFT
;
in kvmppc_hv_find_lock_hpte()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_rm_mmu.c
1124
vsid = (slb_v & ~SLB_VSID_B) >>
SLB_VSID_SHIFT
;
in kvmppc_hv_find_lock_hpte()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
process.c
1654
<<
SLB_VSID_SHIFT
;
in setup_ksp_vsid()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
process.c
1733
<<
SLB_VSID_SHIFT
;
in setup_ksp_vsid()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
3710
(vsid & ~SLB_VSID_B) >>
SLB_VSID_SHIFT
,
in dump_segments()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
3783
(vsid & ~SLB_VSID_B) >>
SLB_VSID_SHIFT
,
in dump_segments()
Completed in 24 milliseconds