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:mmu_io_psize
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
copro_fault.c
109
psize =
mmu_io_psize
;
in copro_calculate_slb()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
copro_fault.c
107
psize =
mmu_io_psize
;
in copro_calculate_slb()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu.h
196
extern int
mmu_io_psize
;
H
A
D
pgtable.h
1056
unsigned long page_size = 1 << mmu_psize_defs[
mmu_io_psize
].shift;
in map_kernel_page()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu.h
198
extern int
mmu_io_psize
;
H
A
D
pgtable.h
1030
unsigned long page_size = 1 << mmu_psize_defs[
mmu_io_psize
].shift;
in map_kernel_page()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
hashpagetable.c
384
psize =
mmu_io_psize
;
in walk_pte()
390
psize =
mmu_io_psize
;
in walk_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
hashpagetable.c
387
psize =
mmu_io_psize
;
in walk_pte()
393
psize =
mmu_io_psize
;
in walk_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
slb.c
553
io_llp = mmu_psize_defs[
mmu_io_psize
].sllp;
in slb_initialize()
771
flags = SLB_VSID_KERNEL | mmu_psize_defs[
mmu_io_psize
].sllp;
in slb_allocate_kernel()
H
A
D
hash_pgtable.c
177
mmu_io_psize
, mmu_kernel_ssize)) {
in hash__map_kernel_page()
H
A
D
hash_utils.c
117
int
mmu_io_psize
= MMU_PAGE_4K;
variable
850
mmu_io_psize
= MMU_PAGE_64K;
in htab_init_page_sizes()
876
mmu_psize_defs[
mmu_io_psize
].shift
in htab_init_page_sizes()
1490
psize =
mmu_io_psize
;
in hash_page_mm()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
118
int
mmu_io_psize
= MMU_PAGE_4K;
variable
718
mmu_io_psize
= MMU_PAGE_64K;
in htab_init_page_sizes()
744
mmu_psize_defs[
mmu_io_psize
].shift
in htab_init_page_sizes()
1335
psize =
mmu_io_psize
;
in hash_page_mm()
H
A
D
slb.c
577
io_llp = mmu_psize_defs[
mmu_io_psize
].sllp;
in slb_initialize()
795
flags = SLB_VSID_KERNEL | mmu_psize_defs[
mmu_io_psize
].sllp;
in slb_allocate_kernel()
H
A
D
hash_pgtable.c
176
mmu_io_psize
, mmu_kernel_ssize)) {
in hash__map_kernel_page()
Completed in 18 milliseconds