| /openbmc/qemu/hw/intc/ |
| H A D | gic_internal.h | 29 #define GIC_DIST_SET_ENABLED(irq, cm) (s->irq_state[irq].enabled |= (cm)) argument 30 #define GIC_DIST_CLEAR_ENABLED(irq, cm) (s->irq_state[irq].enabled &= ~(cm)) argument 31 #define GIC_DIST_TEST_ENABLED(irq, cm) ((s->irq_state[irq].enabled & (cm)) != 0) argument 32 #define GIC_DIST_SET_PENDING(irq, cm) (s->irq_state[irq].pending |= (cm)) argument 33 #define GIC_DIST_CLEAR_PENDING(irq, cm) (s->irq_state[irq].pending &= ~(cm)) argument 34 #define GIC_DIST_SET_ACTIVE(irq, cm) (s->irq_state[irq].active |= (cm)) argument 35 #define GIC_DIST_CLEAR_ACTIVE(irq, cm) (s->irq_state[irq].active &= ~(cm)) argument 36 #define GIC_DIST_TEST_ACTIVE(irq, cm) ((s->irq_state[irq].active & (cm)) != 0) argument 40 #define GIC_DIST_SET_LEVEL(irq, cm) (s->irq_state[irq].level |= (cm)) argument 41 #define GIC_DIST_CLEAR_LEVEL(irq, cm) (s->irq_state[irq].level &= ~(cm)) argument [all …]
|
| H A D | arm_gic.c | 89 int cm = 1 << cpu; in gic_get_best_irq() local 95 if (GIC_DIST_TEST_ENABLED(irq, cm) && gic_test_pending(s, irq, cm) && in gic_get_best_irq() 96 (!GIC_DIST_TEST_ACTIVE(irq, cm)) && in gic_get_best_irq() 97 (irq < GIC_INTERNAL || GIC_DIST_TARGET(irq) & cm)) { in gic_get_best_irq() 106 *group = GIC_DIST_TEST_GROUP(*best_irq, cm); in gic_get_best_irq() 354 int cm, int target) in gic_set_irq_11mpcore() argument 357 GIC_DIST_SET_LEVEL(irq, cm); in gic_set_irq_11mpcore() 358 if (GIC_DIST_TEST_EDGE_TRIGGER(irq) || GIC_DIST_TEST_ENABLED(irq, cm)) { in gic_set_irq_11mpcore() 363 GIC_DIST_CLEAR_LEVEL(irq, cm); in gic_set_irq_11mpcore() 368 int cm, int target) in gic_set_irq_generic() argument [all …]
|
| H A D | arm_gic_kvm.c | 134 int cm = (irq < GIC_INTERNAL) ? (1 << cpu) : ALL_CPU_MASK; in translate_group() local 137 *field = GIC_DIST_TEST_GROUP(irq, cm); in translate_group() 140 GIC_DIST_SET_GROUP(irq, cm); in translate_group() 148 int cm = (irq < GIC_INTERNAL) ? (1 << cpu) : ALL_CPU_MASK; in translate_enabled() local 151 *field = GIC_DIST_TEST_ENABLED(irq, cm); in translate_enabled() 154 GIC_DIST_SET_ENABLED(irq, cm); in translate_enabled() 162 int cm = (irq < GIC_INTERNAL) ? (1 << cpu) : ALL_CPU_MASK; in translate_pending() local 165 *field = gic_test_pending(s, irq, cm); in translate_pending() 168 GIC_DIST_SET_PENDING(irq, cm); in translate_pending() 177 int cm = (irq < GIC_INTERNAL) ? (1 << cpu) : ALL_CPU_MASK; in translate_active() local [all …]
|
| /openbmc/qemu/target/arm/ |
| H A D | syndrome.h | 272 int cm, int s1ptw, int wnr, int fsc) in syn_gpc() argument 275 | (ind << 20) | (gpcsc << 14) | (vncr << 13) | (cm << 8) in syn_gpc() 286 int ea, int cm, int s1ptw, in syn_data_abort_no_iss() argument 291 | (fnv << 10) | (ea << 9) | (cm << 8) | (s1ptw << 7) in syn_data_abort_no_iss() 298 int ea, int cm, int s1ptw, in syn_data_abort_with_iss() argument 306 | (ea << 9) | (cm << 8) | (s1ptw << 7) | (wnr << 6) | fsc; in syn_data_abort_with_iss() 325 static inline uint32_t syn_watchpoint(int same_el, int cm, int wnr) in syn_watchpoint() argument 328 | ARM_EL_IL | (cm << 8) | (wnr << 6) | 0x22; in syn_watchpoint()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/ |
| H A D | libsmi-fix-the-test-dump-files.patch | 14 test/dumps/cm/MAU-MIB | 8 ++++---- 15 test/dumps/cm/RMON2-MIB | 6 +++--- 22 diff --git a/test/dumps/cm/MAU-MIB b/test/dumps/cm/MAU-MIB 24 --- a/test/dumps/cm/MAU-MIB 25 +++ b/test/dumps/cm/MAU-MIB 62 diff --git a/test/dumps/cm/RMON2-MIB b/test/dumps/cm/RMON2-MIB 64 --- a/test/dumps/cm/RMON2-MIB 65 +++ b/test/dumps/cm/RMON2-MIB
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | license.py | 42 with self.assertRaises(oe.license.InvalidLicense) as cm: 44 self.assertEqual(cm.exception.license, license)
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | addrspace.h | 126 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | \ argument 127 (_CONST64_(cm) << 59) | (a))
|
| /openbmc/qemu/io/ |
| H A D | channel-socket.c | 745 struct cmsghdr *cm; in qio_channel_socket_flush() local 777 cm = CMSG_FIRSTHDR(&msg); in qio_channel_socket_flush() 778 if (cm->cmsg_level != SOL_IP && cm->cmsg_type != IP_RECVERR && in qio_channel_socket_flush() 779 cm->cmsg_level != SOL_IPV6 && cm->cmsg_type != IPV6_RECVERR) { in qio_channel_socket_flush() 785 serr = (void *) CMSG_DATA(cm); in qio_channel_socket_flush()
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | am33xx-clocks.dtsi | 543 compatible = "ti,omap4-cm"; 557 compatible = "ti,omap4-cm"; 571 compatible = "ti,omap4-cm"; 585 compatible = "ti,omap4-cm"; 599 compatible = "ti,omap4-cm"; 613 compatible = "ti,omap4-cm";
|
| H A D | omap3.dtsi | 182 cm: cm@48004000 { label 183 compatible = "ti,omap3-cm";
|
| H A D | imx6q-cm-fx6.dts | 50 compatible = "compulab,cm-fx6", "fsl,imx6q";
|
| /openbmc/qemu/hw/uefi/ |
| H A D | var-service-auth.c | 58 static void set_custom_mode(uefi_vars_state *uv, uint8_t cm) in set_custom_mode() argument 64 &cm, sizeof(cm)); in set_custom_mode()
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | bcm2835_cprman_internals.h | 757 uint32_t cm; member 765 .cm = 0x0000008a, 772 .cm = 0x00000228, 779 .cm = 0x0000020a, 786 .cm = 0x00000000, 794 .cm = 0x00000000,
|
| /openbmc/qemu/chardev/ |
| H A D | msmouse.c | 36 #define MSMOUSE_PWR(cm) (cm & (CHR_TIOCM_RTS | CHR_TIOCM_DTR)) argument
|
| /openbmc/u-boot/configs/ |
| H A D | cm_fx6_defconfig | 50 CONFIG_DEFAULT_DEVICE_TREE="imx6q-cm-fx6"
|
| /openbmc/openbmc/meta-raspberrypi/docs/ |
| H A D | layer-contents.md | 15 * raspberrypi-cm (dummy alias for raspberrypi)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 1861 - register char *cm = charmap; 1862 + char *cm = charmap; 1864 while (cm[*s1] == cm[*s2++]) 1875 - register char *cm = charmap; 1876 + char *cm = charmap; 1878 while (--n >= 0 && cm[*s1] == cm[*s2++])
|
| /openbmc/docs/release/metrics/ |
| H A D | 2022-09 | 258 1001663 cm-jishnu,0
|
| H A D | 2022-11 | 258 1001663 cm-jishnu,0
|
| H A D | 2022-12 | 258 1001663 cm-jishnu,1
|
| H A D | 2022-08 | 258 1001663 cm-jishnu,0
|
| H A D | 2022-10 | 258 1001663 cm-jishnu,0
|
| /openbmc/u-boot/doc/ |
| H A D | README.omap3 | 205 http://www.compulab.co.il/t3530/html/t3530-cm-datasheet.htm
|
| /openbmc/openbmc/meta-raspberrypi/conf/machine/include/ |
| H A D | rpi-base.inc | 100 broadcom/bcm2708-rpi-cm.dtb \
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 2914 cm.c: 108467 2925 cm.h: 3735 2952 cm-regbits-24xx.h: 14321 2953 cm-regbits-34xx.h: 26454 2961 cm-x255.c: 5295 2962 cm-x270.c: 7295 2964 cm-x2xx.c: 11698 2966 cm-x2xx-pci.c: 5404 2967 cm-x2xx-pci.h: 460 2968 cm-x300.c: 11712
|