![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _ALPHA_TLB_H 0003 #define _ALPHA_TLB_H 0004 0005 #include <asm-generic/tlb.h> 0006 0007 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) 0008 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) 0009 0010 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |