Home
last modified time | relevance | path

Searched refs:hash_mmu (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c71 bool hash_mmu; in test() local
80 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()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c71 bool hash_mmu; in test() local
80 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()
H A Dlarge_vm_gpr_corruption.c108 bool hash_mmu; in test() local
113 FAIL_IF(using_hash_mmu(&hash_mmu)); in test()
114 SKIP_IF(!hash_mmu); in test()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H A Dpkeys.h80 bool hash_mmu = false; in pkeys_unsupported() local
84 FAIL_IF(using_hash_mmu(&hash_mmu)); in pkeys_unsupported()
85 SKIP_IF(!hash_mmu); in pkeys_unsupported()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dpkeys.h80 bool hash_mmu = false; in pkeys_unsupported() local
84 FAIL_IF(using_hash_mmu(&hash_mmu)); in pkeys_unsupported()
85 SKIP_IF(!hash_mmu); in pkeys_unsupported()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c181 bool hash_mmu; member
1237 support->hash_mmu = true; in prom_parse_mmu_model()
1252 support->hash_mmu = true; in prom_parse_mmu_model()
1309 .hash_mmu = false, in prom_check_platform_support()
1350 } else if (supported.hash_mmu) { in prom_check_platform_support()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init.c179 bool hash_mmu; member
1263 support->hash_mmu = true; in prom_parse_mmu_model()
1278 support->hash_mmu = true; in prom_parse_mmu_model()
1335 .hash_mmu = false, in prom_check_platform_support()
1378 } else if (supported.hash_mmu) { in prom_check_platform_support()

Completed in 11 milliseconds