Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c296 uint64_t tableaddr, pps_mask, align, entry, index; in granule_protection_check() local
367 tableaddr = env->cp15.gptbr_el3 << 12; in granule_protection_check()
368 if (tableaddr & ~pps_mask) { in granule_protection_check()
379 tableaddr &= ~align; in granule_protection_check()
385 tableaddr += index * 8; in granule_protection_check()
386 entry = address_space_ldq_le(as, tableaddr, attrs, &result); in granule_protection_check()
399 tableaddr = entry & ~0xf; in granule_protection_check()
402 if (tableaddr & (~pps_mask | align)) { in granule_protection_check()
413 tableaddr += index * 8; in granule_protection_check()
414 entry = address_space_ldq_le(as, tableaddr, attrs, &result); in granule_protection_check()