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:is_hugepd
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable-64k.h
43
#define
is_hugepd
(pdep) 0
macro
H
A
D
pgtable-4k.h
40
#define
is_hugepd
(hpd) (hugepd_ok(hpd))
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
pgtable.c
383
if (
is_hugepd
(__hugepd(p4d_val(p4d)))) {
in __find_linux_pte()
405
if (
is_hugepd
(__hugepd(pud_val(pud)))) {
in __find_linux_pte()
444
if (
is_hugepd
(__hugepd(pmd_val(pmd)))) {
in __find_linux_pte()
H
A
D
hugetlbpage.c
370
if (!
is_hugepd
(__hugepd(pmd_val(*pmd)))) {
in hugetlb_free_pmd_range()
427
if (!
is_hugepd
(__hugepd(pud_val(*pud)))) {
in hugetlb_free_pud_range()
498
if (!
is_hugepd
(__hugepd(pgd_val(*pgd)))) {
in hugetlb_free_pgd_range()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
pgtable.c
421
if (
is_hugepd
(__hugepd(p4d_val(p4d)))) {
in __find_linux_pte()
443
if (
is_hugepd
(__hugepd(pud_val(pud)))) {
in __find_linux_pte()
482
if (
is_hugepd
(__hugepd(pmd_val(pmd)))) {
in __find_linux_pte()
H
A
D
hugetlbpage.c
375
if (!
is_hugepd
(__hugepd(pmd_val(*pmd)))) {
in hugetlb_free_pmd_range()
424
if (!
is_hugepd
(__hugepd(pud_val(*pud)))) {
in hugetlb_free_pud_range()
487
if (!
is_hugepd
(__hugepd(pgd_val(*pgd)))) {
in hugetlb_free_pgd_range()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable-64k.h
52
#define
is_hugepd
(pdep) 0
macro
H
A
D
pgtable-4k.h
50
#define
is_hugepd
(hpd) (hugepd_ok(hpd))
macro
/kernel/linux/linux-6.6/mm/
H
A
D
pagewalk.c
162
if (
is_hugepd
(__hugepd(pmd_val(*pmd))))
in walk_pmd_range()
218
if (
is_hugepd
(__hugepd(pud_val(*pud))))
in walk_pud_range()
253
if (
is_hugepd
(__hugepd(p4d_val(*p4d))))
in walk_p4d_range()
290
if (
is_hugepd
(__hugepd(pgd_val(*pgd))))
in walk_pgd_range()
H
A
D
gup.c
3005
} else if (unlikely(
is_hugepd
(__hugepd(pmd_val(pmd))))) {
in gup_pmd_range()
3037
} else if (unlikely(
is_hugepd
(__hugepd(pud_val(pud))))) {
in gup_pud_range()
3062
if (unlikely(
is_hugepd
(__hugepd(p4d_val(p4d))))) {
in gup_p4d_range()
3090
} else if (unlikely(
is_hugepd
(__hugepd(pgd_val(pgd))))) {
in gup_pgd_range()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
page.h
313
#define
is_hugepd
(pdep) (0)
macro
/kernel/linux/linux-5.10/mm/
H
A
D
gup.c
580
if (
is_hugepd
(__hugepd(pmd_val(pmdval)))) {
in follow_pmd_mask()
690
if (
is_hugepd
(__hugepd(pud_val(*pud)))) {
in follow_pud_mask()
726
if (
is_hugepd
(__hugepd(p4d_val(*p4d)))) {
in follow_p4d_mask()
784
if (
is_hugepd
(__hugepd(pgd_val(*pgd)))) {
in follow_page_mask()
2551
} else if (unlikely(
is_hugepd
(__hugepd(pmd_val(pmd))))) {
in gup_pmd_range()
2583
} else if (unlikely(
is_hugepd
(__hugepd(pud_val(pud))))) {
in gup_pud_range()
2608
if (unlikely(
is_hugepd
(__hugepd(p4d_val(p4d))))) {
in gup_p4d_range()
2636
} else if (unlikely(
is_hugepd
(__hugepd(pgd_val(pgd))))) {
in gup_pgd_range()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
pgtable.h
288
#define
is_hugepd
(hpd) (hugepd_ok(hpd))
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
pgtable.h
269
#define
is_hugepd
(hpd) (hugepd_ok(hpd))
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
hugetlb.h
20
#ifndef
is_hugepd
22
#define
is_hugepd
(hugepd) (0)
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
345
else if (
is_hugepd
(__hugepd(p4d_val(*p4d))))
in walk_pagetables()
/kernel/linux/linux-6.6/include/linux/
H
A
D
hugetlb.h
25
#define
is_hugepd
(hugepd) (0)
macro
Completed in 19 milliseconds