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:RGN_HPAGE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/mm/
H
A
D
hugetlbpage.c
87
if (REGION_NUMBER(addr) !=
RGN_HPAGE
)
in prepare_hugepage_range()
98
if (REGION_NUMBER(addr) !=
RGN_HPAGE
)
in follow_huge_addr()
135
if (REGION_NUMBER(floor) ==
RGN_HPAGE
)
in hugetlb_free_pgd_range()
137
if (REGION_NUMBER(ceiling) ==
RGN_HPAGE
)
in hugetlb_free_pgd_range()
160
/* This code assumes that
RGN_HPAGE
!= 0. */
in hugetlb_get_unmapped_area()
161
if ((REGION_NUMBER(addr) !=
RGN_HPAGE
) || (addr & (HPAGE_SIZE - 1)))
in hugetlb_get_unmapped_area()
/kernel/linux/linux-6.6/arch/ia64/mm/
H
A
D
hugetlbpage.c
88
if (REGION_NUMBER(addr) !=
RGN_HPAGE
)
in prepare_hugepage_range()
121
if (REGION_NUMBER(floor) ==
RGN_HPAGE
)
in hugetlb_free_pgd_range()
123
if (REGION_NUMBER(ceiling) ==
RGN_HPAGE
)
in hugetlb_free_pgd_range()
146
/* This code assumes that
RGN_HPAGE
!= 0. */
in hugetlb_get_unmapped_area()
147
if ((REGION_NUMBER(addr) !=
RGN_HPAGE
) || (addr & (HPAGE_SIZE - 1)))
in hugetlb_get_unmapped_area()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
hugetlb.h
20
return (REGION_NUMBER(addr) ==
RGN_HPAGE
||
in is_hugepage_only_range()
21
REGION_NUMBER((addr)+(len)-1) ==
RGN_HPAGE
);
in is_hugepage_only_range()
H
A
D
mmu_context.h
139
old_rr4 = ia64_get_rr(RGN_BASE(
RGN_HPAGE
));
in reload_context()
152
# if
RGN_HPAGE
!= 4
in reload_context()
153
# error "reload_context assumes
RGN_HPAGE
is 4"
in reload_context()
H
A
D
page.h
25
#define
RGN_HPAGE
4 /* For Huge TLB pages */
macro
50
# define HPAGE_REGION_BASE RGN_BASE(
RGN_HPAGE
)
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
hugetlb.h
20
return (REGION_NUMBER(addr) ==
RGN_HPAGE
||
in is_hugepage_only_range()
21
REGION_NUMBER((addr)+(len)-1) ==
RGN_HPAGE
);
in is_hugepage_only_range()
H
A
D
mmu_context.h
131
old_rr4 = ia64_get_rr(RGN_BASE(
RGN_HPAGE
));
in reload_context()
145
# if
RGN_HPAGE
!= 4
in reload_context()
146
# error "reload_context assumes
RGN_HPAGE
is 4"
in reload_context()
H
A
D
page.h
25
#define
RGN_HPAGE
4 /* For Huge TLB pages */
macro
50
# define HPAGE_REGION_BASE RGN_BASE(
RGN_HPAGE
)
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
sys_ia64.c
46
if (REGION_NUMBER(addr) ==
RGN_HPAGE
)
in arch_get_unmapped_area()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
sys_ia64.c
46
if (REGION_NUMBER(addr) ==
RGN_HPAGE
)
in arch_get_unmapped_area()
Completed in 4 milliseconds