Searched refs:no_hash_pointers_enable (Results 1 – 3 of 3) sorted by relevance
25 int no_hash_pointers_enable(char *str);
2274 int __init no_hash_pointers_enable(char *str) in no_hash_pointers_enable() function2297 early_param("no_hash_pointers", no_hash_pointers_enable);
6315 no_hash_pointers_enable(NULL); in kmem_cache_init()