Searched refs:dcz_bytes (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 533 intptr_t dcz_bytes, tag_bytes; in HELPER() local 543 dcz_bytes = (intptr_t)1 << log2_dcz_bytes; in HELPER() 545 ptr &= -dcz_bytes; in HELPER() 547 mem = allocation_tag_mem(env, mmu_idx, ptr, MMU_DATA_STORE, dcz_bytes, in HELPER() 919 intptr_t dcz_bytes, tag_bytes, i; in HELPER() local 943 dcz_bytes = (intptr_t)1 << log2_dcz_bytes; in HELPER() 945 align_ptr = ptr & -dcz_bytes; in HELPER() 955 dcz_bytes, MMU_DATA_LOAD, ra); in HELPER()
|