Searched refs:source (Results 1 – 5 of 5) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | mvpg.c | 35 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 …]
|
/kvm-unit-tests/ |
H A D | COPYRIGHT | 2 Copyright (C) 2007-2023 by various contributors (see source files for details)
|
H A D | LICENSE | 24 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 D | README.macOS.md | 49 ### Building cross-compiler from source 51 An alternative is to build cross-compiler toolchain from source using
|
/kvm-unit-tests/x86/efi/ |
H A D | README.md | 37 This dir contains source code and linker script copied from
|