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:TO_KB
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
arcregs.h
152
#define
TO_KB
(bytes) ((bytes) >> 10)
macro
153
#define TO_MB(bytes) (
TO_KB
(bytes) >> 10)
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
arcregs.h
152
#define
TO_KB
(bytes) ((bytes) >> 10)
macro
153
#define TO_MB(bytes) (
TO_KB
(bytes) >> 10)
/kernel/linux/linux-5.10/arch/arc/mm/
H
A
D
tlb.c
744
mmu->pg_sz_k =
TO_KB
(0x2000);
in read_decode_mmu_bcr()
835
if (mmu->pg_sz_k !=
TO_KB
(PAGE_SIZE))
in arc_mmu_init()
836
panic("MMU pg size != PAGE_SIZE (%luk)\n",
TO_KB
(PAGE_SIZE));
in arc_mmu_init()
H
A
D
cache.c
170
p_ic->alias = p_ic->sz_k/p_ic->assoc/
TO_KB
(PAGE_SIZE) > 1;
in read_decode_cache_bcr()
183
p_dc->alias = p_dc->sz_k/p_dc->assoc/
TO_KB
(PAGE_SIZE) > 1;
in read_decode_cache_bcr()
1253
int num_colors = dc->sz_k/dc->assoc/
TO_KB
(PAGE_SIZE);
in arc_cache_init_master()
/kernel/linux/linux-6.6/arch/arc/mm/
H
A
D
tlb.c
652
if (mmu->pg_sz_k !=
TO_KB
(PAGE_SIZE))
in arc_mmu_init()
653
panic("MMU pg size != PAGE_SIZE (%luk)\n",
TO_KB
(PAGE_SIZE));
in arc_mmu_init()
H
A
D
cache.c
120
p_ic->colors = p_ic->sz_k/assoc/
TO_KB
(PAGE_SIZE);
in arc_cache_mumbojumbo()
137
p_dc->colors = p_dc->sz_k/assoc/
TO_KB
(PAGE_SIZE);
in arc_cache_mumbojumbo()
/kernel/linux/linux-5.10/arch/arc/kernel/
H
A
D
setup.c
366
cpu->dccm.base_addr,
TO_KB
(cpu->dccm.sz),
in arc_extn_mumbojumbo()
367
cpu->iccm.base_addr,
TO_KB
(cpu->iccm.sz));
in arc_extn_mumbojumbo()
/kernel/linux/linux-6.6/arch/arc/kernel/
H
A
D
setup.c
359
info->dccm.base,
TO_KB
(info->dccm.sz),
in arc_cpu_mumbojumbo()
360
info->iccm.base,
TO_KB
(info->iccm.sz));
in arc_cpu_mumbojumbo()
Completed in 11 milliseconds