Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
A Dtest_vxlan_under_vrf.sh63 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
82 ip -netns ${hv[$id]} link set br0 up
88 setup-hv-networking 1
89 setup-hv-networking 2
102 ip link set veth-tap netns ${hv[$id]}
[all …]
A Dtest_vxlan_vnifiltering.sh179 ip link set veth-hv-$id netns ${hv[$id]}
180 ip -netns ${hv[$id]} link set veth-hv-$id name veth0
387 hv[1]=$hv_1
388 hv[2]=$hv_2
389 ip link add veth-hv-1 type veth peer name veth-hv-2
420 hv[1]=$hv_1
421 hv[2]=$hv_2
422 ip link add veth-hv-1 type veth peer name veth-hv-2
455 ip link add veth-hv-1 type veth peer name veth-hv-2
487 ip link add veth-hv-1 type veth peer name veth-hv-2
[all …]
/tools/testing/selftests/kvm/lib/x86/
A Dhyperv.c82 struct hyperv_test_pages *hv = addr_gva2hva(vm, hv_pages_gva); in vcpu_alloc_hyperv_test_pages() local
85 hv->vp_assist = (void *)vm_vaddr_alloc_page(vm); in vcpu_alloc_hyperv_test_pages()
86 hv->vp_assist_hva = addr_gva2hva(vm, (uintptr_t)hv->vp_assist); in vcpu_alloc_hyperv_test_pages()
87 hv->vp_assist_gpa = addr_gva2gpa(vm, (uintptr_t)hv->vp_assist); in vcpu_alloc_hyperv_test_pages()
90 hv->partition_assist = (void *)vm_vaddr_alloc_page(vm); in vcpu_alloc_hyperv_test_pages()
91 hv->partition_assist_hva = addr_gva2hva(vm, (uintptr_t)hv->partition_assist); in vcpu_alloc_hyperv_test_pages()
92 hv->partition_assist_gpa = addr_gva2gpa(vm, (uintptr_t)hv->partition_assist); in vcpu_alloc_hyperv_test_pages()
95 hv->enlightened_vmcs = (void *)vm_vaddr_alloc_page(vm); in vcpu_alloc_hyperv_test_pages()
96 hv->enlightened_vmcs_hva = addr_gva2hva(vm, (uintptr_t)hv->enlightened_vmcs); in vcpu_alloc_hyperv_test_pages()
97 hv->enlightened_vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)hv->enlightened_vmcs); in vcpu_alloc_hyperv_test_pages()
[all …]
/tools/perf/tests/shell/attr/
A Dtest-record-branch-filter-hv3 args = --no-bpf-event -j hv kill >/dev/null 2>&1
A DREADME40 perf record -j hv kill (test-record-branch-filter-hv)
/tools/
A DMakefile72 counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi firmware debug… target
125 all: acpi counter cpupower gpio hv firewire \
/tools/testing/selftests/kvm/include/x86/
A Devmcs.h258 static inline bool load_evmcs(struct hyperv_test_pages *hv) in load_evmcs() argument
260 if (evmcs_vmptrld(hv->enlightened_vmcs_gpa, hv->enlightened_vmcs)) in load_evmcs()
/tools/perf/Documentation/
A Dperf-top.txt255 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
A Dperf-record.txt448 - hv: only when the target is at the hypervisor level
470 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
/tools/perf/
A Ddesign.txt395 * hv,
/tools/perf/util/
A Devsel.c716 MOD_PRINT(hv, 'h'); in evsel__add_modifiers()

Completed in 21 milliseconds