Home
last modified time | relevance | path

Searched full:hv (Results 1 – 25 of 202) sorted by relevance

123456789

/linux/tools/testing/selftests/net/
H A Dtest_vxlan_under_vrf.sh16 # | | veth-hv | | | | veth-hv | |
39 # | hv-1 netns | | hv-2 netns |
50 ip link del veth-hv-1 2>/dev/null || true
63 hv[1]=$hv_1
64 hv[2]=$hv_2
69 ip link add veth-hv-1 type veth peer name veth-hv-2
70 setup-hv-networking() {
73 ip link set veth-hv-$id netns ${hv[$id]}
74 ip -netns ${hv[$id]} link set veth-hv-$id name veth0
76 ip -netns ${hv[$id]} link add vrf-underlay type vrf table 1
[all …]
H A Dtest_vxlan_vnifiltering.sh43 # | hv-1 netns +--------|------------+ |
47 # | hv-2 netns +--------|-------------+ |
164 ip link del veth-hv-1 2>/dev/null || true
172 setup-hv-networking() {
179 ip link set veth-hv-$id netns ${hv[$id]}
180 ip -netns ${hv[$id]} link set veth-hv-$id name veth0
181 ip -netns ${hv[$id]} addr add $local1/$mask1 dev veth0
182 ip -netns ${hv[$id]} addr add $local2/$mask2 dev veth0
183 ip -netns ${hv[$id]} link set veth0 up
205 ip -netns ${hv[$hvid]} link add br$brid type bridge vlan_filtering 1 vlan_default_pvid 0 \
[all …]
/linux/arch/x86/kvm/
H A Dhyperv.c111 struct kvm_hv *hv = to_kvm_hv(vcpu->kvm); in synic_update_vector() local
140 hv->synic_auto_eoi_used++; in synic_update_vector()
142 hv->synic_auto_eoi_used--; in synic_update_vector()
150 !!hv->synic_auto_eoi_used); in synic_update_vector()
338 struct kvm_hv *hv = to_kvm_hv(vcpu->kvm); in kvm_hv_syndbg_complete_userspace() local
341 hv->hv_syndbg.control.status = in kvm_hv_syndbg_complete_userspace()
574 struct kvm_hv *hv = to_kvm_hv(kvm); in get_time_ref_counter() local
582 if (hv->hv_tsc_page_status != HV_TSC_PAGE_SET) in get_time_ref_counter()
587 return mul_u64_u64_shr(tsc, hv->tsc_ref.tsc_scale, 64) in get_time_ref_counter()
588 + hv->tsc_ref.tsc_offset; in get_time_ref_counter()
[all …]
/linux/arch/sparc/include/asm/
H A Dcontregs.h17 #define AC_M_AFSR 0x0500 /* hv Asynchronous Fault Status Reg */
18 #define AC_M_AFAR 0x0600 /* hv Asynchronous Fault Address Reg */
19 #define AC_M_RESET 0x0700 /* hv Reset Reg */
20 #define AC_M_RPR 0x1000 /* hv Root Pointer Reg */
22 #define AC_M_IAPTP 0x1100 /* hv Instruction Access PTP */
23 #define AC_M_DAPTP 0x1200 /* hv Data Access PTP */
24 #define AC_M_ITR 0x1300 /* hv Index Tag Register */
25 #define AC_M_TRCR 0x1400 /* hv TLB Replacement Control Reg */
/linux/arch/m68k/include/asm/
H A Dcontregs.h39 #define AC_M_AFSR 0x0500 /* hv Asynchronous Fault Status Reg */
40 #define AC_M_AFAR 0x0600 /* hv Asynchronous Fault Address Reg */
41 #define AC_M_RESET 0x0700 /* hv Reset Reg */
42 #define AC_M_RPR 0x1000 /* hv Root Pointer Reg */
44 #define AC_M_IAPTP 0x1100 /* hv Instruction Access PTP */
45 #define AC_M_DAPTP 0x1200 /* hv Data Access PTP */
46 #define AC_M_ITR 0x1300 /* hv Index Tag Register */
47 #define AC_M_TRCR 0x1400 /* hv TLB Replacement Control Reg */
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst128 :revision: 3.19 / 2014-12-05 (*hv*)
138 :revision: 3.17 / 2014-08-04 (*lp, hv*)
144 :revision: 3.15 / 2014-02-03 (*hv, ap*)
157 :revision: 3.11 / 2013-05-26 (*hv*)
162 :revision: 3.10 / 2013-03-25 (*hv*)
177 :revision: 3.6 / 2012-07-02 (*hv*)
182 :revision: 3.5 / 2012-05-07 (*sa, sn, hv*)
203 :revision: 3.3 / 2012-01-11 (*hv*)
208 :revision: 3.2 / 2011-08-26 (*hv*)
213 :revision: 3.1 / 2011-06-27 (*mcc, po, hv*)
[all …]
/linux/drivers/virt/
H A Dfsl_hypervisor.c231 pr_debug("fsl-hv: could not allocate page list\n"); in ioctl_memcpy()
242 pr_debug("fsl-hv: could not allocate S/G list\n"); in ioctl_memcpy()
253 pr_debug("fsl-hv: could not lock source buffer\n"); in ioctl_memcpy()
444 pr_debug("fsl-hv: bad ioctl dir=%u type=%u cmd=%u size=%u\n", in fsl_hv_ioctl()
665 pr_err("fsl-hv: out of memory\n"); in fsl_hv_open()
710 "fsl-hv",
724 * The handle is the value of the 'hv-handle' property
739 * The proper name for the handle property is "hv-handle", but some in get_parent_handle()
742 prop = of_get_property(parent, "hv-handle", &len); in get_parent_handle()
788 * "hypervisor" and which has a property named "fsl,hv-version".
[all …]
/linux/arch/powerpc/perf/
H A DMakefile17 obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o vpa-dtl.o
21 obj-$(CONFIG_KVM_BOOK3S_HV_PMU) += kvm-hv-pmu.o
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c13 * hypervisor (HV) and secure memory managed by Ultravisor (UV).
15 * The page-in or page-out requests from UV will come to HV as hcalls and
16 * HV will call back into UV via ultracalls to satisfy these page requests.
22 * on the HV side. Some pages (like virtio buffers, VPA pages etc) are
23 * shared between UV and HV. However such pages aren't represented by
25 * UV and HV page tables.
34 * or when HV and guest simultaneously access the same page.
35 * This mutex serializes the migration of page from HV(normal) to
40 * fault path as page-out can occur when HV faults on accessing secure
44 * by HV touching secure pages is very very low. If an when UV supports
[all …]
H A DKconfig162 Old nested HV capable Linux guests have a bug where they don't
173 tristate "Hypervisor Perf events for KVM Book3s-HV"
176 Enable Book3s-HV Hypervisor Perf events PMU named 'kvm-hv'. These
179 L0-Hypervisor stats on a kvm-hv enabled PSeries LPAR like:
H A DMakefile62 kvm-hv-y += \
69 kvm-hv-$(CONFIG_PPC_UV) += \
72 kvm-hv-$(CONFIG_PPC_TRANSACTIONAL_MEM) += \
136 obj-$(CONFIG_KVM_BOOK3S_64_HV) += kvm-hv.o
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-vmbus13 Users: tools/hv/lsvmbus
20 Users: tools/hv/lsvmbus
27 Users: tools/hv/lsvmbus
36 Users: tools/hv/lsvmbus
43 Users: tools/hv/lsvmbus and user level RDMA libraries
50 Users: tools/hv/lsvmbus and user level RDMA libraries
71 Users: tools/hv/lsvmbus and other debugging tools
/linux/arch/powerpc/kernel/
H A Dcpu_setup_ppc970.S15 /* Do nothing if not running in HV mode */
71 /* Do nothing if not running in HV mode */
85 /* Do nothing if not running in HV mode */
133 /* Disable CPU_FTR_HVMODE and exit, since we don't have HV mode */
145 /* Do nothing if not running in HV mode */
H A Dcpu_setup_e500.S98 /* Touch IVOR42 only if the CPU supports E.HV category */
138 * that supports category E.HV. The architectural way to determine
168 /* Touch IVOR42 only if the CPU supports E.HV category */
189 * that supports category E.HV. The architectural way to determine
209 * that supports category E.HV. The architectural way to determine
/linux/arch/powerpc/platforms/ps3/
H A Dinterrupt.c36 * The HV maintains per SMT thread mappings of HV outlet to HV plug on
39 * are registered with the HV through lv1_configure_irq_state_bitmap().
40 * The HV requires that the 512 bits of status + mask not cross a page
44 * The HV supports 256 plugs per thread, assigned as {0..255}, for a total
46 * implementation equates HV plug value to Linux virq value, constrains each
72 * @ppe_id: HV logical_ppe_id
73 * @thread_id: HV thread_id
131 * ps3_chip_eoi - HV end-of-interrupt.
162 * @outlet: The HV outlet from the various create outlet routines.
237 * @outlet: The HV outlet from the various create outlet routines.
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt101 bit 2 - HV (hypervisor state)
110 - hv-support
118 This property describes the HV privilege support required to enable the
153 This property exists when the hv-support property HFSCR bit is set. This
227 hv-support = <0>;
234 hv-support = <0>;
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2595.dtsi21 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
30 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
39 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
48 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
57 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
311 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
320 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
476 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
485 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
494 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
[all …]
H A Dtegra210-p2571.dts22 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
31 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
40 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
49 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
58 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
312 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
321 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
482 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
491 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
500 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
[all …]
H A Dtegra210-p2894.dtsi37 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
46 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
55 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
64 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
73 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
326 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
335 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
498 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
507 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
516 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
[all …]
H A Dtegra210-p2597.dtsi55 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
64 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
73 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
82 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
91 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
335 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
344 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
502 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
511 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
520 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
[all …]
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A 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/arch/arm/boot/dts/nvidia/
H A Dtegra114-tn7.dts105 regulator-name = "va-lcd-hv";
177 regulator-name = "vd-ts-hv";
185 regulator-name = "va-cam2-hv";
191 regulator-name = "va-sns-hv";
197 regulator-name = "va-cam1-hv";
/linux/arch/powerpc/include/asm/
H A Dkvm_types.h6 #define KVM_SUB_MODULES kvm-pr,kvm-hv
10 #define KVM_SUB_MODULES kvm-hv
/linux/tools/testing/selftests/kvm/x86/
H A Devmcs_smm_controls_test.c77 struct hyperv_test_pages *hv; in main() local
96 hv = vcpu_alloc_hyperv_test_pages(vm, &hv_pages_gva); in main()
123 evmcs = hv->enlightened_vmcs_hva; in main()
/linux/drivers/media/pci/saa7146/
H A DKconfig15 tristate "Hexium HV-PCI6 and Orion frame grabber"
19 This is a video4linux driver for the Hexium HV-PCI6 and

123456789