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_savedwrite
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
404
#define
pte_savedwrite
pte_savedwrite
macro
405
static inline bool
pte_savedwrite
(pte_t pte)
in pte_savedwrite()
function
417
#define
pte_savedwrite
pte_savedwrite
macro
418
static inline bool
pte_savedwrite
(pte_t pte)
in pte_savedwrite()
function
426
return __pte_write(pte) ||
pte_savedwrite
(pte);
in pte_write()
440
else if (unlikely(
pte_savedwrite
(*ptep)))
in ptep_set_wrprotect()
454
else if (unlikely(
pte_savedwrite
(*ptep)))
in huge_ptep_set_wrprotect()
638
if (unlikely(
pte_savedwrite
(pt
in pte_wrprotect()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
pgtable.h
389
#ifndef
pte_savedwrite
390
#define
pte_savedwrite
pte_write
macro
/kernel/linux/linux-5.10/mm/
H
A
D
debug_vm_pgtable.c
143
WARN_ON(!
pte_savedwrite
(pte_mk_savedwrite(pte_clear_savedwrite(pte))));
in pte_savedwrite_tests()
144
WARN_ON(
pte_savedwrite
(pte_clear_savedwrite(pte_mk_savedwrite(pte))));
in pte_savedwrite_tests()
H
A
D
ksm.c
1064
(pte_protnone(*pvmw.pte) &&
pte_savedwrite
(*pvmw.pte)) ||
in write_protect_page()
H
A
D
memory.c
4345
bool was_writable =
pte_savedwrite
(vmf->orig_pte);
in do_numa_page()
Completed in 18 milliseconds