Searched refs:fetch_ctl (Results 1 – 2 of 2) sorted by relevance
226 union ibs_fetch_ctl *fetch_ctl = (union ibs_fetch_ctl *)data->data; in amd_dump_ibs_fetch() local227 __u64 *addr = (__u64 *)fetch_ctl + 1; in amd_dump_ibs_fetch()230 pr_ibs_fetch_ctl(*fetch_ctl); in amd_dump_ibs_fetch()232 if (fetch_ctl->phy_addr_valid) in amd_dump_ibs_fetch()243 union ibs_fetch_ctl *fetch_ctl = (union ibs_fetch_ctl *)data->data; in is_valid_ibs_fetch_sample() local245 if (fetch_ctl->fetch_en && fetch_ctl->fetch_val) in is_valid_ibs_fetch_sample()
345 union ibs_fetch_ctl fetch_ctl = (union ibs_fetch_ctl)config; in get_ibs_fetch_count() local347 return fetch_ctl.fetch_cnt << 4; in get_ibs_fetch_count()