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:vm_bugged
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_emulate.h
92
void (*
vm_bugged
)(struct x86_emulate_ctxt *ctxt);
member
373
ctxt->ops->
vm_bugged
(ctxt); \
H
A
D
x86.c
8324
if (!kvm->
vm_bugged
)
in emulator_vm_bugged()
8329
.
vm_bugged
= emulator_vm_bugged,
/kernel/linux/linux-5.10/include/linux/
H
A
D
kvm_host.h
509
bool
vm_bugged
;
member
541
kvm->
vm_bugged
= true;
in kvm_vm_bugged()
549
if (WARN_ONCE(__ret && !(kvm)->
vm_bugged
, fmt)) \
558
if (WARN_ON_ONCE(__ret && !(kvm)->
vm_bugged
)) \
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_host.h
804
bool
vm_bugged
;
member
847
kvm->
vm_bugged
= true;
in kvm_vm_bugged()
856
if (WARN_ONCE(__ret && !(kvm)->
vm_bugged
, fmt)) \
865
if (WARN_ON_ONCE(__ret && !(kvm)->
vm_bugged
)) \
884
else if (WARN_ON_ONCE(__ret && !(kvm)->
vm_bugged
)) \
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
kvm_main.c
3331
if (vcpu->kvm->mm != current->mm || vcpu->kvm->
vm_bugged
)
in kvm_vcpu_ioctl()
3537
if (vcpu->kvm->mm != current->mm || vcpu->kvm->
vm_bugged
)
in kvm_vcpu_compat_ioctl()
3603
if (dev->kvm->mm != current->mm || dev->kvm->
vm_bugged
)
in kvm_device_ioctl()
3822
if (kvm->mm != current->mm || kvm->
vm_bugged
)
in kvm_vm_ioctl()
4033
if (kvm->mm != current->mm || kvm->
vm_bugged
)
in kvm_vm_compat_ioctl()
Completed in 31 milliseconds