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:rxwin
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas-window.c
565
static void put_rx_win(struct vas_window *
rxwin
)
in put_rx_win()
argument
568
WARN_ON_ONCE(
rxwin
->tx_win);
in put_rx_win()
570
atomic_dec(&
rxwin
->num_txwins);
in put_rx_win()
584
struct vas_window *
rxwin
;
in get_user_rxwin()
local
591
rxwin
= vinst->windows[winid];
in get_user_rxwin()
593
if (!
rxwin
||
rxwin
->tx_win ||
rxwin
->cop != VAS_COP_TYPE_FTW)
in get_user_rxwin()
596
return
rxwin
;
in get_user_rxwin()
608
struct vas_window *
rxwin
;
in get_vinst_rxwin()
local
684
init_winctx_for_
rxwin
(struct vas_window *
rxwin
, struct vas_rx_win_attr *rxattr, struct vas_winctx *winctx)
init_winctx_for_rxwin()
argument
854
struct vas_window *
rxwin
;
vas_rx_win_open()
local
997
struct vas_window *
rxwin
;
vas_tx_win_open()
local
[all...]
H
A
D
vas.h
317
* and ->
rxwin
[] tables.
340
struct vas_window *
rxwin
[VAS_COP_TYPE_MAX];
member
370
struct vas_window *
rxwin
;
member
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
vas-window.c
566
static void put_rx_win(struct pnv_vas_window *
rxwin
)
in put_rx_win()
argument
569
WARN_ON_ONCE(
rxwin
->tx_win);
in put_rx_win()
571
atomic_dec(&
rxwin
->num_txwins);
in put_rx_win()
586
struct pnv_vas_window *
rxwin
;
in get_user_rxwin()
local
593
rxwin
= vinst->windows[winid];
in get_user_rxwin()
595
if (!
rxwin
||
rxwin
->tx_win ||
rxwin
->vas_win.cop != VAS_COP_TYPE_FTW)
in get_user_rxwin()
598
return
rxwin
;
in get_user_rxwin()
610
struct pnv_vas_window *
rxwin
;
in get_vinst_rxwin()
local
686
init_winctx_for_
rxwin
(struct pnv_vas_window *
rxwin
, struct vas_rx_win_attr *rxattr, struct vas_winctx *winctx)
init_winctx_for_rxwin()
argument
856
struct pnv_vas_window *
rxwin
;
vas_rx_win_open()
local
1000
struct pnv_vas_window *
rxwin
;
vas_tx_win_open()
local
[all...]
H
A
D
vas.h
317
* and ->
rxwin
[] tables.
340
struct pnv_vas_window *
rxwin
[VAS_COP_TYPE_MAX];
member
364
struct pnv_vas_window *
rxwin
;
member
/kernel/linux/linux-5.10/drivers/crypto/nx/
H
A
D
nx-common-powernv.c
48
struct vas_window *
rxwin
;
member
771
struct vas_window *
rxwin
= NULL;
in vas_cfg_coproc_info()
local
845
rxwin
= vas_rx_win_open(vasid, coproc->ct, &rxattr);
in vas_cfg_coproc_info()
846
if (IS_ERR(
rxwin
)) {
in vas_cfg_coproc_info()
847
ret = PTR_ERR(
rxwin
);
in vas_cfg_coproc_info()
853
coproc->vas.
rxwin
=
rxwin
;
in vas_cfg_coproc_info()
1013
if (coproc->vas.
rxwin
)
in nx_delete_coprocs()
1014
vas_win_close(coproc->vas.
rxwin
);
in nx_delete_coprocs()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H
A
D
nx-common-powernv.c
48
struct vas_window *
rxwin
;
member
768
struct vas_window *
rxwin
= NULL;
in vas_cfg_coproc_info()
local
842
rxwin
= vas_rx_win_open(vasid, coproc->ct, &rxattr);
in vas_cfg_coproc_info()
843
if (IS_ERR(
rxwin
)) {
in vas_cfg_coproc_info()
844
ret = PTR_ERR(
rxwin
);
in vas_cfg_coproc_info()
850
coproc->vas.
rxwin
=
rxwin
;
in vas_cfg_coproc_info()
1010
if (coproc->vas.
rxwin
)
in nx_delete_coprocs()
1011
vas_win_close(coproc->vas.
rxwin
);
in nx_delete_coprocs()
Completed in 9 milliseconds