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:ES_OK
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
sev-es-shared.c
81
enum es_result ret =
ES_OK
;
in vc_init_em_ctxt()
136
ret =
ES_OK
;
in sev_es_ghcb_hv_call()
234
return
ES_OK
;
in vc_insn_string_check()
248
if (ret !=
ES_OK
)
in vc_insn_string_read()
256
if (ret !=
ES_OK
)
in vc_insn_string_read()
274
if (ret !=
ES_OK
)
in vc_insn_string_write()
282
if (ret !=
ES_OK
)
in vc_insn_string_write()
410
if (ret !=
ES_OK
)
in vc_handle_ioio()
457
if (ret !=
ES_OK
)
in vc_handle_ioio()
483
ret = regs->cx ? ES_RETRY :
ES_OK
;
in vc_handle_ioio()
[all...]
H
A
D
sev-es.c
254
ret = ctxt->insn.immediate.got ?
ES_OK
: ES_DECODE_FAILED;
in vc_decode_insn()
325
return
ES_OK
;
in vc_write_mem()
403
return
ES_OK
;
in vc_read_mem()
448
return
ES_OK
;
in vc_slow_virt_to_phys()
469
return
ES_OK
;
in vc_ioio_check()
636
if ((ret ==
ES_OK
) && (!exit_info_1)) {
in vc_handle_msr()
839
if (res !=
ES_OK
) {
in vc_do_mmio()
967
if (ret !=
ES_OK
)
in vc_handle_mmio_movs()
971
if (ret !=
ES_OK
)
in vc_handle_mmio_movs()
987
return
ES_OK
;
in vc_handle_mmio_movs()
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
sev-es.c
88
ret = ctxt->insn.immediate.got ?
ES_OK
: ES_DECODE_FAILED;
in vc_decode_insn()
98
return
ES_OK
;
in vc_write_mem()
106
return
ES_OK
;
in vc_read_mem()
111
return
ES_OK
;
in vc_ioio_check()
193
if (result !=
ES_OK
)
in do_boot_stage2_vc()
213
if (result ==
ES_OK
) {
in do_boot_stage2_vc()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
sev-shared.c
181
enum es_result ret =
ES_OK
;
in vc_init_em_ctxt()
203
return
ES_OK
;
in verify_exception_info()
298
if (ret !=
ES_OK
)
in __sev_cpuid_hv_ghcb()
312
return
ES_OK
;
in __sev_cpuid_hv_ghcb()
649
return
ES_OK
;
in vc_insn_string_check()
663
if (ret !=
ES_OK
)
in vc_insn_string_read()
671
if (ret !=
ES_OK
)
in vc_insn_string_read()
689
if (ret !=
ES_OK
)
in vc_insn_string_write()
697
if (ret !=
ES_OK
)
in vc_insn_string_write()
825
if (ret !=
ES_OK
)
in vc_handle_ioio()
[all...]
H
A
D
sev.c
302
return
ES_OK
;
in __vc_decode_user_insn()
324
return
ES_OK
;
in __vc_decode_kern_insn()
401
return
ES_OK
;
in vc_write_mem()
479
return
ES_OK
;
in vc_read_mem()
524
return
ES_OK
;
in vc_slow_virt_to_phys()
545
return
ES_OK
;
in vc_ioio_check()
1213
if ((ret ==
ES_OK
) && (!exit_info_1)) {
in vc_handle_msr()
1439
if (res !=
ES_OK
) {
in vc_do_mmio()
1497
if (ret !=
ES_OK
)
in vc_handle_mmio_movs()
1501
if (ret !=
ES_OK
)
in vc_handle_mmio_movs()
[all...]
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
sev.c
87
return
ES_OK
;
in vc_decode_insn()
95
return
ES_OK
;
in vc_write_mem()
103
return
ES_OK
;
in vc_read_mem()
108
return
ES_OK
;
in vc_ioio_check()
304
if (result !=
ES_OK
)
in do_boot_stage2_vc()
324
if (result ==
ES_OK
)
in do_boot_stage2_vc()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
sev-es.h
44
ES_OK
, /* All good */
enumerator
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
sev.h
26
ES_OK
, /* All good */
enumerator
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
ivm.c
137
return
ES_OK
;
in hv_ghcb_hv_call()
Completed in 10 milliseconds