✏️ 正在编辑: tlb.h
路径:
/usr/src/linux-aws-headers-4.15.0-1057/arch/m32r/include/asm/tlb.h
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _M32R_TLB_H #define _M32R_TLB_H /* * x86 doesn't need any special per-pte or * per-vma handling.. */ #define tlb_start_vma(tlb, vma) do { } while (0) #define tlb_end_vma(tlb, vma) do { } while (0) #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0) /* * .. because we flush the whole mm when it * fills up. */ #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) #include <asm-generic/tlb.h> #endif /* _M32R_TLB_H */
💾 保存文件
← 返回文件管理器