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:ADI_BLKSZ
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/sparc64/drivers/
H
A
D
adi-test.c
62
#define
ADI_BLKSZ
64
macro
321
(end_addr[range_count - 1] - 0x1000) & ~(
ADI_BLKSZ
- 1);
in test0_prpw_aligned_1byte()
329
offset = paddr /
ADI_BLKSZ
;
in test0_prpw_aligned_1byte()
355
(end_addr[range_count - 1] - 0x6000) & ~(
ADI_BLKSZ
- 1);
in test1_prpw_aligned_4096bytes()
366
offset = paddr /
ADI_BLKSZ
;
in test1_prpw_aligned_4096bytes()
395
(start_addr[0] + 0x6000) & ~(
ADI_BLKSZ
- 1);
in test2_prpw_aligned_10327bytes()
406
offset = paddr /
ADI_BLKSZ
;
in test2_prpw_aligned_10327bytes()
435
((start_addr[0] + 0xC000) & ~(
ADI_BLKSZ
- 1)) + 17;
in test3_prpw_unaligned_12541bytes()
446
offset = paddr /
ADI_BLKSZ
;
in test3_prpw_unaligned_12541bytes()
523
(end_addr[range_count - 1] - 0xF000) & ~(
ADI_BLKSZ
in test5_rw_aligned_1byte()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/sparc64/drivers/
H
A
D
adi-test.c
58
#define
ADI_BLKSZ
64
macro
317
(end_addr[range_count - 1] - 0x1000) & ~(
ADI_BLKSZ
- 1);
in test0_prpw_aligned_1byte()
325
offset = paddr /
ADI_BLKSZ
;
in test0_prpw_aligned_1byte()
351
(end_addr[range_count - 1] - 0x6000) & ~(
ADI_BLKSZ
- 1);
in test1_prpw_aligned_4096bytes()
362
offset = paddr /
ADI_BLKSZ
;
in test1_prpw_aligned_4096bytes()
391
(start_addr[0] + 0x6000) & ~(
ADI_BLKSZ
- 1);
in test2_prpw_aligned_10327bytes()
402
offset = paddr /
ADI_BLKSZ
;
in test2_prpw_aligned_10327bytes()
431
((start_addr[0] + 0xC000) & ~(
ADI_BLKSZ
- 1)) + 17;
in test3_prpw_unaligned_12541bytes()
442
offset = paddr /
ADI_BLKSZ
;
in test3_prpw_unaligned_12541bytes()
519
(end_addr[range_count - 1] - 0xF000) & ~(
ADI_BLKSZ
in test5_rw_aligned_1byte()
[all...]
Completed in 2 milliseconds