Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dmremap_test.c137 void *second_val = (void *) strtol(second, NULL, 16); in is_range_mapped() local
139 if (first_val <= start && second_val >= end) { in is_range_mapped()