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:_PAGE_PUD_HUGE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
tsb.h
169
sethi %uhi(
_PAGE_PUD_HUGE
), REG2; \
216
sethi %uhi(
_PAGE_PUD_HUGE
), REG2; \
H
A
D
pgtable_64.h
118
#define
_PAGE_PUD_HUGE
_PAGE_PMD_HUGE
macro
420
return !!(pud_val(pud) &
_PAGE_PUD_HUGE
);
in is_hugetlb_pud()
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
hugetlbpage.c
148
pte_val(entry) |=
_PAGE_PUD_HUGE
;
in sun4v_hugepage_shift_to_tte()
407
(pud_val(pud) & (_PAGE_VALID|
_PAGE_PUD_HUGE
)) != _PAGE_VALID;
in pud_huge()
H
A
D
init_64.c
1681
pud_val(*pud) = pte_val |
_PAGE_PUD_HUGE
;
in kernel_map_hugepud()
1687
pte_val |=
_PAGE_PUD_HUGE
;
in kernel_map_hugepud()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
tsb.h
169
sethi %uhi(
_PAGE_PUD_HUGE
), REG2; \
216
sethi %uhi(
_PAGE_PUD_HUGE
), REG2; \
H
A
D
pgtable_64.h
116
#define
_PAGE_PUD_HUGE
_PAGE_PMD_HUGE
macro
437
return !!(pud_val(pud) &
_PAGE_PUD_HUGE
);
in is_hugetlb_pud()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
hugetlbpage.c
148
pte_val(entry) |=
_PAGE_PUD_HUGE
;
in sun4v_hugepage_shift_to_tte()
419
(pud_val(pud) & (_PAGE_VALID|
_PAGE_PUD_HUGE
)) != _PAGE_VALID;
in pud_huge()
H
A
D
init_64.c
1696
pud_val(*pud) = pte_val |
_PAGE_PUD_HUGE
;
in kernel_map_hugepud()
1702
pte_val |=
_PAGE_PUD_HUGE
;
in kernel_map_hugepud()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
tsb.S
121
sethi %uhi(_PAGE_PMD_HUGE |
_PAGE_PUD_HUGE
), %g7
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
tsb.S
121
sethi %uhi(_PAGE_PMD_HUGE |
_PAGE_PUD_HUGE
), %g7
Completed in 14 milliseconds