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_cont
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
hugetlbpage.c
157
if (!pte_present(orig_pte) || !
pte_cont
(orig_pte))
in huge_ptep_get()
261
if (!
pte_cont
(pte)) {
in set_huge_pte_at()
413
if (!
pte_cont
(orig_pte))
in huge_ptep_get_and_clear()
461
if (!
pte_cont
(pte))
in huge_ptep_set_access_flags()
495
if (!
pte_cont
(READ_ONCE(*ptep))) {
in huge_ptep_set_wrprotect()
520
if (!
pte_cont
(READ_ONCE(*ptep)))
in huge_ptep_clear_flush()
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
hugetlbpage.c
227
if (!
pte_cont
(pte)) {
in set_huge_pte_at()
378
if (!
pte_cont
(orig_pte))
in huge_ptep_get_and_clear()
425
if (!
pte_cont
(pte))
in huge_ptep_set_access_flags()
459
if (!
pte_cont
(READ_ONCE(*ptep))) {
in huge_ptep_set_wrprotect()
483
if (!
pte_cont
(READ_ONCE(*ptep))) {
in huge_ptep_clear_flush()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
pgtable.h
109
#define
pte_cont
(pte) (!!(pte_val(pte) & PTE_CONT))
macro
487
#define pmd_cont(pmd)
pte_cont
(pmd_pte(pmd))
599
#define pte_leaf_size(pte) (
pte_cont
(pte) ? CONT_PTE_SIZE : PAGE_SIZE)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
pgtable.h
102
#define
pte_cont
(pte) (!!(pte_val(pte) & PTE_CONT))
macro
Completed in 6 milliseconds