Searched refs:size_ (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | rtas-work-area.h | 49 #define rtas_work_area_alloc(size_) ({ \ argument 50 static_assert(__builtin_constant_p(size_)); \ 51 static_assert((size_) > 0); \ 52 static_assert((size_) <= RTAS_WORK_AREA_MAX_ALLOC_SZ); \ 53 __rtas_work_area_alloc(size_); \
|
| /linux/drivers/soc/apple/ |
| H A D | sart.c | 91 size_t size_ = FIELD_GET(APPLE_SART0_CONFIG_SIZE, cfg); in sart0_get_entry() local 94 *size = size_ << APPLE_SART0_CONFIG_SIZE_SHIFT; in sart0_get_entry() 124 size_t size_ = FIELD_GET(APPLE_SART2_CONFIG_SIZE, cfg); in sart2_get_entry() local 127 *size = size_ << APPLE_SART2_CONFIG_SIZE_SHIFT; in sart2_get_entry() 156 size_t size_ = readl(sart->regs + APPLE_SART3_SIZE(index)); in sart3_get_entry() local 159 *size = size_ << APPLE_SART3_SIZE_SHIFT; in sart3_get_entry()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_mmu.c | 23 #define PVR_SHIFT_FROM_SIZE(size_) (__builtin_ctzll(size_)) argument 24 #define PVR_MASK_FROM_SIZE(size_) (~((size_) - U64_C(1))) argument
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 2342 .size_##ib_struct = \ 2350 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2354 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2360 #define DECLARE_RDMA_OBJ_SIZE(ib_struct) size_t size_##ib_struct
|
| /linux/drivers/infiniband/core/ |
| H A D | device.c | 2693 #define SET_OBJ_SIZE(ptr, name) SET_DEVICE_OP(ptr, size_##name) in ib_set_device_ops()
|
| /linux/lib/ |
| H A D | Kconfig.debug | 3007 Builds unit tests for the check_*_overflow(), size_*(), allocation, and
|