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:PAGE_SIZE_4KB
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/hw_ip/mmu/
H
A
D
mmu_general.h
14
#define
PAGE_SIZE_4KB
(_AC(1, UL) << PAGE_SHIFT_4KB)
macro
37
#define HOP_TABLE_SIZE
PAGE_SIZE_4KB
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/hw_ip/mmu/
H
A
D
mmu_general.h
17
#define
PAGE_SIZE_4KB
_BITUL(PAGE_SHIFT_4KB)
macro
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H
A
D
goya.c
435
prop->pmmu.page_size =
PAGE_SIZE_4KB
;
in goya_get_fixed_properties()
4904
for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off +=
PAGE_SIZE_4KB
) {
in goya_mmu_add_mappings_for_device_cpu()
4908
PAGE_SIZE_4KB
, true);
in goya_mmu_add_mappings_for_device_cpu()
4912
cpu_off -=
PAGE_SIZE_4KB
;
in goya_mmu_add_mappings_for_device_cpu()
4931
for (; cpu_off >= 0 ; cpu_off -=
PAGE_SIZE_4KB
)
in goya_mmu_add_mappings_for_device_cpu()
4934
PAGE_SIZE_4KB
, true))
in goya_mmu_add_mappings_for_device_cpu()
4971
for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off +=
PAGE_SIZE_4KB
)
in goya_mmu_remove_device_cpu_mappings()
4974
PAGE_SIZE_4KB
,
in goya_mmu_remove_device_cpu_mappings()
4975
(cpu_off +
PAGE_SIZE_4KB
) >= SZ_2M))
in goya_mmu_remove_device_cpu_mappings()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
445
prop->pmmu.page_size =
PAGE_SIZE_4KB
;
in goya_set_fixed_properties()
4933
for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off +=
PAGE_SIZE_4KB
) {
in goya_mmu_add_mappings_for_device_cpu()
4937
PAGE_SIZE_4KB
, true);
in goya_mmu_add_mappings_for_device_cpu()
4941
cpu_off -=
PAGE_SIZE_4KB
;
in goya_mmu_add_mappings_for_device_cpu()
4960
for (; cpu_off >= 0 ; cpu_off -=
PAGE_SIZE_4KB
)
in goya_mmu_add_mappings_for_device_cpu()
4963
PAGE_SIZE_4KB
, true))
in goya_mmu_add_mappings_for_device_cpu()
5001
for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off +=
PAGE_SIZE_4KB
)
in goya_mmu_remove_device_cpu_mappings()
5004
PAGE_SIZE_4KB
,
in goya_mmu_remove_device_cpu_mappings()
5005
(cpu_off +
PAGE_SIZE_4KB
) >= SZ_2M))
in goya_mmu_remove_device_cpu_mappings()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H
A
D
gaudi.c
443
prop->pmmu.page_size =
PAGE_SIZE_4KB
;
in gaudi_get_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudi.c
632
prop->pmmu.page_size =
PAGE_SIZE_4KB
;
in gaudi_set_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
2410
prop->pmmu.page_size =
PAGE_SIZE_4KB
;
in gaudi2_set_fixed_properties()
Completed in 42 milliseconds