Lines Matching full:spe
28 * enum spe_type - Type of spe to create.
29 * @spe_type_logical: Standard logical spe.
40 * struct spe_shadow - logical spe shadow register area.
42 * Read-only shadow of spe registers.
66 * enum spe_ex_state - Logical spe execution state.
71 * The execution state (status) of the logical spe as reported in
83 * @masks[]: Array of cached spe interrupt masks, indexed by class.
96 * @spe_id: HV spe id returned by lv1_construct_logical_spe().
97 * @resource_id: HV spe resource id returned by
99 * @priv2_addr: lpar address of spe priv2 area returned by
101 * @shadow_addr: lpar address of spe register shadow area returned by
103 * @shadow: Virtual (ioremap) address of spe register shadow area.