Home | History | Annotate | Download | only in hppa

Lines Matching refs:CPU_TLB_ENTRY_BITS

906           r1 <<= CPU_TLB_ENTRY_BITS;
908 and place them at CPU_TLB_ENTRY_BITS. We can combine the first two
910 CPU_TLB_ENTRY_BITS is > 3, so we can't merge that shift with the
913 tcg_out_shli(s, r1, r1, CPU_TLB_ENTRY_BITS);