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:CSB_V
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
icswx.h
44
#define
CSB_V
(0x80)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
icswx.h
44
#define
CSB_V
(0x80)
macro
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
crb.h
38
#define
CSB_V
(0x80)
macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
crb.h
38
#define
CSB_V
(0x80)
macro
/kernel/linux/linux-5.10/drivers/crypto/nx/
H
A
D
nx-common-powernv.c
193
while (!(READ_ONCE(csb->flags) &
CSB_V
)) {
in wait_for_csb()
204
if (!(csb->flags &
CSB_V
)) {
in wait_for_csb()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H
A
D
nx-common-powernv.c
190
while (!(READ_ONCE(csb->flags) &
CSB_V
)) {
in wait_for_csb()
201
if (!(csb->flags &
CSB_V
)) {
in wait_for_csb()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas-fault.c
137
csb.flags =
CSB_V
;
in update_csb()
/kernel/linux/linux-6.6/arch/powerpc/platforms/book3s/
H
A
D
vas-api.c
208
csb.flags =
CSB_V
;
in vas_update_csb()
Completed in 7 milliseconds