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:sw_exit_info_2
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
svm.h
278
u64
sw_exit_info_2
;
member
411
DEFINE_GHCB_ACCESSORS(
sw_exit_info_2
)
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
sev-es-shared.c
116
u64 info = ghcb->save.
sw_exit_info_2
;
in sev_es_ghcb_hv_call()
119
info = ghcb->save.
sw_exit_info_2
;
in sev_es_ghcb_hv_call()
H
A
D
sev-es.c
545
ret = ghcb->save.
sw_exit_info_2
;
in get_jump_table_addr()
685
ghcb->save.
sw_exit_info_2
)
in sev_es_ap_hlt_loop()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
sev-shared.c
206
u64 info = ghcb->save.
sw_exit_info_2
;
in verify_exception_info()
1145
if (WARN(ret || ghcb->save.
sw_exit_info_2
,
in vmgexit_psc()
1147
ret, ghcb->save.
sw_exit_info_2
)) {
in vmgexit_psc()
H
A
D
sev.c
676
ret = ghcb->save.
sw_exit_info_2
;
in get_jump_table_addr()
1293
ghcb->save.
sw_exit_info_2
)
in sev_es_ap_hlt_loop()
2206
rio->exitinfo2 = ghcb->save.
sw_exit_info_2
;
in snp_issue_guest_request()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
svm.h
495
u64
sw_exit_info_2
;
member
679
DEFINE_GHCB_ACCESSORS(
sw_exit_info_2
)
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.h
721
DEFINE_KVM_GHCB_ACCESSORS(
sw_exit_info_2
)
H
A
D
sev.c
2390
pr_err("%-20s%016llx is_valid: %u\n", "
sw_exit_info_2
",
in dump_ghcb()
2391
ghcb->save.
sw_exit_info_2
, ghcb_sw_exit_info_2_is_valid(ghcb));
in dump_ghcb()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
trace.h
1756
__entry->info2 = ghcb->save.
sw_exit_info_2
;
1782
__entry->info2 = ghcb->save.
sw_exit_info_2
;
Completed in 18 milliseconds