Lines Matching refs:get_paca

129 	get_paca()->slb_cache_ptr = 0;  in slb_restore_bolted_realmode()
131 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in slb_restore_bolted_realmode()
132 get_paca()->slb_used_bitmap = get_paca()->slb_kern_bitmap; in slb_restore_bolted_realmode()
193 assert_slb_presence(true, get_paca()->kstack); in slb_flush_and_restore_bolted()
195 get_paca()->slb_cache_ptr = 0; in slb_flush_and_restore_bolted()
197 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in slb_flush_and_restore_bolted()
198 get_paca()->slb_used_bitmap = get_paca()->slb_kern_bitmap; in slb_flush_and_restore_bolted()
207 get_paca()->slb_save_cache_ptr = get_paca()->slb_cache_ptr; in slb_save_contents()
260 pr_err("SLB RR allocator index %d\n", get_paca()->stab_rr); in slb_dump_contents()
263 pr_err("SLB cache ptr value = %d\n", get_paca()->slb_save_cache_ptr); in slb_dump_contents()
265 n = min_t(int, get_paca()->slb_save_cache_ptr, SLB_CACHE_ENTRIES); in slb_dump_contents()
267 pr_err("%02d EA[0-35]=%9x\n", i, get_paca()->slb_cache[i]); in slb_dump_contents()
270 pr_err("%02d EA[0-35]=%9x\n", i, get_paca()->slb_cache[i]); in slb_dump_contents()
420 unsigned long slbie_data = get_paca()->slb_cache[index]; in slb_cache_slbie_kernel()
421 unsigned long ksp = get_paca()->kstack; in slb_cache_slbie_kernel()
434 unsigned long slbie_data = get_paca()->slb_cache[index]; in slb_cache_slbie_user()
460 get_paca()->slb_cache_ptr = 0; in switch_slb()
461 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in switch_slb()
473 unsigned long offset = get_paca()->slb_cache_ptr; in switch_slb()
495 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in switch_slb()
498 get_paca()->slb_cache_ptr = 0; in switch_slb()
500 get_paca()->slb_used_bitmap = get_paca()->slb_kern_bitmap; in switch_slb()
554 get_paca()->vmalloc_sllp = SLB_VSID_KERNEL | vmalloc_llp; in slb_initialize()
567 get_paca()->stab_rr = SLB_NUM_BOLTED - 1; in slb_initialize()
568 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in slb_initialize()
569 get_paca()->slb_used_bitmap = get_paca()->slb_kern_bitmap; in slb_initialize()
587 (get_paca()->kstack & slb_esid_mask(mmu_kernel_ssize)) > PAGE_OFFSET) in slb_initialize()
588 create_shadowed_slbe(get_paca()->kstack, in slb_initialize()