Searched refs:property (Results 1 – 13 of 13) sorted by relevance
| /tools/testing/selftests/hid/tests/ |
| A D | base_device.py | 57 @property 65 @property 79 @property 96 @property 100 @property 104 @property 237 @property 243 @property 316 @property 324 @property [all …]
|
| A D | test_multitouch.py | 149 @property
|
| /tools/testing/selftests/net/ |
| A D | altnames.sh | 20 ip link property add $DUMMY_DEV altname $SHORT_NAME 35 ip link property add $DUMMY_DEV altname $LONG_NAME 47 ip link property del $DUMMY_DEV altname $SHORT_NAME
|
| A D | netns-name.sh | 65 ip -netns $test_ns link property add dev $DEV altname $ALT_NAME || fail 67 ip -netns $NS link property add dev $DEV2 altname $ALT_NAME || fail 79 ip -netns $NS link property add dev $DEV altname $ALT_NAME || fail
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | processor.h | 246 struct kvm_x86_cpu_property property = { \ 260 property; \ 717 return __this_cpu_has(property.function, property.index, in this_cpu_property() 718 property.reg, property.lo_bit, property.hi_bit); in this_cpu_property() 725 switch (property.function & 0xc0000000) { in this_cpu_has_p() 738 return max_leaf >= property.function; in this_cpu_has_p() 954 struct kvm_x86_cpu_property property); 958 return kvm_cpuid_property(kvm_get_supported_cpuid(), property); in kvm_cpu_property() 965 switch (property.function & 0xc0000000) { in kvm_cpu_has_p() 978 return max_leaf >= property.function; in kvm_cpu_has_p() [all …]
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | processor.c | 779 struct kvm_x86_cpu_property property) in kvm_cpuid_property() argument 781 return __kvm_cpu_has(cpuid, property.function, property.index, in kvm_cpuid_property() 782 property.reg, property.lo_bit, property.hi_bit); in kvm_cpuid_property() 860 struct kvm_x86_cpu_property property, in vcpu_set_cpuid_property() argument 865 entry = __vcpu_get_cpuid_entry(vcpu, property.function, property.index); in vcpu_set_cpuid_property() 867 (&entry->eax)[property.reg] &= ~GENMASK(property.hi_bit, property.lo_bit); in vcpu_set_cpuid_property() 868 (&entry->eax)[property.reg] |= value << property.lo_bit; in vcpu_set_cpuid_property() 873 TEST_ASSERT_EQ(kvm_cpuid_property(vcpu->cpuid, property), value); in vcpu_set_cpuid_property()
|
| /tools/testing/selftests/devices/probe/boards/ |
| A D | google,spherion.yaml | 15 # property. Useful when the controller's address is not unique across other 16 # sibling controllers. In this case, dt-mmio can't be used, and this property 20 # - acpi-uid: _UID property of the controller as supplied by the ACPI. Useful to
|
| /tools/testing/selftests/arm64/bti/ |
| A D | assembler.h | 29 .pushsection .note.gnu.property, "a"
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat | 742 @property 761 @property 829 @property 838 @property 972 @property 982 @property 994 @property
|
| /tools/memory-model/Documentation/ |
| A D | glossary.txt | 146 nice property that time must advance from the store to the load,
|
| A D | explanation.txt | 872 fence. We describe this property by saying that release fences and 1022 Rmw sequences have a special property in the LKMM: They can extend the 1230 share this property: They do not allow the CPU to execute any po-later
|
| /tools/usb/usbip/ |
| A D | COPYING | 216 patents or other property right claims or to contest validity of any
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 441 … 0x12, 31:2, ecx, 3:0, epc_sec_type , EPC section type / property encoding
|
Completed in 711 milliseconds