/
usr
/
src
/
linux-headers-5.15.0-181
/
arch
/
powerpc
/
include
/
asm
/
book3s
/
/usr/src/linux-headers-5.15.0-181/arch/powerpc/include/asm/book3s
mkdir
upload
Name
Size
Mode
Actions
32/
-
0755
rm
64/
-
0755
rm
pgalloc.h
354
0644
edit
dl
rm
pgtable.h
1383
0644
edit
dl
rm
tlbflush.h
268
0644
edit
dl
rm
Edit:
/usr/src/linux-headers-5.15.0-181/arch/powerpc/include/asm/book3s/pgalloc.h
(354B)
/* 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 */
Save
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H #define _ASM_POWERPC_BOOK3S_PGALLOC_H #include
extern void tlb_remove_table(struct mmu_gather *tlb, void *table); #ifdef CONFIG_PPC64 #include
#else #include
#endif #endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */