Home
last modified time | relevance | path

Searched refs:p64 (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c79 .w = p64->w, in put_v4l2_window32()
141 switch (p64->type) { in get_v4l2_format32()
232 copy_to_user(p32->reserved, p64->reserved, sizeof(p64->reserved))) in put_v4l2_create32()
357 memset(p64, 0, sizeof(*p64)); in get_v4l2_plane32()
600 copy_from_user(&p64->fmt, &p32->fmt, sizeof(p64->fmt))) in get_v4l2_framebuffer32()
602 p64->base = NULL; in get_v4l2_framebuffer32()
613 copy_to_user(&p32->fmt, &p64->fmt, sizeof(p64->fmt))) in put_v4l2_framebuffer32()
767 copy_to_user(&p32->u, &p64->u, sizeof(p64->u)) || in put_v4l2_event32()
798 copy_to_user(&p32->u, &p64->u, sizeof(p64->u)) || in put_v4l2_event32_time32()
1062 ++p64; in v4l2_compat_get_array_args()
[all …]
/linux-6.15/arch/arm/lib/
H A Dcrc32-core.S150 vmull.p64 q5, d3, dCONSTANTh
151 vmull.p64 q6, d5, dCONSTANTh
152 vmull.p64 q7, d7, dCONSTANTh
153 vmull.p64 q8, d9, dCONSTANTh
155 vmull.p64 q1, d2, dCONSTANTl
156 vmull.p64 q2, d4, dCONSTANTl
157 vmull.p64 q3, d6, dCONSTANTl
158 vmull.p64 q4, d8, dCONSTANTl
181 vmull.p64 q5, d3, dCONSTANTh
182 vmull.p64 q1, d2, dCONSTANTl
[all …]
H A Dcrc-t10dif-core.S192 vmull.p64 q11, \v64\()l, \v16\()_L
193 vmull.p64 \v64, \v64\()h, \v16\()_H
386 crct10dif p64
396 vmull.p64 q0, q7h, FOLD_CONST_H // high bits * x^48 * (x^80 mod G(x))
404 vmull.p64 q1, q1l, FOLD_CONST_L // high 32 bits * x^48 * (x^48 mod G(x))
411 vmull.p64 q1, q0h, FOLD_CONST_H // high 32 bits * floor(x^48 / G(x))
413 vmull.p64 q1, q1l, FOLD_CONST_L // *= G(x)
/linux-6.15/drivers/char/ipmi/
H A Dipmi_devintf.c664 p64->netfn = p32->netfn; in get_compat_ipmi_msg()
665 p64->cmd = p32->cmd; in get_compat_ipmi_msg()
666 p64->data_len = p32->data_len; in get_compat_ipmi_msg()
674 p64->addr_len = p32->addr_len; in get_compat_ipmi_req()
675 p64->msgid = p32->msgid; in get_compat_ipmi_req()
683 p64->retries = p32->retries; in get_compat_ipmi_req_settime()
693 p64->addr_len = p32->addr_len; in get_compat_ipmi_recv()
694 p64->msgid = p32->msgid; in get_compat_ipmi_recv()
704 v32.addr_len = p64->addr_len; in copyout_recv32()
705 v32.msgid = p64->msgid; in copyout_recv32()
[all …]
/linux-6.15/tools/testing/selftests/resctrl/
H A Dfill_buf.c108 uint64_t *p64; in alloc_buffer() local
117 p64 = buf; in alloc_buffer()
121 *p64 = (uint64_t)rand(); in alloc_buffer()
122 p64 += (CL_SIZE / sizeof(uint64_t)); in alloc_buffer()
/linux-6.15/arch/arm/crypto/
H A Dghash-ce-core.S97 vmull.p64 \rd, \rn, \rm
163 vmull.p64 T1, XL_L, MASK
170 vmull.p64 XL, T1_H, MASK
209 0: .ifc \pn, p64
245 vmull.p64 XH, HH4_H, XL_H // a1 * b1
247 vmull.p64 XL, HH4_L, XL_L // a0 * b0
259 vmull.p64 XH2, HH_H, T3_L // a1 * b1
261 vmull.p64 XL2, HH_L, T3_H // a0 * b0
344 ghash_update p64
539 ghash_update p64, enc, head=0
[all …]
H A DKconfig35 that uses the 64x64 to 128 bit polynomial multiplication (vmull.p64)
/linux-6.15/lib/
H A Dxxhash.c394 uint64_t *p64 = state->mem64; in xxh64_update() local
396 memcpy(((uint8_t *)p64) + state->memsize, input, in xxh64_update()
399 state->v1 = xxh64_round(state->v1, get_unaligned_le64(p64)); in xxh64_update()
400 p64++; in xxh64_update()
401 state->v2 = xxh64_round(state->v2, get_unaligned_le64(p64)); in xxh64_update()
402 p64++; in xxh64_update()
403 state->v3 = xxh64_round(state->v3, get_unaligned_le64(p64)); in xxh64_update()
404 p64++; in xxh64_update()
405 state->v4 = xxh64_round(state->v4, get_unaligned_le64(p64)); in xxh64_update()
/linux-6.15/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper.c790 uint64_t *p64; in __cvmx_helper_errata_fix_ipd_ptr_alignment() local
872 p64 = (uint64_t *) cvmx_phys_to_ptr(pkt_buffer.s.addr); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
873 p64[0] = 0xffffffffffff0000ull; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
874 p64[1] = 0x08004510ull; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
875 p64[2] = ((uint64_t) (size - 14) << 48) | 0x5ae740004000ull; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
876 p64[3] = 0x3a5fc0a81073c0a8ull; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
/linux-6.15/Documentation/sound/cards/
H A Demu10k1-jack.rst30 /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S
/linux-6.15/arch/arm64/lib/
H A Dcrc-t10dif-core.S400 crc_t10dif_pmull p64
/linux-6.15/arch/arm64/crypto/
H A Dghash-ce-core.S252 0: .ifc \pn, p64
355 __pmull_ghash p64