/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_NOHASH_32_SLICE_H #define _ASM_POWERPC_NOHASH_32_SLICE_H #ifdef CONFIG_PPC_MM_SLICES #define SLICE_LOW_SHIFT 28 #define SLICE_LOW_TOP (0x100000000ull) #define SLICE_NUM_LOW (SLICE_LOW_TOP >> SLICE_LOW_SHIFT) #define GET_LOW_SLICE_INDEX(addr) ((addr) >> SLICE_LOW_SHIFT) #define SLICE_HIGH_SHIFT 0 #define SLICE_NUM_HIGH 0ul #define GET_HIGH_SLICE_INDEX(addr) (addr & 0) #endif /* CONFIG_PPC_MM_SLICES */ #endif /* _ASM_POWERPC_NOHASH_32_SLICE_H */
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
pgalloc.h | File | 3.95 KB | 0644 |
|
pgtable.h | File | 10.75 KB | 0644 |
|
pte-40x.h | File | 2.91 KB | 0644 |
|
pte-44x.h | File | 3.71 KB | 0644 |
|
pte-8xx.h | File | 3.07 KB | 0644 |
|
pte-fsl-booke.h | File | 1.32 KB | 0644 |
|
slice.h | File | 517 B | 0644 |
|