OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
arch
/
powerpc
/
include
/
asm
/
nohash
/
64
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
pgalloc.h
5.7 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
pgtable-4k.h
2.68 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
pgtable-64k.h
1.68 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
pgtable.h
9.92 KB
06/16/2023 05:32:39 PM
rw-r--r--
📄
slice.h
416 bytes
06/16/2023 05:32:39 PM
rw-r--r--
Editing: slice.h
Close
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_NOHASH_64_SLICE_H #define _ASM_POWERPC_NOHASH_64_SLICE_H #ifdef CONFIG_PPC_64K_PAGES #define get_slice_psize(mm, addr) MMU_PAGE_64K #else /* CONFIG_PPC_64K_PAGES */ #define get_slice_psize(mm, addr) MMU_PAGE_4K #endif /* !CONFIG_PPC_64K_PAGES */ #define slice_set_user_psize(mm, psize) do { BUG(); } while (0) #endif /* _ASM_POWERPC_NOHASH_64_SLICE_H */