Home
last modified time | relevance | path

Searched defs:lppaca (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dlppaca.h40 struct lppaca { struct
43 __be32 desc; /* Eye catcher 0xD397D781 */
44 __be16 size; /* Size of this struct */
45 u8 reserved1[3];
46 u8 __old_status; /* Old status, including shared proc */
47 u8 reserved3[14];
48 volatile __be32 dyn_hw_node_id; /* Dynamic hardware node id */
49 volatile __be32 dyn_hw_proc_id; /* Dynamic hardware proc id */
50 u8 reserved4[56];
51 volatile u8 vphn_assoc_counts[8]; /* Virtual processor home node */
[all …]
/linux/arch/powerpc/kernel/
H A Dpaca.c108 static inline void init_lppaca(struct lppaca *lppaca) in init_lppaca()