Lines Matching refs:LIBKVM
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
196 LIBKVM += $(LIBKVM_$(ARCH_DIR))
235 LIBKVM_C := $(filter %.c,$(LIBKVM))
236 LIBKVM_S := $(filter %.S,$(LIBKVM))