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:REGION_NUMBER
(Results
1 - 15
of
15
) 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()
161
if ((
REGION_NUMBER
(addr) != RGN_HPAGE) || (addr & (HPAGE_SIZE - 1)))
in hugetlb_get_unmapped_area()
H
A
D
fault.c
95
if ((
REGION_NUMBER
(address) == 5) && !user_mode(regs))
in ia64_do_page_fault()
193
if (
REGION_NUMBER
(address) !=
REGION_NUMBER
(vma->vm_start)
in ia64_do_page_fault()
200
if (
REGION_NUMBER
(address) !=
REGION_NUMBER
(vma->vm_start)
in ia64_do_page_fault()
256
if (
REGION_NUMBER
(address) == 5 && mapped_kernel_page_is_present(address))
in ia64_do_page_fault()
H
A
D
ioremap.c
120
if (
REGION_NUMBER
(addr) == RGN_GATE)
in iounmap()
H
A
D
tlb.c
353
||
REGION_NUMBER
(start) !=
REGION_NUMBER
(end - 1))) {
in flush_tlb_range()
/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()
147
if ((
REGION_NUMBER
(addr) != RGN_HPAGE) || (addr & (HPAGE_SIZE - 1)))
in hugetlb_get_unmapped_area()
H
A
D
ioremap.c
91
if (
REGION_NUMBER
(addr) == RGN_GATE)
in iounmap()
H
A
D
fault.c
222
if (
REGION_NUMBER
(address) == 5 && mapped_kernel_page_is_present(address))
in ia64_do_page_fault()
H
A
D
tlb.c
353
||
REGION_NUMBER
(start) !=
REGION_NUMBER
(end - 1))) {
in flush_tlb_range()
/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
page.h
147
#define
REGION_NUMBER
(x) ({ia64_va _v; _v.l = (long) (x); _v.f.reg;})
macro
151
# define htlbpage_to_page(x) (((unsigned long)
REGION_NUMBER
(x) << 61) \
/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
page.h
120
#define
REGION_NUMBER
(x) ({ia64_va _v; _v.l = (long) (x); _v.f.reg;})
macro
124
# define htlbpage_to_page(x) (((unsigned long)
REGION_NUMBER
(x) << 61) \
/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()
/kernel/linux/linux-6.6/mm/
H
A
D
mmap.c
2237
return
REGION_NUMBER
(addr) ==
REGION_NUMBER
(vma->vm_start) &&
in vma_expand_ok()
Completed in 10 milliseconds