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:nrips
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
178
static int
nrips
= true;
variable
179
module_param(
nrips
, int, 0444);
333
if (
nrips
&& svm->vmcb->control.next_rip != 0) {
in skip_emulated_instruction()
358
if (nr == BP_VECTOR && !
nrips
) {
in svm_queue_exception()
900
if (
nrips
)
in svm_set_cpu_caps()
989
if (
nrips
) {
in svm_hardware_setup()
991
nrips
= false;
in svm_hardware_setup()
2314
if (!
nrips
)
in rdpmc_interception()
3493
nrips
&& control->next_rip)
in svm_exit_handlers_fastpath()
3764
/* Update
nrips
enable
in svm_vcpu_after_set_cpuid()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
205
int
nrips
= true;
variable
206
module_param(
nrips
, int, 0444);
383
if (
nrips
&& svm->vmcb->control.next_rip != 0) {
in __svm_skip_emulated_instruction()
438
if (!__svm_skip_emulated_instruction(vcpu, !
nrips
))
in svm_update_soft_interrupt_rip()
457
if (
nrips
)
in svm_update_soft_interrupt_rip()
3998
* needs to manually set next_rip for re-injection. Unlike the !
nrips
in svm_complete_soft_interrupt()
4003
if (
nrips
&& (is_soft || (is_exception && kvm_exception_is_soft(vector))) &&
in svm_complete_soft_interrupt()
4014
else if (!
nrips
&& (is_soft || is_exception) &&
in svm_complete_soft_interrupt()
5097
if (
nrips
)
in svm_set_cpu_caps()
5238
nrips
in svm_hardware_setup()
[all...]
H
A
D
svm.h
37
extern int
nrips
;
H
A
D
sev.c
2188
if (!sev_enabled || !npt_enabled || !
nrips
)
in sev_hardware_setup()
Completed in 15 milliseconds