Searched refs:fetch_cnt (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Damd-ibs.h34 fetch_cnt:16, /* 16-31: instruction fetch count */ member in struct:ibs_fetch_ctl::__anon126
/linux-master/tools/arch/x86/include/asm/
H A Damd-ibs.h34 fetch_cnt:16, /* 16-31: instruction fetch count */ member in struct:ibs_fetch_ctl::__anon220
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c620 int fetch_cnt,
626 if (fetch_cnt > AM65_CPSW_FETCH_CNT_MAX) {
627 fetch_cnt -= AM65_CPSW_FETCH_CNT_MAX;
630 cmd_fetch_cnt = fetch_cnt;
635 fetch_cnt = 0;
643 } while (fetch_cnt);
653 u32 fetch_cnt; local
661 fetch_cnt = am65_est_cmd_ns_to_cnt(taprio->entries[i].interval,
664 cmd_cnt = DIV_ROUND_UP(fetch_cnt, AM65_CPSW_FETCH_CNT_MAX);
670 if (!fetch_cnt)
619 am65_cpsw_est_set_sched_cmds(void __iomem *addr, int fetch_cnt, int fetch_allow) argument
700 u32 fetch_cnt, fetch_allow, all_fetch_allow = 0; local
[all...]
/linux-master/tools/perf/util/
H A Damd-sample-raw.c66 reg.val, reg.fetch_maxcnt << 4, reg.fetch_cnt << 4, reg.fetch_lat,
/linux-master/arch/x86/events/amd/
H A Dibs.c350 return fetch_ctl.fetch_cnt << 4;

Completed in 138 milliseconds