Editing Talk:Undocumented SPU Channels
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 53: | Line 53: | ||
* 0x0 : clear config ring storage? | * 0x0 : clear config ring storage? | ||
* 0x2 : | * 0x2 : kill spe and exit isolation mode | ||
* (0x1 | 0x2) = 0x3 : | * (0x1 | 0x2) = 0x3 : cause spe stall (while waiting for blocking channel with mailbox interrupt)? | ||
* 0x10000 : reset persistent storage r/w index (writes to ch72 and reads from ch73 will start at index zero) | * 0x10000 : reset persistent storage r/w index (writes to ch72 and reads from ch73 will start at index zero) | ||
* 0x20000 : lock persistent storage write | * 0x20000 : lock persistent storage write | ||
* 0x40000 : lock persistent storage read | * 0x40000 : lock persistent storage read | ||
* (0x20000 | 0x40000) = 0x60000 : lock persistent storage r/w (reading from ch73 will return zero as long as the current isolated session lasts) | * (0x20000 | 0x40000) = 0x60000 : lock persistent storage r/w (reading from ch73 will return zero as long as the current isolated session lasts) | ||
== Some observations and questions == | == Some observations and questions == | ||
* spu_rdchcnt() returns 1 on the following channels: 64, 69, 70, 71, 74, but 0 on 73, why? | * spu_rdchcnt() returns 1 on the following channels: 64, 69, 70, 71, 74, but 0 on 73, why? | ||
* How many other undocumented channels exists? is there any possibility to determine if specific channel exists? | |||
* How many other undocumented channels exists? | * What is the purpose of other undocumented channels? h/w decryption facility? validation? something else? | ||
* What is the purpose of other undocumented channels? | |||
* Is it possible to refill config ring storage? | * Is it possible to refill config ring storage? | ||