Searched defs:PAGE_MASK (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/arm64/include/asm/
H A Dpage-def.h16 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/arch/arc/include/uapi/asm/
H A Dpage.h32 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/arch/powerpc/boot/
H A Dpage.h18 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/arch/sh/mm/
H A Dtlbex_32.c75 local_flush_tlb_one(get_asid(), address & PAGE_MASK); local
/linux-master/arch/arm/include/asm/
H A Dpage.h13 #define PAGE_MASK (~((1 << PAGE_SHIFT) - 1)) macro
/linux-master/arch/x86/include/asm/
H A Dpage_types.h12 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/tools/include/linux/
H A Dmm.h10 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/linux-master/arch/m68k/include/asm/
H A Dpage.h12 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/include/asm-generic/
H A Dpage.h22 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/tools/testing/selftests/sgx/
H A Ddefines.h12 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/linux-master/arch/csky/include/asm/
H A Dpage.h15 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/linux-master/arch/hexagon/include/asm/
H A Dpage.h50 #define PAGE_MASK (~((1 << PAGE_SHIFT) - 1)) macro
/linux-master/arch/powerpc/include/asm/
H A Dpage.h49 #define PAGE_MASK (~((1 << PAGE_SHIFT) - 1)) macro
/linux-master/arch/openrisc/include/asm/
H A Dpage.h27 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/arch/nios2/include/asm/
H A Dpage.h26 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/linux-master/arch/alpha/include/asm/
H A Dpage.h11 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h31 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/tools/virtio/linux/
H A Dkernel.h27 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/arch/xtensa/kernel/
H A Dsetup.c436 tmpaddr & PAGE_MASK); local
/linux-master/arch/mips/include/asm/
H A Dpage.h22 #define PAGE_MASK (~((1 << PAGE_SHIFT) - 1)) macro
/linux-master/arch/microblaze/include/asm/
H A Dpage.h25 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h9 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h9 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
H A Dpage_32.h16 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux-master/arch/xtensa/include/asm/
H A Dpage.h27 #define PAGE_MASK (~(PAGE_SIZE-1)) macro

Completed in 331 milliseconds

12