HomeSort by relevance Sort by last modified time
    Searched refs:CPUTLBEntry (Results 1 - 5 of 5) sorted by null

  /external/qemu/include/exec/
cpu-defs.h 86 typedef struct CPUTLBEntry {
104 } CPUTLBEntry;
106 QEMU_BUILD_BUG_ON(sizeof(CPUTLBEntry) != (1 << CPU_TLB_ENTRY_BITS));
110 CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE]; \
cputlb.h 27 void tlb_reset_dirty_range(CPUTLBEntry *tlb_entry, uintptr_t start,
  /external/qemu/
cputlb.c 28 static const CPUTLBEntry s_cputlb_empty_entry = {
73 static inline void tlb_flush_entry(CPUTLBEntry *tlb_entry, target_ulong addr)
133 static bool tlb_is_dirty_ram(CPUTLBEntry *tlbe)
138 void tlb_reset_dirty_range(CPUTLBEntry *tlb_entry, uintptr_t start,
152 static inline void tlb_set_dirty1(CPUTLBEntry *tlb_entry, target_ulong vaddr)
209 CPUTLBEntry *te;
exec.c 596 static inline void tlb_update_dirty(CPUTLBEntry *tlb_entry)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 1065 WHICH is the offset into the CPUTLBEntry structure of the slot to read.
    [all...]

Completed in 233 milliseconds