Home
last modified time | relevance | path

Searched full:hbi (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,realview.yaml22 - description: ARM RealView Emulation Baseboard (HBI-0140) was created
28 (HBI-0147) was created as a development board to test ARM TrustZone,
33 (HBI-0159, HBI-0175 and HBI-0176) was created to showcase
38 - description: ARM RealView Platform Baseboard for Cortex-A8 (HBI-0178,
39 HBI-0176 and HBI-0175) was the first reference platform for the
44 (HBI-0182 and HBI-0183) was the reference platform for the Cortex-A9
H A Darm,vexpress-juno.yaml63 - description: CoreTile Express A15x4 (V2P-CA15, HBI-0237A) has 4 Cortex
188 arm,hbi:
190 description: This indicates the ARM HBI (Hardware Board ID), this is
226 - arm,hbi
H A Darm,versatile.yaml22 - description: The ARM Versatile Application Baseboard (HBI-0118) is an
28 - description: The ARM Versatile Platform Baseboard (HBI-0117) is an
H A Darm,integrator.yaml32 - description: ARM Integrator Compact Platform (HBI-0086), this board has
H A Darm,cci-400.yaml119 arm,hbi = <0x249>;
/openbmc/qemu/util/
H A Dhbitmap.c104 /* Advance hbi to the next nonzero word and return it. hbi->pos
107 static unsigned long hbitmap_iter_skip_words(HBitmapIter *hbi) in hbitmap_iter_skip_words() argument
109 size_t pos = hbi->pos; in hbitmap_iter_skip_words()
110 const HBitmap *hb = hbi->hb; in hbitmap_iter_skip_words()
117 cur = hbi->cur[i] & hb->levels[i][pos]; in hbitmap_iter_skip_words()
136 hbi->cur[i] = cur & (cur - 1); in hbitmap_iter_skip_words()
142 hbi->pos = pos; in hbitmap_iter_skip_words()
143 trace_hbitmap_iter_skip_words(hbi->hb, hbi, pos, cur); in hbitmap_iter_skip_words()
149 int64_t hbitmap_iter_next(HBitmapIter *hbi) in hbitmap_iter_next() argument
151 unsigned long cur = hbi->cur[HBITMAP_LEVELS - 1] & in hbitmap_iter_next()
[all …]
H A Dtrace-events60 hbitmap_iter_skip_words(const void *hb, void *hbi, uint64_t pos, unsigned long cur) "hb %p hbi %p p…
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c41 HBitmapIter hbi; in hbitmap_test_check() local
44 hbitmap_iter_init(&hbi, data->hb, first); in hbitmap_test_check()
48 next = hbitmap_iter_next(&hbi); in hbitmap_test_check()
421 HBitmapIter hbi; in test_hbitmap_iter_granularity() local
425 hbitmap_iter_init(&hbi, data->hb, 0); in test_hbitmap_iter_granularity()
426 g_assert_cmpint(hbitmap_iter_next(&hbi), <, 0); in test_hbitmap_iter_granularity()
429 hbitmap_iter_init(&hbi, data->hb, 0); in test_hbitmap_iter_granularity()
430 g_assert_cmpint(hbitmap_iter_next(&hbi), ==, (L2 + L1 + 1) << 7); in test_hbitmap_iter_granularity()
431 g_assert_cmpint(hbitmap_iter_next(&hbi), <, 0); in test_hbitmap_iter_granularity()
433 hbitmap_iter_init(&hbi, data->hb, (L2 + L1 + 2) << 7); in test_hbitmap_iter_granularity()
[all …]
/openbmc/qemu/include/qemu/
H A Dhbitmap.h274 * @hbi: HBitmapIter to initialize.
279 * Set up @hbi to iterate on the HBitmap @hb. hbitmap_iter_next will return
287 void hbitmap_iter_init(HBitmapIter *hbi, const HBitmap *hb, uint64_t first);
346 * @hbi: HBitmapIter to operate on.
348 * Return the next bit that is set in @hbi's associated HBitmap,
351 int64_t hbitmap_iter_next(HBitmapIter *hbi);
/openbmc/linux/drivers/bus/
H A Dvexpress-config.c382 if (of_property_read_u32(of_root, "arm,hbi", &dt_hbi) == 0) { in vexpress_syscfg_probe()
385 u32 hbi = (id >> SYS_PROCIDx_HBI_SHIFT) & SYS_HBI_MASK; in vexpress_syscfg_probe() local
387 if (WARN_ON(dt_hbi != hbi)) in vexpress_syscfg_probe()
388 dev_warn(&pdev->dev, "DT HBI (%x) is not matching hardware (%x)!\n", in vexpress_syscfg_probe()
389 dt_hbi, hbi); in vexpress_syscfg_probe()
/openbmc/linux/arch/arm/boot/dts/arm/
H A Darm-realview-eb-11mp.dts28 arm,hbi = <0x146>;
31 * This is the ARM11 MPCore tile (HBI-0146) used with the RealView EB.
H A Dvexpress-v2p-ca5s.dts8 * HBI-0225B
16 arm,hbi = <0x225>;
H A Dvexpress-v2p-ca15-tc1.dts8 * HBI-0237A
16 arm,hbi = <0x237>;
H A Dvexpress-v2p-ca9.dts8 * HBI-0191B
16 arm,hbi = <0x191>;
H A Darm-realview-pba8.dts29 arm,hbi = <0x178>;
H A Darm-realview-eb.dts31 arm,hbi = <0x140>;
H A Dvexpress-v2m-rs1.dtsi8 * HBI-0190D
156 arm,hbi = <0x190>;
H A Dvexpress-v2m.dtsi8 * HBI-0190D
77 arm,hbi = <0x190>;
/openbmc/linux/drivers/soc/versatile/
H A Dsoc-realview.c54 return sprintf(buf, "HBI-%03x\n", ((realview_coreid >> 16) & 0xfff)); in board_show()
130 dev_info(&pdev->dev, "RealView Syscon Core ID: 0x%08x, HBI-%03x\n", in realview_soc_probe()
/openbmc/linux/arch/arm64/boot/dts/arm/
H A Dvexpress-v2f-1xv7-ca53x2.dts10 * HBI-0247C
20 arm,hbi = <0x247>;
/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-sram.h23 #define MBIF_CDT_SIZE 64 /* MBIF/HBI cluster descriptor table size in bytes */
34 #define MBIF_CLUSTER_SIZE 1440 /* MBIF/HBI cluster data line */
/openbmc/qemu/block/
H A Ddirty-bitmap.c60 HBitmapIter hbi; member
521 hbitmap_iter_init(&iter->hbi, bitmap->bitmap, 0); in bdrv_dirty_iter_new()
539 return hbitmap_iter_next(&iter->hbi); in bdrv_dirty_iter_next()
681 hbitmap_iter_init(&iter->hbi, iter->hbi.hb, offset); in bdrv_set_dirty_iter()
/openbmc/linux/drivers/media/platform/ti/davinci/
H A Dvpif_display.h32 /* Setting it to 1 as HBI/VBI support yet to be added , else 3*/
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_item_updater_static.cpp44 "ID=10 HBI 0x00425000..0x013e5000 (actual=0x00fc0000) " in TEST()
151 ID=08 HBI 0x001b1000..0x00751000 (actual=0x005a0000) [EL--R-----] in TEST()
/openbmc/qemu/include/block/
H A Ddirty-bitmap.h101 void bdrv_set_dirty_iter(BdrvDirtyBitmapIter *hbi, int64_t offset);

12