Searched refs:hv (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/net/ |
| A D | test_vxlan_under_vrf.sh | 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 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 D | test_vxlan_vnifiltering.sh | 179 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 D | hyperv.c | 82 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 D | test-record-branch-filter-hv | 3 args = --no-bpf-event -j hv kill >/dev/null 2>&1
|
| A D | README | 40 perf record -j hv kill (test-record-branch-filter-hv)
|
| /tools/ |
| A D | Makefile | 72 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 D | evmcs.h | 258 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 D | perf-top.txt | 255 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
|
| A D | perf-record.txt | 448 - 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 D | design.txt | 395 * hv,
|
| /tools/perf/util/ |
| A D | evsel.c | 716 MOD_PRINT(hv, 'h'); in evsel__add_modifiers()
|
Completed in 21 milliseconds