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:hw_cr4
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
3232
* Pass through host's Machine Check Enable value to
hw_cr4
, which
in vmx_set_cr4()
3236
unsigned long
hw_cr4
;
in vmx_set_cr4()
local
3238
hw_cr4
= (cr4_read_shadow() & X86_CR4_MCE) | (cr4 & ~X86_CR4_MCE);
in vmx_set_cr4()
3240
hw_cr4
|= KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST;
in vmx_set_cr4()
3242
hw_cr4
|= KVM_RMODE_VM_CR4_ALWAYS_ON;
in vmx_set_cr4()
3244
hw_cr4
|= KVM_PMODE_VM_CR4_ALWAYS_ON;
in vmx_set_cr4()
3249
hw_cr4
&= ~X86_CR4_UMIP;
in vmx_set_cr4()
3262
hw_cr4
&= ~X86_CR4_PAE;
in vmx_set_cr4()
3263
hw_cr4
|= X86_CR4_PSE;
in vmx_set_cr4()
3265
hw_cr4
in vmx_set_cr4()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
3440
unsigned long
hw_cr4
;
in vmx_set_cr4()
local
3443
* Pass through host's Machine Check Enable value to
hw_cr4
, which
in vmx_set_cr4()
3447
hw_cr4
= (cr4_read_shadow() & X86_CR4_MCE) | (cr4 & ~X86_CR4_MCE);
in vmx_set_cr4()
3449
hw_cr4
|= KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST;
in vmx_set_cr4()
3451
hw_cr4
|= KVM_RMODE_VM_CR4_ALWAYS_ON;
in vmx_set_cr4()
3453
hw_cr4
|= KVM_PMODE_VM_CR4_ALWAYS_ON;
in vmx_set_cr4()
3458
hw_cr4
&= ~X86_CR4_UMIP;
in vmx_set_cr4()
3471
hw_cr4
&= ~X86_CR4_PAE;
in vmx_set_cr4()
3472
hw_cr4
|= X86_CR4_PSE;
in vmx_set_cr4()
3474
hw_cr4
in vmx_set_cr4()
[all...]
Completed in 13 milliseconds