Searched refs:dtl_entry (Results 1 – 6 of 6) 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 …]
87 struct dtl_entry *dtl; in alloc_dtl_buffers()119 struct dtl_entry *dtl; in register_dtl_buffer()360 struct dtl_entry dtle; in process_dtl_buffer()362 struct dtl_entry *dtl = local_paca->dispatch_log + (i % N_DISPATCH_LOG); in process_dtl_buffer()363 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)) argument
104 struct dtl_entry *dispatch_log;105 struct dtl_entry *dispatch_log_end;240 struct dtl_entry *dtl_curr; /* pointer corresponding to dtl_ridx */
84 struct dtl_entry;812 struct dtl_entry *dtl_ptr;
586 if (len < sizeof(struct dtl_entry)) in do_h_register_vpa()588 len -= len % sizeof(struct dtl_entry); in do_h_register_vpa()740 struct dtl_entry *dt; in __kvmppc_create_dtl_entry()2571 if (addr && (len < sizeof(struct dtl_entry) || in kvmppc_set_one_reg_hv()2574 len -= len % sizeof(struct dtl_entry); in kvmppc_set_one_reg_hv()