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:cr0_wp
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H
A
D
plugin_kvm.c
370
unsigned
cr0_wp
:1;
member
407
role.
cr0_wp
? "" : "!",
in kvm_mmu_print_role()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
4955
bool
cr0_wp
= is_cr0_wp(mmu);
in update_permission_bitmask()
local
4986
if (!
cr0_wp
)
in update_permission_bitmask()
5126
role.base.
cr0_wp
= ____is_cr0_wp(regs);
in kvm_calc_cpu_role()
5153
const bool
cr0_wp
= kvm_is_cr0_bit_set(vcpu, X86_CR0_WP);
in __kvm_mmu_refresh_passthrough_bits()
local
5158
if (is_cr0_wp(mmu) ==
cr0_wp
)
in __kvm_mmu_refresh_passthrough_bits()
5161
mmu->cpu_role.base.
cr0_wp
=
cr0_wp
;
in __kvm_mmu_refresh_passthrough_bits()
5185
role.
cr0_wp
= true;
in kvm_calc_tdp_mmu_root_page_role()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
1824
return sp->role.
cr0_wp
&& sp->role.smap_andnot_wp;
in is_ept_sp()
4252
bool
cr0_wp
= is_write_protection(vcpu);
in update_permission_bitmask()
local
4282
if (!
cr0_wp
)
in update_permission_bitmask()
4477
role.base.
cr0_wp
= is_write_protection(vcpu);
in kvm_calc_mmu_role_common()
4669
role.base.
cr0_wp
= true;
in kvm_calc_shadow_ept_root_page_role()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
253
* @nxe, @
cr0_wp
, @smep_andnot_wp and @smap_andnot_wp.
265
unsigned
cr0_wp
:1;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
320
*
cr0_wp
=0, therefore these three bits only give rise to 5 possibilities.
335
unsigned
cr0_wp
:1;
member
Completed in 29 milliseconds