Searched refs:prom_mmu_ihandle_cache (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/sparc/prom/ |
D | misc_64.c | 175 if (prom_mmu_ihandle_cache != 0) in prom_get_mmu_ihandle() 176 return prom_mmu_ihandle_cache; in prom_get_mmu_ihandle() 181 prom_mmu_ihandle_cache = -1; in prom_get_mmu_ihandle() 183 prom_mmu_ihandle_cache = ret; in prom_get_mmu_ihandle()
|
/linux-2.6.39/arch/sparc/kernel/ |
D | trampoline_64.S | 154 sethi %hi(prom_mmu_ihandle_cache), %g2 155 lduw [%g2 + %lo(prom_mmu_ihandle_cache)], %g2 187 sethi %hi(prom_mmu_ihandle_cache), %g2 188 lduw [%g2 + %lo(prom_mmu_ihandle_cache)], %g2
|
D | head_64.S | 102 .globl prom_map_name, prom_unmap_name, prom_mmu_ihandle_cache 142 prom_mmu_ihandle_cache: label 226 mov (1b - prom_mmu_ihandle_cache), %l5 239 stx %l5, [%sp + 2047 + 128 + 0x28] ! arg3, &prom_mmu_ihandle_cache 250 lduw [%l5], %l5 ! prom_mmu_ihandle_cache 258 stx %l5, [%sp + 2047 + 128 + 0x20] ! arg2: prom_mmu_ihandle_cache
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | oplib_64.h | 43 extern int prom_mmu_ihandle_cache;
|