Searched refs:paca_struct (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | mk_defs.c | 65 DEFINE(PACA_SIZE, sizeof(struct paca_struct)); in main() 66 DEFINE(PACAPACAINDEX, offsetof(struct paca_struct, xPacaIndex)); in main() 67 DEFINE(PACAPROCSTART, offsetof(struct paca_struct, xProcStart)); in main() 68 DEFINE(PACAKSAVE, offsetof(struct paca_struct, xKsave)); in main() 69 DEFINE(PACACURRENT, offsetof(struct paca_struct, xCurrent)); in main() 70 DEFINE(PACASAVEDMSR, offsetof(struct paca_struct, xSavedMsr)); in main() 71 DEFINE(PACASTABREAL, offsetof(struct paca_struct, xStab_data.real)); in main() 72 DEFINE(PACASTABVIRT, offsetof(struct paca_struct, xStab_data.virt)); in main() 73 DEFINE(PACASTABRR, offsetof(struct paca_struct, xStab_data.next_round_robin)); in main() 74 DEFINE(PACAR1, offsetof(struct paca_struct, xR1)); in main() [all …]
|
D | idle.c | 49 struct paca_struct *lpaca = get_paca(); in yield_shared_processor() 86 struct paca_struct *lpaca; in idle_iSeries() 160 struct paca_struct *lpaca = get_paca(), *ppaca;; in idle_dedicated() 240 struct paca_struct *lpaca = get_paca(); in idle_shared()
|
D | pacaData.c | 69 struct paca_struct paca[MAX_PACAS] __page_aligned = {
|
D | LparData.c | 191 sizeof(struct paca_struct), /* 4 length of Paca */
|
D | perfmon.c | 609 struct paca_struct *lpaca = get_paca(); in pmc_configure() 645 struct paca_struct *lpaca = get_paca(); in pmc_timeslice_data_collect()
|
D | lparcfg.c | 123 struct paca_struct *lpaca = get_paca(); in lparcfg_data()
|
D | setup.c | 634 struct paca_struct *lpaca = get_paca(); in setup_default_decr()
|
D | time.c | 252 struct paca_struct *lpaca = get_paca(); in timer_interrupt()
|
D | irq.c | 807 struct paca_struct *lpaca; in do_IRQ()
|
D | prom.c | 1064 struct paca_struct *_xPaca = PTRRELOC(&paca[0]); in prom_hold_cpus() 1478 struct paca_struct *_xPaca = PTRRELOC(&paca[0]); in prom_init()
|
D | proc_pmc.c | 313 struct paca_struct *lpaca = paca + num; in proc_ppc64_create_paca()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | paca.h | 47 extern struct paca_struct paca[]; 48 register struct paca_struct *local_paca asm("r13"); 66 struct paca_struct { struct
|
D | naca.h | 25 struct paca_struct *paca; /* Ptr to an array of pacas 0x18 */
|
D | time.h | 56 struct paca_struct *lpaca = get_paca(); in set_dec()
|
/linux-2.4.37.9/include/asm-ppc64/iSeries/ |
D | HvCall.h | 193 static inline void HvCall_sendIPI(struct paca_struct * targetPaca) in HvCall_sendIPI()
|
/linux-2.4.37.9/arch/ppc64/mm/ |
D | init.c | 445 struct paca_struct *lpaca; in mm_init_ppc64()
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | xmon.c | 1178 struct paca_struct* ptrPaca = NULL; in super_regs()
|