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:p4d_is_leaf
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pgtable.h
149
#ifndef
p4d_is_leaf
150
#define
p4d_is_leaf
p4d_is_leaf
macro
151
static inline bool
p4d_is_leaf
(p4d_t p4d)
in p4d_is_leaf()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pgtable.h
158
#ifndef
p4d_is_leaf
159
#define
p4d_is_leaf
p4d_is_leaf
macro
160
static inline bool
p4d_is_leaf
(p4d_t p4d)
in p4d_is_leaf()
function
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
pgtable_64.c
104
if (
p4d_is_leaf
(p4d)) {
in p4d_page()
H
A
D
pgtable.c
378
if (
p4d_is_leaf
(p4d)) {
in __find_linux_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
pgtable_64.c
103
if (
p4d_is_leaf
(p4d)) {
in p4d_page()
H
A
D
pgtable.c
416
if (
p4d_is_leaf
(p4d)) {
in __find_linux_pte()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
1394
#define
p4d_is_leaf
p4d_is_leaf
macro
1395
#define p4d_leaf
p4d_is_leaf
1396
static inline bool
p4d_is_leaf
(p4d_t p4d)
in p4d_is_leaf()
function
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
343
if (p4d_none(*p4d) ||
p4d_is_leaf
(*p4d))
in walk_pagetables()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
radix_pgtable.c
900
if (
p4d_is_leaf
(*p4d)) {
in remove_pagetable()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
radix_pgtable.c
848
if (
p4d_is_leaf
(*p4d)) {
in remove_pagetable()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
3275
if (
p4d_is_leaf
(*p4dp)) {
in show_pte()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
3345
if (
p4d_is_leaf
(*p4dp)) {
in show_pte()
Completed in 18 milliseconds