Searched refs:__assume_aligned (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler_attributes.h | 85 # define __assume_aligned(a, ...) __attribute__((__assume_aligned__(a, ## __VA_ARGS__))) macro 87 # define __assume_aligned(a, ...) macro
|
| H A D | slab.h | 237 #define __assume_kmalloc_alignment __assume_aligned(ARCH_KMALLOC_MINALIGN) 238 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN) 239 #define __assume_page_alignment __assume_aligned(PAGE_SIZE)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | compiler.h | 457 #ifndef __assume_aligned 458 #define __assume_aligned(a, ...) macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler.h | 440 #ifndef __assume_aligned 441 #define __assume_aligned(a, ...) macro
|
| H A D | compiler-gcc.h | 231 #define __assume_aligned(a, ...) __attribute__((__assume_aligned__(a, ## __VA_ARGS__))) macro
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 268 + * __assume_aligned(n, k): Tell the optimizer that the returned 279 +#define __assume_aligned(a, ...) __attribute__((__assume_aligned__(a, ## __VA_ARGS__))) 746 +#ifndef __assume_aligned 747 +#define __assume_aligned(a, ...)
|