Lines Matching defs:lppaca
61 struct lppaca { struct
64 __be32 desc; /* Eye catcher 0xD397D781 */
65 __be16 size; /* Size of this struct */
66 u8 reserved1[3];
67 u8 __old_status; /* Old status, including shared proc */
68 u8 reserved3[14];
69 volatile __be32 dyn_hw_node_id; /* Dynamic hardware node id */
70 volatile __be32 dyn_hw_proc_id; /* Dynamic hardware proc id */
71 u8 reserved4[56];
72 volatile u8 vphn_assoc_counts[8]; /* Virtual processor home node */
74 u8 reserved5[32];
78 u8 reserved6[48];
79 u8 cede_latency_hint;
80 u8 ebb_regs_in_use;
81 u8 reserved7[6];
82 u8 dtl_enable_mask; /* Dispatch Trace Log mask */
83 u8 donate_dedicated_cpu; /* Donate dedicated CPU cycles */
84 u8 fpregs_in_use;
85 u8 pmcregs_in_use;
86 u8 reserved8[28];
87 __be64 wait_state_cycles; /* Wait cycles for this proc */
88 u8 reserved9[28];
89 __be16 slb_count; /* # of SLBs to maintain */
90 u8 idle; /* Indicate OS is idle */
91 u8 vmxregs_in_use;
126 static inline bool lppaca_shared_proc(struct lppaca *l) in lppaca_shared_proc() argument