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_mkhuge
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
debug_vm_pgtable.c
331
WARN_ON(!pud_bad(
pud_mkhuge
(pud)));
in pud_basic_tests()
397
pud =
pud_mkhuge
(pud);
in pud_leaf_tests()
943
WARN_ON(!pud_trans_huge(
pud_mkhuge
(pud)));
in pud_thp_tests()
949
* WARN_ON(!pud_trans_huge(pud_mkinvalid(
pud_mkhuge
(pud))));
in pud_thp_tests()
950
* WARN_ON(!pud_present(pud_mkinvalid(
pud_mkhuge
(pud))));
in pud_thp_tests()
H
A
D
huge_memory.c
896
entry =
pud_mkhuge
(pfn_t_pud(pfn, prot));
in insert_pfn_pud()
/kernel/linux/linux-6.6/mm/
H
A
D
debug_vm_pgtable.c
337
WARN_ON(!pud_bad(
pud_mkhuge
(pud)));
in pud_basic_tests()
424
pud =
pud_mkhuge
(pud);
in pud_leaf_tests()
997
WARN_ON(!pud_trans_huge(
pud_mkhuge
(pud)));
in pud_thp_tests()
1003
* WARN_ON(!pud_trans_huge(pud_mkinvalid(
pud_mkhuge
(pud))));
in pud_thp_tests()
1004
* WARN_ON(!pud_present(pud_mkinvalid(
pud_mkhuge
(pud))));
in pud_thp_tests()
H
A
D
huge_memory.c
957
entry =
pud_mkhuge
(pfn_t_pud(pfn, prot));
in insert_pfn_pud()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
pgtable.h
463
#define
pud_mkhuge
(pud) (__pud(pud_val(pud) & ~PUD_TABLE_BIT))
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable.h
509
static inline pud_t
pud_mkhuge
(pud_t pud)
in pud_mkhuge()
function
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
pgtable.h
527
#define
pud_mkhuge
(pud) (__pud(pud_val(pud) & ~PUD_TABLE_BIT))
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
1324
static inline pud_t
pud_mkhuge
(pud_t pud)
in pud_mkhuge()
function
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable.h
667
static inline pud_t
pud_mkhuge
(pud_t pud)
in pud_mkhuge()
function
/kernel/linux/linux-5.10/arch/x86/mm/pat/
H
A
D
set_memory.c
1383
set_pud(pud,
pud_mkhuge
(pfn_pud(cpa->pfn,
in populate_pud()
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H
A
D
set_memory.c
1461
set_pud(pud,
pud_mkhuge
(pfn_pud(cpa->pfn,
in populate_pud()
Completed in 39 milliseconds