Home
last modified time | relevance | path

Searched refs:th_id (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/
Dps3.h492 void ps3_set_pm_bookmark(u64 tag, u64 incident, u64 th_id);
/linux-5.19.10/drivers/ps3/
Dps3-lpm.c179 void ps3_set_pm_bookmark(u64 tag, u64 incident, u64 th_id) in ps3_set_pm_bookmark() argument
186 (incident << 48) | (th_id << 32) | bookmark; in ps3_set_pm_bookmark()