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:hops_info
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
debugfs.c
432
struct hl_mmu_hop_info
hops_info
= {0};
in mmu_show()
local
446
if (hl_mmu_get_tlb_info(ctx, virt_addr, &
hops_info
)) {
in mmu_show()
454
if (
hops_info
.scrambled_vaddr &&
in mmu_show()
455
(dev_entry->mmu_addr !=
hops_info
.scrambled_vaddr))
in mmu_show()
459
hops_info
.scrambled_vaddr,
in mmu_show()
460
hops_info
.unscrambled_paddr, phys_addr);
in mmu_show()
466
for (i = 0 ; i <
hops_info
.used_hops ; i++) {
in mmu_show()
468
i,
hops_info
.hop_info[i].hop_addr);
in mmu_show()
470
i,
hops_info
.hop_info[i].hop_pte_addr);
in mmu_show()
472
i,
hops_info
in mmu_show()
[all...]
Completed in 3 milliseconds