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:inject_args
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H
A
D
vgic_irq.c
662
struct kvm_inject_args *
inject_args
,
in run_guest_cmd()
665
kvm_inject_cmd cmd =
inject_args
->cmd;
in run_guest_cmd()
666
uint32_t intid =
inject_args
->first_intid;
in run_guest_cmd()
667
uint32_t num =
inject_args
->num;
in run_guest_cmd()
668
int level =
inject_args
->level;
in run_guest_cmd()
669
bool expect_failure =
inject_args
->expect_failure;
in run_guest_cmd()
744
struct kvm_inject_args
inject_args
;
in test_vgic()
local
779
kvm_inject_get_call(vm, &uc, &
inject_args
);
in test_vgic()
780
run_guest_cmd(vcpu, gic_fd, &
inject_args
, &args);
in test_vgic()
661
run_guest_cmd(struct kvm_vcpu *vcpu, int gic_fd, struct kvm_
inject_args
*
inject_args
, struct test_args *test_args)
run_guest_cmd()
argument
Completed in 2 milliseconds