Home
last modified time | relevance | path

Searched refs:PP_ISNORELOC (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dmem_cage.c966 if (PP_ISNORELOC(pp) == 0) in kcage_init()
988 if (PP_ISNORELOC(pp) == 0) { in kcage_init()
1366 if (PP_ISNORELOC(pp)) { in kcage_assimilate_page()
1380 if (PP_ISNORELOC(pp)) in kcage_assimilate_page()
1428 ASSERT(PP_ISNORELOC(pp)); in kcage_assimilate_page()
1502 if (PP_ISNORELOC(pp)) { in kcage_expand()
1757 if (!PP_ISNORELOC(pp)) { in kcage_cageout()
1794 ASSERT(PP_ISNORELOC(pp)); in kcage_cageout()
H A Dmem_config.c1236 if (PP_ISNORELOC(pp)) { in kphysm_del_span()
1397 if (PP_ISNORELOC(pp)) { in kphysm_del_span_query()
1866 if (PP_ISNORELOC(pp)) { in delete_memory_thread()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_pagelist.c1340 noreloc = PP_ISNORELOC(pp); in chk_lpg()
1352 ASSERT(PP_ISNORELOC(pp) == noreloc); in chk_lpg()
1459 if (PP_ISNORELOC(pp)) { in page_list_add()
1599 ASSERT(!PP_ISNORELOC(pp)); in page_list_add_pages()
1614 if (PP_ISNORELOC(pp)) in page_list_add_pages()
1709 if (PP_ISNORELOC(pp)) { in page_list_sub()
1760 if (PP_ISNORELOC(pp)) { in page_list_sub()
1832 if (PP_ISNORELOC(pp)) { in page_list_sub_pages()
2004 noreloc = PP_ISNORELOC(start_pp); in page_promote()
2006 if (noreloc != PP_ISNORELOC(pp)) { in page_promote()
[all …]
H A Dpage.h938 #define PP_ISNORELOC(pp) ((pp)->p_state & P_NORELOC) macro
940 #define PP_ISNORELOCKERNEL(pp) (PP_ISNORELOC(pp) && PP_ISKAS(pp))
H A Dseg_kmem.c392 if (kcage_on && !PP_ISNORELOC(pp)) { in boot_mapin()
H A Dvm_page.c2223 if (kcage_on && (flags & PG_NORELOC) && !PP_ISNORELOC(rootpp)) { in page_create_va_large()
5082 ASSERT(PP_ISNORELOC(rpp)); in page_relocate_cage()
6708 if (PP_ISNORELOC(pp) && !(flags & CAPTURE_GET_CAGE) && in page_capture_pre_checks()
/titanic_41/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c311 ASSERT(PP_ISNORELOC(pp)); in unmap_prom_mappings()
/titanic_41/usr/src/uts/sun4/os/
H A Dmemlist.c229 if (PP_ISNORELOC(pp) == 0) { in less_pages()
H A Dstartup.c2705 ASSERT(PP_ISNORELOC(rpp)); in kphysm_add()
/titanic_41/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c186 if (!PP_ISNORELOC(pp) && kcage_on) { in swap_getapage()
/titanic_41/usr/src/uts/sun4/vm/
H A Dvm_dep.h52 #define PP_2_MTYPE(pp) (PP_ISNORELOC(pp) ? MTYPE_NORELOC : MTYPE_RELOC)
/titanic_41/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c886 (!PAGE_LOCKED(pp) && !PP_ISNORELOC(pp)))) { in xsvc_devmap()
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2335 if (!PAGE_LOCKED(pp) && !PP_ISNORELOC(pp)) { in hat_devload()
6869 if (!kcage_on || PP_ISNORELOC(*target)) { in hat_page_relocate()
7922 if (PAGE_LOCKED(pp) || PP_ISNORELOC(pp)) in sfmmu_check_kpfn()
7944 if (PAGE_LOCKED(pp) || PP_ISNORELOC(pp)) in sfmmu_check_kpfn()
7952 if (!PP_ISNORELOC(pp)) in sfmmu_check_kpfn()
/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1837 if (!PAGE_LOCKED(pp) && !PP_ISNORELOC(pp)) { in hat_devload()