Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c345 uint64_t tableaddr, pps_mask, align, entry, index; in granule_protection_check()
435 tableaddr = env->cp15.gptbr_el3 << 12; in granule_protection_check()
436 if (tableaddr & ~pps_mask) { in granule_protection_check()
447 tableaddr &= ~align; in granule_protection_check()
453 tableaddr += index * 8; in granule_protection_check()
454 entry = address_space_ldq_le(as, tableaddr, attrs, &result); in granule_protection_check()
467 tableaddr = entry & ~0xf; in granule_protection_check()
470 if (tableaddr & (~pps_mask | align)) { in granule_protection_check()
481 tableaddr += index * 8; in granule_protection_check()
482 entry = address_space_ldq_le(as, tableaddr, attr in granule_protection_check()
315 uint64_t tableaddr, pps_mask, align, entry, index; granule_protection_check() local
[all...]