Searched refs:wp_prms (Results 1 – 1 of 1) sorted by relevance
158 struct uffdio_writeprotect wp_prms; in test_one_folio() local191 wp_prms.mode = UFFDIO_WRITEPROTECT_MODE_WP; in test_one_folio()192 wp_prms.range.start = (uintptr_t)mem; in test_one_folio()193 wp_prms.range.len = size; in test_one_folio()194 if (ioctl(gopts->uffd, UFFDIO_WRITEPROTECT, &wp_prms)) { in test_one_folio()