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:CRB_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
vas-fault.c
36
vinst->fault_fifo_size /
CRB_SIZE
);
in dump_fifo()
40
for (i = 0; i < 10*(
CRB_SIZE
/8) && fifo < end; i += 4, fifo += 4) {
in dump_fifo()
100
* Use
CRB_SIZE
rather than sizeof(*crb) since the latter is
in vas_fault_thread_fn()
102
* only
CRB_SIZE
in len.
in vas_fault_thread_fn()
104
fifo = vinst->fault_fifo + (vinst->fault_crbs *
CRB_SIZE
);
in vas_fault_thread_fn()
116
if (vinst->fault_crbs == (vinst->fault_fifo_size /
CRB_SIZE
))
in vas_fault_thread_fn()
119
memcpy(crb, fifo,
CRB_SIZE
);
in vas_fault_thread_fn()
223
* (fault_fifo_size/
CRB_SIZE
). If 8MB FIFO is used, max creds
in vas_setup_fault_window()
226
attr.wcreds_max = vinst->fault_fifo_size /
CRB_SIZE
;
in vas_setup_fault_window()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas-fault.c
180
vinst->fault_fifo_size /
CRB_SIZE
);
in dump_fifo()
184
for (i = 0; i < 10*(
CRB_SIZE
/8) && fifo < end; i += 4, fifo += 4) {
in dump_fifo()
244
* Use
CRB_SIZE
rather than sizeof(*crb) since the latter is
in vas_fault_thread_fn()
246
* only
CRB_SIZE
in len.
in vas_fault_thread_fn()
248
fifo = vinst->fault_fifo + (vinst->fault_crbs *
CRB_SIZE
);
in vas_fault_thread_fn()
260
if (vinst->fault_crbs == (vinst->fault_fifo_size /
CRB_SIZE
))
in vas_fault_thread_fn()
263
memcpy(crb, fifo,
CRB_SIZE
);
in vas_fault_thread_fn()
359
* (fault_fifo_size/
CRB_SIZE
). If 8MB FIFO is used, max creds
in vas_setup_fault_window()
362
attr.wcreds_max = vinst->fault_fifo_size /
CRB_SIZE
;
in vas_setup_fault_window()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
icswx.h
127
#define
CRB_SIZE
(0x80)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
icswx.h
127
#define
CRB_SIZE
(0x80)
macro
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
crb.h
105
#define
CRB_SIZE
(0x80)
macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
crb.h
105
#define
CRB_SIZE
(0x80)
macro
/kernel/linux/linux-5.10/drivers/crypto/nx/
H
A
D
nx-common-powernv.c
839
rxattr.wcreds_max = fifo_size /
CRB_SIZE
;
in vas_cfg_coproc_info()
1064
BUILD_BUG_ON(
CRB_SIZE
% DDE_ALIGN);
in nx_compress_powernv_init()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H
A
D
nx-common-powernv.c
836
rxattr.wcreds_max = fifo_size /
CRB_SIZE
;
in vas_cfg_coproc_info()
1061
BUILD_BUG_ON(
CRB_SIZE
% DDE_ALIGN);
in nx_compress_powernv_init()
Completed in 6 milliseconds