Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c70 int want_fault = (subpage == ((page + 3) % 16)); in check_faulted() local
73 want_fault |= (subpage == ((page + 1) % 16)); in check_faulted()
75 if (faulted != want_fault) { in check_faulted()
78 want_fault ? "fault" : "pass", in check_faulted()