Home
last modified time | relevance | path

Searched refs:dtl_entry (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/platforms/pseries/
Ddtl.c36 struct dtl_entry *buf;
63 struct dtl_entry *write_ptr;
64 struct dtl_entry *buf;
65 struct dtl_entry *buf_end;
77 static void consume_dtle(struct dtl_entry *dtle, u64 index) in consume_dtle()
80 struct dtl_entry *wp = dtlr->write_ptr; in consume_dtle()
197 struct dtl_entry *buf = NULL; in dtl_enable()
271 if ((len % sizeof(struct dtl_entry)) != 0) in dtl_file_read()
277 n_req = len / sizeof(struct dtl_entry); in dtl_file_read()
308 read_size * sizeof(struct dtl_entry)); in dtl_file_read()
[all …]
Dsetup.c293 struct dtl_entry *dtl; in alloc_dispatch_logs()
Dlpar.c63 struct dtl_entry *dtl; in vpa_init()
/arch/powerpc/include/asm/
Dpaca.h89 struct dtl_entry *dispatch_log;
90 struct dtl_entry *dispatch_log_end;
157 struct dtl_entry *dtl_curr; /* pointer corresponding to dtl_ridx */
Dlppaca.h189 struct dtl_entry { struct
203 #define N_DISPATCH_LOG (DISPATCH_LOG_BYTES / sizeof(struct dtl_entry)) argument
213 extern void (*dtl_consumer)(struct dtl_entry *entry, u64 index);
/arch/powerpc/kernel/
Dtime.c164 void (*dtl_consumer)(struct dtl_entry *, u64);
202 struct dtl_entry *dtl = local_paca->dtl_curr; in scan_dispatch_log()
203 struct dtl_entry *dtl_end = local_paca->dispatch_log_end; in scan_dispatch_log()