Searched refs:tableaddr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | ptw.c | 316 uint64_t tableaddr, pps_mask, align, entry, index; in granule_protection_check() local 387 tableaddr = env->cp15.gptbr_el3 << 12; in granule_protection_check() 388 if (tableaddr & ~pps_mask) { in granule_protection_check() 399 tableaddr &= ~align; in granule_protection_check() 405 tableaddr += index * 8; in granule_protection_check() 406 entry = address_space_ldq_le(as, tableaddr, attrs, &result); in granule_protection_check() 419 tableaddr = entry & ~0xf; in granule_protection_check() 422 if (tableaddr & (~pps_mask | align)) { in granule_protection_check() 433 tableaddr += index * 8; in granule_protection_check() 434 entry = address_space_ldq_le(as, tableaddr, attrs, &result); in granule_protection_check()
|