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:bad_mt_xwr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
spte.h
365
return rsvd_check->
bad_mt_xwr
& BIT_ULL(pte & 0x3f);
in __is_bad_mt_xwr()
H
A
D
mmu.c
4702
rsvd_check->
bad_mt_xwr
= 0;
in __reset_rsvds_bits_mask()
4800
u64
bad_mt_xwr
;
in __reset_rsvds_bits_mask_ept()
local
4820
bad_mt_xwr
= 0xFFull << (2 * 8); /* bits 3..5 must not be 2 */
in __reset_rsvds_bits_mask_ept()
4821
bad_mt_xwr
|= 0xFFull << (3 * 8); /* bits 3..5 must not be 3 */
in __reset_rsvds_bits_mask_ept()
4822
bad_mt_xwr
|= 0xFFull << (7 * 8); /* bits 3..5 must not be 7 */
in __reset_rsvds_bits_mask_ept()
4823
bad_mt_xwr
|= REPEAT_BYTE(1ull << 2); /* bits 0..2 must not be 010 */
in __reset_rsvds_bits_mask_ept()
4824
bad_mt_xwr
|= REPEAT_BYTE(1ull << 6); /* bits 0..2 must not be 110 */
in __reset_rsvds_bits_mask_ept()
4827
bad_mt_xwr
|= REPEAT_BYTE(1ull << 4);
in __reset_rsvds_bits_mask_ept()
4829
rsvd_check->
bad_mt_xwr
=
bad_mt_xwr
;
in __reset_rsvds_bits_mask_ept()
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
3469
return rsvd_check->
bad_mt_xwr
& BIT_ULL(pte & 0x3f);
in __is_bad_mt_xwr()
4002
rsvd_check->
bad_mt_xwr
= 0;
in __reset_rsvds_bits_mask()
4097
u64
bad_mt_xwr
;
in __reset_rsvds_bits_mask_ept()
local
4118
bad_mt_xwr
= 0xFFull << (2 * 8); /* bits 3..5 must not be 2 */
in __reset_rsvds_bits_mask_ept()
4119
bad_mt_xwr
|= 0xFFull << (3 * 8); /* bits 3..5 must not be 3 */
in __reset_rsvds_bits_mask_ept()
4120
bad_mt_xwr
|= 0xFFull << (7 * 8); /* bits 3..5 must not be 7 */
in __reset_rsvds_bits_mask_ept()
4121
bad_mt_xwr
|= REPEAT_BYTE(1ull << 2); /* bits 0..2 must not be 010 */
in __reset_rsvds_bits_mask_ept()
4122
bad_mt_xwr
|= REPEAT_BYTE(1ull << 6); /* bits 0..2 must not be 110 */
in __reset_rsvds_bits_mask_ept()
4125
bad_mt_xwr
|= REPEAT_BYTE(1ull << 4);
in __reset_rsvds_bits_mask_ept()
4127
rsvd_check->
bad_mt_xwr
in __reset_rsvds_bits_mask_ept()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
328
u64
bad_mt_xwr
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
410
u64
bad_mt_xwr
;
member
Completed in 24 milliseconds