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

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c71 bool hash_mmu; local
80 FAIL_IF(using_hash_mmu(&hash_mmu));
88 if (page_size == (64 * 1024) || !hash_mmu) {
93 } else if (page_size == (4 * 1024) && hash_mmu) {
102 hash_mmu ? "hash" : "radix",
H A Dlarge_vm_gpr_corruption.c108 bool hash_mmu; local
113 FAIL_IF(using_hash_mmu(&hash_mmu));
114 SKIP_IF(!hash_mmu);
/linux-master/tools/testing/selftests/powerpc/include/
H A Dpkeys.h80 bool hash_mmu = false; local
84 FAIL_IF(using_hash_mmu(&hash_mmu));
85 SKIP_IF(!hash_mmu);
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c179 bool hash_mmu; member in struct:platform_support
1271 support->hash_mmu = true;
1286 support->hash_mmu = true;
1343 .hash_mmu = false,
1386 } else if (supported.hash_mmu) {

Completed in 235 milliseconds