/kvm-unit-tests/ |
H A D | README.macOS.md | 14 A cross-compiler with ELF support is required to build kvm-unit-tests on macOS. 16 ### Pre-built cross-compiler 49 ### Building cross-compiler from source 51 An alternative is to build cross-compiler toolchain from source using 60 build and installation directory for the cross-compiler. Please [see Apple 65 cross-compiler can be built and installed there: 74 Once compiled, the cross-compiler can be used to build the tests:
|
H A D | .travis.yml | 4 compiler: clang
|
H A D | configure | 94 --cross-prefix=PREFIX cross compiler prefix 95 --cc=CC c compiler to use ($cc) 96 --cflags=FLAGS extra options to be passed to the c compiler 137 Select whether to compile with the -Werror compiler flag
|
H A D | README | 18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md). 22 A cross compiler may be configured by specifying a cross prefix. For example,
|
H A D | README.md | 18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md). 22 A cross compiler may be configured by specifying a cross prefix. For example,
|
/kvm-unit-tests/lib/linux/ |
H A D | compiler.h | 4 * tools/include/linux/compiler.h, with minor changes. 74 * Prevent the compiler from merging or refetching reads or writes. The 75 * compiler is also forbidden from reordering successive instances of 76 * READ_ONCE and WRITE_ONCE, but only when the compiler is aware of some 77 * particular ordering. One way to make the compiler aware of ordering is to 88 * and (2) Ensuring that the compiler does not fold, spindle, or otherwise
|
/kvm-unit-tests/arm/ |
H A D | Makefile.arm64 | 15 # Don't pass the option to the compiler, we don't 16 # want the compiler to generate SVE instructions. 22 # MTE is supported by the compiler, generate MTE instructions
|
H A D | mte.c | 51 * to access a tagged address, the compiler will reasonably assume 57 * compiler, we might leave the program in an unexpected state. 262 report_info("Compiler lack MTE support"); in mte_version()
|
/kvm-unit-tests/lib/ |
H A D | alloc.c | 5 #include <linux/compiler.h>
|
H A D | acpi.h | 50 u8 asl_compiler_id[4]; /* ASL compiler vendor ID */ \ 51 u32 asl_compiler_revision; /* ASL compiler revision number */
|
H A D | libcflat.h | 25 #include <linux/compiler.h>
|
H A D | string.c | 11 #include "linux/compiler.h"
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | arch_gicv3.h | 21 * These system registers are 32 bits, but we make sure that the compiler
|
H A D | pgtable.h | 22 #include <linux/compiler.h>
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt_internal.h | 112 * and the compiler should be handled safely. Malicious device trees and 159 * but is expected by libfdt. The device-tree compiler always created
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | mem.h | 13 /* create pointer while avoiding compiler warnings */
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | pgtable.h | 25 #include <linux/compiler.h>
|
/kvm-unit-tests/lib/ppc64/asm/ |
H A D | pgtable.h | 16 #include <linux/compiler.h>
|
/kvm-unit-tests/s390x/ |
H A D | spec_ex.c | 47 * Also acts as compiler barrier, -> none required in expect/check_invalid_psw 149 : "cc", "%r0", "%r1", "memory" /* Compiler barrier like in load_psw */ in psw_odd_address()
|
H A D | migration.c | 91 * Otherwise, the compiler is allowed to re-use the registers for in test_func()
|
H A D | emulator.c | 16 #include <linux/compiler.h>
|
/kvm-unit-tests/powerpc/ |
H A D | sprs.c | 119 [1] = { "XER", 64, RW, SPR_HARNESS, }, /* Used by compiler */ 120 [8] = { "LR", 64, RW, SPR_HARNESS, }, /* Compiler, mfspr/mtspr */ 121 [9] = { "CTR", 64, RW, SPR_HARNESS, }, /* Compiler, mfspr/mtspr */
|
/kvm-unit-tests/lib/ppc64/ |
H A D | mmu.c | 22 #include <linux/compiler.h>
|
/kvm-unit-tests/lib/arm/ |
H A D | mmu.c | 22 #include <linux/compiler.h>
|
/kvm-unit-tests/x86/ |
H A D | kvmclock.c | 129 * The following asm() prevents the compiler from in set_normalized_timespec()
|