Searched refs:table_entry (Results 1 – 3 of 3) sorted by relevance
166 static inline bool pt_table_install64(struct pt_state *pts, u64 table_entry) in pt_table_install64() argument178 ret = try_cmpxchg64_release(entryp, &old_entry, table_entry); in pt_table_install64()180 pts->entry = table_entry; in pt_table_install64()185 static inline bool pt_table_install32(struct pt_state *pts, u32 table_entry) in pt_table_install32() argument197 ret = try_cmpxchg_release(entryp, &old_entry, table_entry); in pt_table_install32()199 pts->entry = table_entry; in pt_table_install32()
586 struct modctrl_match *table_entry; in miic_match_dt_conf() local590 table_entry = &of_data->match_table[i]; in miic_match_dt_conf()592 if (miic_modctrl_match(table_entry->conv, dt_val, in miic_match_dt_conf()594 *mode_cfg = table_entry->mode_cfg; in miic_match_dt_conf()