Home
last modified time | relevance | path

Searched refs:PER_PAGE_DEBUG (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/include/
Duserfaultfd_util.h43 #define PER_PAGE_DEBUG(...) printf(__VA_ARGS__) macro
45 #define PER_PAGE_DEBUG(...) _no_printf(__VA_ARGS__) macro
/linux-6.12.1/tools/testing/selftests/kvm/
Ddemand_paging_test.c124 PER_PAGE_DEBUG("UFFD page-in %d \t%ld ns\n", tid, in handle_uffd_page_request()
126 PER_PAGE_DEBUG("Paged in %ld bytes at 0x%lx from thread %d\n", in handle_uffd_page_request()
/linux-6.12.1/tools/testing/selftests/kvm/lib/
Duserfaultfd_util.c115 PER_PAGE_DEBUG("Userfaultfd %s mode, faults resolved with %s\n", in uffd_setup_demand_paging()