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:enclave_cid
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
H
A
D
ne_pci_dev.h
145
* @
enclave_cid
: Context ID (CID) for the enclave vsock device.
151
u64
enclave_cid
;
member
157
* @
enclave_cid
: Context ID (CID) for the enclave vsock device.
160
u64
enclave_cid
;
member
251
* @
enclave_cid
: Valid for ENCLAVE_START command.
264
u64
enclave_cid
;
member
H
A
D
ne_misc_dev.c
1057
enclave_start_req.
enclave_cid
= enclave_start_info->
enclave_cid
;
in ne_start_enclave_ioctl()
1073
enclave_start_info->
enclave_cid
= cmd_reply.
enclave_cid
;
in ne_start_enclave_ioctl()
1260
if (enclave_start_info.
enclave_cid
> 0 &&
in ne_enclave_ioctl()
1261
enclave_start_info.
enclave_cid
<= VMADDR_CID_HOST) {
in ne_enclave_ioctl()
1268
if (enclave_start_info.
enclave_cid
== U32_MAX) {
in ne_enclave_ioctl()
1278
if (enclave_start_info.
enclave_cid
== NE_PARENT_VM_CID) {
in ne_enclave_ioctl()
1286
if (enclave_start_info.
enclave_cid
> U32_MAX) {
in ne_enclave_ioctl()
/kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/
H
A
D
ne_pci_dev.h
149
* @
enclave_cid
: Context ID (CID) for the enclave vsock device.
155
u64
enclave_cid
;
member
161
* @
enclave_cid
: Context ID (CID) for the enclave vsock device.
164
u64
enclave_cid
;
member
255
* @
enclave_cid
: Valid for ENCLAVE_START command.
268
u64
enclave_cid
;
member
H
A
D
ne_misc_dev.c
1113
enclave_start_req.
enclave_cid
= enclave_start_info->
enclave_cid
;
in ne_start_enclave_ioctl()
1129
enclave_start_info->
enclave_cid
= cmd_reply.
enclave_cid
;
in ne_start_enclave_ioctl()
1316
if (enclave_start_info.
enclave_cid
> 0 &&
in ne_enclave_ioctl()
1317
enclave_start_info.
enclave_cid
<= VMADDR_CID_HOST) {
in ne_enclave_ioctl()
1324
if (enclave_start_info.
enclave_cid
== U32_MAX) {
in ne_enclave_ioctl()
1334
if (enclave_start_info.
enclave_cid
== NE_PARENT_VM_CID) {
in ne_enclave_ioctl()
1342
if (enclave_start_info.
enclave_cid
> U32_MAX) {
in ne_enclave_ioctl()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
nitro_enclaves.h
350
* @
enclave_cid
: Context ID (CID) for the enclave vsock device. If 0 as
356
__u64
enclave_cid
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
nitro_enclaves.h
350
* @
enclave_cid
: Context ID (CID) for the enclave vsock device. If 0 as
356
__u64
enclave_cid
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
nitro_enclaves.h
65
__u64
enclave_cid
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
nitro_enclaves.h
65
__u64
enclave_cid
;
member
/kernel/linux/linux-5.10/samples/nitro_enclaves/
H
A
D
ne_ioctl_sample.c
695
printf("Enclave started, CID %llu\n", enclave_start_info.
enclave_cid
);
in ne_start_enclave_check_booted()
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H
A
D
ne_ioctl_sample.c
694
printf("Enclave started, CID %llu\n", enclave_start_info.
enclave_cid
);
in ne_start_enclave_check_booted()
Completed in 10 milliseconds