Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/include/asm/
H A 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()
/openbmc/linux/arch/x86/include/asm/
H A Dhighmem.h57 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/openbmc/linux/arch/csky/include/asm/
H A Dhighmem.h28 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dhighmem.h48 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/openbmc/linux/arch/mips/include/asm/
H A Dhighmem.h45 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/openbmc/linux/arch/sparc/include/asm/
H A Dhighmem.h45 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dhighmem.h55 #define LAST_PKMAP_MASK (LAST_PKMAP-1) macro
/openbmc/linux/arch/arc/include/asm/
H A Dhighmem.h36 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dmem-layout.h85 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/openbmc/linux/arch/arm/include/asm/
H A Dhighmem.h10 #define LAST_PKMAP_MASK (LAST_PKMAP - 1) macro
/openbmc/linux/mm/
H A Dhighmem.c77 last_pkmap_nr = (last_pkmap_nr + 1) & LAST_PKMAP_MASK; in get_next_pkmap_nr()