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:misc_features
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
mshyperv.c
246
ms_hyperv.
misc_features
= cpuid_edx(HYPERV_CPUID_FEATURES);
in ms_hyperv_init_platform()
250
ms_hyperv.features, ms_hyperv.hints, ms_hyperv.
misc_features
);
in ms_hyperv_init_platform()
275
ms_hyperv.
misc_features
& HV_FEATURE_FREQUENCY_MSRS_AVAILABLE) {
in ms_hyperv_init_platform()
292
if (ms_hyperv.
misc_features
& HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE)
in ms_hyperv_init_platform()
297
ms_hyperv.
misc_features
& HV_FEATURE_FREQUENCY_MSRS_AVAILABLE) {
in ms_hyperv_init_platform()
360
if (ms_hyperv.
misc_features
& HV_STIMER_DIRECT_MODE_AVAILABLE) {
in ms_hyperv_init_platform()
/kernel/linux/linux-6.6/arch/arm64/hyperv/
H
A
D
mshyperv.c
48
ms_hyperv.
misc_features
= result.as32.c;
in hyperv_init()
55
ms_hyperv.
misc_features
);
in hyperv_init()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
mshyperv.c
367
ms_hyperv.
misc_features
= cpuid_edx(HYPERV_CPUID_FEATURES);
in ms_hyperv_init_platform()
374
ms_hyperv.
misc_features
);
in ms_hyperv_init_platform()
423
ms_hyperv.
misc_features
& HV_FEATURE_FREQUENCY_MSRS_AVAILABLE) {
in ms_hyperv_init_platform()
455
ms_hyperv.
misc_features
&= ~HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE;
in ms_hyperv_init_platform()
474
ms_hyperv.
misc_features
& HV_FEATURE_FREQUENCY_MSRS_AVAILABLE) {
in ms_hyperv_init_platform()
549
if (ms_hyperv.
misc_features
& HV_STIMER_DIRECT_MODE_AVAILABLE) {
in ms_hyperv_init_platform()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_common.c
76
if (ms_hyperv.
misc_features
& HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE)
in hv_common_free()
293
if (ms_hyperv.
misc_features
& HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) {
in hv_common_init()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
mshyperv.h
30
u32
misc_features
;
member
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
hyperv_timer.c
189
direct_mode_enabled = ms_hyperv.
misc_features
&
in hv_stimer_alloc()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
mshyperv.h
34
u32
misc_features
;
member
/kernel/linux/linux-5.10/arch/x86/hyperv/
H
A
D
hv_init.c
155
ms_hyperv.
misc_features
& HV_FEATURE_FREQUENCY_MSRS_AVAILABLE &&
in hv_reenlightenment_available()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
hyperv_timer.c
262
direct_mode_enabled = ms_hyperv.
misc_features
&
in hv_stimer_alloc()
/kernel/linux/linux-5.10/include/pcmcia/
H
A
D
cistpl.h
257
u_char
misc_features
;
member
/kernel/linux/linux-6.6/include/pcmcia/
H
A
D
cistpl.h
257
u_char
misc_features
;
member
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
hv_init.c
177
ms_hyperv.
misc_features
& HV_FEATURE_FREQUENCY_MSRS_AVAILABLE &&
in hv_reenlightenment_available()
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
vmbus_drv.c
79
if (ms_hyperv.
misc_features
& HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE
in hyperv_panic_event()
1462
if (ms_hyperv.
misc_features
& HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) {
in vmbus_bus_init()
2682
if (ms_hyperv.
misc_features
& HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) {
in vmbus_exit()
Completed in 14 milliseconds