Home
last modified time | relevance | path

Searched refs:tval (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/cpu/resctrl/
Dmonitor.c292 u64 chunks, tval; in __mon_event_count() local
294 tval = __rmid_read(rmid, rr->evtid); in __mon_event_count()
295 if (tval & (RMID_VAL_ERROR | RMID_VAL_UNAVAIL)) { in __mon_event_count()
296 return tval; in __mon_event_count()
300 rr->val += tval; in __mon_event_count()
318 m->prev_bw_msr = m->prev_msr = tval; in __mon_event_count()
322 chunks = mbm_overflow_count(m->prev_msr, tval, hw_res->mbm_width); in __mon_event_count()
324 m->prev_msr = tval; in __mon_event_count()
339 u64 tval, cur_bw, chunks; in mbm_bw_count() local
341 tval = __rmid_read(rmid, rr->evtid); in mbm_bw_count()
[all …]
/arch/arm/kernel/
Dmodule-plts.c118 u32 *tval = (u32 *)(base + rel->r_offset); in is_zero_addend_relocation() local
131 upper = __mem_to_opcode_thumb16(((u16 *)tval)[0]); in is_zero_addend_relocation()
132 lower = __mem_to_opcode_thumb16(((u16 *)tval)[1]); in is_zero_addend_relocation()
139 return (__mem_to_opcode_arm(*tval) & 0xffffff) == 0xfffffe; in is_zero_addend_relocation()