/openbmc/qemu/include/hw/arm/ |
H A D | smmu-common.h | 35 #define VMSA_BIT_LVL(isz, strd, lvl) ((isz) - (strd) * \ argument 37 #define VMSA_IDXMSK(isz, strd, lvl) ((1ULL << \ argument 38 VMSA_BIT_LVL(isz, strd, lvl)) - 1)
|
/openbmc/linux/include/linux/ |
H A D | string_helpers.h | 73 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, 76 static inline int string_escape_mem_any_np(const char *src, size_t isz, in string_escape_mem_any_np() argument 79 return string_escape_mem(src, isz, dst, osz, ESCAPE_ANY_NP, only); in string_escape_mem_any_np()
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 437 #define VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ argument 438 ftype HELPER(vfp_##name##to##p)(uint##isz##_t x, uint32_t shift, \ 442 #define VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ argument 443 ftype HELPER(vfp_##name##to##p##_round_to_nearest)(uint##isz##_t x, \ 456 #define VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, ROUND, suff) \ argument 457 uint##isz##_t HELPER(vfp_to##name##p##suff)(ftype x, uint32_t shift, \ 467 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ argument 468 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ 469 VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ 470 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \ [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | txrx.h | 505 size_t isz = struct_size(rq->mpwqe.info, alloc_units.frag_pages, rq->mpwqe.pages_per_wqe); in mlx5e_get_mpw_info() local 507 return (struct mlx5e_mpw_info *)((char *)rq->mpwqe.info + array_size(i, isz)); in mlx5e_get_mpw_info()
|
/openbmc/linux/lib/ |
H A D | string_helpers.c | 564 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, in string_escape_mem() argument 572 while (isz--) { in string_escape_mem()
|
/openbmc/linux/fs/nilfs2/ |
H A D | segment.c | 987 unsigned int isz, srsz; in nilfs_segctor_fill_in_super_root() local 993 isz = nilfs->ns_inode_size; in nilfs_segctor_fill_in_super_root() 994 srsz = NILFS_SR_BYTES(isz); in nilfs_segctor_fill_in_super_root() 1004 NILFS_SR_DAT_OFFSET(isz), 1); in nilfs_segctor_fill_in_super_root() 1006 NILFS_SR_CPFILE_OFFSET(isz), 1); in nilfs_segctor_fill_in_super_root() 1008 NILFS_SR_SUFILE_OFFSET(isz), 1); in nilfs_segctor_fill_in_super_root()
|