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:KVM_DEV_PATH
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H
A
D
kvm_util_internal.h
13
#define
KVM_DEV_PATH
"/dev/kvm"
macro
H
A
D
kvm_util.c
53
kvm_fd = open(
KVM_DEV_PATH
, O_RDONLY);
in kvm_check_cap()
119
vm->kvm_fd = open(
KVM_DEV_PATH
, perm);
in vm_open()
856
dev_fd = open(
KVM_DEV_PATH
, O_RDONLY);
in vcpu_mmap_sz()
1791
f = fopen(
KVM_DEV_PATH
, "r");
in vm_is_unrestricted_guest()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H
A
D
processor.c
662
kvm_fd = open(
KVM_DEV_PATH
, O_RDONLY);
in kvm_get_supported_cpuid()
944
kvm_fd = open(
KVM_DEV_PATH
, O_RDONLY);
in kvm_get_msr_index_list()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H
A
D
kvm_util_base.h
38
#define
KVM_DEV_PATH
"/dev/kvm"
macro
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H
A
D
kvm_util.c
36
* Open
KVM_DEV_PATH
if available, otherwise exit the entire program.
39
* flags - The flags to pass when opening
KVM_DEV_PATH
.
46
return open_path_or_exit(
KVM_DEV_PATH
, flags);
in _open_kvm_dev_path_or_exit()
Completed in 10 milliseconds