Searched defs:dtl (Results 1 – 2 of 2) sorted by relevance
22 struct dtl { struct23 struct dtl_entry *buf; argument29 static DEFINE_PER_CPU(struct dtl, cpu_dtl); argument91 static int dtl_start(struct dtl *dtl) in dtl_start()111 static void dtl_stop(struct dtl *dtl) in dtl_stop()127 static u64 dtl_current_index(struct dtl *dtl) in dtl_current_index()134 static int dtl_start(struct dtl *dtl) in dtl_start()165 static void dtl_stop(struct dtl *dtl) in dtl_stop()174 static u64 dtl_current_index(struct dtl *dtl) in dtl_current_index()180 static int dtl_enable(struct dtl *dtl) in dtl_enable()[all …]
830 struct kvmppc_vpa dtl; member