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_to_entrylo
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
tlb-r4k.c
333
lo =
pte_to_entrylo
(pte_val(*ptep));
in __update_tlb()
351
write_c0_entrylo0(
pte_to_entrylo
(ptep->pte_high));
in __update_tlb()
355
write_c0_entrylo1(
pte_to_entrylo
(ptep->pte_high));
in __update_tlb()
364
write_c0_entrylo0(
pte_to_entrylo
(pte_val(*ptep++)));
in __update_tlb()
365
write_c0_entrylo1(
pte_to_entrylo
(pte_val(*ptep)));
in __update_tlb()
H
A
D
init.c
101
entrylo =
pte_to_entrylo
(pte.pte_high);
in __kmap_pgprot()
105
entrylo =
pte_to_entrylo
(pte_val(pte));
in __kmap_pgprot()
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
tlb-r4k.c
333
lo =
pte_to_entrylo
(pte_val(*ptep));
in __update_tlb()
356
write_c0_entrylo0(
pte_to_entrylo
(ptep->pte_high));
in __update_tlb()
360
write_c0_entrylo1(
pte_to_entrylo
(ptep->pte_high));
in __update_tlb()
369
write_c0_entrylo0(
pte_to_entrylo
(pte_val(*ptep++)));
in __update_tlb()
370
write_c0_entrylo1(
pte_to_entrylo
(pte_val(*ptep)));
in __update_tlb()
H
A
D
init.c
100
entrylo =
pte_to_entrylo
(pte.pte_high);
in __kmap_pgprot()
104
entrylo =
pte_to_entrylo
(pte_val(pte));
in __kmap_pgprot()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-bits.h
211
*
pte_to_entrylo
converts a page table entry (PTE) into a Mips
214
static inline uint64_t
pte_to_entrylo
(unsigned long pte_val)
in pte_to_entrylo()
function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-bits.h
211
*
pte_to_entrylo
converts a page table entry (PTE) into a Mips
214
static inline uint64_t
pte_to_entrylo
(unsigned long pte_val)
in pte_to_entrylo()
function
Completed in 5 milliseconds