Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-book3s-v3.h125 return (1ULL << ((base & SDR_64_HTABSIZE) + 18 - 7)) - 1; in ppc_hash64_hpt_mask()
H A Dmmu-hash64.h60 #define SDR_64_HTABSIZE 0x000000000000001FULL macro
H A Dmmu_common.c45 target_ulong sdr_mask = SDR_64_HTABORG | SDR_64_HTABSIZE; in ppc_store_sdr1()
46 target_ulong htabsize = value & SDR_64_HTABSIZE; in ppc_store_sdr1()