Home
last modified time | relevance | path

Searched refs:uq (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/lib/
H A Ddisplay_options.c139 uint64_t uq[MAX_LINE_LENGTH_BYTES/sizeof(uint64_t) + 1]; in print_buffer() member
171 x = lb.uq[i] = *(volatile uint64_t *)data; in print_buffer()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_ioc32.c136 struct drm_unique uq; in compat_drm_getunique() local
142 memset(&uq, 0, sizeof(uq)); in compat_drm_getunique()
144 uq = (struct drm_unique){ in compat_drm_getunique()
149 err = drm_ioctl_kernel(file, drm_getunique, &uq, 0); in compat_drm_getunique()
153 uq32.unique_len = uq.unique_len; in compat_drm_getunique()
/openbmc/linux/fs/xfs/
H A Dxfs_qm.c1675 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc() local
1716 XFS_DQTYPE_USER, true, &uq); in xfs_qm_vop_dqalloc()
1724 xfs_dqunlock(uq); in xfs_qm_vop_dqalloc()
1733 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()
1776 *O_udqpp = uq; in xfs_qm_vop_dqalloc()
1778 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc()
1791 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c483 VFP_CONV_FIX_A64(uq, d, 64, float64, 64, uint64)
489 VFP_CONV_FIX_A64(uq, s, 32, float32, 64, uint64)
495 VFP_CONV_FIX_A64(uq, h, 16, dh_ctype_f16, 64, uint64)
H A Dhelper.h34 PAS_OP(uq)
H A Dhelper.c11784 #define PFX uq
/openbmc/linux/fs/befs/
H A DChangeLog32 * Andrew Farnham <andrewfarnham@uq.net.au> pointed out that the module
/openbmc/linux/Documentation/crypto/
H A Ddescore-readme.rst118 (code from eay@psych.psy.uq.oz.au via comp.sources.misc)