Searched refs:hash_mmu (Results 1 – 3 of 3) sorted by relevance
71 bool hash_mmu; in test() local80 FAIL_IF(using_hash_mmu(&hash_mmu)); in test()88 if (page_size == (64 * 1024) || !hash_mmu) { in test()93 } else if (page_size == (4 * 1024) && hash_mmu) { in test()102 hash_mmu ? "hash" : "radix", in test()
108 bool hash_mmu; in test() local113 FAIL_IF(using_hash_mmu(&hash_mmu)); in test()114 SKIP_IF(!hash_mmu); in test()
80 bool hash_mmu = false; in pkeys_unsupported() local84 FAIL_IF(using_hash_mmu(&hash_mmu)); in pkeys_unsupported()85 SKIP_IF(!hash_mmu); in pkeys_unsupported()