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:CONT_PTE_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
hugetlbpage.c
68
case
CONT_PTE_SIZE
:
in __hugetlb_valid_size()
142
case
CONT_PTE_SIZE
:
in num_contig_ptes()
293
} else if (sz == (
CONT_PTE_SIZE
)) {
in huge_pte_alloc()
350
if (sz ==
CONT_PTE_SIZE
)
in huge_pte_offset()
369
case
CONT_PTE_SIZE
:
in hugetlb_mask_last_page()
370
return PMD_SIZE -
CONT_PTE_SIZE
;
in hugetlb_mask_last_page()
383
if (pagesize ==
CONT_PTE_SIZE
) {
in arch_make_huge_pte()
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
hugetlbpage.c
70
case
CONT_PTE_SIZE
:
in arch_hugetlb_migration_supported()
139
case
CONT_PTE_SIZE
:
in num_contig_ptes()
272
} else if (sz == (
CONT_PTE_SIZE
)) {
in huge_pte_alloc()
337
if (sz ==
CONT_PTE_SIZE
)
in huge_pte_offset()
348
if (pagesize ==
CONT_PTE_SIZE
) {
in arch_make_huge_pte()
513
case
CONT_PTE_SIZE
:
in arch_hugetlb_valid_size()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
pgtable-hwdef.h
86
#define
CONT_PTE_SIZE
(CONT_PTES * PAGE_SIZE)
macro
87
#define CONT_PTE_MASK (~(
CONT_PTE_SIZE
- 1))
H
A
D
pgtable.h
108
({ unsigned long __boundary = ((addr) +
CONT_PTE_SIZE
) & CONT_PTE_MASK; \
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
pgtable-hwdef.h
79
#define
CONT_PTE_SIZE
(CONT_PTES * PAGE_SIZE)
macro
80
#define CONT_PTE_MASK (~(
CONT_PTE_SIZE
- 1))
H
A
D
pgtable.h
115
({ unsigned long __boundary = ((addr) +
CONT_PTE_SIZE
) & CONT_PTE_MASK; \
599
#define pte_leaf_size(pte) (pte_cont(pte) ?
CONT_PTE_SIZE
: PAGE_SIZE)
Completed in 13 milliseconds