Lines Matching refs:lib
20 LIBKVM += lib/assert.c
21 LIBKVM += lib/elf.c
22 LIBKVM += lib/guest_modes.c
23 LIBKVM += lib/io.c
24 LIBKVM += lib/kvm_util.c
25 LIBKVM += lib/memstress.c
26 LIBKVM += lib/guest_sprintf.c
27 LIBKVM += lib/rbtree.c
28 LIBKVM += lib/sparsebit.c
29 LIBKVM += lib/test_util.c
30 LIBKVM += lib/ucall_common.c
31 LIBKVM += lib/userfaultfd_util.c
33 LIBKVM_STRING += lib/string_override.c
35 LIBKVM_x86_64 += lib/x86_64/apic.c
36 LIBKVM_x86_64 += lib/x86_64/handlers.S
37 LIBKVM_x86_64 += lib/x86_64/hyperv.c
38 LIBKVM_x86_64 += lib/x86_64/memstress.c
39 LIBKVM_x86_64 += lib/x86_64/processor.c
40 LIBKVM_x86_64 += lib/x86_64/svm.c
41 LIBKVM_x86_64 += lib/x86_64/ucall.c
42 LIBKVM_x86_64 += lib/x86_64/vmx.c
44 LIBKVM_aarch64 += lib/aarch64/gic.c
45 LIBKVM_aarch64 += lib/aarch64/gic_v3.c
46 LIBKVM_aarch64 += lib/aarch64/handlers.S
47 LIBKVM_aarch64 += lib/aarch64/processor.c
48 LIBKVM_aarch64 += lib/aarch64/spinlock.c
49 LIBKVM_aarch64 += lib/aarch64/ucall.c
50 LIBKVM_aarch64 += lib/aarch64/vgic.c
52 LIBKVM_s390x += lib/s390x/diag318_test_handler.c
53 LIBKVM_s390x += lib/s390x/processor.c
54 LIBKVM_s390x += lib/s390x/ucall.c
56 LIBKVM_riscv += lib/riscv/processor.c
57 LIBKVM_riscv += lib/riscv/ucall.c
200 # lib.mak defines $(OUTPUT), prepends $(OUTPUT)/ to $(TEST_GEN_PROGS), and most
203 include ../lib.mk
278 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib ..