/external/qemu/ |
softmmu_template.h | 184 tlb_fill(addr, READ_ACCESS_TYPE, mmu_idx, retaddr); 234 tlb_fill(addr, READ_ACCESS_TYPE, mmu_idx, retaddr); 360 tlb_fill(addr, 1, mmu_idx, retaddr); 389 /* Note: relies on the fact that tlb_fill() does not remove the 407 tlb_fill(addr, 1, mmu_idx, retaddr);
|
exec-all.h | 353 void tlb_fill(target_ulong addr, int is_write, int mmu_idx,
|
/external/qemu/target-arm/ |
op_helper.c | 73 void tlb_fill (target_ulong addr, int is_write, int mmu_idx, void *retaddr) function
|
/external/qemu/target-i386/ |
op_helper.c | 4830 void tlb_fill(target_ulong addr, int is_write, int mmu_idx, void *retaddr) function [all...] |