Home
last modified time | relevance | path

Searched refs:PER_PAGE_DEBUG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Duserfaultfd_util.h36 #define PER_PAGE_DEBUG(...) printf(__VA_ARGS__) macro
38 #define PER_PAGE_DEBUG(...) _no_printf(__VA_ARGS__) macro
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c31 #define PER_PAGE_DEBUG(...) printf(__VA_ARGS__) macro
33 #define PER_PAGE_DEBUG(...) _no_printf(__VA_ARGS__) macro
101 PER_PAGE_DEBUG("UFFDIO_COPY %d \t%ld ns\n", tid, in handle_uffd_page_request()
103 PER_PAGE_DEBUG("Paged in %ld bytes at 0x%lx from thread %d\n", in handle_uffd_page_request()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c103 PER_PAGE_DEBUG("UFFD page-in %d \t%ld ns\n", tid, in handle_uffd_page_request()
105 PER_PAGE_DEBUG("Paged in %ld bytes at 0x%lx from thread %d\n", in handle_uffd_page_request()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c123 PER_PAGE_DEBUG("Userfaultfd %s mode, faults resolved with %s\n", in uffd_setup_demand_paging()

Completed in 2 milliseconds