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:zero_page_mask
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/mm/
H
A
D
init.c
59
unsigned long empty_zero_page,
zero_page_mask
;
variable
61
EXPORT_SYMBOL(
zero_page_mask
);
variable
87
zero_page_mask
= ((PAGE_SIZE << order) - 1) & PAGE_MASK;
in setup_zero_pages()
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
init.c
53
unsigned long empty_zero_page,
zero_page_mask
;
variable
55
EXPORT_SYMBOL(
zero_page_mask
);
variable
83
zero_page_mask
= ((PAGE_SIZE << order) - 1) & PAGE_MASK;
in setup_zero_pages()
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
init.c
54
unsigned long empty_zero_page,
zero_page_mask
;
variable
56
EXPORT_SYMBOL(
zero_page_mask
);
variable
80
zero_page_mask
= ((PAGE_SIZE << order) - 1) & PAGE_MASK;
in setup_zero_pages()
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
init.c
53
unsigned long empty_zero_page,
zero_page_mask
;
variable
55
EXPORT_SYMBOL(
zero_page_mask
);
variable
79
zero_page_mask
= ((PAGE_SIZE << order) - 1) & PAGE_MASK;
in setup_zero_pages()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable.h
80
extern unsigned long
zero_page_mask
;
83
(virt_to_page((void *)(empty_zero_page + (((unsigned long)(vaddr)) &
zero_page_mask
))))
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable.h
53
extern unsigned long
zero_page_mask
;
56
(virt_to_page((void *)(empty_zero_page + (((unsigned long)(vaddr)) &
zero_page_mask
))))
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
pgtable.h
58
extern unsigned long
zero_page_mask
;
62
(((unsigned long)(vaddr)) &
zero_page_mask
))))
/kernel/linux/linux-5.10/include/linux/
H
A
D
pgtable.h
1073
return offset_from_zero_pfn <= (
zero_page_mask
>> PAGE_SHIFT);
in is_zero_pfn()
/kernel/linux/linux-6.6/include/linux/
H
A
D
pgtable.h
1312
return offset_from_zero_pfn <= (
zero_page_mask
>> PAGE_SHIFT);
in is_zero_pfn()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
pgtable.h
59
extern unsigned long
zero_page_mask
;
63
(((unsigned long)(vaddr)) &
zero_page_mask
))))
Completed in 16 milliseconds