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:bsp_vcpu_id
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
set_boot_cpu_id.c
76
static struct kvm_vm *create_vm(uint32_t nr_vcpus, uint32_t
bsp_vcpu_id
,
in create_vm()
argument
84
vm_ioctl(vm, KVM_SET_BOOT_CPU_ID, (void *)(unsigned long)
bsp_vcpu_id
);
in create_vm()
87
vcpus[i] = vm_vcpu_add(vm, i, i ==
bsp_vcpu_id
? guest_bsp_vcpu :
in create_vm()
92
static void run_vm_bsp(uint32_t
bsp_vcpu_id
)
in run_vm_bsp()
argument
97
vm = create_vm(ARRAY_SIZE(vcpus),
bsp_vcpu_id
, vcpus);
in run_vm_bsp()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
981
u32
bsp_vcpu_id
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
1344
u32
bsp_vcpu_id
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
5834
kvm->arch.
bsp_vcpu_id
= arg;
in kvm_arch_vm_ioctl()
10591
return vcpu->kvm->arch.
bsp_vcpu_id
== vcpu->vcpu_id;
in kvm_vcpu_is_reset_bsp()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
6980
kvm->arch.
bsp_vcpu_id
= arg;
in kvm_arch_vm_ioctl()
12286
return vcpu->kvm->arch.
bsp_vcpu_id
== vcpu->vcpu_id;
in kvm_vcpu_is_reset_bsp()
Completed in 36 milliseconds