Home
last modified time | relevance | path

Searched refs:hv (Results 1 – 31 of 31) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Dhyperv.c55 struct kvm_hv *hv = &vcpu->kvm->arch.hyperv; in kvm_hv_msr_get_crash_data() local
57 if (WARN_ON_ONCE(index >= ARRAY_SIZE(hv->hv_crash_param))) in kvm_hv_msr_get_crash_data()
60 *pdata = hv->hv_crash_param[index]; in kvm_hv_msr_get_crash_data()
66 struct kvm_hv *hv = &vcpu->kvm->arch.hyperv; in kvm_hv_msr_get_crash_ctl() local
68 *pdata = hv->hv_crash_ctl; in kvm_hv_msr_get_crash_ctl()
74 struct kvm_hv *hv = &vcpu->kvm->arch.hyperv; in kvm_hv_msr_set_crash_ctl() local
77 hv->hv_crash_ctl = data & HV_X64_MSR_CRASH_CTL_NOTIFY; in kvm_hv_msr_set_crash_ctl()
82 hv->hv_crash_param[0], in kvm_hv_msr_set_crash_ctl()
83 hv->hv_crash_param[1], in kvm_hv_msr_set_crash_ctl()
84 hv->hv_crash_param[2], in kvm_hv_msr_set_crash_ctl()
[all …]
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-vmbus6 Users: tools/hv/lsvmbus
13 Users: tools/hv/lsvmbus
20 Users: tools/hv/lsvmbus
29 Users: tools/hv/lsvmbus
/linux-4.4.14/arch/powerpc/perf/
DMakefile14 obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-hv_gpci15 in arch/powerpc/perf/hv-gpci.h).
22 in arch/powerpc/perf/hv-gpci.h).
29 in arch/powerpc/perf/hv-gpci.h).
Dsysfs-hypervisor-pmu10 "hv" -- The guest can profile itself and, if it is
Dsysfs-bus-event_source-devices-hv_24x79 https://raw.githubusercontent.com/jmesmon/catalog-24x7/master/hv-24x7-catalog.h
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dinterlaken-lac.dtsi41 lac-hv@228000 {
42 compatible = "fsl,interlaken-lac-hv";
44 fsl,non-hv-node = <&lac>;
De6500_power_isa.dtsi45 power-isa-e.hv; // Embedded.Hypervisor
58 power-isa-e.hv.lrat; // Embedded.Hypervisor.LRAT
De5500_power_isa.dtsi45 power-isa-e.hv; // Embedded.Hypervisor
De500mc_power_isa.dtsi45 power-isa-e.hv; // Embedded.Hypervisor
/linux-4.4.14/arch/arm/boot/dts/
Dtegra114-tn7.dts102 regulator-name = "va-lcd-hv";
174 regulator-name = "vd-ts-hv";
182 regulator-name = "va-cam2-hv";
188 regulator-name = "va-sns-hv";
194 regulator-name = "va-cam1-hv";
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dinterlaken-lac.txt54 "fsl,interlaken-lac-hv". This node represents the protected
58 - fsl,non-hv-node
59 Usage: required in "fsl,interlaken-lac-hv"
71 Usage: required in non-hv node only
82 lac-hv@228000 {
83 compatible = "fsl,interlaken-lac-hv"
85 fsl,non-hv-node = <&lac>;
/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-branch-filter-hv3 args = -j hv kill >/dev/null 2>&1
DREADME40 perf record -j hv kill (test-record-branch-filter-hv)
/linux-4.4.14/tools/
DMakefile55 cgroup firewire hv guest usb virtio vm net iio: FORCE target
84 all: acpi cgroup cpupower hv firewire lguest \
/linux-4.4.14/arch/powerpc/sysdev/xics/
DMakefile5 obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o
/linux-4.4.14/drivers/hv/
DMakefile6 hv.o connection.o channel.o \
/linux-4.4.14/arch/powerpc/kvm/
DMakefile70 kvm-hv-y += \
126 obj-$(CONFIG_KVM_BOOK3S_64_HV) += kvm-hv.o
/linux-4.4.14/arch/tile/include/hv/
Diorpc.h387 hv; /**< Buffer parameters for HV driver. */ member
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra210-pinmux.txt56 - nvidia,io-hv: Integer. Select high-voltage receivers.
162 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
/linux-4.4.14/drivers/
DMakefile154 obj-$(CONFIG_HYPERV) += hv/
DKconfig131 source "drivers/hv/Kconfig"
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c1384 bool hv; in facility_unavailable_exception() local
1386 hv = (regs->trap == 0xf80); in facility_unavailable_exception()
1387 if (hv) in facility_unavailable_exception()
1447 hv ? "Hypervisor " : "", facility, regs->nip, regs->msr); in facility_unavailable_exception()
/linux-4.4.14/tools/perf/Documentation/
Dperf-record.txt247 - hv: only when the target is at the hypervisor level
256 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
Dperf-top.txt227 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1102 u32 hv; in ipoib_addr_hash() local
1104 hv = jhash_3words(d32[3], d32[4], IPOIB_QPN_MASK & d32[0], 0); in ipoib_addr_hash()
1105 return hv & htbl->mask; in ipoib_addr_hash()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc.c655 u32 h, hv; in dispc_ovl_set_scale_coef() local
661 hv = FLD_VAL(h_coef[i].hc4_vc22, 7, 0) in dispc_ovl_set_scale_coef()
668 dispc_ovl_write_firhv_reg(plane, i, hv); in dispc_ovl_set_scale_coef()
671 dispc_ovl_write_firhv2_reg(plane, i, hv); in dispc_ovl_set_scale_coef()
/linux-4.4.14/tools/perf/
Ddesign.txt387 * hv,
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db174 API-drm-crtc-get-hv-timing
/linux-4.4.14/tools/perf/util/
Devsel.c307 MOD_PRINT(hv, 'h'); in perf_evsel__add_modifiers()
/linux-4.4.14/
DMAINTAINERS5121 F: drivers/hv/
5127 F: tools/hv/