Lines Matching defs:bmp
68 * @bmp: ps3_bmp structure
69 * @bmp_lock: Synchronize access to bmp.
77 struct ps3_bmp bmp __attribute__ ((aligned (PS3_BMP_MINALIGN)));
103 clear_bit(63 - d->irq, &pd->bmp.mask);
124 set_bit(63 - d->irq, &pd->bmp.mask);
639 _dump_64_bmp("stat", &pd->bmp.status, pd->thread_id, func, line);
640 _dump_64_bmp("mask", (u64*)&pd->bmp.mask, pd->thread_id, func, line);
651 _dump_64_bmp("mask", (u64*)&pd->bmp.mask, pd->thread_id, func, line);
704 u64 x = (pd->bmp.status & pd->bmp.mask);
755 DBG("%s:%d: ppe_id %llu, thread_id %llu, bmp %lxh\n",
757 ps3_mm_phys_to_lpar(__pa(&pd->bmp)));
760 pd->thread_id, ps3_mm_phys_to_lpar(__pa(&pd->bmp)));