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_sect
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
mmu.c
261
BUG_ON(
pud_sect
(pud));
in alloc_init_cont_pmd()
796
if (
pud_sect
(pud))
in kern_addr_valid()
920
if (
pud_sect
(pud)) {
in unmap_hotplug_pud_range()
1074
WARN_ON(!pud_present(pud) || !pud_table(pud) ||
pud_sect
(pud));
in free_empty_pud_table()
1410
if (!
pud_sect
(READ_ONCE(*pudp)))
in pud_clear_huge()
H
A
D
pageattr.c
222
if (
pud_sect
(pud))
in kernel_page_present()
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
pageattr.c
237
if (
pud_sect
(pud))
in kernel_page_present()
H
A
D
mmu.c
283
BUG_ON(
pud_sect
(pud));
in alloc_init_cont_pmd()
918
if (
pud_sect
(pud)) {
in unmap_hotplug_pud_range()
1072
WARN_ON(!pud_present(pud) || !pud_table(pud) ||
pud_sect
(pud));
in free_empty_pud_table()
1201
if (!
pud_sect
(READ_ONCE(*pudp)))
in pud_clear_huge()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
pgtable.h
523
static inline bool
pud_sect
(pud_t pud) { return false; }
in pud_sect()
function
526
#define
pud_sect
(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \
macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
pgtable.h
602
static inline bool
pud_sect
(pud_t pud) { return false; }
in pud_sect()
function
605
#define
pud_sect
(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \
macro
Completed in 14 milliseconds