Sign in
android-kvm
/
linux
/
2286bf4e4d8f2fda407222b54f685dff3b80e0a0
/
.
/
arch
/
parisc
/
include
/
asm
/
tlb.h
blob: 8c0446b04c9e17f593cac1d4fa3671658766038d [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_PARISC_TLB_H
#define
_PARISC_TLB_H
#include
<asm-generic/tlb.h>
#define
__pmd_free_tlb
(
tlb
,
pmd
,
addr
)
pmd_free
((
tlb
)->
mm
,
pmd
)
#define
__pte_free_tlb
(
tlb
,
pte
,
addr
)
pte_free
((
tlb
)->
mm
,
pte
)
#endif