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:MMU_DR_PGT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/mmu/
H
A
D
mmu.c
52
if (hdev->mmu_func[
MMU_DR_PGT
].init != NULL) {
in hl_mmu_init()
53
rc = hdev->mmu_func[
MMU_DR_PGT
].init(hdev);
in hl_mmu_init()
67
if (hdev->mmu_func[
MMU_DR_PGT
].fini != NULL)
in hl_mmu_init()
68
hdev->mmu_func[
MMU_DR_PGT
].fini(hdev);
in hl_mmu_init()
88
if (hdev->mmu_func[
MMU_DR_PGT
].fini != NULL)
in hl_mmu_fini()
89
hdev->mmu_func[
MMU_DR_PGT
].fini(hdev);
in hl_mmu_fini()
113
if (hdev->mmu_func[
MMU_DR_PGT
].ctx_init != NULL) {
in hl_mmu_ctx_init()
114
rc = hdev->mmu_func[
MMU_DR_PGT
].ctx_init(ctx);
in hl_mmu_ctx_init()
128
if (hdev->mmu_func[
MMU_DR_PGT
].fini != NULL)
in hl_mmu_ctx_init()
129
hdev->mmu_func[
MMU_DR_PGT
]
in hl_mmu_ctx_init()
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
habanalabs.h
108
* @
MMU_DR_PGT
: page-table is located on device DRAM.
113
MMU_DR_PGT
= 0, /* device-dram-resident MMU PGT */
enumerator
Completed in 9 milliseconds