Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/mips/include/asm/
Dhighmem.h45 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/Linux-v4.19/arch/x86/include/asm/
Dhighmem.h57 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/Linux-v4.19/arch/nds32/include/asm/
Dhighmem.h32 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v4.19/arch/hexagon/include/asm/
Dmem-layout.h98 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v4.19/arch/arc/include/asm/
Dhighmem.h28 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v4.19/arch/arm/include/asm/
Dhighmem.h9 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v4.19/arch/microblaze/include/asm/
Dhighmem.h50 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v4.19/arch/sparc/include/asm/
Dhighmem.h47 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/Linux-v4.19/arch/powerpc/include/asm/
Dhighmem.h58 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/Linux-v4.19/mm/
Dhighmem.c71 last_pkmap_nr = (last_pkmap_nr + 1) & LAST_PKMAP_MASK; in get_next_pkmap_nr()