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:enable_4GB
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
mtk_iommu.c
423
if (data->
enable_4GB
)
in mtk_iommu_map()
465
if (data->
enable_4GB
&& pa >= MTK_IOMMU_4GB_MODE_REMAP_BASE)
in mtk_iommu_iova_to_phys()
589
regval = (data->protect_base >> 1) | (data->
enable_4GB
<< 31);
in mtk_iommu_hw_init()
595
if (data->
enable_4GB
&&
in mtk_iommu_hw_init()
684
data->
enable_4GB
= !!(val & F_DDR_4GB_SUPPORT_EN);
in mtk_iommu_probe()
H
A
D
mtk_iommu.h
65
bool
enable_4GB
;
member
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vpu/
H
A
D
mtk_vpu.c
186
* @
enable_4GB
: VPU 4GB mode on/off
213
bool
enable_4GB
;
member
689
u32 offset_4gb = vpu->
enable_4GB
? 0x40000000 : 0;
in vpu_alloc_ext_mem()
860
vpu->
enable_4GB
= !!(totalram_pages() > (SZ_2G >> PAGE_SHIFT));
in mtk_vpu_probe()
861
dev_info(dev, "4GB mode %u\n", vpu->
enable_4GB
);
in mtk_vpu_probe()
863
if (vpu->
enable_4GB
) {
in mtk_vpu_probe()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vpu/
H
A
D
mtk_vpu.c
193
* @
enable_4GB
: VPU 4GB mode on/off
220
bool
enable_4GB
;
member
719
u32 offset_4gb = vpu->
enable_4GB
? 0x40000000 : 0;
in vpu_alloc_ext_mem()
887
vpu->
enable_4GB
= !!(totalram_pages() > (SZ_2G >> PAGE_SHIFT));
in mtk_vpu_probe()
888
dev_info(dev, "4GB mode %u\n", vpu->
enable_4GB
);
in mtk_vpu_probe()
890
if (vpu->
enable_4GB
) {
in mtk_vpu_probe()
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
mtk_iommu.c
258
bool
enable_4GB
;
member
667
dom->cfg.oas = data->
enable_4GB
? 33 : 32;
in mtk_iommu_domain_finalise()
786
if (dom->bank->parent_data->
enable_4GB
)
in mtk_iommu_map()
836
dom->bank->parent_data->
enable_4GB
&&
in mtk_iommu_iova_to_phys()
1037
if (data->
enable_4GB
&&
in mtk_iommu_hw_init()
1089
regval = (data->protect_base >> 1) | (data->
enable_4GB
<< 31);
in mtk_iommu_hw_init()
1286
data->
enable_4GB
= !!(val & F_DDR_4GB_SUPPORT_EN);
in mtk_iommu_probe()
Completed in 7 milliseconds