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:pgd_leaf
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/mm/
H
A
D
pageattr.c
33
if (
pgd_leaf
(val)) {
in pageattr_pgd_entry()
/kernel/linux/linux-5.10/mm/
H
A
D
ptdump.c
42
if (
pgd_leaf
(val))
in ptdump_pgd_entry()
/kernel/linux/linux-6.6/mm/
H
A
D
ptdump.c
43
if (
pgd_leaf
(val)) {
in ptdump_pgd_entry()
H
A
D
vmalloc.c
677
if (WARN_ON_ONCE(
pgd_leaf
(*pgd)))
in vmalloc_to_page()
H
A
D
memory.c
2741
if (WARN_ON_ONCE(
pgd_leaf
(*pgd)))
in __apply_to_page_range()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
hibernate.c
327
if (
pgd_leaf
(pgd)) {
in temp_pgtable_mapping()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pgtable.h
1489
#ifndef
pgd_leaf
1490
#define
pgd_leaf
(x) 0
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
pgtable.h
1624
#ifndef
pgd_leaf
1625
#define
pgd_leaf
(x) 0
macro
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
pageattr.c
416
if (
pgd_leaf
(*pgd))
in kernel_page_present()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable.h
1192
#define
pgd_leaf
pgd_large
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable.h
1421
#define
pgd_leaf
pgd_large
macro
/kernel/linux/linux-6.6/kernel/events/
H
A
D
core.c
7534
if (
pgd_leaf
(pgd))
in perf_get_pgtable_size()
Completed in 39 milliseconds