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

  /external/qemu/
softmmu_template.h 181 tlb_fill(addr, READ_ACCESS_TYPE, mmu_idx, retaddr);
231 tlb_fill(addr, READ_ACCESS_TYPE, mmu_idx, retaddr);
356 tlb_fill(addr, 1, mmu_idx, retaddr);
384 /* Note: relies on the fact that tlb_fill() does not remove the
402 tlb_fill(addr, 1, mmu_idx, retaddr);
exec-all.h 349 void tlb_fill(target_ulong addr, int is_write, int mmu_idx,
  /external/qemu/target-arm/
op_helper.c 104 void tlb_fill (target_ulong addr, int is_write, int mmu_idx, void *retaddr) function

Completed in 1345 milliseconds