Searched refs:dtl_entry (Results 1 – 8 of 8) sorted by relevance
23 struct dtl_entry *buf;48 static void (*dtl_consumer)(struct dtl_entry *entry, u64 index);52 struct dtl_entry *write_ptr;53 struct dtl_entry *buf;54 struct dtl_entry *buf_end;65 static void consume_dtle(struct dtl_entry *dtle, u64 index) in consume_dtle()68 struct dtl_entry *wp = dtlr->write_ptr; in consume_dtle()184 struct dtl_entry *buf = NULL; in dtl_enable()267 if ((len % sizeof(struct dtl_entry)) != 0) in dtl_file_read()273 n_req = len / sizeof(struct dtl_entry); in dtl_file_read()[all …]
90 struct dtl_entry *dtl; in alloc_dtl_buffers()122 struct dtl_entry *dtl; in register_dtl_buffer()363 struct dtl_entry dtle; in process_dtl_buffer()365 struct dtl_entry *dtl = local_paca->dispatch_log + (i % N_DISPATCH_LOG); in process_dtl_buffer()366 struct dtl_entry *dtl_end = local_paca->dispatch_log_end; in process_dtl_buffer()
74 struct dtl_entry *buf;124 struct dtl_entry *aux_copy_buf = (struct dtl_entry *)buf->base; in vpa_dtl_capture_aux()139 memcpy(aux_copy_buf + buf->head, &dtl->buf[index], *n_entries * sizeof(struct dtl_entry)); in vpa_dtl_capture_aux()250 size = (n_read * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()257 aux_buf->head_size += (n_read * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()258 perf_aux_output_end(&vpa_ctx->handle, n_read * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()267 size = ((n_req + n_read) * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()274 aux_buf->head_size += ((n_req + n_read) * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()276 perf_aux_output_end(&vpa_ctx->handle, (n_req + n_read) * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()335 struct dtl_entry *buf = NULL; in vpa_dtl_mem_alloc()[all …]
10 struct dtl_entry { struct24 #define N_DISPATCH_LOG (DISPATCH_LOG_BYTES / sizeof(struct dtl_entry)) argument
102 struct dtl_entry *dispatch_log;103 struct dtl_entry *dispatch_log_end;235 struct dtl_entry *dtl_curr; /* pointer corresponding to dtl_ridx */
83 struct dtl_entry;831 struct dtl_entry *dtl_ptr;
107 struct dtl_entry {
623 if (len < sizeof(struct dtl_entry)) in do_h_register_vpa()625 len -= len % sizeof(struct dtl_entry); in do_h_register_vpa()797 struct dtl_entry *dt; in __kvmppc_create_dtl_entry()2647 if (addr && (len < sizeof(struct dtl_entry) || in kvmppc_set_one_reg_hv()2650 len -= len % sizeof(struct dtl_entry); in kvmppc_set_one_reg_hv()