Home
last modified time | relevance | path

Searched full:source (Results 1 – 25 of 35) sorted by relevance

12

/kvm-unit-tests/s390x/
H A Dmvpg.c35 static uint8_t source[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
112 mvpg(KFC(i), buffer, source); in test_exceptions()
129 mvpg(KFC(3), buffer, source); in test_exceptions()
133 mvpg(KFC(i), buffer, source); in test_exceptions()
146 mvpg(0, (void *)PAGE_MASK, source); in test_exceptions()
159 cc = mvpg(0, buffer, source); in test_success()
164 cc = mvpg(0, buffer, source); in test_success()
180 cc = mvpg(0, fresh, source); in test_small_loop()
181 report(page_ok(fresh) && !cc, "cold: %p, %p", source, fresh); in test_small_loop()
187 cc = mvpg(0, dest, source); in test_small_loop()
[all …]
H A Drun8 source config.mak
9 source scripts/arch-run.bash
10 source scripts/vmm.bash
/kvm-unit-tests/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
139 source code, which must be distributed under the terms of Sections
144 cost of physically performing source distribution, a complete
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
155 The source code for a work means the preferred form of the work for
156 making modifications to it. For an executable work, complete source
157 code means all the source code for all modules it contains, plus any
[all …]
H A Drun_tests.sh11 source config.mak
12 source scripts/common.bash
13 source scripts/vmm.bash
45 source scripts/runtime.bash
H A DREADME.macOS.md49 ### Building cross-compiler from source
51 An alternative is to build cross-compiler toolchain from source using
H A DCOPYRIGHT2 Copyright (C) 2007-2023 by various contributors (see source files for details)
/kvm-unit-tests/powerpc/
H A Drun17 source config.mak
18 source scripts/arch-run.bash
19 source scripts/vmm.bash
/kvm-unit-tests/x86/
H A Drun8 source config.mak
9 source scripts/arch-run.bash
10 source scripts/vmm.bash
/kvm-unit-tests/riscv/
H A Drun8 source config.mak
9 source scripts/arch-run.bash
10 source scripts/vmm.bash
/kvm-unit-tests/scripts/
H A Dcommon.bash1 source config.mak
2 source scripts/vmm.bash
106 # shellcheck source=scripts/s390x/func.bash
107 source "${ARCH_FUNC}"
H A Dmkstandalone.sh7 source config.mak
8 source scripts/common.bash
9 source scripts/vmm.bash
/kvm-unit-tests/arm/efi/
H A Drun12 source config.mak
13 source scripts/arch-run.bash
14 source scripts/vmm.bash
H A Dreloc_aarch64.c8 Redistribution and use in source and binary forms, with or without
12 * Redistributions of source code must retain the above copyright
H A Dcrt0-efi-aarch64.S6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
/kvm-unit-tests/riscv/efi/
H A Drun12 source config.mak
13 source scripts/arch-run.bash
14 source scripts/vmm.bash
H A Dreloc_riscv64.c10 Redistribution and use in source and binary forms, with or without
14 * Redistributions of source code must retain the above copyright
/kvm-unit-tests/arm/
H A Drun8 source config.mak
9 source scripts/arch-run.bash
10 source scripts/vmm.bash
/kvm-unit-tests/x86/efi/
H A Dcrt0-efi-x86_64.S11 Redistribution and use in source and binary forms, with or without
15 * Redistributions of source code must retain the above copyright
H A Dreloc_x86_64.c11 Redistribution and use in source and binary forms, with or without
15 * Redistributions of source code must retain the above copyright
/kvm-unit-tests/lib/x86/
H A Dintel-iommu.c67 uint16_t source_id:16; /* Source-ID */
68 uint64_t sid_q:2; /* Source-ID Qualifier */
69 uint64_t sid_vtype:2; /* Source-ID Validation Type */
171 * @sid: source ID of the device to setup
/kvm-unit-tests/lib/arm/
H A Dldivmod.S4 // Source Licenses.
/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash3 source config.mak
/kvm-unit-tests/lib/s390x/asm/
H A Dcpacf.h274 * @src: address of source memory area
304 * @src: address of source memory area
334 * @src: address of source memory area
357 * @src: address of source memory area
381 * @src: address of source memory area
409 * @src: address of source memory area
/kvm-unit-tests/lib/
H A Dpci-host-generic.h30 * The following constants are derived from Linux, see this source:
H A Dmigrate.c73 * Migration can split this output between source and dest QEMU in migrate_end_continuous()

12