Home | History | Annotate | Download | only in x86_64

Lines Matching refs:CPU_TLB_ENTRY_BITS

587     tcg_out8(s, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS); 
593 tcg_out32(s, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS);
782 tcg_out8(s, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS);
788 tcg_out32(s, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS);
1430 if ((1 << CPU_TLB_ENTRY_BITS) != sizeof(CPUTLBEntry))