Searched refs:dtl_entry (Results 1 – 8 of 8) sorted by relevance
35 struct dtl_entry *buf;62 struct dtl_entry *write_ptr;63 struct dtl_entry *buf;64 struct dtl_entry *buf_end;76 static void consume_dtle(struct dtl_entry *dtle, u64 index) in consume_dtle()79 struct dtl_entry *wp = dtlr->write_ptr; in consume_dtle()196 struct dtl_entry *buf = NULL; in dtl_enable()270 if ((len % sizeof(struct dtl_entry)) != 0) in dtl_file_read()276 n_req = len / sizeof(struct dtl_entry); in dtl_file_read()307 read_size * sizeof(struct dtl_entry)); in dtl_file_read()[all …]
303 struct dtl_entry *dtl; in alloc_dispatch_logs()
70 struct dtl_entry *dtl; in vpa_init()
138 struct dtl_entry { struct152 #define N_DISPATCH_LOG (DISPATCH_LOG_BYTES / sizeof(struct dtl_entry)) argument162 extern void (*dtl_consumer)(struct dtl_entry *entry, u64 index);
88 struct dtl_entry *dispatch_log;89 struct dtl_entry *dispatch_log_end;186 struct dtl_entry *dtl_curr; /* pointer corresponding to dtl_ridx */
86 struct dtl_entry;670 struct dtl_entry *dtl_ptr;
168 void (*dtl_consumer)(struct dtl_entry *, u64);206 struct dtl_entry *dtl = local_paca->dtl_curr; in scan_dispatch_log()207 struct dtl_entry *dtl_end = local_paca->dispatch_log_end; in scan_dispatch_log()
423 if (len < sizeof(struct dtl_entry)) in do_h_register_vpa()425 len -= len % sizeof(struct dtl_entry); in do_h_register_vpa()573 struct dtl_entry *dt; in kvmppc_create_dtl_entry()591 memset(dt, 0, sizeof(struct dtl_entry)); in kvmppc_create_dtl_entry()1348 if (addr && (len < sizeof(struct dtl_entry) || in kvmppc_set_one_reg_hv()1351 len -= len % sizeof(struct dtl_entry); in kvmppc_set_one_reg_hv()