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_kern_bitmap
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
slb.c
132
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in slb_restore_bolted_realmode()
133
get_paca()->slb_used_bitmap = get_paca()->
slb_kern_bitmap
;
in slb_restore_bolted_realmode()
198
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in slb_flush_and_restore_bolted()
199
get_paca()->slb_used_bitmap = get_paca()->
slb_kern_bitmap
;
in slb_flush_and_restore_bolted()
462
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in switch_slb()
496
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in switch_slb()
501
get_paca()->slb_used_bitmap = get_paca()->
slb_kern_bitmap
;
in switch_slb()
569
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in slb_initialize()
570
get_paca()->slb_used_bitmap = get_paca()->
slb_kern_bitmap
;
in slb_initialize()
650
local_paca->
slb_kern_bitmap
|
in alloc_slb_index()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
slb.c
159
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in slb_restore_bolted_realmode()
160
get_paca()->slb_used_bitmap = get_paca()->
slb_kern_bitmap
;
in slb_restore_bolted_realmode()
225
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in slb_flush_and_restore_bolted()
226
get_paca()->slb_used_bitmap = get_paca()->
slb_kern_bitmap
;
in slb_flush_and_restore_bolted()
486
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in switch_slb()
520
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in switch_slb()
525
get_paca()->slb_used_bitmap = get_paca()->
slb_kern_bitmap
;
in switch_slb()
593
get_paca()->
slb_kern_bitmap
= (1U << SLB_NUM_BOLTED) - 1;
in slb_initialize()
594
get_paca()->slb_used_bitmap = get_paca()->
slb_kern_bitmap
;
in slb_initialize()
674
local_paca->
slb_kern_bitmap
|
in alloc_slb_index()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
paca.h
117
u32
slb_kern_bitmap
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
paca.h
123
u32
slb_kern_bitmap
;
member
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
2582
DUMP(p,
slb_kern_bitmap
, "%#-*x");
in dump_one_paca()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
2675
DUMP(p,
slb_kern_bitmap
, "%#-*x");
in dump_one_paca()
Completed in 14 milliseconds