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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ps3/
H A Dps3-lpm.c165 * use_start_stop_bookmark - Enable the PPU bookmark trace.
167 * And it enables PPU bookmark triggers ONLY if the other triggers are not set.
176 void ps3_set_bookmark(u64 bookmark) argument
179 * As per the PPE book IV, to avoid bookmark loss there must
186 mtspr(SPRN_BKMK, bookmark);
193 u64 bookmark; local
195 bookmark = (get_tb() & 0x00000000FFFFFFFFULL) |
197 bookmark = ((tag << 56) & PS3_PM_BOOKMARK_TAG_MASK_LO) |
198 (incident << 48) | (th_id << 32) | bookmark;
199 ps3_set_bookmark(bookmark);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ps3/
H A Dps3-lpm.c165 * use_start_stop_bookmark - Enable the PPU bookmark trace.
167 * And it enables PPU bookmark triggers ONLY if the other triggers are not set.
176 void ps3_set_bookmark(u64 bookmark) argument
179 * As per the PPE book IV, to avoid bookmark loss there must
186 mtspr(SPRN_BKMK, bookmark);
193 u64 bookmark; local
195 bookmark = (get_tb() & 0x00000000FFFFFFFFULL) |
197 bookmark = ((tag << 56) & PS3_PM_BOOKMARK_TAG_MASK_LO) |
198 (incident << 48) | (th_id << 32) | bookmark;
199 ps3_set_bookmark(bookmark);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dps3.h502 void ps3_set_bookmark(u64 bookmark);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dps3.h502 void ps3_set_bookmark(u64 bookmark);

Completed in 61 milliseconds