Home | History | Annotate | Download | only in x86_64

Lines Matching refs:CPUTLBEntry

654     tcg_out_modrm_offset(s, 0x03 | P_REXW, r0, r1, offsetof(CPUTLBEntry, addend) - 
655 offsetof(CPUTLBEntry, addr_read));
836 tcg_out_modrm_offset(s, 0x03 | P_REXW, r0, r1, offsetof(CPUTLBEntry, addend) -
837 offsetof(CPUTLBEntry, addr_write));
1430 if ((1 << CPU_TLB_ENTRY_BITS) != sizeof(CPUTLBEntry))