Searched refs:flush_tlb (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/m68k/include/asm/ |
| H A D | tlbflush.h | 60 #define flush_tlb() __flush_tlb() macro 240 #define flush_tlb() __flush_tlb() macro
|
| /linux/arch/riscv/mm/ |
| H A D | fault.c | 213 goto flush_tlb; in vmalloc_fault() 225 goto flush_tlb; in vmalloc_fault() 245 flush_tlb: in vmalloc_fault()
|
| /linux/arch/openrisc/include/asm/ |
| H A D | tlbflush.h | 51 static inline void flush_tlb(void) in flush_tlb() function
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_svm.c | 1466 struct dma_fence **fence, bool flush_tlb) in svm_range_map_to_gpu() argument 1521 r = amdgpu_vm_update_range(adev, vm, false, false, flush_tlb, true, in svm_range_map_to_gpu() 1555 unsigned long *bitmap, bool wait, bool flush_tlb) in svm_range_map_to_gpus() argument 1591 flush_tlb); in svm_range_map_to_gpus() 1713 bool intr, bool wait, bool flush_tlb) in svm_range_validate_and_map() argument 1884 ctx->bitmap, wait, flush_tlb); in svm_range_validate_and_map() 3765 bool flush_tlb; in svm_range_set_attr() local 3852 flush_tlb = !migrated && update_mapping && in svm_range_set_attr() 3856 MAX_GPU_INSTANCE, true, true, flush_tlb); in svm_range_set_attr() 3867 flush_tlb = !bitmap_empty(prange->bitmap_mapped, MAX_GPU_INSTANCE); in svm_range_set_attr() [all …]
|