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:triple_fault
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
triple_fault_event_test.c
98
events.
triple_fault
.pending = true;
in main()
106
TEST_ASSERT(events.
triple_fault
.pending,
in main()
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
kvm.h
364
}
triple_fault
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_emulate.h
225
void (*
triple_fault
)(struct x86_emulate_ctxt *ctxt);
member
H
A
D
x86.c
5235
events->
triple_fault
.pending = kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu);
in kvm_vcpu_ioctl_x86_get_vcpu_events()
5348
if (events->
triple_fault
.pending)
in kvm_vcpu_ioctl_x86_set_vcpu_events()
8370
.
triple_fault
= emulator_triple_fault,
10004
kvm_x86_ops.nested_ops->
triple_fault
(vcpu);
in kvm_check_nested_events()
10579
kvm_x86_ops.nested_ops->
triple_fault
(vcpu);
in vcpu_enter_guest()
H
A
D
emulate.c
2323
ctxt->ops->
triple_fault
(ctxt);
in em_rsm()
/kernel/linux/linux-6.6/tools/arch/x86/include/uapi/asm/
H
A
D
kvm.h
364
}
triple_fault
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
1761
void (*
triple_fault
)(struct kvm_vcpu *vcpu);
member
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
1813
.
triple_fault
= nested_svm_triple_fault,
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
7094
.
triple_fault
= nested_vmx_triple_fault,
Completed in 46 milliseconds