Searched refs:escr (Results 1 – 1 of 1) sorted by relevance
935 uint64_t escr; in p4_pcbe_program() local939 escr = (uint64_t)cfgs[i]->p4_escr; in p4_pcbe_program()942 escr |= (lid == 0) ? ESCR_T0_USR : ESCR_T1_USR; in p4_pcbe_program()944 escr |= (lid == 0) ? ESCR_T0_OS : ESCR_T1_OS; in p4_pcbe_program()946 escr |= (lid == 0) ? ESCR_T1_USR : ESCR_T0_USR; in p4_pcbe_program()948 escr |= (lid == 0) ? ESCR_T1_OS : ESCR_T0_OS; in p4_pcbe_program()951 wrmsr(p4_escrs[cfgs[i]->p4_escr_ndx].pe_addr, escr); in p4_pcbe_program()