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:get_next_hop_addr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
mmu_v1.c
221
static inline u64
get_next_hop_addr
(struct hl_ctx *ctx, u64 curr_pte)
in get_next_hop_addr()
function
232
u64 hop_addr =
get_next_hop_addr
(ctx, curr_pte);
in get_alloc_next_hop_addr()
546
hop1_addr =
get_next_hop_addr
(ctx, curr_pte);
in _hl_mmu_v1_unmap()
555
hop2_addr =
get_next_hop_addr
(ctx, curr_pte);
in _hl_mmu_v1_unmap()
564
hop3_addr =
get_next_hop_addr
(ctx, curr_pte);
in _hl_mmu_v1_unmap()
582
hop4_addr =
get_next_hop_addr
(ctx, curr_pte);
in _hl_mmu_v1_unmap()
H
A
D
debugfs.c
365
static inline u64
get_next_hop_addr
(u64 curr_pte)
in get_next_hop_addr()
function
418
hop1_addr =
get_next_hop_addr
(hop0_pte);
in mmu_show()
425
hop2_addr =
get_next_hop_addr
(hop1_pte);
in mmu_show()
432
hop3_addr =
get_next_hop_addr
(hop2_pte);
in mmu_show()
442
hop4_addr =
get_next_hop_addr
(hop3_pte);
in mmu_show()
458
hop4_addr =
get_next_hop_addr
(hop3_pte);
in mmu_show()
468
hop5_addr =
get_next_hop_addr
(hop4_pte);
in mmu_show()
646
hop_addr =
get_next_hop_addr
(hop_pte);
in device_va_to_pa()
653
hop_addr =
get_next_hop_addr
(hop_pte);
in device_va_to_pa()
660
hop_addr =
get_next_hop_addr
(hop_pt
in device_va_to_pa()
[all...]
Completed in 4 milliseconds