Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/include/asm/
H A Dhighmem.h20 #define FIX_KMAP_SLOTS (KM_MAX_IDX * NR_CPUS) macro
22 #define FIX_KMAP_END ((FIX_KMAP_BEGIN + FIX_KMAP_SLOTS) - 1)
/openbmc/linux/arch/arc/mm/
H A Dhighmem.c69 BUILD_BUG_ON(FIX_KMAP_SLOTS > PTRS_PER_PTE); in kmap_init()