Linux Kernel
3.7.1
|
Public Member Functions | |
struct ps3_bmp bmp | __attribute__ ((aligned(PS3_BMP_MINALIGN))) |
Data Fields | |
spinlock_t | bmp_lock |
u64 | ppe_id |
u64 | thread_id |
unsigned long | ipi_debug_brk_mask |
unsigned long | ipi_mask |
struct ps3_private - a per cpu data structure : ps3_bmp structure : Syncronize access to bmp. : Mask for debug break IPIs : HV logical_ppe_id : HV thread_id : Mask of IPI virqs
Definition at line 88 of file interrupt.c.
|
read |
spinlock_t bmp_lock |
Definition at line 90 of file interrupt.c.
unsigned long ipi_debug_brk_mask |
Definition at line 93 of file interrupt.c.
unsigned long ipi_mask |
Definition at line 94 of file interrupt.c.
u64 ppe_id |
Definition at line 91 of file interrupt.c.
u64 thread_id |
Definition at line 92 of file interrupt.c.