Searched +full:revision +full:- +full:id (Results 1 – 4 of 4) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | acpi.h | 7 * All tables and structures must be byte-packed to match the ACPI 34 u8 revision; /* Must be 0 for 1.0, 2 for 2.0 */ member 35 u32 rsdt_physical_address; /* 32-bit physical address of RSDT */ 37 u64 xsdt_physical_address; /* 64-bit physical address of XSDT */ 45 u8 revision; /* ACPI Specification minor version # */ \ 49 u32 oem_revision; /* OEM revision number */ \ 50 u8 asl_compiler_id[4]; /* ASL compiler vendor ID */ \ 51 u32 asl_compiler_revision; /* ASL compiler revision number */ 73 u64 address; /* 64-bit address of struct or register */ 87 u8 reserved2; /* Reserved - must be zero */ [all …]
|
/kvm-unit-tests/lib/linux/ |
H A D | pci_regs.h | 6 * Copyright 1997--1999 Martin Mares <mj@ucw.cz> 42 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */ 50 #define PCI_STATUS_FAST_BACK 0x80 /* Accept fast-back to back */ 62 #define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 revision */ 63 #define PCI_REVISION_ID 0x08 /* Revision ID */ 113 /* 0x35-0x3b are reserved */ 119 /* Header type 1 (PCI-to-PCI bridges) */ 147 /* 0x35-0x3b is reserved */ 149 /* 0x3c-0x3d are same as for htype 0 */ 180 /* 0x3c-0x3d are same as for htype 0 */ [all …]
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 2 # SPDX-License-Identifier: GPL-2.0 7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 8 # (c) 2010-2018 Joe Perches <joe@perches.com> 73 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst"; 76 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE 78 my $git_command ='export LANGUAGE=en_US.UTF-8; git'; 92 -q, --quiet quiet 93 -v, --verbose verbose mode 94 --no-tree run without a kernel tree 95 --no-signoff do not check for 'Signed-off-by' line [all …]
|
/kvm-unit-tests/x86/ |
H A D | vmx_tests.c | 51 int pos = -1; in ffs() 156 if (((rdtsc() - tsc_val) >> preempt_scale) in preemption_timer_main() 183 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val, in preemption_timer_exit_handler() 184 "busy-wait for preemption timer"); in preemption_timer_exit_handler() 191 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val in preemption_timer_exit_handler() 228 report_fail("busy-wait for preemption timer"); in preemption_timer_exit_handler() 659 report(vmx_get_test_stage() == 0, "I/O bitmap - I/O pass"); in iobmp_main() 664 report(vmx_get_test_stage() == 3, "I/O bitmap - trap in"); in iobmp_main() 667 report(vmx_get_test_stage() == 4, "I/O bitmap - trap out"); in iobmp_main() 670 report(vmx_get_test_stage() == 5, "I/O bitmap - I/O width, long"); in iobmp_main() [all …]
|