Searched refs:NBPG (Results 1 – 4 of 4) sorted by relevance
87 #define NBPG 4096 /* bytes/page */ macro88 #define PGOFSET (NBPG-1) /* byte offset into page */136 #define btoc(x) (((unsigned)(x)+(NBPG-1))>>PGSHIFT)
63 #define NBPG 4096 /* bytes/page */ macro64 #define PGOFSET (NBPG-1) /* byte offset into page */112 #define btoc(x) (((unsigned)(x)+(NBPG-1))>>PGSHIFT)
158 #define CLBYTES (CLSIZE*NBPG)159 #define CLOFSET (CLSIZE*NBPG-1) /* for clusters, like PGOFSET */
243 if (((((uint32_t)src64 & (NBPG - 1)) + bytes) > NBPG) || in bcopy_phys()244 ((((uint32_t)dst64 & (NBPG - 1)) + bytes) > NBPG)) { in bcopy_phys()262 if (((((uint32_t)dst64 & (NBPG - 1)) + bytes) > NBPG)) { in apply_func_phys()