Searched refs:_mark_cmd (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | page_fault_test.c | 776 #define TEST_ACCESS(_access, _with_af, _mark_cmd) \ argument 778 .name = SCAT3(_access, _with_af, #_mark_cmd), \ 781 .mem_mark_cmd = _mark_cmd, \ 787 #define TEST_UFFD(_access, _with_af, _mark_cmd, \ argument 790 .name = SCAT4(uffd, _access, _with_af, #_mark_cmd), \ 794 .mem_mark_cmd = _mark_cmd, \
|