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:host_cap
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
vmx_pmu_caps_test.c
81
static void test_guest_wrmsr_perf_capabilities(union perf_capabilities
host_cap
)
in test_guest_wrmsr_perf_capabilities()
argument
91
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES,
host_cap
.capabilities);
in test_guest_wrmsr_perf_capabilities()
93
vcpu_args_set(vcpu, 1,
host_cap
.capabilities);
in test_guest_wrmsr_perf_capabilities()
107
host_cap
.capabilities);
in test_guest_wrmsr_perf_capabilities()
109
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES,
host_cap
.capabilities);
in test_guest_wrmsr_perf_capabilities()
116
host_cap
.capabilities ^ BIT_ULL(i));
in test_guest_wrmsr_perf_capabilities()
118
host_cap
.capabilities ^ BIT_ULL(i));
in test_guest_wrmsr_perf_capabilities()
128
static void test_basic_perf_capabilities(union perf_capabilities
host_cap
)
in test_basic_perf_capabilities()
argument
134
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES,
host_cap
.capabilities);
in test_basic_perf_capabilities()
139
static void test_fungible_perf_capabilities(union perf_capabilities
host_cap
)
in test_fungible_perf_capabilities()
argument
163
test_immutable_perf_capabilities(union perf_capabilities
host_cap
)
test_immutable_perf_capabilities()
argument
214
test_lbr_perf_capabilities(union perf_capabilities
host_cap
)
test_lbr_perf_capabilities()
argument
238
union perf_capabilities
host_cap
;
main()
local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufs-mediatek.c
593
struct ufs_dev_params
host_cap
;
in ufs_mtk_pre_pwr_change()
local
596
host_cap
.tx_lanes = UFS_MTK_LIMIT_NUM_LANES_TX;
in ufs_mtk_pre_pwr_change()
597
host_cap
.rx_lanes = UFS_MTK_LIMIT_NUM_LANES_RX;
in ufs_mtk_pre_pwr_change()
598
host_cap
.hs_rx_gear = UFS_MTK_LIMIT_HSGEAR_RX;
in ufs_mtk_pre_pwr_change()
599
host_cap
.hs_tx_gear = UFS_MTK_LIMIT_HSGEAR_TX;
in ufs_mtk_pre_pwr_change()
600
host_cap
.pwm_rx_gear = UFS_MTK_LIMIT_PWMGEAR_RX;
in ufs_mtk_pre_pwr_change()
601
host_cap
.pwm_tx_gear = UFS_MTK_LIMIT_PWMGEAR_TX;
in ufs_mtk_pre_pwr_change()
602
host_cap
.rx_pwr_pwm = UFS_MTK_LIMIT_RX_PWR_PWM;
in ufs_mtk_pre_pwr_change()
603
host_cap
.tx_pwr_pwm = UFS_MTK_LIMIT_TX_PWR_PWM;
in ufs_mtk_pre_pwr_change()
604
host_cap
in ufs_mtk_pre_pwr_change()
[all...]
/kernel/linux/linux-6.6/drivers/ufs/host/
H
A
D
ufs-mediatek.c
999
struct ufs_dev_params
host_cap
;
in ufs_mtk_pre_pwr_change()
local
1002
ufshcd_init_pwr_dev_param(&
host_cap
);
in ufs_mtk_pre_pwr_change()
1003
host_cap
.hs_rx_gear = UFS_HS_G5;
in ufs_mtk_pre_pwr_change()
1004
host_cap
.hs_tx_gear = UFS_HS_G5;
in ufs_mtk_pre_pwr_change()
1006
ret = ufshcd_get_pwr_dev_param(&
host_cap
,
in ufs_mtk_pre_pwr_change()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mvumi.h
423
u8
host_cap
;
member
H
A
D
mvumi.c
846
hs_page2->
host_cap
= 0x08;/* host dynamic source mode */
in mvumi_hs_build_page()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mvumi.h
432
u8
host_cap
;
member
H
A
D
mvumi.c
846
hs_page2->
host_cap
= 0x08;/* host dynamic source mode */
in mvumi_hs_build_page()
Completed in 13 milliseconds