Searched refs:bit55 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/libpldm/include/libpldm/ |
| H A D | pldm_types.h | 158 uint8_t bit55 : 1; member
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sme_helper.c | 677 int bit55 = extract64(addr, 55, 1); in sme_ld1_mte() local 680 if (!tbi_check(mtedesc, bit55) || in sme_ld1_mte() 681 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sme_ld1_mte() 859 int bit55 = extract64(addr, 55, 1); in sme_st1_mte() local 862 if (!tbi_check(mtedesc, bit55) || in sme_st1_mte() 863 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sme_st1_mte()
|
| H A D | sve_helper.c | 6371 int bit55 = extract64(addr, 55, 1); in sve_ldN_r_mte() local 6374 if (!tbi_check(mtedesc, bit55) || in sve_ldN_r_mte() 6375 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sve_ldN_r_mte() 6733 int bit55 = extract64(addr, 55, 1); in sve_ldnfff1_r_mte() local 6736 if (!tbi_check(mtedesc, bit55) || in sve_ldnfff1_r_mte() 6737 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sve_ldnfff1_r_mte() 6988 int bit55 = extract64(addr, 55, 1); in sve_stN_r_mte() local 6991 if (!tbi_check(mtedesc, bit55) || in sve_stN_r_mte() 6992 tcma_check(mtedesc, bit55, allocation_tag_from_addr(addr))) { in sve_stN_r_mte()
|