Searched refs:plat_hold_page (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | hold_page.h | 69 extern int plat_hold_page(pfn_t, int, page_t **);
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | hold_page.c | 34 plat_hold_page(pfn_t pfn, int lock, page_t **pp_ret) in plat_hold_page() function
|
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 712 if (plat_hold_page(offset >> PAGESHIFT, PLAT_HOLD_NO_LOCK, NULL) in physmem_ent_gen() 737 if (plat_hold_page(pfn, PLAT_HOLD_LOCK, &pp) == in physmem_ent_gen()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | machdep.c | 860 plat_hold_page(pfn_t pfn, int lock, page_t **pp_ret) in plat_hold_page() function
|
/titanic_50/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 2813 if (plat_hold_page(pfn, PLAT_HOLD_NO_LOCK, NULL) != in dumpsys()
|