Searched refs:SLB_VSID_KERNEL (Results 1 – 2 of 2) sorted by relevance
480 get_paca()->vmalloc_sllp = SLB_VSID_KERNEL | vmalloc_llp; in slb_initialize()497 lflags = SLB_VSID_KERNEL | linear_llp; in slb_initialize()674 flags = SLB_VSID_KERNEL | mmu_psize_defs[mmu_linear_psize].sllp; in slb_allocate_kernel()682 flags = SLB_VSID_KERNEL | mmu_psize_defs[mmu_vmemmap_psize].sllp; in slb_allocate_kernel()696 flags = SLB_VSID_KERNEL | mmu_psize_defs[mmu_io_psize].sllp; in slb_allocate_kernel()
56 #define SLB_VSID_KERNEL (SLB_VSID_KP) macro