Searched refs:paca_struct (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dcurrent.h24 : "i" (offsetof(struct paca_struct, __current)));
H A Dpaca.h23 register struct paca_struct *local_paca asm("r13");
39 struct paca_struct { struct
108 extern struct paca_struct paca[];
H A Dhw_irq.h25 : "i" (offsetof(struct paca_struct, soft_enabled)));
36 : "i" (offsetof(struct paca_struct, soft_enabled))
H A Dio.h550 : "=&r" (tmp) : "i" (offsetof(struct paca_struct, io_sync))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dasm-offsets.c109 DEFINE(PACA_SIZE, sizeof(struct paca_struct));
110 DEFINE(PACAPACAINDEX, offsetof(struct paca_struct, paca_index));
111 DEFINE(PACAPROCSTART, offsetof(struct paca_struct, cpu_start));
112 DEFINE(PACAKSAVE, offsetof(struct paca_struct, kstack));
113 DEFINE(PACACURRENT, offsetof(struct paca_struct, __current));
114 DEFINE(PACASAVEDMSR, offsetof(struct paca_struct, saved_msr));
115 DEFINE(PACASTABREAL, offsetof(struct paca_struct, stab_real));
116 DEFINE(PACASTABVIRT, offsetof(struct paca_struct, stab_addr));
117 DEFINE(PACASTABRR, offsetof(struct paca_struct, stab_rr));
118 DEFINE(PACAR1, offsetof(struct paca_struct, saved_r
[all...]
H A Dpaca.c95 struct paca_struct paca[] = {
H A Dirq.c106 : "=r" (enabled) : "i" (offsetof(struct paca_struct, hard_enabled)));
114 : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled)));
H A Dsetup_64.c226 struct paca_struct *lpaca = get_paca();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/iseries/
H A Dhv_call.h106 static inline void HvCall_sendIPI(struct paca_struct *targetPaca)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dlpardata.c188 sizeof(struct paca_struct), /* 4 length of Paca */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c1586 struct paca_struct *ptrPaca;

Completed in 76 milliseconds