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:HOST_PHYS_BASE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/goya/
H
A
D
goya.h
26
#define
HOST_PHYS_BASE
0x8000000000ull /* 0.5TB */
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/goya/
H
A
D
goya.h
26
#define
HOST_PHYS_BASE
0x8000000000ull /* 0.5TB */
macro
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/gaudi/
H
A
D
gaudi.h
34
#define
HOST_PHYS_BASE
0x8000000000ull /* 0.5TB */
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi/
H
A
D
gaudi.h
34
#define
HOST_PHYS_BASE
0x8000000000ull /* 0.5TB */
macro
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H
A
D
goya.c
546
outbound_region.addr =
HOST_PHYS_BASE
;
in goya_init_iatu()
2679
(dma_addr -
HOST_PHYS_BASE
), size);
in goya_cb_mmap()
2782
*dma_handle +=
HOST_PHYS_BASE
;
in goya_dma_alloc_coherent()
2791
dma_addr_t fixed_dma_handle = dma_handle -
HOST_PHYS_BASE
;
in goya_dma_free_coherent()
3051
*dma_handle +=
HOST_PHYS_BASE
;
in goya_dma_pool_zalloc()
3060
dma_addr_t fixed_dma_addr = dma_addr -
HOST_PHYS_BASE
;
in goya_dma_pool_free()
3094
sg->dma_address +=
HOST_PHYS_BASE
;
in goya_dma_map_sg()
3107
sg->dma_address -=
HOST_PHYS_BASE
;
in goya_dma_unmap_sg()
4077
} else if (addr >=
HOST_PHYS_BASE
&& !iommu_present(&pci_bus_type)) {
in goya_debugfs_read32()
4078
*val = *(u32 *) phys_to_virt(addr -
HOST_PHYS_BASE
);
in goya_debugfs_read32()
[all...]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H
A
D
gaudi.c
557
outbound_region.addr =
HOST_PHYS_BASE
;
in gaudi_init_iatu()
3123
(dma_addr -
HOST_PHYS_BASE
), size);
in gaudi_cb_mmap()
3400
*dma_handle +=
HOST_PHYS_BASE
;
in gaudi_dma_alloc_coherent()
3409
dma_addr_t fixed_dma_handle = dma_handle -
HOST_PHYS_BASE
;
in gaudi_dma_free_coherent()
3574
*dma_handle +=
HOST_PHYS_BASE
;
in gaudi_dma_pool_zalloc()
3583
dma_addr_t fixed_dma_addr = dma_addr -
HOST_PHYS_BASE
;
in gaudi_dma_pool_free()
3611
sg->dma_address +=
HOST_PHYS_BASE
;
in gaudi_dma_map_sg()
3624
sg->dma_address -=
HOST_PHYS_BASE
;
in gaudi_dma_unmap_sg()
4574
} else if (addr >=
HOST_PHYS_BASE
&& !iommu_present(&pci_bus_type)) {
in gaudi_debugfs_read32()
4575
*val = *(u32 *) phys_to_virt(addr -
HOST_PHYS_BASE
);
in gaudi_debugfs_read32()
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
393
prop->device_dma_offset_for_host_access =
HOST_PHYS_BASE
;
in goya_set_fixed_properties()
394
prop->host_base_address =
HOST_PHYS_BASE
;
in goya_set_fixed_properties()
586
outbound_region.addr =
HOST_PHYS_BASE
;
in goya_init_iatu()
2892
(dma_addr -
HOST_PHYS_BASE
), size);
in goya_mmap()
2998
*dma_handle +=
HOST_PHYS_BASE
;
in goya_dma_alloc_coherent()
3007
dma_addr_t fixed_dma_handle = dma_handle -
HOST_PHYS_BASE
;
in goya_dma_free_coherent()
3266
*dma_handle +=
HOST_PHYS_BASE
;
in goya_dma_pool_zalloc()
3275
dma_addr_t fixed_dma_addr = dma_addr -
HOST_PHYS_BASE
;
in goya_dma_pool_free()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudi.c
573
prop->device_dma_offset_for_host_access =
HOST_PHYS_BASE
;
in gaudi_set_fixed_properties()
574
prop->host_base_address =
HOST_PHYS_BASE
;
in gaudi_set_fixed_properties()
786
outbound_region.addr =
HOST_PHYS_BASE
;
in gaudi_init_iatu()
4177
(dma_addr -
HOST_PHYS_BASE
), size);
in gaudi_mmap()
4544
*dma_handle +=
HOST_PHYS_BASE
;
in gaudi_dma_alloc_coherent()
4553
dma_addr_t fixed_dma_handle = dma_handle -
HOST_PHYS_BASE
;
in gaudi_dma_free_coherent()
4818
*dma_handle +=
HOST_PHYS_BASE
;
in gaudi_dma_pool_zalloc()
4827
dma_addr_t fixed_dma_addr = dma_addr -
HOST_PHYS_BASE
;
in gaudi_dma_pool_free()
Completed in 31 milliseconds