Searched refs:dtl_entry (Results 1 – 7 of 7) sorted by relevance
22 struct dtl_entry *buf;42 struct dtl_entry *write_ptr;43 struct dtl_entry *buf;44 struct dtl_entry *buf_end;55 static void consume_dtle(struct dtl_entry *dtle, u64 index) in consume_dtle()58 struct dtl_entry *wp = dtlr->write_ptr; in consume_dtle()174 struct dtl_entry *buf = NULL; in dtl_enable()257 if ((len % sizeof(struct dtl_entry)) != 0) in dtl_file_read()263 n_req = len / sizeof(struct dtl_entry); in dtl_file_read()294 read_size * sizeof(struct dtl_entry)); in dtl_file_read()[all …]
86 struct dtl_entry *dtl; in alloc_dtl_buffers()118 struct dtl_entry *dtl; in register_dtl_buffer()359 struct dtl_entry dtle; in process_dtl_buffer()361 struct dtl_entry *dtl = local_paca->dispatch_log + (i % N_DISPATCH_LOG); in process_dtl_buffer()362 struct dtl_entry *dtl_end = local_paca->dispatch_log_end; in process_dtl_buffer()
10 struct dtl_entry { struct24 #define N_DISPATCH_LOG (DISPATCH_LOG_BYTES / sizeof(struct dtl_entry)) argument46 extern void (*dtl_consumer)(struct dtl_entry *entry, u64 index);
100 struct dtl_entry *dispatch_log;101 struct dtl_entry *dispatch_log_end;235 struct dtl_entry *dtl_curr; /* pointer corresponding to dtl_ridx */
84 struct dtl_entry;806 struct dtl_entry *dtl_ptr;
151 void (*dtl_consumer)(struct dtl_entry *, u64);186 struct dtl_entry *dtl = local_paca->dtl_curr; in scan_dispatch_log()187 struct dtl_entry *dtl_end = local_paca->dispatch_log_end; in scan_dispatch_log()
544 if (len < sizeof(struct dtl_entry)) in do_h_register_vpa()546 len -= len % sizeof(struct dtl_entry); in do_h_register_vpa()694 struct dtl_entry *dt; in kvmppc_create_dtl_entry()713 memset(dt, 0, sizeof(struct dtl_entry)); in kvmppc_create_dtl_entry()2037 if (addr && (len < sizeof(struct dtl_entry) || in kvmppc_set_one_reg_hv()2040 len -= len % sizeof(struct dtl_entry); in kvmppc_set_one_reg_hv()