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_blksize
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
adi_64.c
234
* covers
adi_blksize
() worth of addresses. Check if the hole is
in alloc_tag_store()
239
end_addr = addr + (size*2*
adi_blksize
()) - 1;
in alloc_tag_store()
243
end_addr = addr + (size*2*
adi_blksize
()) - 1;
in alloc_tag_store()
259
tmp_addr = end_addr - (size*2*
adi_blksize
()) + 1;
in alloc_tag_store()
265
tmp_addr = end_addr - (size*2*
adi_blksize
()) - 1;
in alloc_tag_store()
280
size = (end_addr + 1 - addr)/(2*
adi_blksize
());
in alloc_tag_store()
281
size = (size + (PAGE_SIZE-
adi_blksize
()))/PAGE_SIZE;
in alloc_tag_store()
322
((tag_desc)->tags + ((addr - (tag_desc)->start)/(2*
adi_blksize
())))
344
for (tmp = paddr; tmp < (paddr+PAGE_SIZE); tmp +=
adi_blksize
()) {
in adi_restore_tags()
352
tmp +=
adi_blksize
();
in adi_restore_tags()
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
adi_64.c
234
* covers
adi_blksize
() worth of addresses. Check if the hole is
in alloc_tag_store()
239
end_addr = addr + (size*2*
adi_blksize
()) - 1;
in alloc_tag_store()
243
end_addr = addr + (size*2*
adi_blksize
()) - 1;
in alloc_tag_store()
259
tmp_addr = end_addr - (size*2*
adi_blksize
()) + 1;
in alloc_tag_store()
265
tmp_addr = end_addr - (size*2*
adi_blksize
()) - 1;
in alloc_tag_store()
280
size = (end_addr + 1 - addr)/(2*
adi_blksize
());
in alloc_tag_store()
281
size = (size + (PAGE_SIZE-
adi_blksize
()))/PAGE_SIZE;
in alloc_tag_store()
322
((tag_desc)->tags + ((addr - (tag_desc)->start)/(2*
adi_blksize
())))
344
for (tmp = paddr; tmp < (paddr+PAGE_SIZE); tmp +=
adi_blksize
()) {
in adi_restore_tags()
352
tmp +=
adi_blksize
();
in adi_restore_tags()
[all...]
/kernel/linux/linux-5.10/drivers/char/
H
A
D
adi.c
68
offset = (*offp) *
adi_blksize
();
in adi_read()
77
offset +=
adi_blksize
();
in adi_read()
148
offset = (*offp) *
adi_blksize
();
in adi_write()
162
offset +=
adi_blksize
();
in adi_write()
/kernel/linux/linux-6.6/drivers/char/
H
A
D
adi.c
68
offset = (*offp) *
adi_blksize
();
in adi_read()
77
offset +=
adi_blksize
();
in adi_read()
148
offset = (*offp) *
adi_blksize
();
in adi_write()
162
offset +=
adi_blksize
();
in adi_write()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
adi_64.h
34
static inline unsigned long
adi_blksize
(void)
in adi_blksize()
function
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
adi_64.h
34
static inline unsigned long
adi_blksize
(void)
in adi_blksize()
function
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
init_64.c
3138
for (i = pfrom; i < (pfrom + PAGE_SIZE); i +=
adi_blksize
()) {
in copy_user_highpage()
3146
pto +=
adi_blksize
();
in copy_user_highpage()
3172
for (i = pfrom; i < (pfrom + PAGE_SIZE); i +=
adi_blksize
()) {
in copy_highpage()
3180
pto +=
adi_blksize
();
in copy_highpage()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
init_64.c
3172
for (i = pfrom; i < (pfrom + PAGE_SIZE); i +=
adi_blksize
()) {
in copy_user_highpage()
3180
pto +=
adi_blksize
();
in copy_user_highpage()
3206
for (i = pfrom; i < (pfrom + PAGE_SIZE); i +=
adi_blksize
()) {
in copy_highpage()
3214
pto +=
adi_blksize
();
in copy_highpage()
Completed in 10 milliseconds