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_ok
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable-4k.h
44
static inline int
hugepd_ok
(hugepd_t hpd)
in hugepd_ok()
function
50
#define is_hugepd(hpd) (
hugepd_ok
(hpd))
H
A
D
pgtable-64k.h
47
static inline int
hugepd_ok
(hugepd_t hpd)
in hugepd_ok()
function
H
A
D
hugetlb.h
70
BUG_ON(!
hugepd_ok
(hpd));
in hugepd_page()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable-4k.h
34
static inline int
hugepd_ok
(hugepd_t hpd)
in hugepd_ok()
function
40
#define is_hugepd(hpd) (
hugepd_ok
(hpd))
H
A
D
pgtable-64k.h
38
static inline int
hugepd_ok
(hugepd_t hpd)
in hugepd_ok()
function
H
A
D
hugetlb.h
69
BUG_ON(!
hugepd_ok
(hpd));
in hugepd_page()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
hugetlb-book3e.h
7
if (WARN_ON(!
hugepd_ok
(hpd)))
in hugepd_page()
H
A
D
pgtable.h
262
static inline int
hugepd_ok
(hugepd_t hpd)
in hugepd_ok()
function
288
#define is_hugepd(hpd) (
hugepd_ok
(hpd))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
hugetlb-e500.h
7
if (WARN_ON(!
hugepd_ok
(hpd)))
in hugepd_page()
H
A
D
pgtable.h
249
static inline int
hugepd_ok
(hugepd_t hpd)
in hugepd_ok()
function
269
#define is_hugepd(hpd) (
hugepd_ok
(hpd))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
hugetlb-8xx.h
9
BUG_ON(!
hugepd_ok
(hpd));
in hugepd_page()
H
A
D
pgtable.h
233
static int
hugepd_ok
(hugepd_t hpd);
239
else if (
hugepd_ok
(*((hugepd_t *)pmd)))
in number_of_cells_per_pte()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
hugetlb-8xx.h
9
BUG_ON(!
hugepd_ok
(hpd));
in hugepd_page()
H
A
D
pgtable.h
234
static int
hugepd_ok
(hugepd_t hpd);
240
else if (
hugepd_ok
(*((hugepd_t *)pmd)))
in number_of_cells_per_pte()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
hugetlbpage.c
186
BUG_ON(!hugepd_none(*hpdp) && !
hugepd_ok
(*hpdp));
in huge_pte_alloc()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
hugetlbpage.c
188
BUG_ON(!hugepd_none(*hpdp) && !
hugepd_ok
(*hpdp));
in huge_pte_alloc()
Completed in 7 milliseconds