Searched refs:QEDTable (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/block/ |
H A D | qed.h | 107 } QEDTable; typedef 111 QEDTable *table; 161 QEDTable *l1_table; 238 QEDTable *qed_alloc_table(BDRVQEDState *s);
|
H A D | qed-table.c | 25 qed_read_table(BDRVQEDState *s, uint64_t offset, QEDTable *table) in qed_read_table() 67 qed_write_table(BDRVQEDState *s, uint64_t offset, QEDTable *table, in qed_write_table() 72 QEDTable *new_table; in qed_write_table()
|
H A D | qed-check.c | 69 static unsigned int qed_check_l2_table(QEDCheck *check, QEDTable *table) in qed_check_l2_table() 111 qed_check_l1_table(QEDCheck *check, QEDTable *table) in qed_check_l1_table()
|
H A D | qed-cluster.c | 31 QEDTable *table, in qed_count_contiguous_clusters()
|
H A D | qed.c | 234 QEDTable *qed_alloc_table(BDRVQEDState *s) in qed_alloc_table() 954 static void coroutine_fn qed_update_l2_table(BDRVQEDState *s, QEDTable *table, in qed_update_l2_table()
|