| /openbmc/u-boot/drivers/cpu/ |
| H A D | cpu-uclass.c | 61 if (!ops->get_count) in cpu_get_count() 64 return ops->get_count(dev); in cpu_get_count()
|
| H A D | cpu_sandbox.c | 41 .get_count = cpu_sandbox_get_count,
|
| H A D | riscv_cpu.c | 102 .get_count = riscv_cpu_get_count,
|
| /openbmc/u-boot/drivers/timer/ |
| H A D | timer-uclass.c | 30 if (!ops->get_count) in timer_get_count() 33 return ops->get_count(dev, count); in timer_get_count()
|
| H A D | riscv_timer.c | 47 .get_count = riscv_timer_get_count,
|
| H A D | sandbox_timer.c | 50 .get_count = sandbox_timer_get_count,
|
| H A D | arc_timer.c | 96 .get_count = arc_timer_get_count,
|
| H A D | sti-timer.c | 62 .get_count = sti_timer_get_count,
|
| H A D | dw-apb-timer.c | 73 .get_count = dw_apb_timer_get_count,
|
| H A D | mtk_timer.c | 69 .get_count = mtk_timer_get_count,
|
| H A D | atmel_pit_timer.c | 72 .get_count = atmel_pit_get_count,
|
| H A D | ast_timer.c | 76 .get_count = ast_timer_get_count,
|
| H A D | altera_timer.c | 79 .get_count = altera_timer_get_count,
|
| H A D | omap-timer.c | 89 .get_count = omap_timer_get_count,
|
| H A D | atcpit100_timer.c | 97 .get_count = atcpit_timer_get_count,
|
| H A D | cadence-ttc.c | 98 .get_count = cadence_ttc_get_count,
|
| H A D | ag101p_timer.c | 102 .get_count = atftmr_timer_get_count,
|
| H A D | stm32_timer.c | 120 .get_count = stm32_timer_get_count,
|
| /openbmc/u-boot/include/ |
| H A D | timer.h | 57 int (*get_count)(struct udevice *dev, u64 *count); member
|
| H A D | cpu.h | 79 int (*get_count)(struct udevice *dev); member
|
| /openbmc/u-boot/arch/x86/cpu/qemu/ |
| H A D | cpu.c | 30 .get_count = cpu_qemu_get_count,
|
| /openbmc/qemu/target/arm/ |
| H A D | cpregs-pmu.c | 45 uint64_t (*get_count)(CPUARMState *); member 140 .get_count = swinc_get_count, 146 .get_count = instructions_get_count, 151 .get_count = cycles_get_count, 157 .get_count = zero_event_get_count, 162 .get_count = zero_event_get_count, 167 .get_count = zero_event_get_count, 545 count = pm_events[event_idx].get_count(env); in pmevcntr_op_start() 825 count = pm_events[event_idx].get_count(env); in pmevtyper_write() 882 pm_events[event_idx].get_count(env); in pmevtyper_rawwrite()
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | cpu_x86.c | 82 .get_count = cpu_x86_get_count,
|
| /openbmc/u-boot/arch/x86/cpu/baytrail/ |
| H A D | cpu.c | 190 .get_count = baytrail_get_count,
|
| /openbmc/qemu/hw/sparc64/ |
| H A D | trace-events | 21 …nt(const char *name, uint64_t real_count, const char *npt, void *p) "%s get_count count=0x%"PRIx64…
|