Searched refs:P2END (Results 1 – 9 of 9) sorted by relevance
| /titanic_53/usr/src/lib/libumem/common/ |
| H A D | umem_impl.h | 180 ((umem_slab_t *)P2END((uintptr_t)(buf), (cp)->cache_slabsize) - 1) 186 (((umem_slab_t *)P2END((uintptr_t)(mp), PAGESIZE) - 1)->slab_cache == \
|
| /titanic_53/usr/src/uts/common/sys/ |
| H A D | kmem_impl.h | 175 ((kmem_slab_t *)P2END((uintptr_t)(buf), (cp)->cache_slabsize) - 1) 205 (((kmem_slab_t *)P2END((uintptr_t)(mp), PAGESIZE) - 1)->slab_cache == \
|
| H A D | sysmacros.h | 271 #define P2END(x, align) (-(~(x) & -(align))) macro
|
| /titanic_53/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | kgrep.c | 148 size = MIN(lim, P2END(addr, pagesize)) - addr; \
|
| /titanic_53/usr/src/uts/common/fs/zfs/ |
| H A D | zvol.c | 1290 size = MIN(size, P2END(off, zv->zv_volblocksize) - off); in zvol_strategy() 1368 size = MIN(resid, P2END(boff, zv->zv_volblocksize) - boff); in zvol_dump()
|
| /titanic_53/usr/src/boot/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 79 #define P2END(x, align) (-(~(x) & -(align))) macro
|
| /titanic_53/usr/src/uts/sfmmu/vm/ |
| H A D | hat_sfmmu.c | 4879 addr = (caddr_t)P2END((uintptr_t)addr, in sfmmu_chgattr() 4902 addr = (caddr_t)P2END((uintptr_t)addr, in sfmmu_chgattr() 4905 addr = (caddr_t)P2END((uintptr_t)addr, in sfmmu_chgattr() 5208 addr = (caddr_t)P2END((uintptr_t)addr, in hat_chgprot() 5230 addr = (caddr_t)P2END((uintptr_t)addr, in hat_chgprot() 5233 addr = (caddr_t)P2END((uintptr_t)addr, in hat_chgprot() 6256 addr = (caddr_t)P2END((uintptr_t)addr, in hat_sync() 6278 addr = (caddr_t)P2END((uintptr_t)addr, in hat_sync() 6281 addr = (caddr_t)P2END((uintptr_t)addr, in hat_sync()
|
| /titanic_53/usr/src/uts/common/vm/ |
| H A D | vm_page.c | 5457 pages = btop(P2END((uintptr_t)va, pgsz) - in page_mark_migrate() 5459 va = (caddr_t)P2END((uintptr_t)va, pgsz); in page_mark_migrate()
|
| /titanic_53/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_print.c | 1446 end = P2END(off, NBBY * sizeof (uint64_t)); in print_hole()
|