Searched full:note (Results 1 – 25 of 38) sorted by relevance
12
/kvm-unit-tests/arm/efi/ |
H A D | elf_aarch64_efi.lds | 56 .note.gnu.build-id : { *(.note.gnu.build-id) } 61 *(.note.GNU-stack)
|
/kvm-unit-tests/x86/efi/ |
H A D | elf_x86_64_efi.lds | 56 .note.gnu.build-id : { *(.note.gnu.build-id) } 78 *(.note.GNU-stack)
|
/kvm-unit-tests/riscv/efi/ |
H A D | elf_riscv64_efi.lds | 47 * Note that these aren't the using the GNU "CONSTRUCTOR" output section 126 .note.gnu.build-id : { *(.note.gnu.build-id) } 138 *(.note.GNU-stack)
|
H A D | crt0-efi-riscv64.S | 204 .section .note.GNU-stack,"",%progbits
|
/kvm-unit-tests/docs/ |
H A D | unittests.txt | 27 Note! Some parameters like smp and extra_params modify how a test is run, 49 any machine type. (Note, the machine can be specified with the MACHINE= 83 test will run on either accelerator. (Note, the accelerator can be
|
/kvm-unit-tests/lib/ |
H A D | alloc_phys.h | 7 * Note: This is such a simple allocator that there is no way to free
|
H A D | vmalloc.c | 148 * allocation; note that we need to allocate one extra page (for the in vm_memalign()
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | ptrace.h | 69 * exception. Note that sizeof(struct pt_regs) has to be a multiple of 16 (for
|
H A D | pgtable.h | 8 * Note: some Linux function APIs have been modified. Nothing crazy,
|
/kvm-unit-tests/x86/ |
H A D | trampolines.S | 100 /* Note, EFI doesn't yet support 5-level paging. */
|
H A D | la57.c | 23 * Note: value for LDT and TSS base might not reflect the actual base in get_test_register_value() 224 * Note that this test tests the kvm's behavior only when ept=0. in test_invpcid()
|
H A D | kvmclock.c | 121 * Note: The tv_nsec part is always in the range of
|
H A D | lam.c | 243 * Note, LAM doesn't have a global control bit to turn on/off LAM in test_lam_user()
|
/kvm-unit-tests/lib/x86/asm/ |
H A D | debugreg.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
/kvm-unit-tests/riscv/ |
H A D | flat.lds | 69 *(.note*)
|
/kvm-unit-tests/arm/ |
H A D | flat.lds | 69 *(.note*)
|
/kvm-unit-tests/lib/x86/ |
H A D | atomic.h | 78 * Note, we inline this atomic64_t primitive because in atomic64_read()
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | pgtable.h | 8 * Note: some Linux function APIs have been modified. Nothing crazy,
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt.h | 228 * Note that this is implemented as a macro and @node is used as 617 * Note that this is implemented as a macro and property is used as 637 * Note that this code only works on device tree versions >= 16. fdt_getprop() 868 * NOTE: This function is expensive, as it must scan the device tree 901 * NOTE: This function is expensive, as it must scan the device tree 926 * NOTE: This function is expensive, as it must scan the device tree 948 * NOTE: This function is expensive, as it must scan the device tree 985 * Note the -1 in the first call to the function, if 0 is used here 1068 * Note the -1 in the first call to the function, if 0 is used here 1120 * Note that it is possible for this function to succeed on property values [all …]
|
H A D | libfdt_internal.h | 117 * Note: Only checks that relate exclusively to the device tree itself
|
/kvm-unit-tests/ |
H A D | README | 18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
|
H A D | README.md | 18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
|
/kvm-unit-tests/lib/linux/ |
H A D | efi.h | 51 * Note that the UEFI spec as well as some comments in the EDK2 code base 201 /* Note that notifications won't work in mixed mode */
|
/kvm-unit-tests/lib/arm/ |
H A D | mmu.c | 116 * NOTE: The Arm architecture might require the use of a
|
/kvm-unit-tests/powerpc/ |
H A D | spapr_vpa.c | 103 * From PAPR: "note no check is made that a valid VPA registration in test_register_vpa()
|
12