8#define L1P_CFG_PF_USR (0x3fde8000108ll)
13 L1P_CFG_PF_USR_ifetch_depth(0)
14 | L1P_CFG_PF_USR_ifetch_max_footprint(1)
15 | L1P_CFG_PF_USR_pf_stream_est_on_dcbt
16 | L1P_CFG_PF_USR_pf_stream_establish_enable
17 | L1P_CFG_PF_USR_pf_stream_optimistic
18 | L1P_CFG_PF_USR_pf_adaptive_throttle(0xF) ;
20 cfg_pf_usr |= L1P_CFG_PF_USR_dfetch_depth(2)| L1P_CFG_PF_USR_dfetch_max_footprint(3) ;
25 cfg_pf_usr = L1P_CFG_PF_USR_dfetch_depth(1)
26 | L1P_CFG_PF_USR_dfetch_max_footprint(2)
27 | L1P_CFG_PF_USR_ifetch_depth(0)
28 | L1P_CFG_PF_USR_ifetch_max_footprint(1)
29 | L1P_CFG_PF_USR_pf_stream_est_on_dcbt
30 | L1P_CFG_PF_USR_pf_stream_establish_enable
31 | L1P_CFG_PF_USR_pf_stream_optimistic
32 | L1P_CFG_PF_USR_pf_stream_prefetch_enable;
34 *((uint64_t *)L1P_CFG_PF_USR) = cfg_pf_usr;