Home
last modified time | relevance | path

Searched refs:FIX_IMMR_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dfixmap.h62 #define FIX_IMMR_SIZE (512 * 1024 / PAGE_SIZE) macro
64 FIX_IMMR_BASE = __ALIGN_MASK(FIX_IMMR_START, FIX_IMMR_SIZE - 1) - 1 +
65 FIX_IMMR_SIZE,
69 #define FIX_IMMR_SIZE (SZ_2M / PAGE_SIZE) macro
71 FIX_IMMR_BASE = __ALIGN_MASK(FIX_IMMR_START, FIX_IMMR_SIZE - 1) - 1 +
72 FIX_IMMR_SIZE,
/Linux-v5.10/arch/powerpc/mm/nohash/
D8xx.c19 #define IMMR_SIZE (FIX_IMMR_SIZE << PAGE_SHIFT)