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:crs_len
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
native.c
1477
if (unlikely(off >= afu->
crs_len
))
in native_afu_cr_read64()
1480
(cr * afu->
crs_len
) + off);
in native_afu_cr_read64()
1488
if (unlikely(off >= afu->
crs_len
))
in native_afu_cr_read32()
1491
(cr * afu->
crs_len
) + off);
in native_afu_cr_read32()
1523
if (unlikely(off >= afu->
crs_len
))
in native_afu_cr_write32()
1526
(cr * afu->
crs_len
) + off, in);
in native_afu_cr_write32()
H
A
D
of.c
213
read_prop64_dword(np, "ibm,config-record-size", &afu->
crs_len
);
in cxl_of_read_afu_properties()
H
A
D
guest.c
418
if (afu->
crs_len
< sz)
in _guest_afu_cr_readXX()
421
if (unlikely(offset >= afu->
crs_len
))
in _guest_afu_cr_readXX()
H
A
D
sysfs.c
621
cr->config_attr.size = afu->
crs_len
;
in cxl_sysfs_afu_new_cr()
H
A
D
cxl.h
513
u64
crs_len
;
member
H
A
D
pci.c
866
afu->
crs_len
= AFUD_CR_LEN(val) * 256;
in cxl_read_afu_descriptor()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
native.c
1473
if (unlikely(off >= afu->
crs_len
))
in native_afu_cr_read64()
1476
(cr * afu->
crs_len
) + off);
in native_afu_cr_read64()
1484
if (unlikely(off >= afu->
crs_len
))
in native_afu_cr_read32()
1487
(cr * afu->
crs_len
) + off);
in native_afu_cr_read32()
1519
if (unlikely(off >= afu->
crs_len
))
in native_afu_cr_write32()
1522
(cr * afu->
crs_len
) + off, in);
in native_afu_cr_write32()
H
A
D
of.c
213
read_prop64_dword(np, "ibm,config-record-size", &afu->
crs_len
);
in cxl_of_read_afu_properties()
H
A
D
guest.c
424
if (afu->
crs_len
< sz)
in _guest_afu_cr_readXX()
427
if (unlikely(offset >= afu->
crs_len
))
in _guest_afu_cr_readXX()
H
A
D
sysfs.c
622
cr->config_attr.size = afu->
crs_len
;
in cxl_sysfs_afu_new_cr()
H
A
D
cxl.h
515
u64
crs_len
;
member
H
A
D
pci.c
857
afu->
crs_len
= AFUD_CR_LEN(val) * 256;
in cxl_read_afu_descriptor()
Completed in 22 milliseconds