Home
last modified time | relevance | path

Searched refs:CPUTLBEntry (Results 1 – 8 of 8) sorted by relevance

/external/qemu/
Dcpu-defs.h85 typedef struct CPUTLBEntry { struct
103 } CPUTLBEntry; argument
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]; \
Dexec.c1818 static inline void tlb_flush_entry(CPUTLBEntry *tlb_entry, target_ulong addr) in tlb_flush_entry()
1869 static inline void tlb_reset_dirty_range(CPUTLBEntry *tlb_entry, in tlb_reset_dirty_range()
1941 static inline void tlb_update_dirty(CPUTLBEntry *tlb_entry) in tlb_update_dirty()
1967 static inline void tlb_set_dirty1(CPUTLBEntry *tlb_entry, target_ulong vaddr) in tlb_set_dirty1()
2001 CPUTLBEntry *te; in tlb_set_page_exec()
/external/qemu/tcg/x86_64/
Dtcg-target.c654 tcg_out_modrm_offset(s, 0x03 | P_REXW, r0, r1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_ld()
655 offsetof(CPUTLBEntry, addr_read)); in tcg_out_qemu_ld()
836 tcg_out_modrm_offset(s, 0x03 | P_REXW, r0, r1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_st()
837 offsetof(CPUTLBEntry, addr_write)); in tcg_out_qemu_st()
1430 if ((1 << CPU_TLB_ENTRY_BITS) != sizeof(CPUTLBEntry)) in tcg_target_init()
/external/qemu/tcg/sparc/
Dtcg-target.c874 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_ld()
875 offsetof(CPUTLBEntry, addr_read), TARGET_ADDEND_LD_OP); in tcg_out_qemu_ld()
1054 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_st()
1055 offsetof(CPUTLBEntry, addr_write), TARGET_ADDEND_LD_OP); in tcg_out_qemu_st()
/external/qemu/tcg/ppc64/
Dtcg-target.c682 | (offsetof (CPUTLBEntry, addend) in tcg_out_qemu_ld()
683 - offsetof (CPUTLBEntry, addr_read)) in tcg_out_qemu_ld()
810 | (offsetof (CPUTLBEntry, addend) in tcg_out_qemu_st()
811 - offsetof (CPUTLBEntry, addr_write)) in tcg_out_qemu_st()
/external/qemu/tcg/i386/
Dtcg-target.c1056 offsetof(CPUTLBEntry, addend) - which); in tcg_out_tlb_load()
1162 label_ptr, offsetof(CPUTLBEntry, addr_read)); in tcg_out_qemu_ld()
1337 label_ptr, offsetof(CPUTLBEntry, addr_write)); in tcg_out_qemu_st()
1956 if ((1 << CPU_TLB_ENTRY_BITS) != sizeof(CPUTLBEntry)) in tcg_target_init()
/external/qemu/tcg/ppc/
Dtcg-target.c646 | (offsetof (CPUTLBEntry, addend) in tcg_out_qemu_ld()
647 - offsetof (CPUTLBEntry, addr_read)) in tcg_out_qemu_ld()
845 | (offsetof (CPUTLBEntry, addend) in tcg_out_qemu_st()
846 - offsetof (CPUTLBEntry, addr_write)) in tcg_out_qemu_st()
/external/qemu/tcg/arm/
Dtcg-target.c1788 if ((1 << CPU_TLB_ENTRY_BITS) != sizeof(CPUTLBEntry)) in tcg_target_init()