Home
last modified time | relevance | path

Searched refs:memory_ihandle_cache (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/prom/
H A Dmisc_64.c185 static int memory_ihandle_cache; in prom_get_memory_ihandle() local
189 if (memory_ihandle_cache != 0) in prom_get_memory_ihandle()
190 return memory_ihandle_cache; in prom_get_memory_ihandle()
195 memory_ihandle_cache = -1; in prom_get_memory_ihandle()
197 memory_ihandle_cache = ret; in prom_get_memory_ihandle()
/kernel/linux/linux-6.6/arch/sparc/prom/
H A Dmisc_64.c185 static int memory_ihandle_cache; in prom_get_memory_ihandle() local
189 if (memory_ihandle_cache != 0) in prom_get_memory_ihandle()
190 return memory_ihandle_cache; in prom_get_memory_ihandle()
195 memory_ihandle_cache = -1; in prom_get_memory_ihandle()
197 memory_ihandle_cache = ret; in prom_get_memory_ihandle()

Completed in 2 milliseconds