/external/qemu/ |
cpu-defs.h | 85 typedef struct CPUTLBEntry { 103 } CPUTLBEntry; 105 extern int CPUTLBEntry_wrong_size[sizeof(CPUTLBEntry) == (1 << CPU_TLB_ENTRY_BITS) ? 1 : -1]; 109 CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE]; \
|
exec.c | [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 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)); [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | 987 WHICH is the offset into the CPUTLBEntry structure of the slot to read. 1056 offsetof(CPUTLBEntry, addend) - which); [all...] |
/external/qemu/tcg/ppc/ |
tcg-target.c | 646 | (offsetof (CPUTLBEntry, addend) 647 - offsetof (CPUTLBEntry, addr_read)) 845 | (offsetof (CPUTLBEntry, addend) 846 - offsetof (CPUTLBEntry, addr_write)) [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 682 | (offsetof (CPUTLBEntry, addend) 683 - offsetof (CPUTLBEntry, addr_read)) 810 | (offsetof (CPUTLBEntry, addend) 811 - offsetof (CPUTLBEntry, addr_write)) [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 874 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) - 875 offsetof(CPUTLBEntry, addr_read), TARGET_ADDEND_LD_OP); 1054 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) - 1055 offsetof(CPUTLBEntry, addr_write), TARGET_ADDEND_LD_OP); [all...] |
/external/qemu/tcg/arm/ |
tcg-target.c | [all...] |