HomeSort by relevance Sort by last modified time
    Searched refs:SMP_CACHE_BYTES (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/kernel-headers/original/linux/
cache.h 11 #ifndef SMP_CACHE_BYTES
12 #define SMP_CACHE_BYTES L1_CACHE_BYTES
20 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
33 __attribute__((__aligned__(SMP_CACHE_BYTES), \
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cache.h 26 #define SMP_CACHE_BYTES L1_CACHE_BYTES
cpu-info.h 61 } __attribute__((aligned(SMP_CACHE_BYTES)));
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cache.h 26 #define SMP_CACHE_BYTES L1_CACHE_BYTES
cpu-info.h 61 } __attribute__((aligned(SMP_CACHE_BYTES)));
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cache.h 26 #define SMP_CACHE_BYTES L1_CACHE_BYTES
cpu-info.h 61 } __attribute__((aligned(SMP_CACHE_BYTES)));
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cache.h 26 #define SMP_CACHE_BYTES L1_CACHE_BYTES
cpu-info.h 61 } __attribute__((aligned(SMP_CACHE_BYTES)));
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cache.h 26 #define SMP_CACHE_BYTES L1_CACHE_BYTES
cpu-info.h 61 } __attribute__((aligned(SMP_CACHE_BYTES)));
  /bionic/libc/kernel/arch-mips/asm/
cpu-info.h 61 } __attribute__((aligned(SMP_CACHE_BYTES)));
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 61 } __attribute__((aligned(SMP_CACHE_BYTES)));
  /bionic/libc/kernel/common/linux/
skbuff.h 45 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
46 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
skbuff.h 38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))

Completed in 1423 milliseconds

1 23 4 5