Searched refs:PAGE_SHIFT (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
H A Duser.h95 #define PAGE_SHIFT 12 macro
96 #define PAGE_SIZE (1UL << PAGE_SHIFT)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dkxia64.h299 #define RR_PS_VE ((PAGE_SHIFT<<RR_PS) | (1<<RR_VE))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dkxia64.h299 #define RR_PS_VE ((PAGE_SHIFT<<RR_PS) | (1<<RR_VE))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dwdm.h7684 #define PAGE_SHIFT 12L macro
7853 #define PAGE_SHIFT 12L macro
10550 (((Size) >> PAGE_SHIFT) + (((Size) & (PAGE_SIZE - 1)) != 0))
10573 + (_Size) + (PAGE_SIZE - 1)) >> PAGE_SHIFT))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dwdm.h7684 #define PAGE_SHIFT 12L macro
7853 #define PAGE_SHIFT 12L macro
10550 (((Size) >> PAGE_SHIFT) + (((Size) & (PAGE_SIZE - 1)) != 0))
10573 + (_Size) + (PAGE_SIZE - 1)) >> PAGE_SHIFT))

Completed in 238 milliseconds