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:pte_mkuffd_wp
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
pgtable_uffd.h
15
static __always_inline pte_t
pte_mkuffd_wp
(pte_t pte)
in pte_mkuffd_wp()
function
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
pgtable_uffd.h
15
static __always_inline pte_t
pte_mkuffd_wp
(pte_t pte)
in pte_mkuffd_wp()
function
H
A
D
hugetlb.h
47
return huge_pte_wrprotect(
pte_mkuffd_wp
(pte));
in huge_pte_mkuffd_wp()
/kernel/linux/linux-5.10/mm/
H
A
D
userfaultfd.c
107
_dst_pte =
pte_mkuffd_wp
(_dst_pte);
in mcopy_atomic_pte()
H
A
D
mprotect.c
126
ptent =
pte_mkuffd_wp
(ptent);
in change_pte_range()
H
A
D
huge_memory.c
2018
entry =
pte_mkuffd_wp
(entry);
in __split_huge_zero_page_pmd()
2164
entry =
pte_mkuffd_wp
(entry);
in __split_huge_pmd_locked()
H
A
D
migrate.c
247
pte =
pte_mkuffd_wp
(pte);
in remove_migration_pte()
H
A
D
memory.c
859
pte = pte_wrprotect(
pte_mkuffd_wp
(pte));
in copy_present_page()
3541
pte =
pte_mkuffd_wp
(pte);
in do_swap_page()
/kernel/linux/linux-6.6/mm/
H
A
D
mprotect.c
169
ptent =
pte_mkuffd_wp
(ptent);
in change_pte_range()
H
A
D
userfaultfd.c
91
_dst_pte =
pte_mkuffd_wp
(_dst_pte);
in mfill_atomic_install_pte()
H
A
D
memory.c
713
pte =
pte_mkuffd_wp
(pte);
in restore_exclusive_pte()
915
pte =
pte_mkuffd_wp
(pte);
in copy_present_page()
3142
entry =
pte_mkuffd_wp
(entry);
in wp_page_copy()
4031
pte =
pte_mkuffd_wp
(pte);
in do_swap_page()
4214
entry =
pte_mkuffd_wp
(entry);
in do_anonymous_page()
4406
entry =
pte_mkuffd_wp
(entry);
in set_pte_range()
H
A
D
huge_memory.c
2056
entry =
pte_mkuffd_wp
(entry);
in __split_huge_zero_page_pmd()
2248
entry =
pte_mkuffd_wp
(entry);
in __split_huge_pmd_locked()
H
A
D
migrate.c
225
pte =
pte_mkuffd_wp
(pte);
in remove_migration_pte()
H
A
D
swapfile.c
1829
new_pte =
pte_mkuffd_wp
(new_pte);
in unuse_pte()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable.h
323
static inline pte_t
pte_mkuffd_wp
(pte_t pte)
in pte_mkuffd_wp()
function
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable.h
409
static inline pte_t
pte_mkuffd_wp
(pte_t pte)
in pte_mkuffd_wp()
function
Completed in 49 milliseconds