| /openbmc/qemu/target/ppc/ |
| H A D | cpu.c | 134 void ppc_update_daw(CPUPPCState *env, int rid) in ppc_update_daw() argument 137 int spr_dawr = rid ? SPR_DAWR1 : SPR_DAWR0; in ppc_update_daw() 138 int spr_dawrx = rid ? SPR_DAWRX1 : SPR_DAWRX0; in ppc_update_daw() 150 if (env->dawr_watchpoint[rid]) { in ppc_update_daw() 151 cpu_watchpoint_remove_by_ref(cs, env->dawr_watchpoint[rid]); in ppc_update_daw() 152 env->dawr_watchpoint[rid] = NULL; in ppc_update_daw() 172 cpu_watchpoint_insert(cs, deaw, len, flags, &env->dawr_watchpoint[rid]); in ppc_update_daw() 181 static void ppc_store_dawrx(CPUPPCState *env, uint32_t val, int rid) in ppc_store_dawrx() argument 188 __func__, rid); in ppc_store_dawrx() 191 env->spr[rid ? SPR_DAWRX1 : SPR_DAWRX0] = val; in ppc_store_dawrx() [all …]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | fix_version_parse.patch | 18 - sed -e "s/^v//" | # to get rid of the v in v5.6.0 23 + # to get rid of the (v in v5.6.0
|
| /openbmc/qemu/tests/qtest/ |
| H A D | tpm-tis-util.c | 52 uint32_t rid; in tpm_tis_test_check_localities() local 69 rid = readl(TIS_REG(locty, TPM_TIS_REG_RID)); in tpm_tis_test_check_localities() 70 g_assert_cmpint(rid, !=, 0); in tpm_tis_test_check_localities() 71 g_assert_cmpint(rid, !=, 0xffffffff); in tpm_tis_test_check_localities()
|
| H A D | tpm-tis-i2c-test.c | 166 uint32_t rid; in tpm_tis_i2c_test_check_localities() local 185 rid = tpm_tis_i2c_readl(locty, TPM_I2C_REG_RID); in tpm_tis_i2c_test_check_localities() 186 g_assert_cmpint(rid, !=, 0); in tpm_tis_i2c_test_check_localities() 187 g_assert_cmpint(rid, !=, 0xffffffff); in tpm_tis_i2c_test_check_localities()
|
| /openbmc/u-boot/doc/ |
| H A D | README.ARM-memory-map | 8 >_armboot_end - which role do these play now? Can we get rid of them?
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/ |
| H A D | tcl-add-soname.patch | 34 # get rid of the warnings.
|
| /openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/ |
| H A D | remove-usr-local-lib-from-m4.patch | 9 build host or target. Therefore we get rid of the hardcoded paths
|
| /openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 0001-Fix-build-with-clang.patch | 26 /* fix_options - get rid of IP-level socket options */
|
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm_tis.h | 110 u8 rid; member
|
| H A D | tpm2_tis_spi.c | 545 chip->vend_dev >> 16, chip->rid, in tpm_tis_get_desc() 629 ret = tpm_tis_spi_read(dev, TPM_RID(chip->locality), &chip->rid, 1); in tpm_tis_spi_probe() 638 chip->vend_dev & 0xFFFF, chip->vend_dev >> 16, chip->rid); in tpm_tis_spi_probe()
|
| H A D | tpm2_tis_core.c | 25 chip->vend_dev >> 16, chip->rid, in tpm_tis_get_desc() 453 phy_ops->read_bytes(dev, TPM_RID(chip->locality), 1, &chip->rid); in tpm_tis_init()
|
| H A D | tpm_tis_lpc.c | 51 u8 rid; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/ |
| H A D | 0001-doctest-Do-not-use-unnamed-class.patch | 12 Therefore use a name for the class instead and help get rid of this
|
| /openbmc/u-boot/board/micronas/vct/ |
| H A D | scc.h | 95 u32 rid:2; /* Register Identifier */ member
|
| H A D | scc.c | 469 dma_cmd.bits.rid = TO_DMA_CFG; /* this is DMA_CFG register takeover */ in scc_takeover_dma()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | 0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch | 39 # get rid of the warnings.
|
| /openbmc/openbmc/poky/meta/recipes-support/sass/sassc/ |
| H A D | 0001-Remove-sassc_version.h-from-source-directory.patch | 22 version.sh to get rid of '-dirty' suffix from version number that
|
| /openbmc/openbmc/poky/meta/recipes-support/sass/libsass/ |
| H A D | 0001-Remove-version.h-from-source-directory.patch | 22 version.sh to get rid of '-dirty' suffix from version number that
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
| H A D | 0001-Use-relative-install-paths-for-CMake.patch | 13 This change gets rid of the absolute path and removes the no longer needed
|
| /openbmc/qemu/hw/acpi/ |
| H A D | erst.c | 125 #define ERST_IS_VALID_RECORD_ID(rid) \ argument 126 ((rid != ERST_UNSPECIFIED_RECORD_ID) && \ 127 (rid != ERST_EMPTY_END_RECORD_ID))
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | unzip_optimization.patch | 92 # /usr/include/gnu/types.h to get rid of "long long" if __LCC__ defined. -O3
|
| /openbmc/u-boot/cmd/ |
| H A D | otp.c | 266 static int get_dw_bit(u32 *rid, int offset) in get_dw_bit() argument 278 if ((rid[i] >> bit_offset) & 0x1) in get_dw_bit() 284 static int get_rid_num(u32 *rid) in get_rid_num() argument 292 if (get_dw_bit(rid, i) == 0) { in get_rid_num() 912 static void otp_print_revid(u32 *rid) in otp_print_revid() argument 929 printf("%d ", (rid[j] >> bit_offset) & 0x1); in otp_print_revid() 3322 U_BOOT_CMD_MKENT(rid, 1, 0, do_otprid, "", ""),
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/ |
| H A D | userfaultfd.patch | 144 + information a given number of times to get rid of any initial dependencies
|
| /openbmc/u-boot/tools/ |
| H A D | mxsimage.c | 504 static int sb_token_to_long(char *tok, uint32_t *rid) in sb_token_to_long() argument 534 *rid = (uint32_t)id; in sb_token_to_long()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ |
| H A D | glibc-package.inc | 76 # get rid of some broken files...
|