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:cr4_smep
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
4250
bool
cr4_smep
= kvm_read_cr4_bits(vcpu, X86_CR4_SMEP) != 0;
in update_permission_bitmask()
local
4286
if (
cr4_smep
)
in update_permission_bitmask()
4458
ext.
cr4_smep
= !!kvm_read_cr4_bits(vcpu, X86_CR4_SMEP);
in kvm_calc_mmu_role_ext()
4563
role.base.smep_andnot_wp = role.ext.
cr4_smep
&&
in kvm_calc_shadow_root_page_role_common()
H
A
D
paging_tmpl.h
471
if (fetch_fault && (mmu->nx || mmu->mmu_role.ext.
cr4_smep
))
in walk_addr_generic()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
298
unsigned int
cr4_smep
:1;
member
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
4953
bool
cr4_smep
= is_cr4_smep(mmu);
in update_permission_bitmask()
local
4990
if (
cr4_smep
)
in update_permission_bitmask()
5139
role.ext.
cr4_smep
= ____is_cr4_smep(regs);
in kvm_calc_cpu_role()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
380
unsigned int
cr4_smep
:1;
member
Completed in 29 milliseconds