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:MAX_ASID
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/goya/
H
A
D
goya.h
33
#define
MAX_ASID
1024
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/goya/
H
A
D
goya.h
33
#define
MAX_ASID
2
macro
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/hw_ip/mmu/
H
A
D
mmu_general.h
39
#define HOP0_TABLES_TOTAL_SIZE (HOP_TABLE_SIZE *
MAX_ASID
)
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/gaudi/
H
A
D
gaudi.h
41
#define
MAX_ASID
1024
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/hw_ip/mmu/
H
A
D
mmu_general.h
39
#define HOP0_512_PTE_TABLES_TOTAL_SIZE (HOP_TABLE_SIZE_512_PTE *
MAX_ASID
)
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi/
H
A
D
gaudi.h
41
#define
MAX_ASID
2
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi2/
H
A
D
gaudi2.h
72
#define
MAX_ASID
2
macro
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
H
A
D
grumain.c
58
* Initially, assign asids sequentially from MIN_ASID ..
MAX_ASID
.
68
* Repeat until
MAX_ASID
is reached, then start over again.
70
* Each time
MAX_ASID
is reached, increment the asid generation. Since
77
* ^-next ^-limit ^-
MAX_ASID
99
limit =
MAX_ASID
;
in gru_reset_asid_limit()
119
limit =
MAX_ASID
;
in gru_reset_asid_limit()
120
if (asid >=
MAX_ASID
)
in gru_reset_asid_limit()
H
A
D
grufile.c
243
gru->gs_asid_limit =
MAX_ASID
;
in gru_init_chiplet()
H
A
D
grutables.h
282
#define
MAX_ASID
0xfffff0
macro
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/
H
A
D
grumain.c
58
* Initially, assign asids sequentially from MIN_ASID ..
MAX_ASID
.
68
* Repeat until
MAX_ASID
is reached, then start over again.
70
* Each time
MAX_ASID
is reached, increment the asid generation. Since
77
* ^-next ^-limit ^-
MAX_ASID
99
limit =
MAX_ASID
;
in gru_reset_asid_limit()
119
limit =
MAX_ASID
;
in gru_reset_asid_limit()
120
if (asid >=
MAX_ASID
)
in gru_reset_asid_limit()
H
A
D
grufile.c
243
gru->gs_asid_limit =
MAX_ASID
;
in gru_init_chiplet()
H
A
D
grutables.h
283
#define
MAX_ASID
0xfffff0
macro
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H
A
D
goya.c
444
prop->max_asid =
MAX_ASID
;
in goya_get_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
458
prop->max_asid =
MAX_ASID
;
in goya_set_fixed_properties()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H
A
D
gaudi.c
457
prop->max_asid =
MAX_ASID
;
in gaudi_get_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudi.c
650
prop->max_asid =
MAX_ASID
;
in gaudi_set_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
2422
prop->max_asid =
MAX_ASID
;
in gaudi2_set_fixed_properties()
Completed in 49 milliseconds