Searched refs:rst_index (Results 1 – 3 of 3) sorted by relevance
276 u64 rst_index, rmp_segment_size_max; in alloc_rmp_segment_desc() local291 rst_index = RST_ENTRY_INDEX(pa); in alloc_rmp_segment_desc()292 if (rst_index >= rst_max_index) { in alloc_rmp_segment_desc()298 if (rmp_segment_table[rst_index]) { in alloc_rmp_segment_desc()299 pr_err("RMP segment descriptor already exists at index %llu\n", rst_index); in alloc_rmp_segment_desc()320 rmp_segment_table[rst_index] = desc; in alloc_rmp_segment_desc()705 u64 paddr, rst_index, segment_index; in get_raw_rmpentry() local713 rst_index = RST_ENTRY_INDEX(paddr); in get_raw_rmpentry()714 if (unlikely(rst_index >= rst_max_index)) in get_raw_rmpentry()717 rst_index = array_index_nospec(rst_index, rst_max_index); in get_raw_rmpentry()[all …]
222 unsigned char rst_index; in atcwdt_get_timeout_params() local244 &rst_index); in atcwdt_get_timeout_params()251 *rst_timer_params = rst_index; in atcwdt_get_timeout_params()
1401 u8 rst_index = id / 16; in rzv2h_cpg_reset_xlate() local1406 if (rst_index == priv->resets[i].reset_index && in rzv2h_cpg_reset_xlate()