OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
powerpc
/
include
/
asm
/
book3s
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:21 AM
rwxr-xr-x
📁
32
-
11/17/2022 06:42:21 AM
rwxr-xr-x
📁
64
-
11/17/2022 06:42:21 AM
rwxr-xr-x
📄
pgalloc.h
354 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
pgtable.h
880 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: pgalloc.h
Close
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H #define _ASM_POWERPC_BOOK3S_PGALLOC_H #include <linux/mm.h> extern void tlb_remove_table(struct mmu_gather *tlb, void *table); #ifdef CONFIG_PPC64 #include <asm/book3s/64/pgalloc.h> #else #include <asm/book3s/32/pgalloc.h> #endif #endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */