Home
last modified time | relevance | path

Searched refs:FIXADDR_SIZE (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/arch/xtensa/include/asm/
Dfixmap.h30 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro
32 #define FIXADDR_START ((FIXADDR_END - FIXADDR_SIZE) & PMD_MASK)
33 #define FIXADDR_TOP (FIXADDR_START + FIXADDR_SIZE - PAGE_SIZE)
/Linux-v6.6/arch/powerpc/include/asm/
Dfixmap.h27 #define FIXADDR_TOP (IOREMAP_END + FIXADDR_SIZE)
29 #define FIXADDR_SIZE 0 macro
108 BUILD_BUG_ON(IS_ENABLED(CONFIG_PPC64) && __FIXADDR_SIZE > FIXADDR_SIZE); in __set_fixmap()
/Linux-v6.6/arch/um/include/asm/
Dfixmap.h51 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro
52 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/loongarch/include/asm/
Dfixmap.h19 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro
20 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/csky/include/asm/
Dfixmap.h24 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro
25 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/mips/include/asm/
Dfixmap.h67 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro
68 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/sh/include/asm/
Dfixmap.h79 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro
80 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/sparc/include/asm/
Dvaddrs.h51 #define FIXADDR_SIZE ((FIX_KMAP_END + 1) << PAGE_SHIFT) macro
52 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/openrisc/include/asm/
Dfixmap.h49 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro
51 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/hexagon/include/asm/
Dmem-layout.h76 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro
77 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/arm64/include/asm/
Dfixmap.h95 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT) macro
96 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/x86/include/asm/
Dfixmap.h150 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT) macro
151 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/powerpc/include/asm/nohash/64/
Dpgtable.h58 #define IOREMAP_END (KERN_IO_START + KERN_IO_SIZE - FIXADDR_SIZE)
59 #define FIXADDR_SIZE SZ_32M macro
/Linux-v6.6/arch/mips/mm/
Dpgtable-32.c73 fixrange_init(vaddr & PMD_MASK, vaddr + FIXADDR_SIZE, pgd_base); in pagetable_init()
Dpgtable-64.c125 fixrange_init(vaddr, vaddr + FIXADDR_SIZE, pgd_base); in pagetable_init()
/Linux-v6.6/arch/riscv/include/asm/
Dpgtable.h97 #define FIXADDR_SIZE (PMD_SIZE + FIX_FDT_SIZE) macro
101 #define FIXADDR_SIZE (PGDIR_SIZE + FIX_FDT_SIZE) macro
103 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
/Linux-v6.6/arch/powerpc/include/asm/book3s/64/
Dpgtable.h317 #define IOREMAP_END (KERN_IO_END - FIXADDR_SIZE)
318 #define FIXADDR_SIZE SZ_32M macro