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
defs:hpage_shift
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_hugetlbpage.c
16
unsigned int
hpage_shift
;
variable
17
EXPORT_SYMBOL(
hpage_shift
);
variable
/kernel/linux/linux-5.10/arch/ia64/mm/
H
A
D
hugetlbpage.c
24
unsigned int
hpage_shift
= HPAGE_SHIFT_DEFAULT;
variable
25
EXPORT_SYMBOL(
hpage_shift
);
variable
/kernel/linux/linux-6.6/arch/ia64/mm/
H
A
D
hugetlbpage.c
24
unsigned int
hpage_shift
= HPAGE_SHIFT_DEFAULT;
variable
25
EXPORT_SYMBOL(
hpage_shift
);
variable
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hugetlbpage.c
16
unsigned int
hpage_shift
;
variable
17
EXPORT_SYMBOL(
hpage_shift
);
variable
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
pgtable.c
346
__find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *
hpage_shift
)
__find_linux_pte()
argument
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
pgtable.c
384
__find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *
hpage_shift
)
__find_linux_pte()
argument
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_rm_mmu.c
207
unsigned
hpage_shift
;
in kvmppc_do_h_enter()
local
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_rm_mmu.c
194
unsigned
hpage_shift
;
in kvmppc_do_h_enter()
local
/kernel/linux/linux-5.10/fs/hugetlbfs/
H
A
D
inode.c
642
unsigned long
hpage_shift
= huge_page_shift(h);
in hugetlbfs_fallocate()
local
1015
unsigned
hpage_shift
= huge_page_shift(sbinfo->hstate);
in hugetlbfs_show_options()
local
/kernel/linux/linux-6.6/fs/hugetlbfs/
H
A
D
inode.c
833
unsigned long
hpage_shift
= huge_page_shift(h);
in hugetlbfs_fallocate()
local
1182
unsigned
hpage_shift
= huge_page_shift(sbinfo->hstate);
in hugetlbfs_show_options()
local
Completed in 15 milliseconds