Searched refs:dtl_entry (Results 1 – 8 of 8) sorted by relevance
34 struct dtl_entry *buf;61 struct dtl_entry *write_ptr;62 struct dtl_entry *buf;63 struct dtl_entry *buf_end;75 static void consume_dtle(struct dtl_entry *dtle, u64 index) in consume_dtle()78 struct dtl_entry *wp = dtlr->write_ptr; in consume_dtle()195 struct dtl_entry *buf = NULL; in dtl_enable()269 if ((len % sizeof(struct dtl_entry)) != 0) in dtl_file_read()275 n_req = len / sizeof(struct dtl_entry); in dtl_file_read()306 read_size * sizeof(struct dtl_entry)); in dtl_file_read()[all …]
259 struct dtl_entry *dtl; in alloc_dispatch_logs()
73 struct dtl_entry *dtl; in vpa_init()
141 struct dtl_entry { struct155 #define N_DISPATCH_LOG (DISPATCH_LOG_BYTES / sizeof(struct dtl_entry)) argument165 extern void (*dtl_consumer)(struct dtl_entry *entry, u64 index);
101 struct dtl_entry *dispatch_log;102 struct dtl_entry *dispatch_log_end;225 struct dtl_entry *dtl_curr; /* pointer corresponding to dtl_ridx */
93 struct dtl_entry;772 struct dtl_entry *dtl_ptr;
163 void (*dtl_consumer)(struct dtl_entry *, u64);196 struct dtl_entry *dtl = local_paca->dtl_curr; in scan_dispatch_log()197 struct dtl_entry *dtl_end = local_paca->dispatch_log_end; in scan_dispatch_log()
536 if (len < sizeof(struct dtl_entry)) in do_h_register_vpa()538 len -= len % sizeof(struct dtl_entry); in do_h_register_vpa()686 struct dtl_entry *dt; in kvmppc_create_dtl_entry()705 memset(dt, 0, sizeof(struct dtl_entry)); in kvmppc_create_dtl_entry()1689 if (addr && (len < sizeof(struct dtl_entry) || in kvmppc_set_one_reg_hv()1692 len -= len % sizeof(struct dtl_entry); in kvmppc_set_one_reg_hv()