Searched refs:FIX_KMAP_BEGIN (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/xtensa/include/asm/ |
| H A D | fixmap.h | 23 FIX_KMAP_BEGIN, enumerator 24 FIX_KMAP_END = FIX_KMAP_BEGIN +
|
| /linux/arch/csky/include/asm/ |
| H A D | fixmap.h | 18 FIX_KMAP_BEGIN, enumerator 19 FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
|
| /linux/arch/mips/include/asm/ |
| H A D | fixmap.h | 54 FIX_KMAP_BEGIN = FIX_CMAP_END + 1, enumerator 55 FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
|
| /linux/arch/microblaze/include/asm/ |
| H A D | fixmap.h | 49 FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ enumerator 50 FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * num_possible_cpus()) - 1,
|
| /linux/arch/loongarch/include/asm/ |
| H A D | fixmap.h | 21 FIX_KMAP_BEGIN, enumerator 22 FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
|
| /linux/arch/arc/include/asm/ |
| H A D | highmem.h | 21 #define FIX_KMAP_BEGIN (0UL) macro 22 #define FIX_KMAP_END ((FIX_KMAP_BEGIN + FIX_KMAP_SLOTS) - 1)
|
| /linux/arch/arm/include/asm/ |
| H A D | fixmap.h | 16 FIX_KMAP_BEGIN = __end_of_permanent_fixed_addresses, enumerator 17 FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
|
| /linux/arch/powerpc/include/asm/ |
| H A D | fixmap.h | 51 FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ enumerator 52 FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
|
| /linux/arch/hexagon/include/asm/ |
| H A D | mem-layout.h | 49 FIX_KMAP_BEGIN, enumerator
|
| /linux/include/linux/ |
| H A D | highmem-internal.h | 161 addr < __fix_to_virt(FIX_KMAP_BEGIN)); in is_kmap_addr()
|
| /linux/arch/powerpc/mm/ |
| H A D | mem.c | 242 unsigned long end = __fix_to_virt(FIX_KMAP_BEGIN); in paging_init()
|