Home
last modified time | relevance | path

Searched refs:LAST_PKMAP_MASK (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/arch/xtensa/include/asm/
Dhighmem.h24 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
42 (last_pkmap_nr_arr[color] + DCACHE_N_COLORS) & LAST_PKMAP_MASK; in get_next_pkmap_nr()
/Linux-v5.15/arch/x86/include/asm/
Dhighmem.h56 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/Linux-v5.15/arch/csky/include/asm/
Dhighmem.h28 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/Linux-v5.15/arch/microblaze/include/asm/
Dhighmem.h48 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v5.15/arch/nds32/include/asm/
Dhighmem.h30 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v5.15/arch/mips/include/asm/
Dhighmem.h45 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/Linux-v5.15/arch/sparc/include/asm/
Dhighmem.h45 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v5.15/arch/powerpc/include/asm/
Dhighmem.h55 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/Linux-v5.15/arch/arc/include/asm/
Dhighmem.h36 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v5.15/arch/hexagon/include/asm/
Dmem-layout.h85 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v5.15/arch/arm/include/asm/
Dhighmem.h10 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v5.15/mm/
Dhighmem.c67 last_pkmap_nr = (last_pkmap_nr + 1) & LAST_PKMAP_MASK; in get_next_pkmap_nr()