Home
last modified time | relevance | path

Searched refs:bit55 (Results 1 – 3 of 3) sorted by relevance

/openbmc/libpldm/include/libpldm/
H A Dpldm_types.h158 uint8_t bit55 : 1; member
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c677 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 Dsve_helper.c6371 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()