Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/x86/
A Dats.c79 int tt, found = 0; in device_in_domain() local
94 tt = context_translation_type(ctxt_entry[pdev->devfn]); in device_in_domain()
95 if ( tt != CONTEXT_TT_DEV_IOTLB ) in device_in_domain()
/xen-4.10.0-shim-comet/xen/common/
A Dlzo.c158 size_t tt = t - 18; in lzo1x_1_do_compress() local
160 while (unlikely(tt > 255)) { in lzo1x_1_do_compress()
161 tt -= 255; in lzo1x_1_do_compress()
164 *op++ = tt; in lzo1x_1_do_compress()
337 size_t tt = t - 18; in lzo1x_1_compress() local
339 while (tt > 255) { in lzo1x_1_compress()
340 tt -= 255; in lzo1x_1_compress()
343 *op++ = tt; in lzo1x_1_compress()

Completed in 5 milliseconds