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:find_init_mm_pte
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pte-walk.h
29
static inline pte_t *
find_init_mm_pte
(unsigned long ea, unsigned *hshift)
in find_init_mm_pte()
function
49
ptep =
find_init_mm_pte
(addr, &hugepage_shift);
in ppc_find_vmap_phys()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pte-walk.h
29
static inline pte_t *
find_init_mm_pte
(unsigned long ea, unsigned *hshift)
in find_init_mm_pte()
function
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
io-workarounds.c
77
ptep =
find_init_mm_pte
(vaddr, &hugepage_shift);
in iowa_mem_find_bus()
H
A
D
eeh.c
358
ptep =
find_init_mm_pte
(token, &hugepage_shift);
in eeh_token_to_phys()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_tlb.c
210
pte_t *ptep =
find_init_mm_pte
(start, &hugepage_shift);
in __flush_hash_table_range()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_tlb.c
210
pte_t *ptep =
find_init_mm_pte
(start, &hugepage_shift);
in __flush_hash_table_range()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_rm_mmu.c
35
p =
find_init_mm_pte
(addr, NULL);
in real_vmalloc_addr()
Completed in 6 milliseconds