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:pmd_is_leaf
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pgtable.h
133
#ifndef
pmd_is_leaf
134
#define
pmd_is_leaf
pmd_is_leaf
macro
135
static inline bool
pmd_is_leaf
(pmd_t pmd)
in pmd_is_leaf()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pgtable.h
142
#ifndef
pmd_is_leaf
143
#define
pmd_is_leaf
pmd_is_leaf
macro
144
static inline bool
pmd_is_leaf
(pmd_t pmd)
in pmd_is_leaf()
function
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
pgtable_64.c
129
if (
pmd_is_leaf
(pmd)) {
in pmd_page()
H
A
D
pgtable.c
439
if (
pmd_is_leaf
(pmd)) {
in __find_linux_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
pgtable_64.c
128
if (
pmd_is_leaf
(pmd)) {
in pmd_page()
H
A
D
pgtable.c
477
if (
pmd_is_leaf
(pmd)) {
in __find_linux_pte()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
radix_pgtable.c
212
if (
pmd_is_leaf
(*pmdp)) {
in radix__change_memory_range()
830
if (
pmd_is_leaf
(*pmd)) {
in remove_pmd_table()
1203
if (
pmd_is_leaf
(*pmd)) {
in pmd_clear_huge()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
1380
#define
pmd_is_leaf
pmd_is_leaf
macro
1381
#define pmd_leaf
pmd_is_leaf
1382
static inline bool
pmd_is_leaf
(pmd_t pmd)
in pmd_is_leaf()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
1485
#define
pmd_is_leaf
pmd_is_leaf
macro
1486
#define pmd_leaf
pmd_is_leaf
1487
static inline bool
pmd_is_leaf
(pmd_t pmd)
in pmd_is_leaf()
function
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
477
if (
pmd_is_leaf
(*p)) {
in kvmppc_unmap_free_pmd()
614
if (level == 0 && !(pmd && pmd_present(*pmd) && !
pmd_is_leaf
(*pmd)))
in kvmppc_create_pte()
683
if (
pmd_is_leaf
(*pmd)) {
in kvmppc_create_pte()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
501
if (
pmd_is_leaf
(*p)) {
in kvmppc_unmap_free_pmd()
638
if (level == 0 && !(pmd && pmd_present(*pmd) && !
pmd_is_leaf
(*pmd)))
in kvmppc_create_pte()
707
if (
pmd_is_leaf
(*pmd)) {
in kvmppc_create_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
radix_pgtable.c
214
if (
pmd_is_leaf
(*pmdp)) {
in radix__change_memory_range()
770
if (
pmd_is_leaf
(*pmd)) {
in remove_pmd_table()
1604
if (
pmd_is_leaf
(*pmd)) {
in pmd_clear_huge()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
306
if (!pmd_none(*pmd) && !
pmd_is_leaf
(*pmd))
in walk_pmd()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
3303
if (
pmd_is_leaf
(*pmdp)) {
in show_pte()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
3373
if (
pmd_is_leaf
(*pmdp)) {
in show_pte()
Completed in 24 milliseconds