Searched refs:_mark_cmd (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), \ 780 .mem_mark_cmd = _mark_cmd, \ 786 #define TEST_UFFD(_access, _with_af, _mark_cmd, \ argument 789 .name = SCAT4(uffd, _access, _with_af, #_mark_cmd), \ 793 .mem_mark_cmd = _mark_cmd, \
|