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:pud_is_leaf
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pgtable.h
141
#ifndef
pud_is_leaf
142
#define
pud_is_leaf
pud_is_leaf
macro
143
static inline bool
pud_is_leaf
(pud_t pud)
in pud_is_leaf()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pgtable.h
150
#ifndef
pud_is_leaf
151
#define
pud_is_leaf
pud_is_leaf
macro
152
static inline bool
pud_is_leaf
(pud_t pud)
in pud_is_leaf()
function
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
pgtable_64.c
115
if (
pud_is_leaf
(pud)) {
in pud_page()
H
A
D
pgtable.c
400
if (
pud_is_leaf
(pud)) {
in __find_linux_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
pgtable_64.c
114
if (
pud_is_leaf
(pud)) {
in pud_page()
H
A
D
pgtable.c
438
if (
pud_is_leaf
(pud)) {
in __find_linux_pte()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
radix_pgtable.c
205
if (
pud_is_leaf
(*pudp)) {
in radix__change_memory_range()
863
if (
pud_is_leaf
(*pud)) {
in remove_pud_table()
1156
if (
pud_is_leaf
(*pud)) {
in pud_clear_huge()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
1387
#define
pud_is_leaf
pud_is_leaf
macro
1388
#define pud_leaf
pud_is_leaf
1389
static inline bool
pud_is_leaf
(pud_t pud)
in pud_is_leaf()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
1492
#define
pud_is_leaf
pud_is_leaf
macro
1493
#define pud_leaf
pud_is_leaf
1494
static inline bool
pud_is_leaf
(pud_t pud)
in pud_is_leaf()
function
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
506
if (
pud_is_leaf
(*p)) {
in kvmppc_unmap_free_pud()
609
if (pud && pud_present(*pud) && !
pud_is_leaf
(*pud))
in kvmppc_create_pte()
632
if (
pud_is_leaf
(*pud)) {
in kvmppc_create_pte()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
530
if (
pud_is_leaf
(*p)) {
in kvmppc_unmap_free_pud()
633
if (pud && pud_present(*pud) && !
pud_is_leaf
(*pud))
in kvmppc_create_pte()
656
if (
pud_is_leaf
(*pud)) {
in kvmppc_create_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
radix_pgtable.c
207
if (
pud_is_leaf
(*pudp)) {
in radix__change_memory_range()
810
if (
pud_is_leaf
(*pud)) {
in remove_pud_table()
1557
if (
pud_is_leaf
(*pud)) {
in pud_clear_huge()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
322
if (!pud_none(*pud) && !
pud_is_leaf
(*pud))
in walk_pud()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
3289
if (
pud_is_leaf
(*pudp)) {
in show_pte()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
3359
if (
pud_is_leaf
(*pudp)) {
in show_pte()
Completed in 25 milliseconds