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:sregs2
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
132
static int __set_sregs2(struct kvm_vcpu *vcpu, struct kvm_sregs2 *
sregs2
);
133
static void __get_sregs2(struct kvm_vcpu *vcpu, struct kvm_sregs2 *
sregs2
);
5656
struct kvm_sregs2 *
sregs2
;
in kvm_arch_vcpu_ioctl()
member
6055
u.
sregs2
= kzalloc(sizeof(struct kvm_sregs2), GFP_KERNEL);
in kvm_arch_vcpu_ioctl()
6057
if (!u.
sregs2
)
in kvm_arch_vcpu_ioctl()
6059
__get_sregs2(vcpu, u.
sregs2
);
in kvm_arch_vcpu_ioctl()
6061
if (copy_to_user(argp, u.
sregs2
, sizeof(struct kvm_sregs2)))
in kvm_arch_vcpu_ioctl()
6067
u.
sregs2
= memdup_user(argp, sizeof(struct kvm_sregs2));
in kvm_arch_vcpu_ioctl()
6068
if (IS_ERR(u.
sregs2
)) {
in kvm_arch_vcpu_ioctl()
6069
r = PTR_ERR(u.
sregs2
);
in kvm_arch_vcpu_ioctl()
11354
__get_
sregs2
(struct kvm_vcpu *vcpu, struct kvm_
sregs2
*
sregs2
)
__get_sregs2()
argument
11600
__set_
sregs2
(struct kvm_vcpu *vcpu, struct kvm_
sregs2
*
sregs2
)
__set_sregs2()
argument
[all...]
Completed in 14 milliseconds