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:readiness
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/
H
A
D
hw-txe.c
515
* mei_txe_readiness_set_host_rdy - set host
readiness
bit
529
* mei_txe_readiness_clear - clear host
readiness
bit
557
* mei_txe_readiness_is_sec_rdy - check
readiness
560
* @
readiness
: cached
readiness
state
562
* Return: true if
readiness
bit is set
564
static inline bool mei_txe_readiness_is_sec_rdy(u32
readiness
)
in mei_txe_readiness_is_sec_rdy()
argument
566
return !!(
readiness
& HICR_SEC_IPC_READINESS_SEC_RDY);
in mei_txe_readiness_is_sec_rdy()
578
u32
readiness
= mei_txe_readiness_get(dev);
in mei_txe_hw_is_ready()
local
580
return mei_txe_readiness_is_sec_rdy(
readiness
);
in mei_txe_hw_is_ready()
[all...]
H
A
D
hw-txe.h
32
* @
readiness
:
readiness
state of the hardware
40
u32
readiness
;
member
/kernel/linux/linux-6.6/drivers/misc/mei/
H
A
D
hw-txe.c
515
* mei_txe_readiness_set_host_rdy - set host
readiness
bit
529
* mei_txe_readiness_clear - clear host
readiness
bit
557
* mei_txe_readiness_is_sec_rdy - check
readiness
560
* @
readiness
: cached
readiness
state
562
* Return: true if
readiness
bit is set
564
static inline bool mei_txe_readiness_is_sec_rdy(u32
readiness
)
in mei_txe_readiness_is_sec_rdy()
argument
566
return !!(
readiness
& HICR_SEC_IPC_READINESS_SEC_RDY);
in mei_txe_readiness_is_sec_rdy()
578
u32
readiness
= mei_txe_readiness_get(dev);
in mei_txe_hw_is_ready()
local
580
return mei_txe_readiness_is_sec_rdy(
readiness
);
in mei_txe_hw_is_ready()
[all...]
H
A
D
hw-txe.h
32
* @
readiness
:
readiness
state of the hardware
40
u32
readiness
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
cwsr_trap_handler_gfx9.asm
304
/* inform SPI the
readiness
and wait for SPI's go signal */
910
s_barrier //barrier to ensure the
readiness
of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
H
A
D
cwsr_trap_handler_gfx10.asm
290
/* inform SPI the
readiness
and wait for SPI's go signal */
900
s_barrier //barrier to ensure the
readiness
of LDS before access attemps from any other wave in the same TG
H
A
D
cwsr_trap_handler_gfx8.asm
214
/* inform SPI the
readiness
and wait for SPI's go signal */
665
s_barrier //barrier to ensure the
readiness
of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
cwsr_trap_handler_gfx9.asm
354
/* inform SPI the
readiness
and wait for SPI's go signal */
915
s_barrier //barrier to ensure the
readiness
of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
H
A
D
cwsr_trap_handler_gfx8.asm
214
/* inform SPI the
readiness
and wait for SPI's go signal */
666
s_barrier //barrier to ensure the
readiness
of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
H
A
D
cwsr_trap_handler_gfx10.asm
344
/* inform SPI the
readiness
and wait for SPI's go signal */
1016
s_barrier //barrier to ensure the
readiness
of LDS before access attemps from any other wave in the same TG
Completed in 15 milliseconds