Searched refs:bitmap_thread0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/powerpc/ps3/
H A Dps3pic.c59 volatile uint64_t *bitmap_thread0; member in struct:ps3pic_softc
124 sc->bitmap_thread0 = contigmalloc(128 /* 512 bits * 2 */, M_PS3PIC,
127 sc->mask_thread0 = sc->bitmap_thread0 + 4;
128 sc->bitmap_thread1 = sc->bitmap_thread0 + 8;
129 sc->mask_thread1 = sc->bitmap_thread0 + 12;
134 vtophys(sc->bitmap_thread0));
169 bitmap = atomic_readandclear_64(&sc->bitmap_thread0[0]);

Completed in 95 milliseconds