Searched refs:fetch_ctl (Results 1 – 2 of 2) sorted by relevance
269 union ibs_fetch_ctl *fetch_ctl = (union ibs_fetch_ctl *)data->data; in amd_dump_ibs_fetch() local270 __u64 *addr = (__u64 *)fetch_ctl + 1; in amd_dump_ibs_fetch()273 pr_ibs_fetch_ctl(*fetch_ctl); in amd_dump_ibs_fetch()275 if (fetch_ctl->phy_addr_valid) in amd_dump_ibs_fetch()286 union ibs_fetch_ctl *fetch_ctl = (union ibs_fetch_ctl *)data->data; in is_valid_ibs_fetch_sample() local288 if (fetch_ctl->fetch_en && fetch_ctl->fetch_val) in is_valid_ibs_fetch_sample()
390 union ibs_fetch_ctl fetch_ctl = (union ibs_fetch_ctl)config; in get_ibs_fetch_count() local392 return fetch_ctl.fetch_cnt << 4; in get_ibs_fetch_count()