Home
last modified time | relevance | path

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

/linux-3.3/arch/powerpc/include/asm/
Dlppaca.h57 struct lppaca { struct
64 u32 desc; // Eye catcher 0xD397D781 x00-x03
65 u16 size; // Size of this struct x04-x05
66 u16 reserved1; // Reserved x06-x07
67 u16 reserved2:14; // Reserved x08-x09
68 u8 shared_proc:1; // Shared processor indicator ...
69 u8 secondary_thread:1; // Secondary thread indicator ...
70 volatile u8 dyn_proc_status:8; // Dynamic Status of this proc x0A-x0A
71 u8 secondary_thread_count; // Secondary thread count x0B-x0B
72 volatile u16 dyn_hv_phys_proc_index;// Dynamic HV Physical Proc Index0C-x0D
[all …]
/linux-3.3/arch/powerpc/kernel/
Dpaca.c38 struct lppaca lppaca[] = { variable