| /include/trace/events/ |
| A D | cma.h | 43 TP_ARGS(name, count, align), 48 __field(unsigned int, align) 54 __entry->align = align; 60 __entry->align) 75 __field(unsigned int, align) 84 __entry->align = align; 93 __entry->align, 102 TP_ARGS(name, pfn, page, count, align), 109 __field(unsigned int, align) 117 __entry->align = align; [all …]
|
| A D | percpu.h | 15 size_t align, void *base_addr, int off, 18 TP_ARGS(call_site, reserved, is_atomic, size, align, base_addr, off, 26 __field( size_t, align ) 38 __entry->align = align; 49 __entry->size, __entry->align, 78 TP_PROTO(bool reserved, bool is_atomic, size_t size, size_t align), 80 TP_ARGS(reserved, is_atomic, size, align), 86 __field( size_t, align ) 93 __entry->align = align; 98 __entry->size, __entry->align)
|
| A D | vmalloc.h | 25 TP_PROTO(unsigned long addr, unsigned long size, unsigned long align, 28 TP_ARGS(addr, size, align, vstart, vend, failed), 33 __field(unsigned long, align) 42 __entry->align = align; 49 __entry->addr, __entry->size, __entry->align,
|
| /include/linux/ |
| A D | cfi_types.h | 23 #define SYM_TYPED_ENTRY(name, linkage, align...) \ argument 25 align ASM_NL \ 29 #define SYM_TYPED_START(name, linkage, align...) \ argument 30 SYM_TYPED_ENTRY(name, linkage, align) 34 #define SYM_TYPED_START(name, linkage, align...) \ argument 35 SYM_START(name, linkage, align)
|
| A D | dmapool.h | 23 size_t size, size_t align, size_t boundary, int node); 35 size_t size, size_t align, size_t allocation); 40 struct device *dev, size_t size, size_t align, size_t boundary, in dma_pool_create_node() argument 51 struct device *dev, size_t size, size_t align, size_t allocation) in dmam_pool_create() argument 57 struct device *dev, size_t size, size_t align, size_t boundary) in dma_pool_create() argument 59 return dma_pool_create_node(name, dev, size, align, boundary, in dma_pool_create()
|
| A D | memblock.h | 145 void memblock_trim_memory(phys_addr_t align); 425 phys_addr_t align, phys_addr_t start, 430 phys_addr_t align) in memblock_phys_alloc() argument 432 return memblock_phys_alloc_range(size, align, 0, in memblock_phys_alloc() 455 #define memblock_alloc_or_panic(size, align) \ argument 456 __memblock_alloc_or_panic(size, align, __func__) 459 phys_addr_t align) in memblock_alloc_raw() argument 467 phys_addr_t align, in memblock_alloc_from() argument 470 return memblock_alloc_try_nid(size, align, min_addr, in memblock_alloc_from() 475 phys_addr_t align) in memblock_alloc_low() argument [all …]
|
| A D | page_frag_cache.h | 47 unsigned int align) in page_frag_alloc_align() argument 49 WARN_ON_ONCE(!is_power_of_2(align)); in page_frag_alloc_align() 50 return __page_frag_alloc_align(nc, fragsz, gfp_mask, -align); in page_frag_alloc_align()
|
| A D | codetag.h | 47 unsigned int prepend, unsigned long align); 90 unsigned long align); 104 unsigned long align) { return NULL; } in codetag_alloc_module_section() argument
|
| A D | vmalloc.h | 170 extern void *__vmalloc_node_range_noprof(unsigned long size, unsigned long align, 176 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, gfp_t gfp_mask, 287 __init void vm_area_register_early(struct vm_struct *vm, size_t align); 320 size_t align); 327 size_t align) in pcpu_get_vm_areas() argument
|
| A D | linkage.h | 148 #define SYM_ENTRY(name, linkage, align...) \ argument 150 align ASM_NL \ 156 #define SYM_START(name, linkage, align...) \ argument 157 SYM_ENTRY(name, linkage, align)
|
| A D | cma.h | 44 phys_addr_t align, unsigned int order_per_bit, 50 extern struct page *cma_alloc(struct cma *cma, unsigned long count, unsigned int align,
|
| A D | genalloc.h | 86 int align; /* alignment by bytes for starting address */ member 161 dma_addr_t *dma, int align); 166 dma_addr_t *dma, int align);
|
| A D | slab.h | 287 unsigned int align; member 345 __kmem_cache_create(const char *name, unsigned int size, unsigned int align, in __kmem_cache_create() argument 349 .align = align, in __kmem_cache_create() 376 unsigned int align, slab_flags_t flags, in kmem_cache_create_usercopy() argument 381 .align = align, in kmem_cache_create_usercopy() 450 .align = __alignof__(struct __struct), \ 460 .align = __alignof__(struct __struct), \
|
| /include/uapi/linux/ |
| A D | virtio_ring.h | 200 unsigned long align) in vring_init() argument 206 + align-1) & ~(align - 1)); in vring_init() 209 static inline unsigned vring_size(unsigned int num, unsigned long align) in vring_size() argument 212 + align - 1) & ~(align - 1)) in vring_size()
|
| A D | sed-opal.h | 74 __u8 align[2]; /* Align to 8 byte boundary */ member 98 __u8 align[4]; member 179 __u8 align; member
|
| /include/trace/stages/ |
| A D | stage4_event_fields.h | 10 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \ 16 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \ 28 .size = sizeof(_type[_len]), .align = ALIGN_STRUCTFIELD(_type), \ 35 .size = 4, .align = 4, \ 53 .size = 4, .align = 4, \ 62 .size = 4, .align = 4, \ 77 .size = 4, .align = 4, \
|
| /include/drm/ |
| A D | drm_suballoc.h | 30 size_t align; member 52 size_t size, size_t align); 58 gfp_t gfp, bool intr, size_t align);
|
| /include/crypto/internal/ |
| A D | akcipher.h | 38 unsigned int align = crypto_dma_align(); in akcipher_request_ctx_dma() local 40 if (align <= crypto_tfm_ctx_alignment()) in akcipher_request_ctx_dma() 41 align = 1; in akcipher_request_ctx_dma() 43 return PTR_ALIGN(akcipher_request_ctx(req), align); in akcipher_request_ctx_dma()
|
| A D | kpp.h | 55 unsigned int align = crypto_dma_align(); in kpp_request_ctx_dma() local 57 if (align <= crypto_tfm_ctx_alignment()) in kpp_request_ctx_dma() 58 align = 1; in kpp_request_ctx_dma() 60 return PTR_ALIGN(kpp_request_ctx(req), align); in kpp_request_ctx_dma()
|
| A D | aead.h | 75 unsigned int align = crypto_dma_align(); in aead_request_ctx_dma() local 77 if (align <= crypto_tfm_ctx_alignment()) in aead_request_ctx_dma() 78 align = 1; in aead_request_ctx_dma() 80 return PTR_ALIGN(aead_request_ctx(req), align); in aead_request_ctx_dma()
|
| A D | skcipher.h | 206 unsigned int align = crypto_dma_align(); in skcipher_request_ctx_dma() local 208 if (align <= crypto_tfm_ctx_alignment()) in skcipher_request_ctx_dma() 209 align = 1; in skcipher_request_ctx_dma() 211 return PTR_ALIGN(skcipher_request_ctx(req), align); in skcipher_request_ctx_dma()
|
| /include/asm-generic/ |
| A D | vmlinux.lds.h | 389 . = ALIGN(align); \ 391 . = ALIGN(align); 399 . = ALIGN(align); \ 401 . = ALIGN(align); 404 . = ALIGN(align); \ 408 . = ALIGN(align); \ 461 . = ALIGN((align)); \ 547 . = ALIGN((align)); \ 660 . = ALIGN(align); \ 686 . = ALIGN(align); \ [all …]
|
| /include/uapi/linux/tc_ematch/ |
| A D | tc_em_cmp.h | 12 __u8 align:4; member
|
| /include/crypto/ |
| A D | algapi.h | 179 unsigned int align) in crypto_tfm_ctx_align() argument 181 if (align <= crypto_tfm_ctx_alignment()) in crypto_tfm_ctx_align() 182 align = 1; in crypto_tfm_ctx_align() 184 return PTR_ALIGN(crypto_tfm_ctx(tfm), align); in crypto_tfm_ctx_align()
|
| /include/linux/fsl/bestcomm/ |
| A D | sram.h | 39 extern void* bcom_sram_alloc(int size, int align, phys_addr_t *phys);
|