Searched full:specific (Results 1 – 25 of 40) sorted by relevance
12
/kvm-unit-tests/lib/asm-generic/ |
H A D | pci.h | 3 #error need architecture specific asm/pci.h
|
/kvm-unit-tests/ |
H A D | MAINTAINERS | 11 specific individual privately. 40 Can be useful for excluding a specific subdirectory, for instance: 74 Architecture Specific Code:
|
H A D | README | 69 To select a specific QEMU binary though, specify the QEMU=path/to/binary 89 The test case may need specific runtime configurations, for 173 See ./ARCH/README for architecture specific documentation.
|
H A D | README.md | 69 To select a specific QEMU binary though, specify the QEMU=path/to/binary 89 The test case may need specific runtime configurations, for 173 See ./ARCH/README for architecture specific documentation.
|
H A D | Makefile | 61 #include architecture specific make rules
|
/kvm-unit-tests/powerpc/ |
H A D | Makefile.ppc64 | 25 # ppc64 specific tests
|
H A D | selftest-migration.c | 7 * library code, but architecture-specific tests should be used to test
|
H A D | atomics.c | 91 /* This is implementation specific, so don't fail */ in test_lwarx_stwcx() 207 /* This is implementation specific, so don't fail */ in test_lqarx_stqcx()
|
/kvm-unit-tests/arm/ |
H A D | Makefile.arm | 37 # arm specific tests
|
H A D | Makefile.arm64 | 60 # arm64 specific tests
|
/kvm-unit-tests/common/ |
H A D | selftest-migration.c | 7 * library code, but architecture-specific tests should be used to test
|
/kvm-unit-tests/s390x/ |
H A D | selftest-migration.c | 7 * library code, but architecture-specific tests should be used to test
|
/kvm-unit-tests/x86/ |
H A D | hyperv.h | 21 /* Define synthetic interrupt controller model specific registers. */ 109 /* Platform-specific processor intercept messages. */
|
/kvm-unit-tests/lib/x86/ |
H A D | msr.h | 4 /* CPU model specific register (MSR) numbers */ 6 /* x86-64 specific MSRs */ 360 /* MISC_ENABLE bits: model-specific, meaning may vary from core to core */ 377 /* P4/Xeon+ specific */
|
H A D | amd_sev.c | 110 * not depend on specific UEFI #VC handler implementation. in setup_amd_sev_es()
|
/kvm-unit-tests/x86/efi/ |
H A D | crt0-efi-x86_64.S | 23 from this software without specific prior written permission.
|
H A D | reloc_x86_64.c | 23 from this software without specific prior written permission.
|
H A D | run | 53 # Also, pass in an EFI-specific smp count (i.e., `-smp 1`) as the last argument
|
/kvm-unit-tests/arm/efi/ |
H A D | reloc_aarch64.c | 20 from this software without specific prior written permission.
|
H A D | crt0-efi-aarch64.S | 12 * derived from this software without specific prior written permission.
|
/kvm-unit-tests/riscv/efi/ |
H A D | reloc_riscv64.c | 22 from this software without specific prior written permission.
|
H A D | crt0-efi-riscv64.S | 12 * derived from this software without specific prior written permission.
|
/kvm-unit-tests/lib/ |
H A D | devicetree.h | 44 * info is a pointer to device specific data, which may be 63 * in @reg, a bus specific structure
|
H A D | efi.c | 478 /* Set up arch-specific resources */ in efi_main() 481 printf("Failed to set up arch-specific resources\n"); in efi_main()
|
/kvm-unit-tests/lib/linux/ |
H A D | pci_regs.h | 208 #define PCI_CAP_ID_VNDR 0x09 /* Vendor-Specific */ 231 #define PCI_PM_CAP_DSI 0x0020 /* Device specific initialization */ 656 #define PCI_EXT_CAP_ID_VNDR 0x0B /* Vendor-Specific */ 784 /* Vendor-Specific (VSEC, PCI_EXT_CAP_ID_VNDR) */ 785 #define PCI_VNDR_HEADER 4 /* Vendor-Specific Header */ 919 #define PCI_VSEC_HDR 4 /* extended cap - vendor-specific */
|
12