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:set_cr4
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
cr4_cpuid_sync_test.c
36
set_cr4
(cr4);
in guest_code()
H
A
D
state_test.c
149
set_cr4
(get_cr4() | X86_CR4_OSXSAVE);
in guest_code()
212
set_cr4
(get_cr4() | X86_CR4_PKE);
in guest_code()
H
A
D
xcr0_cpuid_test.c
55
set_cr4
(get_cr4() | X86_CR4_OSXSAVE);
in guest_code()
H
A
D
amx_test.c
136
set_cr4
(cr4);
in init_regs()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H
A
D
cr4_cpuid_sync_test.c
50
set_cr4
(cr4);
in guest_code()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm-x86-ops.h
44
KVM_X86_OP(
set_cr4
)
H
A
D
kvm_host.h
1590
void (*
set_cr4
)(struct kvm_vcpu *vcpu, unsigned long cr4);
member
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
223
static inline void
set_cr4
(uint64_t val)
in set_cr4()
function
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
1126
void (*
set_cr4
)(struct kvm_vcpu *vcpu, unsigned long cr4);
member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
540
static inline void
set_cr4
(uint64_t val)
in set_cr4()
function
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
1035
kvm_x86_ops.
set_cr4
(vcpu, cr4);
in kvm_set_cr4()
8871
kvm_x86_ops.
set_cr4
(vcpu, 0);
in enter_smm()
9953
kvm_x86_ops.
set_cr4
(vcpu, sregs->cr4);
in __set_sregs()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
4243
.
set_cr4
= svm_set_cr4,
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
4948
.
set_cr4
= svm_set_cr4,
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
7822
.
set_cr4
= vmx_set_cr4,
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
8260
.
set_cr4
= vmx_set_cr4,
Completed in 63 milliseconds