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_large
(Results
1 - 25
of
43
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
hugetlbpage.c
228
if (
pud_large
(*pudp))
in huge_pte_offset()
244
return
pud_large
(pud);
in pud_huge()
H
A
D
vmem.c
327
if (
pud_large
(*pud)) {
in modify_pud_table()
348
} else if (
pud_large
(*pud)) {
in modify_pud_table()
H
A
D
page-states.c
130
if (pud_none(*pud) ||
pud_large
(*pud))
in mark_kernel_pud()
H
A
D
pageattr.c
243
if (
pud_large
(*pudp)) {
in walk_pud_level()
/kernel/linux/linux-6.6/arch/s390/mm/
H
A
D
hugetlbpage.c
227
if (
pud_large
(*pudp))
in huge_pte_offset()
243
return
pud_large
(pud);
in pud_huge()
H
A
D
vmem.c
325
if (
pud_large
(*pud)) {
in modify_pud_table()
346
} else if (
pud_large
(*pud)) {
in modify_pud_table()
589
} else if (WARN_ON_ONCE(
pud_large
(*pud))) {
in vmem_get_alloc_pte()
H
A
D
page-states.c
120
if (pud_none(*pud) ||
pud_large
(*pud))
in mark_kernel_pud()
/kernel/linux/linux-5.10/arch/x86/power/
H
A
D
hibernate.c
173
if (
pud_large
(*pud)) {
in relocate_restore_code()
/kernel/linux/linux-6.6/arch/x86/power/
H
A
D
hibernate.c
173
if (
pud_large
(*pud)) {
in relocate_restore_code()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
ident_map.c
36
if (
pud_large
(*pud))
in ident_pud_init()
H
A
D
pti.c
220
if (
pud_large
(*pud)) {
in pti_user_pagetable_walk_pmd()
H
A
D
init_64.c
615
if (!
pud_large
(*pud)) {
in phys_pud_init()
1102
if (
pud_large
(*pud)) {
in remove_pud_table()
1399
if (
pud_large
(*pud))
in kern_addr_valid()
H
A
D
fault.c
390
if (!pud_present(*pud) ||
pud_large
(*pud))
in dump_pagetable()
1066
if (
pud_large
(*pud))
in spurious_kernel_fault()
H
A
D
mem_encrypt_identity.c
145
if (
pud_large
(*pud))
in sme_prepare_pgd()
H
A
D
kasan_init_64.c
120
if (!
pud_large
(*pud))
in kasan_populate_p4d()
H
A
D
pgtable.c
760
if (
pud_large
(*pud)) {
in pud_clear_huge()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
ident_map.c
36
if (
pud_large
(*pud))
in ident_pud_init()
H
A
D
pti.c
220
if (
pud_large
(*pud)) {
in pti_user_pagetable_walk_pmd()
H
A
D
fault.c
379
if (!pud_present(*pud) ||
pud_large
(*pud))
in dump_pagetable()
1040
if (
pud_large
(*pud))
in spurious_kernel_fault()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable.h
879
#define pud_leaf
pud_large
880
static inline int
pud_large
(pud_t pud)
in pud_large()
function
891
#define pud_leaf
pud_large
892
static inline int
pud_large
(pud_t pud)
in pud_large()
function
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
pgtable.h
687
#define pud_leaf
pud_large
688
static inline int
pud_large
(pud_t pud)
in pud_large()
function
712
if (type > _REGION_ENTRY_TYPE_R3 ||
pud_large
(pud))
in pud_bad()
1263
if (
pud_large
(pud))
in pud_deref()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable.h
1088
#define pud_leaf
pud_large
1089
static inline int
pud_large
(pud_t pud)
in pud_large()
function
1100
#define pud_leaf
pud_large
1101
static inline int
pud_large
(pud_t pud)
in pud_large()
function
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
pgtable_64.h
871
#define pud_leaf
pud_large
872
static inline unsigned long
pud_large
(pud_t pud)
in pud_large()
function
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
pgtable_64.h
869
#define pud_leaf
pud_large
870
static inline unsigned long
pud_large
(pud_t pud)
in pud_large()
function
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
pgtable.h
707
#define pud_leaf
pud_large
708
static inline int
pud_large
(pud_t pud)
in pud_large()
function
732
if (type > _REGION_ENTRY_TYPE_R3 ||
pud_large
(pud))
in pud_bad()
1399
if (
pud_large
(pud))
in pud_deref()
Completed in 48 milliseconds
1
2