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:deftype
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
mtrr.c
98
return !!(mtrr_state->
deftype
& IA32_MTRR_DEF_TYPE_E);
in mtrr_is_enabled()
103
return !!(mtrr_state->
deftype
& IA32_MTRR_DEF_TYPE_FE);
in fixed_mtrr_is_enabled()
108
return mtrr_state->
deftype
& IA32_MTRR_DEF_TYPE_TYPE_MASK;
in mtrr_default_type()
387
vcpu->arch.mtrr_state.
deftype
= data;
in kvm_mtrr_set_msr()
420
*pdata = vcpu->arch.mtrr_state.
deftype
;
in kvm_mtrr_get_msr()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
mtrr.c
106
return !!(mtrr_state->
deftype
& IA32_MTRR_DEF_TYPE_E);
in mtrr_is_enabled()
111
return !!(mtrr_state->
deftype
& IA32_MTRR_DEF_TYPE_FE);
in fixed_mtrr_is_enabled()
116
return mtrr_state->
deftype
& IA32_MTRR_DEF_TYPE_TYPE_MASK;
in mtrr_default_type()
389
vcpu->arch.mtrr_state.
deftype
= data;
in kvm_mtrr_set_msr()
420
*pdata = vcpu->arch.mtrr_state.
deftype
;
in kvm_mtrr_get_msr()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/
H
A
D
biosattr-interface.c
104
* @
deftype
: the type of BIOS value reset to issue.
108
int set_bios_defaults(u8
deftype
)
in set_bios_defaults()
argument
134
*defaultType =
deftype
;
in set_bios_defaults()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
482
u64
deftype
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
588
u64
deftype
;
member
Completed in 13 milliseconds