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:hugepd_shift
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
hugetlbpage.c
306
unsigned int shift =
hugepd_shift
(*hpdp);
in free_hugepd_range()
390
more = addr + (1 <<
hugepd_shift
(*(hugepd_t *)pmd));
in hugetlb_free_pmd_range()
440
more = addr + (1 <<
hugepd_shift
(*(hugepd_t *)pud));
in hugetlb_free_pud_range()
510
more = addr + (1 <<
hugepd_shift
(*(hugepd_t *)pgd));
in hugetlb_free_pgd_range()
528
int shift =
hugepd_shift
(hpd);
in follow_huge_pd()
H
A
D
pgtable.c
456
pdshift =
hugepd_shift
(*hpdp);
in __find_linux_pte()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
hugetlb.h
83
static inline unsigned int
hugepd_shift
(hugepd_t hpd)
in hugepd_shift()
function
97
unsigned long idx = (addr & ((1UL << pdshift) - 1)) >>
hugepd_shift
(hpd);
in hugepte_offset()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
hugetlb.h
82
static inline unsigned int
hugepd_shift
(hugepd_t hpd)
in hugepd_shift()
function
96
unsigned long idx = (addr & ((1UL << pdshift) - 1)) >>
hugepd_shift
(hpd);
in hugepte_offset()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
hugetlbpage.c
328
unsigned int shift =
hugepd_shift
(*hpdp);
in free_hugepd_range()
395
more = addr + (1UL <<
hugepd_shift
(*(hugepd_t *)pmd));
in hugetlb_free_pmd_range()
437
more = addr + (1UL <<
hugepd_shift
(*(hugepd_t *)pud));
in hugetlb_free_pud_range()
499
more = addr + (1UL <<
hugepd_shift
(*(hugepd_t *)pgd));
in hugetlb_free_pgd_range()
H
A
D
pgtable.c
494
pdshift =
hugepd_shift
(*hpdp);
in __find_linux_pte()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
hugetlb-book3e.h
13
static inline unsigned int
hugepd_shift
(hugepd_t hpd)
in hugepd_shift()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
hugetlb-e500.h
13
static inline unsigned int
hugepd_shift
(hugepd_t hpd)
in hugepd_shift()
function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
hugetlb.h
69
#define
hugepd_shift
(x) 0
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
hugetlb-8xx.h
14
static inline unsigned int
hugepd_shift
(hugepd_t hpd)
in hugepd_shift()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
hugetlb.h
70
#define
hugepd_shift
(x) 0
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
hugetlb-8xx.h
14
static inline unsigned int
hugepd_shift
(hugepd_t hpd)
in hugepd_shift()
function
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
283
int shift =
hugepd_shift
(*phpd);
in walk_hugepd()
/kernel/linux/linux-6.6/mm/
H
A
D
pagewalk.c
82
int shift =
hugepd_shift
(*phpd);
in walk_hugepd_range()
H
A
D
gup.c
2831
unsigned long sz = 1UL <<
hugepd_shift
(hugepd);
in gup_huge_pd()
/kernel/linux/linux-5.10/mm/
H
A
D
gup.c
2405
unsigned long sz = 1UL <<
hugepd_shift
(hugepd);
in gup_huge_pd()
Completed in 15 milliseconds