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_uffd_wp
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
pgtable_uffd.h
5
static __always_inline int
pte_uffd_wp
(pte_t pte)
in pte_uffd_wp()
function
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
pgtable_uffd.h
5
static __always_inline int
pte_uffd_wp
(pte_t pte)
in pte_uffd_wp()
function
H
A
D
hugetlb.h
57
return
pte_uffd_wp
(pte);
in huge_pte_uffd_wp()
/kernel/linux/linux-5.10/include/linux/
H
A
D
userfaultfd_k.h
68
return userfaultfd_wp(vma) &&
pte_uffd_wp
(pte);
in userfaultfd_pte_wp()
/kernel/linux/linux-6.6/include/linux/
H
A
D
userfaultfd_k.h
149
return userfaultfd_wp(vma) &&
pte_uffd_wp
(pte);
in userfaultfd_pte_wp()
H
A
D
mm_inline.h
588
if (unlikely(pte_present(pteval) &&
pte_uffd_wp
(pteval)))
in pte_install_uffd_wp_if_needed()
/kernel/linux/linux-5.10/mm/
H
A
D
rmap.c
1643
if (
pte_uffd_wp
(pteval))
in try_to_unmap_one()
1734
if (
pte_uffd_wp
(pteval))
in try_to_unmap_one()
H
A
D
khugepaged.c
625
if (
pte_uffd_wp
(pteval)) {
in __collapse_huge_page_isolate()
1263
* comment below for
pte_uffd_wp
().
in khugepaged_scan_pmd()
1288
if (
pte_uffd_wp
(pteval)) {
in khugepaged_scan_pmd()
H
A
D
migrate.c
2465
if (
pte_uffd_wp
(pte))
in migrate_vma_collect_pmd()
/kernel/linux/linux-6.6/mm/
H
A
D
rmap.c
1774
if (
pte_uffd_wp
(pteval))
in try_to_unmap_one()
2130
if (
pte_uffd_wp
(pteval))
in try_to_migrate_one()
2275
if (
pte_uffd_wp
(pteval))
in page_make_device_exclusive_one()
H
A
D
migrate_device.c
239
if (
pte_uffd_wp
(pte))
in migrate_vma_collect_pmd()
H
A
D
khugepaged.c
569
if (
pte_uffd_wp
(pteval)) {
in __collapse_huge_page_isolate()
1279
* comment below for
pte_uffd_wp
().
in hpage_collapse_scan_pmd()
1304
if (
pte_uffd_wp
(pteval)) {
in hpage_collapse_scan_pmd()
H
A
D
memory.c
3141
if (
pte_uffd_wp
(vmf->orig_pte))
in wp_page_copy()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable.h
318
static inline int
pte_uffd_wp
(pte_t pte)
in pte_uffd_wp()
function
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable.h
388
static inline int
pte_uffd_wp
(pte_t pte)
in pte_uffd_wp()
function
/kernel/linux/linux-6.6/fs/proc/
H
A
D
task_mmu.c
1433
if (
pte_uffd_wp
(pte))
in pte_to_pagemap_entry()
Completed in 33 milliseconds