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:huge_pte_none
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
hugetlb.h
87
static inline int
huge_pte_none
(pte_t pte)
in huge_pte_none()
function
94
return
huge_pte_none
(pte);
in huge_pte_none_mostly()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
hugetlb.h
102
static inline int
huge_pte_none
(pte_t pte)
in huge_pte_none()
function
111
return
huge_pte_none
(pte) || is_pte_marker(pte);
in huge_pte_none_mostly()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
hugetlb.h
53
static inline int
huge_pte_none
(pte_t pte)
in huge_pte_none()
function
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
hugetlb.h
59
static inline int
huge_pte_none
(pte_t pte)
in huge_pte_none()
function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
hugetlb.h
62
static inline int
huge_pte_none
(pte_t pte)
in huge_pte_none()
function
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
hugetlb.h
56
static inline int
huge_pte_none
(pte_t pte)
in huge_pte_none()
function
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
hugetlb.h
85
static inline int
huge_pte_none
(pte_t pte)
in huge_pte_none()
function
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
hugetlb.h
77
static inline int
huge_pte_none
(pte_t pte)
in huge_pte_none()
function
/kernel/linux/linux-5.10/mm/
H
A
D
mincore.c
35
present = pte && !
huge_pte_none
(huge_ptep_get(pte));
in mincore_hugetlb()
H
A
D
hugetlb.c
3789
if (
huge_pte_none
(pte) || pte_present(pte))
in is_hugetlb_entry_migration()
3802
if (
huge_pte_none
(pte) || pte_present(pte))
in is_hugetlb_entry_hwpoisoned()
3862
if ((dst_pte == src_pte) || !
huge_pte_none
(dst_entry))
in copy_hugetlb_page_range()
3870
if (
huge_pte_none
(entry) || !
huge_pte_none
(dst_entry)) {
in copy_hugetlb_page_range()
3970
if (
huge_pte_none
(pte)) {
in __unmap_hugepage_range()
4205
BUG_ON(
huge_pte_none
(pte));
in hugetlb_cow()
4427
if (!
huge_pte_none
(huge_ptep_get(ptep))) {
in hugetlb_no_page()
4486
if (!
huge_pte_none
(huge_ptep_get(ptep)))
in hugetlb_no_page()
4613
if (
huge_pte_none
(entr
in hugetlb_fault()
[all...]
H
A
D
userfaultfd.c
304
if (!
huge_pte_none
(dst_pteval)) {
in __mcopy_atomic_hugetlb()
/kernel/linux/linux-6.6/mm/
H
A
D
hugetlb.c
4998
if (
huge_pte_none
(pte) || pte_present(pte))
in is_hugetlb_entry_migration()
5011
if (
huge_pte_none
(pte) || pte_present(pte))
in is_hugetlb_entry_hwpoisoned()
5099
if (
huge_pte_none
(entry)) {
in copy_hugetlb_page_range()
5288
if (
huge_pte_none
(huge_ptep_get(src_pte)))
in move_hugetlb_page_tables()
5361
if (
huge_pte_none
(pte)) {
in __unmap_hugepage_range()
6310
if (!
huge_pte_none
(huge_ptep_get(dst_pte))) {
in hugetlb_mfill_atomic_pte()
6661
} else if (!
huge_pte_none
(pte)) {
in hugetlb_change_protection()
/kernel/linux/linux-5.10/fs/
H
A
D
userfaultfd.c
253
if (
huge_pte_none
(pte))
in userfaultfd_huge_must_wait()
/kernel/linux/linux-6.6/fs/hugetlbfs/
H
A
D
inode.c
452
if (
huge_pte_none
(pte) || !pte_present(pte))
in hugetlb_vma_maps_page()
Completed in 23 milliseconds