Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c56 static int get_v4l2_window32(struct v4l2_window *p64, in get_v4l2_window32() argument
64 *p64 = (struct v4l2_window) { in get_v4l2_window32()
74 if (p64->clipcount > 2048) in get_v4l2_window32()
76 if (!p64->clipcount) in get_v4l2_window32()
77 p64->clips = NULL; in get_v4l2_window32()
82 static int put_v4l2_window32(struct v4l2_window *p64, in put_v4l2_window32() argument
89 .w = p64->w, in put_v4l2_window32()
90 .field = p64->field, in put_v4l2_window32()
91 .chromakey = p64->chromakey, in put_v4l2_window32()
92 .clips = (uintptr_t)p64->clips, in put_v4l2_window32()
[all …]
/linux-6.1.9/arch/arm/crypto/
Dcrc32-ce-core.S149 vmull.p64 q5, d3, dCONSTANTh
150 vmull.p64 q6, d5, dCONSTANTh
151 vmull.p64 q7, d7, dCONSTANTh
152 vmull.p64 q8, d9, dCONSTANTh
154 vmull.p64 q1, d2, dCONSTANTl
155 vmull.p64 q2, d4, dCONSTANTl
156 vmull.p64 q3, d6, dCONSTANTl
157 vmull.p64 q4, d8, dCONSTANTl
180 vmull.p64 q5, d3, dCONSTANTh
181 vmull.p64 q1, d2, dCONSTANTl
[all …]
Dcrct10dif-ce-core.S120 vmull.p64 q8, \reg1\()h, FOLD_CONST_H
121 vmull.p64 \reg1, \reg1\()l, FOLD_CONST_L
122 vmull.p64 q9, \reg2\()h, FOLD_CONST_H
123 vmull.p64 \reg2, \reg2\()l, FOLD_CONST_L
138 vmull.p64 q8, \src_reg\()l, FOLD_CONST_L
139 vmull.p64 \src_reg, \src_reg\()h, FOLD_CONST_H
234 vmull.p64 q8, q7l, FOLD_CONST_L
235 vmull.p64 q7, q7h, FOLD_CONST_H
285 vmull.p64 q0, q3l, FOLD_CONST_L
286 vmull.p64 q7, q3h, FOLD_CONST_H
[all …]
Dghash-ce-core.S96 vmull.p64 \rd, \rn, \rm
162 vmull.p64 T1, XL_L, MASK
169 vmull.p64 XL, T1_H, MASK
206 0: .ifc \pn, p64
224 vmull.p64 XH, HH4_H, XL_H // a1 * b1
226 vmull.p64 XL, HH4_L, XL_L // a0 * b0
227 vmull.p64 XM, HH34_H, XL2_H // (a1 + a0)(b1 + b0)
229 vmull.p64 XH2, HH3_H, XM2_L // a1 * b1
231 vmull.p64 XL2, HH3_L, XM2_H // a0 * b0
232 vmull.p64 XM2, HH34_L, XM2_L // (a1 + a0)(b1 + b0)
[all …]
DKconfig31 that uses the 64x64 to 128 bit polynomial multiplication (vmull.p64)
/linux-6.1.9/drivers/char/ipmi/
Dipmi_devintf.c664 static void get_compat_ipmi_msg(struct ipmi_msg *p64, in get_compat_ipmi_msg() argument
667 p64->netfn = p32->netfn; in get_compat_ipmi_msg()
668 p64->cmd = p32->cmd; in get_compat_ipmi_msg()
669 p64->data_len = p32->data_len; in get_compat_ipmi_msg()
670 p64->data = compat_ptr(p32->data); in get_compat_ipmi_msg()
673 static void get_compat_ipmi_req(struct ipmi_req *p64, in get_compat_ipmi_req() argument
676 p64->addr = compat_ptr(p32->addr); in get_compat_ipmi_req()
677 p64->addr_len = p32->addr_len; in get_compat_ipmi_req()
678 p64->msgid = p32->msgid; in get_compat_ipmi_req()
679 get_compat_ipmi_msg(&p64->msg, &p32->msg); in get_compat_ipmi_req()
[all …]
/linux-6.1.9/tools/testing/selftests/resctrl/
Dfill_buf.c67 uint64_t *p64; in malloc_and_init_memory() local
72 p64 = (uint64_t *)p; in malloc_and_init_memory()
76 *p64 = (uint64_t)rand(); in malloc_and_init_memory()
77 p64 += (CL_SIZE / sizeof(uint64_t)); in malloc_and_init_memory()
/linux-6.1.9/lib/
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.1.9/arch/mips/cavium-octeon/executive/
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.1.9/crypto/
Dvmac.c79 static const u64 p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */ variable
394 rl += (0 - (rl > p64-1)) & 257; in l3hash()
474 } while (tctx->l3key[i] >= p64 || tctx->l3key[i+1] >= p64); in vmac_setkey()
/linux-6.1.9/Documentation/sound/cards/
Demu10k1-jack.rst30 /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S
/linux-6.1.9/arch/arm64/crypto/
Dghash-ce-core.S252 0: .ifc \pn, p64
355 __pmull_ghash p64
Dcrct10dif-ce-core.S481 crc_t10dif_pmull p64