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:vcpu_token
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
67
hr->
vcpu_token
= swab32(hr->
vcpu_token
);
in byteswap_hv_regs()
257
if (l2_hv.
vcpu_token
>= NR_CPUS)
in kvmhv_enter_nested_guest()
298
vcpu->arch.nested_vcpu_id = l2_hv.
vcpu_token
;
in kvmhv_enter_nested_guest()
H
A
D
book3s_hv.c
3697
hvregs.
vcpu_token
= vcpu->arch.nested_vcpu_id;
in kvmhv_p9_guest_entry()
3700
hvregs.
vcpu_token
= vcpu->vcpu_id;
in kvmhv_p9_guest_entry()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
71
hr->
vcpu_token
= swab32(hr->
vcpu_token
);
in byteswap_hv_regs()
323
if (l2_hv.
vcpu_token
>= NR_CPUS)
in kvmhv_enter_nested_guest()
365
vcpu->arch.nested_vcpu_id = l2_hv.
vcpu_token
;
in kvmhv_enter_nested_guest()
H
A
D
book3s_hv.c
4086
hvregs.
vcpu_token
= vcpu->arch.nested_vcpu_id;
in kvmhv_vcpu_entry_p9_nested()
4089
hvregs.
vcpu_token
= vcpu->vcpu_id;
in kvmhv_vcpu_entry_p9_nested()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
hvcall.h
538
u32
vcpu_token
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
hvcall.h
587
u32
vcpu_token
;
member
Completed in 20 milliseconds