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
defs:mtrr_state
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
mtrr.c
96
static bool mtrr_is_enabled(struct kvm_mtrr *
mtrr_state
)
in mtrr_is_enabled()
argument
101
static bool fixed_mtrr_is_enabled(struct kvm_mtrr *
mtrr_state
)
in fixed_mtrr_is_enabled()
argument
106
static u8 mtrr_default_type(struct kvm_mtrr *
mtrr_state
)
in mtrr_default_type()
argument
312
struct kvm_mtrr *
mtrr_state
= &vcpu->arch.
mtrr_state
;
in update_mtrr()
local
346
struct kvm_mtrr *
mtrr_state
= &vcpu->arch.
mtrr_state
;
set_var_mtrr_msr()
local
446
struct kvm_mtrr *
mtrr_state
;
global()
member
520
struct kvm_mtrr *
mtrr_state
= iter->
mtrr_state
;
__mtrr_lookup_var_next()
local
532
struct kvm_mtrr *
mtrr_state
= iter->
mtrr_state
;
mtrr_lookup_var_start()
local
578
mtrr_lookup_init(struct mtrr_iter *iter, struct kvm_mtrr *
mtrr_state
, u64 start, u64 end)
mtrr_lookup_init()
argument
621
struct kvm_mtrr *
mtrr_state
= &vcpu->arch.
mtrr_state
;
kvm_mtrr_get_guest_memory_type()
local
698
struct kvm_mtrr *
mtrr_state
= &vcpu->arch.
mtrr_state
;
kvm_mtrr_check_gfn_range_consistency()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
mtrr.c
104
static bool mtrr_is_enabled(struct kvm_mtrr *
mtrr_state
)
in mtrr_is_enabled()
argument
109
static bool fixed_mtrr_is_enabled(struct kvm_mtrr *
mtrr_state
)
in fixed_mtrr_is_enabled()
argument
114
static u8 mtrr_default_type(struct kvm_mtrr *
mtrr_state
)
in mtrr_default_type()
argument
320
struct kvm_mtrr *
mtrr_state
= &vcpu->arch.
mtrr_state
;
in update_mtrr()
local
351
struct kvm_mtrr *
mtrr_state
= &vcpu->arch.
mtrr_state
;
set_var_mtrr_msr()
local
441
struct kvm_mtrr *
mtrr_state
;
global()
member
515
struct kvm_mtrr *
mtrr_state
= iter->
mtrr_state
;
__mtrr_lookup_var_next()
local
527
struct kvm_mtrr *
mtrr_state
= iter->
mtrr_state
;
mtrr_lookup_var_start()
local
573
mtrr_lookup_init(struct mtrr_iter *iter, struct kvm_mtrr *
mtrr_state
, u64 start, u64 end)
mtrr_lookup_init()
argument
616
struct kvm_mtrr *
mtrr_state
= &vcpu->arch.
mtrr_state
;
kvm_mtrr_get_guest_memory_type()
local
693
struct kvm_mtrr *
mtrr_state
= &vcpu->arch.
mtrr_state
;
kvm_mtrr_check_gfn_range_consistency()
local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H
A
D
generic.c
38
struct mtrr_state_type
mtrr_state
;
variable
39
EXPORT_SYMBOL_GPL(
mtrr_state
);
variable
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
H
A
D
generic.c
89
struct mtrr_state_type
mtrr_state
;
variable
90
EXPORT_SYMBOL_GPL(
mtrr_state
);
variable
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
692
struct kvm_mtrr
mtrr_state
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
900
struct kvm_mtrr
mtrr_state
;
member
Completed in 12 milliseconds