Searched refs:_with_af (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | page_fault_test.c | 775 #define TEST_ACCESS(_access, _with_af, _mark_cmd) \ argument 777 .name = SCAT3(_access, _with_af, #_mark_cmd), \ 778 .guest_prepare = { _PREPARE(_with_af), \ 782 .guest_test_check = { _CHECK(_with_af) }, \ 786 #define TEST_UFFD(_access, _with_af, _mark_cmd, \ argument 789 .name = SCAT4(uffd, _access, _with_af, #_mark_cmd), \ 790 .guest_prepare = { _PREPARE(_with_af), \ 794 .guest_test_check = { _CHECK(_with_af) }, \ 800 #define TEST_DIRTY_LOG(_access, _with_af, _test_check, _pt_check) \ argument 802 .name = SCAT3(dirty_log, _access, _with_af), \ [all …]
|