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_MAP_LIMIT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
ustack.h
9
#define MAX_USER_STACK_SIZE (
RGN_MAP_LIMIT
/2)
10
#define STACK_TOP (0x6000000000000000UL +
RGN_MAP_LIMIT
)
H
A
D
uaccess.h
66
(seg == KERNEL_DS.seg || likely(REGION_OFFSET(addr) <
RGN_MAP_LIMIT
));
in __access_ok()
H
A
D
pgtable.h
244
#define
RGN_MAP_LIMIT
((1UL << RGN_MAP_SHIFT) - PAGE_SIZE) /* per region addr limit */
macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
ustack.h
9
#define MAX_USER_STACK_SIZE (
RGN_MAP_LIMIT
/2)
10
#define STACK_TOP (0x6000000000000000UL +
RGN_MAP_LIMIT
)
H
A
D
uaccess.h
55
likely(REGION_OFFSET(addr) <
RGN_MAP_LIMIT
));
in __access_ok()
H
A
D
pgtable.h
207
#define
RGN_MAP_LIMIT
((1UL << RGN_MAP_SHIFT) - PAGE_SIZE) /* per region addr limit */
macro
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
sys_ia64.c
35
if (len >
RGN_MAP_LIMIT
)
in arch_get_unmapped_area()
125
* of a region, or across a region boundary. Note:
RGN_MAP_LIMIT
is
in ia64_mmap_check()
129
if ((len >
RGN_MAP_LIMIT
) || (roff > (
RGN_MAP_LIMIT
- len)))
in ia64_mmap_check()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
sys_ia64.c
35
if (len >
RGN_MAP_LIMIT
)
in arch_get_unmapped_area()
125
* of a region, or across a region boundary. Note:
RGN_MAP_LIMIT
is
in ia64_mmap_check()
129
if ((len >
RGN_MAP_LIMIT
) || (roff > (
RGN_MAP_LIMIT
- len)))
in ia64_mmap_check()
/kernel/linux/linux-5.10/arch/ia64/mm/
H
A
D
hugetlbpage.c
148
if (len >
RGN_MAP_LIMIT
)
in hugetlb_get_unmapped_area()
167
info.high_limit = HPAGE_REGION_BASE +
RGN_MAP_LIMIT
;
in hugetlb_get_unmapped_area()
H
A
D
fault.c
194
|| REGION_OFFSET(address) >=
RGN_MAP_LIMIT
)
in ia64_do_page_fault()
201
|| REGION_OFFSET(address) >=
RGN_MAP_LIMIT
)
in ia64_do_page_fault()
/kernel/linux/linux-6.6/arch/ia64/mm/
H
A
D
hugetlbpage.c
134
if (len >
RGN_MAP_LIMIT
)
in hugetlb_get_unmapped_area()
153
info.high_limit = HPAGE_REGION_BASE +
RGN_MAP_LIMIT
;
in hugetlb_get_unmapped_area()
/kernel/linux/linux-6.6/mm/
H
A
D
mmap.c
2238
REGION_OFFSET(addr) <
RGN_MAP_LIMIT
;
in vma_expand_ok()
Completed in 10 milliseconds