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:psp_master
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
psp-dev.c
18
struct psp_device *
psp_master
;
variable
256
psp_master
= psp_get_master_device();
in psp_pci_init()
258
if (!
psp_master
)
in psp_pci_init()
266
if (!
psp_master
)
in psp_pci_exit()
H
A
D
sev-dev.c
63
struct sev_device *sev =
psp_master
->sev_data;
in sev_version_greater_or_equal()
155
struct psp_device *psp =
psp_master
;
in __sev_do_cmd_locked()
250
struct psp_device *psp =
psp_master
;
in __sev_platform_init_locked()
307
struct psp_device *psp =
psp_master
;
in __sev_platform_shutdown_locked()
404
struct sev_device *sev =
psp_master
->sev_data;
in sev_ioctl_do_pek_pdh_gen()
421
struct sev_device *sev =
psp_master
->sev_data;
in sev_ioctl_do_pek_csr()
494
struct sev_device *sev =
psp_master
->sev_data;
in sev_get_api_version()
604
struct sev_device *sev =
psp_master
->sev_data;
in sev_ioctl_do_pek_import()
755
struct sev_device *sev =
psp_master
->sev_data;
in sev_ioctl_do_pdh_export()
851
if (!
psp_master
|| !psp_maste
in sev_ioctl()
[all...]
H
A
D
psp-dev.h
25
extern struct psp_device *
psp_master
;
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
psp-dev.c
20
struct psp_device *
psp_master
;
variable
258
psp_master
= psp_get_master_device();
in psp_pci_init()
260
if (!
psp_master
)
in psp_pci_init()
268
if (!
psp_master
)
in psp_pci_exit()
H
A
D
dbc.c
115
struct psp_device *
psp_master
= psp_get_master_device();
in dbc_ioctl()
local
120
if (!
psp_master
|| !
psp_master
->dbc_data)
in dbc_ioctl()
122
dbc_dev =
psp_master
->dbc_data;
in dbc_ioctl()
H
A
D
sev-dev.c
85
struct sev_device *sev =
psp_master
->sev_data;
in sev_version_greater_or_equal()
205
struct sev_device *sev =
psp_master
->sev_data;
in sev_read_init_ex_file()
246
struct sev_device *sev =
psp_master
->sev_data;
in sev_write_init_ex_file()
310
struct psp_device *psp =
psp_master
;
in __sev_do_cmd_locked()
456
struct psp_device *psp =
psp_master
;
in __sev_platform_init_locked()
523
struct psp_device *psp =
psp_master
;
in __sev_platform_shutdown_locked()
620
struct sev_device *sev =
psp_master
->sev_data;
in sev_ioctl_do_pek_pdh_gen()
637
struct sev_device *sev =
psp_master
->sev_data;
in sev_ioctl_do_pek_csr()
710
struct sev_device *sev =
psp_master
->sev_data;
in sev_get_api_version()
833
struct sev_device *sev =
psp_master
in sev_ioctl_do_pek_import()
[all...]
H
A
D
psp-dev.h
22
extern struct psp_device *
psp_master
;
Completed in 8 milliseconds