Home
last modified time | relevance | path

Searched refs:ppe (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/cell/
Dcbe_thermal.c285 static DEVICE_PREFIX_ATTR(ppe, throttle_end, 0600);
286 static DEVICE_PREFIX_ATTR(ppe, throttle_begin, 0600);
287 static DEVICE_PREFIX_ATTR(ppe, throttle_full_stop, 0600);
322 tpr.ppe = 0x1F0803; in init_default_values()
/linux-3.4.99/tools/perf/
Dbuiltin-timechart.c535 struct power_processor_entry *ppe = (void *)te; in process_sample_event() local
536 if (ppe->state == (u32)PWR_EVENT_EXIT) in process_sample_event()
537 c_state_end(ppe->cpu_id, sample->time); in process_sample_event()
539 c_state_start(ppe->cpu_id, sample->time, in process_sample_event()
540 ppe->state); in process_sample_event()
543 struct power_processor_entry *ppe = (void *)te; in process_sample_event() local
544 p_state_change(ppe->cpu_id, sample->time, ppe->state); in process_sample_event()
/linux-3.4.99/arch/powerpc/include/asm/
Dcell-regs.h48 u32 ppe; member
/linux-3.4.99/arch/powerpc/platforms/powernv/
Dpci-ioda.c803 struct pnv_ioda_pe *ppe) in pnv_ioda_setup_bus_PE() argument
824 ppe->bus_pe = pe; in pnv_ioda_setup_bus_PE()