Home | History | Annotate | Download | only in hppa

Lines Matching refs:TARGET_PAGE_BITS

904           r1 = addr_reg >> TARGET_PAGE_BITS;
907 What this does is extract CPU_TLB_BITS beginning at TARGET_PAGE_BITS
912 tcg_out_extr(s, r1, addrlo, TARGET_PAGE_BITS, CPU_TLB_BITS, 0);