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:SLICE_HIGH_SHIFT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
slice.h
10
#define
SLICE_HIGH_SHIFT
40
macro
11
#define SLICE_NUM_HIGH (H_PGTABLE_RANGE >>
SLICE_HIGH_SHIFT
)
12
#define GET_HIGH_SLICE_INDEX(addr) ((addr) >>
SLICE_HIGH_SHIFT
)
H
A
D
hugetlb.h
113
if (shift >
SLICE_HIGH_SHIFT
)
in check_and_get_huge_psize()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
slice.h
20
#define
SLICE_HIGH_SHIFT
40
macro
21
#define SLICE_NUM_HIGH (H_PGTABLE_RANGE >>
SLICE_HIGH_SHIFT
)
22
#define GET_HIGH_SLICE_INDEX(addr) ((addr) >>
SLICE_HIGH_SHIFT
)
H
A
D
hugetlb.h
112
if (shift >
SLICE_HIGH_SHIFT
)
in check_and_get_huge_psize()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
slice.c
79
unsigned long align_end = ALIGN(end, (1UL <<
SLICE_HIGH_SHIFT
));
in slice_range_to_mask()
105
unsigned long start = slice <<
SLICE_HIGH_SHIFT
;
in slice_high_has_vma()
106
unsigned long end = start + (1ul <<
SLICE_HIGH_SHIFT
);
in slice_high_has_vma()
157
unsigned long align_end = ALIGN(end, (1UL <<
SLICE_HIGH_SHIFT
));
in slice_check_range_fits()
273
((slice + end) <<
SLICE_HIGH_SHIFT
) : SLICE_LOW_TOP;
in slice_scan_available()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
slice.c
79
unsigned long align_end = ALIGN(end, (1UL <<
SLICE_HIGH_SHIFT
));
in slice_range_to_mask()
105
unsigned long start = slice <<
SLICE_HIGH_SHIFT
;
in slice_high_has_vma()
106
unsigned long end = start + (1ul <<
SLICE_HIGH_SHIFT
);
in slice_high_has_vma()
157
unsigned long align_end = ALIGN(end, (1UL <<
SLICE_HIGH_SHIFT
));
in slice_check_range_fits()
273
((slice + end) <<
SLICE_HIGH_SHIFT
) : SLICE_LOW_TOP;
in slice_scan_available()
Completed in 3 milliseconds