Home
last modified time | relevance | path

Searched refs:index_l (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report564 index_l = min(index1, index2)
567 rev_l = revs[index_l]
580 index_0 = max(0, min(index_l, index_r - args.history_length))
584 index_0 = index_l
585 rev_range = (index_l, index_r)
614 print_html_report(data, index_l - index_0, buildstats)
/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h230 uint32_t index_l:15; /* Interrupt index bit 14-0 */ member
240 uint32_t index_l:15; /* Interrupt index bit 14-0 */
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c3614 index = addr.addr.index_h << 15 | addr.addr.index_l; in vtd_interrupt_remap_msi()