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_sect
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable-3level.h
116
#define
pmd_sect
(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \
macro
118
#define pmd_large(pmd)
pmd_sect
(pmd)
119
#define pmd_leaf(pmd)
pmd_sect
(pmd)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgtable-3level.h
119
#define
pmd_sect
(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \
macro
121
#define pmd_large(pmd)
pmd_sect
(pmd)
122
#define pmd_leaf(pmd)
pmd_sect
(pmd)
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
mmu.c
187
BUG_ON(
pmd_sect
(pmd));
in alloc_init_cont_pte()
804
if (
pmd_sect
(pmd))
in kern_addr_valid()
887
if (
pmd_sect
(pmd)) {
in unmap_hotplug_pmd_range()
1034
WARN_ON(!pmd_present(pmd) || !pmd_table(pmd) ||
pmd_sect
(pmd));
in free_empty_pmd_table()
1418
if (!
pmd_sect
(READ_ONCE(*pmdp)))
in pmd_clear_huge()
H
A
D
pageattr.c
229
if (
pmd_sect
(pmd))
in kernel_page_present()
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
pageattr.c
244
if (
pmd_sect
(pmd))
in kernel_page_present()
H
A
D
mmu.c
205
BUG_ON(
pmd_sect
(pmd));
in alloc_init_cont_pte()
885
if (
pmd_sect
(pmd)) {
in unmap_hotplug_pmd_range()
1032
WARN_ON(!pmd_present(pmd) || !pmd_table(pmd) ||
pmd_sect
(pmd));
in free_empty_pmd_table()
1209
if (!
pmd_sect
(READ_ONCE(*pmdp)))
in pmd_clear_huge()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
pgtable.h
517
#define
pmd_sect
(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \
macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
pgtable.h
593
#define
pmd_sect
(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \
macro
Completed in 11 milliseconds