Home
last modified time | relevance | path

Searched refs:table_entry (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iommu/generic_pt/
H A Dpt_defs.h166 static inline bool pt_table_install64(struct pt_state *pts, u64 table_entry) in pt_table_install64() argument
178 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() argument
197 ret = try_cmpxchg_release(entryp, &old_entry, table_entry); in pt_table_install32()
199 pts->entry = table_entry; in pt_table_install32()
/linux/drivers/net/pcs/
H A Dpcs-rzn1-miic.c586 struct modctrl_match *table_entry; in miic_match_dt_conf() local
590 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()
/linux/tools/perf/util/
H A Dunwind-libunwind-local.c