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:memory_offset
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/samples/nitro_enclaves/
H
A
D
ne_ioctl_sample.c
343
image_load_info.
memory_offset
);
in ne_load_enclave_image()
360
temp_image_offset = image_load_info.
memory_offset
;
in ne_load_enclave_image()
364
size_t
memory_offset
= 0;
in ne_load_enclave_image()
local
374
memory_offset
= temp_image_offset;
in ne_load_enclave_image()
383
memcpy(userspace_addr +
memory_offset
,
in ne_load_enclave_image()
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H
A
D
ne_ioctl_sample.c
342
image_load_info.
memory_offset
);
in ne_load_enclave_image()
359
temp_image_offset = image_load_info.
memory_offset
;
in ne_load_enclave_image()
363
size_t
memory_offset
= 0;
in ne_load_enclave_image()
local
373
memory_offset
= temp_image_offset;
in ne_load_enclave_image()
382
memcpy(userspace_addr +
memory_offset
,
in ne_load_enclave_image()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
nitro_enclaves.h
299
* @
memory_offset
: Offset in enclave memory where to start placing the
304
__u64
memory_offset
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
nitro_enclaves.h
299
* @
memory_offset
: Offset in enclave memory where to start placing the
304
__u64
memory_offset
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
nitro_enclaves.h
51
__u64
memory_offset
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
nitro_enclaves.h
51
__u64
memory_offset
;
member
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H
A
D
boot_param.h
158
u64
memory_offset
; /* efi_memory_map_loongson struct offset */
member
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H
A
D
boot_param.h
163
u64
memory_offset
; /* efi_memory_map_loongson struct offset */
member
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
env.c
63
((u64)loongson_p + loongson_p->
memory_offset
);
in prom_init_env()
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
env.c
86
((u64)loongson_p + loongson_p->
memory_offset
);
in prom_lefi_init_env()
/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
H
A
D
ne_misc_dev.c
1191
image_load_info.
memory_offset
= NE_EIF_LOAD_OFFSET;
in ne_enclave_ioctl()
/kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/
H
A
D
ne_misc_dev.c
1247
image_load_info.
memory_offset
= NE_EIF_LOAD_OFFSET;
in ne_enclave_ioctl()
Completed in 10 milliseconds