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:uffd_wp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
mprotect.c
93
bool
uffd_wp
= cp_flags & MM_CP_UFFD_WP;
in change_pte_range()
local
168
if (
uffd_wp
)
in change_pte_range()
253
if (
uffd_wp
)
in change_pte_range()
270
if (likely(!
uffd_wp
))
in change_pte_range()
H
A
D
huge_memory.c
1812
bool
uffd_wp
= cp_flags & MM_CP_UFFD_WP;
in change_huge_pmd()
local
1848
if (
uffd_wp
)
in change_huge_pmd()
1910
if (
uffd_wp
)
in change_huge_pmd()
2073
bool young, write, soft_dirty, pmd_migration = false,
uffd_wp
= false;
in __split_huge_pmd_locked()
local
2162
uffd_wp
= pmd_swp_uffd_wp(old_pmd);
in __split_huge_pmd_locked()
2172
uffd_wp
= pmd_uffd_wp(old_pmd);
in __split_huge_pmd_locked()
2232
if (
uffd_wp
)
in __split_huge_pmd_locked()
2247
if (
uffd_wp
)
in __split_huge_pmd_locked()
H
A
D
hugetlb.c
5110
bool
uffd_wp
= pte_swp_uffd_wp(entry);
in copy_hugetlb_page_range()
local
5120
if (userfaultfd_wp(src_vma) &&
uffd_wp
)
in copy_hugetlb_page_range()
6579
bool
uffd_wp
= cp_flags & MM_CP_UFFD_WP;
in hugetlb_change_protection()
local
6602
if (!
uffd_wp
) {
in hugetlb_change_protection()
6623
WARN_ON_ONCE(
uffd_wp
|| uffd_wp_resolve);
in hugetlb_change_protection()
6649
if (
uffd_wp
)
in hugetlb_change_protection()
6668
if (
uffd_wp
)
in hugetlb_change_protection()
6676
if (unlikely(
uffd_wp
))
in hugetlb_change_protection()
H
A
D
memory.c
4105
bool
uffd_wp
= vmf_orig_pte_uffd_wp(vmf);
in do_anonymous_page()
local
4213
if (
uffd_wp
)
in do_anonymous_page()
4390
bool
uffd_wp
= vmf_orig_pte_uffd_wp(vmf);
in set_pte_range()
local
4405
if (unlikely(
uffd_wp
))
in set_pte_range()
/kernel/linux/linux-5.10/mm/
H
A
D
mprotect.c
51
bool
uffd_wp
= cp_flags & MM_CP_UFFD_WP;
in change_pte_range()
local
124
if (
uffd_wp
) {
in change_pte_range()
180
if (
uffd_wp
)
in change_pte_range()
H
A
D
huge_memory.c
1804
bool
uffd_wp
= cp_flags & MM_CP_UFFD_WP;
in change_huge_pmd()
local
1874
if (
uffd_wp
) {
in change_huge_pmd()
2035
bool young, write, soft_dirty, pmd_migration = false,
uffd_wp
= false;
in __split_huge_pmd_locked()
local
2119
uffd_wp
= pmd_swp_uffd_wp(old_pmd);
in __split_huge_pmd_locked()
2127
uffd_wp
= pmd_uffd_wp(old_pmd);
in __split_huge_pmd_locked()
2152
if (
uffd_wp
)
in __split_huge_pmd_locked()
2163
if (
uffd_wp
)
in __split_huge_pmd_locked()
Completed in 26 milliseconds