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:SZ_1T
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
sizes.h
51
#define
SZ_1T
_AC(0x10000000000, ULL)
macro
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-xgene.c
53
#define
SZ_1T
(SZ_1G*1024ULL)
macro
470
if ((size > SZ_1K) && (size <
SZ_1T
) && !(*ib_reg_mask & (1 << 0))) {
in xgene_pcie_select_ib_reg()
475
if ((size > SZ_1M) && (size <
SZ_1T
) && !(*ib_reg_mask & (1 << 2))) {
in xgene_pcie_select_ib_reg()
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-xgene.c
466
if ((size > SZ_1K) && (size <
SZ_1T
) && !(*ib_reg_mask & (1 << 0))) {
in xgene_pcie_select_ib_reg()
471
if ((size > SZ_1M) && (size <
SZ_1T
) && !(*ib_reg_mask & (1 << 2))) {
in xgene_pcie_select_ib_reg()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
p2pdma.c
173
.size =
SZ_1T
,
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
init.c
87
#define LOG2_SZ_1T ilog2(
SZ_1T
)
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
2279
return randomize_page(max_t(unsigned long, mm->brk,
SZ_1T
), SZ_1G);
in arch_randomize_brk()
Completed in 9 milliseconds