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_leaf
(Results
1 - 25
of
44
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/riscv/mm/
H
A
D
hugetlbpage.c
12
return
pmd_leaf
(pmd);
in pmd_huge()
H
A
D
pageattr.c
72
if (
pmd_leaf
(val)) {
in pageattr_pmd_entry()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
pgtable.h
174
#define
pmd_leaf
pmd_leaf
macro
175
static inline int
pmd_leaf
(pmd_t pmd)
in pmd_leaf()
function
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
pgtable.h
243
#define
pmd_leaf
pmd_leaf
macro
244
static inline int
pmd_leaf
(pmd_t pmd)
in pmd_leaf()
function
749
return
pmd_leaf
(pmd) && pmd_user(pmd);
in pmd_user_accessible_page()
761
return
pmd_leaf
(pmd);
in pmd_trans_huge()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
kfence.h
37
if (
pmd_leaf
(*pmd)) {
in arch_kfence_init_pool()
H
A
D
pgtable-2level.h
217
#define
pmd_leaf
(pmd) (pmd_val(pmd) & 2)
macro
H
A
D
pgtable-3level.h
122
#define
pmd_leaf
(pmd) pmd_sect(pmd)
macro
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
pgtable.c
66
if (!
pmd_leaf
(READ_ONCE(*pmd)))
in pmd_clear_huge()
H
A
D
pageattr.c
60
if (
pmd_leaf
(val)) {
in pageattr_pmd_entry()
111
if (
pmd_leaf
(*pmdp)) {
in __split_linear_mapping_pmd()
434
if (
pmd_leaf
(*pmd))
in kernel_page_present()
H
A
D
fault.c
168
if (
pmd_leaf
(*pmd_k))
in vmalloc_fault()
H
A
D
hugetlbpage.c
409
return
pmd_leaf
(pmd);
in pmd_huge()
/kernel/linux/linux-6.6/mm/
H
A
D
hugetlb_vmemmap.c
48
head =
pmd_leaf
(*pmd) ? pmd_page(*pmd) : NULL;
in split_vmemmap_huge_pmd()
70
if (likely(
pmd_leaf
(*pmd))) {
in split_vmemmap_huge_pmd()
510
if (
pmd_leaf
(pmd))
in vmemmap_should_optimize()
H
A
D
ptdump.c
110
if (
pmd_leaf
(val)) {
in ptdump_pmd_entry()
H
A
D
page_table_check.c
233
if (!pmd_bad(pmd) && !
pmd_leaf
(pmd)) {
in __page_table_check_pte_clear_range()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable-2level.h
195
#define
pmd_leaf
(pmd) (pmd_val(pmd) & 2)
macro
H
A
D
pgtable-3level.h
119
#define
pmd_leaf
(pmd) pmd_sect(pmd)
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
pgtable-levels.h
183
#define
pmd_leaf
(x) (pmd_val(x) & _PAGE_HW_SZ)
macro
/kernel/linux/linux-5.10/mm/
H
A
D
ptdump.c
101
if (
pmd_leaf
(val))
in ptdump_pmd_entry()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
pgtable.h
269
#define
pmd_leaf
(x) (pmd_val(x) & _PAGE_HW_SZ)
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable.h
326
#define
pmd_leaf
(pmd) ((pmd_val(pmd) & _PAGE_HUGE) != 0)
macro
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
hibernate.c
222
if (
pmd_leaf
(pmd)) {
in temp_pgtable_map_pmd()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
radix_pgtable.c
1152
if (
pmd_leaf
(*pmd))
in radix__vmemmap_populate_address()
1187
if (
pmd_leaf
(*pmd))
in vmemmap_compound_tail_page()
1250
if (
pmd_leaf
(READ_ONCE(*pmd))) {
in vmemmap_populate_compound_pages()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pgtable.h
1498
#ifndef
pmd_leaf
1499
#define
pmd_leaf
(x) 0
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
pgtable.h
1633
#ifndef
pmd_leaf
1634
#define
pmd_leaf
(x) 0
macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
pgtable.h
615
#define
pmd_leaf
(pmd) ((pmd_val(pmd) & _PAGE_HUGE) != 0)
macro
Completed in 20 milliseconds
1
2