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:num_of_ptes
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
mmu_v1.c
72
pgt_info->
num_of_ptes
= 0;
in alloc_hop()
144
get_pgt_info(ctx, hop_addr)->
num_of_ptes
++;
in get_pte()
161
pgt_info->
num_of_ptes
--;
in put_pte()
167
num_of_ptes_left = pgt_info->
num_of_ptes
;
in put_pte()
517
pgt_info->phys_addr, ctx->asid, pgt_info->
num_of_ptes
);
in hl_mmu_v1_ctx_fini()
H
A
D
habanalabs.h
89
* @
num_of_ptes
: indicates how many ptes are used in the pgt.
101
int
num_of_ptes
;
member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/mmu/
H
A
D
mmu_v1.c
73
pgt_info->
num_of_ptes
= 0;
in alloc_hop()
145
get_pgt_info(ctx, hop_addr)->
num_of_ptes
++;
in get_pte()
162
pgt_info->
num_of_ptes
--;
in put_pte()
168
num_of_ptes_left = pgt_info->
num_of_ptes
;
in put_pte()
478
pgt_info->phys_addr, ctx->asid, pgt_info->
num_of_ptes
);
in hl_mmu_v1_ctx_fini()
H
A
D
mmu.c
1004
pgt_info->
num_of_ptes
--;
in hl_mmu_hr_put_pte()
1010
num_of_ptes_left = pgt_info->
num_of_ptes
;
in hl_mmu_hr_put_pte()
1025
hr_func->get_pgt_info(ctx, phys_hop_addr)->
num_of_ptes
++;
in hl_mmu_hr_get_pte()
1102
pgt_info->
num_of_ptes
= 0;
in hl_mmu_hr_alloc_hop()
H
A
D
mmu_v2_hr.c
109
pgt_info->phys_addr, ctx->asid, pgt_info->
num_of_ptes
);
in hl_mmu_v2_hr_ctx_fini()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
habanalabs.h
278
* @
num_of_ptes
: indicates how many ptes are used in the pgt. used only for dynamically
295
int
num_of_ptes
;
member
Completed in 16 milliseconds