Home
last modified time | relevance | path

Searched refs:rid (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/qemu/target/ppc/
H A Dcpu.c134 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 Dfix_version_parse.patch18 - 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 Dtpm-tis-util.c52 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 Dtpm-tis-i2c-test.c166 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 DREADME.ARM-memory-map8 >_armboot_end - which role do these play now? Can we get rid of them?
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dtcl-add-soname.patch34 # get rid of the warnings.
/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/
H A Dremove-usr-local-lib-from-m4.patch9 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 D0001-Fix-build-with-clang.patch26 /* fix_options - get rid of IP-level socket options */
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis.h110 u8 rid; member
H A Dtpm2_tis_spi.c545 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 Dtpm2_tis_core.c25 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 Dtpm_tis_lpc.c51 u8 rid; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-doctest-Do-not-use-unnamed-class.patch12 Therefore use a name for the class instead and help get rid of this
/openbmc/u-boot/board/micronas/vct/
H A Dscc.h95 u32 rid:2; /* Register Identifier */ member
H A Dscc.c469 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 D0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch39 # get rid of the warnings.
/openbmc/openbmc/poky/meta/recipes-support/sass/sassc/
H A D0001-Remove-sassc_version.h-from-source-directory.patch22 version.sh to get rid of '-dirty' suffix from version number that
/openbmc/openbmc/poky/meta/recipes-support/sass/libsass/
H A D0001-Remove-version.h-from-source-directory.patch22 version.sh to get rid of '-dirty' suffix from version number that
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Use-relative-install-paths-for-CMake.patch13 This change gets rid of the absolute path and removes the no longer needed
/openbmc/qemu/hw/acpi/
H A Derst.c125 #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 Dunzip_optimization.patch92 # /usr/include/gnu/types.h to get rid of "long long" if __LCC__ defined. -O3
/openbmc/u-boot/cmd/
H A Dotp.c266 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 Duserfaultfd.patch144 + information a given number of times to get rid of any initial dependencies
/openbmc/u-boot/tools/
H A Dmxsimage.c504 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 Dglibc-package.inc76 # get rid of some broken files...

12