Home
last modified time | relevance | path

Searched refs:size_ (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Drtas-work-area.h49 #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 Dsart.c91 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 Dpvr_mmu.c23 #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 Dib_verbs.h2342 .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 Ddevice.c2693 #define SET_OBJ_SIZE(ptr, name) SET_DEVICE_OP(ptr, size_##name) in ib_set_device_ops()
/linux/lib/
H A DKconfig.debug3007 Builds unit tests for the check_*_overflow(), size_*(), allocation, and