Lines Matching refs:get_paca
130 get_paca()->slb_cache_ptr = 0; in slb_restore_bolted_realmode()
132 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in slb_restore_bolted_realmode()
133 get_paca()->slb_used_bitmap = get_paca()->slb_kern_bitmap; in slb_restore_bolted_realmode()
194 assert_slb_presence(true, get_paca()->kstack); in slb_flush_and_restore_bolted()
196 get_paca()->slb_cache_ptr = 0; in slb_flush_and_restore_bolted()
198 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in slb_flush_and_restore_bolted()
199 get_paca()->slb_used_bitmap = get_paca()->slb_kern_bitmap; in slb_flush_and_restore_bolted()
208 get_paca()->slb_save_cache_ptr = get_paca()->slb_cache_ptr; in slb_save_contents()
261 pr_err("SLB RR allocator index %d\n", get_paca()->stab_rr); in slb_dump_contents()
264 pr_err("SLB cache ptr value = %d\n", get_paca()->slb_save_cache_ptr); in slb_dump_contents()
266 n = min_t(int, get_paca()->slb_save_cache_ptr, SLB_CACHE_ENTRIES); in slb_dump_contents()
268 pr_err("%02d EA[0-35]=%9x\n", i, get_paca()->slb_cache[i]); in slb_dump_contents()
271 pr_err("%02d EA[0-35]=%9x\n", i, get_paca()->slb_cache[i]); in slb_dump_contents()
421 unsigned long slbie_data = get_paca()->slb_cache[index]; in slb_cache_slbie_kernel()
422 unsigned long ksp = get_paca()->kstack; in slb_cache_slbie_kernel()
435 unsigned long slbie_data = get_paca()->slb_cache[index]; in slb_cache_slbie_user()
461 get_paca()->slb_cache_ptr = 0; in switch_slb()
462 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in switch_slb()
474 unsigned long offset = get_paca()->slb_cache_ptr; in switch_slb()
496 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in switch_slb()
499 get_paca()->slb_cache_ptr = 0; in switch_slb()
501 get_paca()->slb_used_bitmap = get_paca()->slb_kern_bitmap; in switch_slb()
555 get_paca()->vmalloc_sllp = SLB_VSID_KERNEL | vmalloc_llp; in slb_initialize()
568 get_paca()->stab_rr = SLB_NUM_BOLTED - 1; in slb_initialize()
569 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in slb_initialize()
570 get_paca()->slb_used_bitmap = get_paca()->slb_kern_bitmap; in slb_initialize()
588 (get_paca()->kstack & slb_esid_mask(mmu_kernel_ssize)) > PAGE_OFFSET) in slb_initialize()
589 create_shadowed_slbe(get_paca()->kstack, in slb_initialize()