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:UACCE_DEV_SVA
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/uacce/
H
A
D
uacce.c
108
if (!(uacce->flags &
UACCE_DEV_SVA
))
in uacce_bind_queue()
442
if (flags &
UACCE_DEV_SVA
) {
in uacce_alloc()
445
flags &= ~
UACCE_DEV_SVA
;
in uacce_alloc()
470
if (flags &
UACCE_DEV_SVA
)
in uacce_alloc()
535
if (uacce->flags &
UACCE_DEV_SVA
)
in uacce_remove()
/kernel/linux/linux-5.10/include/uapi/misc/uacce/
H
A
D
uacce.h
22
*
UACCE_DEV_SVA
: Shared Virtual Addresses
26
#define
UACCE_DEV_SVA
BIT(0)
macro
/kernel/linux/linux-6.6/include/uapi/misc/uacce/
H
A
D
uacce.h
22
*
UACCE_DEV_SVA
: Shared Virtual Addresses
26
#define
UACCE_DEV_SVA
BIT(0)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/misc/uacce/
H
A
D
uacce.h
25
#define
UACCE_DEV_SVA
BIT(0)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/misc/uacce/
H
A
D
uacce.h
25
#define
UACCE_DEV_SVA
BIT(0)
macro
/kernel/linux/linux-6.6/drivers/misc/uacce/
H
A
D
uacce.c
108
if (!(uacce->flags &
UACCE_DEV_SVA
))
in uacce_bind_queue()
469
if (!(flags &
UACCE_DEV_SVA
))
in uacce_enable_sva()
472
flags &= ~
UACCE_DEV_SVA
;
in uacce_enable_sva()
487
return flags |
UACCE_DEV_SVA
;
in uacce_enable_sva()
492
if (!(uacce->flags &
UACCE_DEV_SVA
))
in uacce_disable_sva()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H
A
D
qm.c
2171
.flags =
UACCE_DEV_SVA
,
in qm_alloc_uacce()
2185
if (uacce->flags &
UACCE_DEV_SVA
) {
in qm_alloc_uacce()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H
A
D
qm.c
2647
.flags =
UACCE_DEV_SVA
,
in qm_alloc_uacce()
2661
if (uacce->flags &
UACCE_DEV_SVA
) {
in qm_alloc_uacce()
Completed in 15 milliseconds