HomeSort by relevance Sort by last modified time
    Searched defs:PAGE_MASK (Results 51 - 61 of 61) sorted by null

1 23

  /system/core/libcorkscrew/
ptrace.c 34 #ifndef PAGE_MASK
35 #define PAGE_MASK (~(PAGE_SIZE - 1))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
page_64.h 9 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
page_64.h 9 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
page_64.h 9 #define PAGE_MASK (~(PAGE_SIZE-1))
  /external/kernel-headers/original/asm-arm/
page.h 17 #define PAGE_MASK (~(PAGE_SIZE-1))
22 #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)
  /external/kernel-headers/original/asm-x86/
page_32.h 7 #define PAGE_MASK (~(PAGE_SIZE-1))
119 #define PTE_MASK PAGE_MASK
141 #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)
  /external/linux-tools-perf/util/
trace-event.h 15 #ifndef PAGE_MASK
16 #define PAGE_MASK (page_size - 1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
user.h 169 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 169 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 169 #define PAGE_MASK (~(PAGE_SIZE-1))
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java 59 public static final int PAGE_MASK = 0x3F; // 6 bits
    [all...]

Completed in 795 milliseconds

1 23