Searched refs:update_tlb (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 375 static inline void update_tlb(struct vm_area_struct *vma, in update_tlb() function 387 update_tlb(vma, address, ptep); in update_mmu_cache_range()
|
/openbmc/qemu/target/xtensa/ |
H A D | mmu_helper.c | 803 static int get_physical_addr_mmu(CPUXtensaState *env, bool update_tlb, in get_physical_addr_mmu() argument 824 if (update_tlb) { in get_physical_addr_mmu() 1055 int xtensa_get_physical_addr(CPUXtensaState *env, bool update_tlb, in xtensa_get_physical_addr() argument 1061 return get_physical_addr_mmu(env, update_tlb, in xtensa_get_physical_addr()
|
H A D | cpu.h | 689 int xtensa_get_physical_addr(CPUXtensaState *env, bool update_tlb,
|