/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 152 static int get_v4l2_window32(struct v4l2_window __user *p64, in get_v4l2_window32() argument 162 copy_in_user(&p64->w, &p32->w, sizeof(p32->w)) || in get_v4l2_window32() 163 assign_in_user(&p64->field, &p32->field) || in get_v4l2_window32() 164 assign_in_user(&p64->chromakey, &p32->chromakey) || in get_v4l2_window32() 165 assign_in_user(&p64->global_alpha, &p32->global_alpha) || in get_v4l2_window32() 167 put_user(clipcount, &p64->clipcount)) in get_v4l2_window32() 172 return put_user(NULL, &p64->clips); in get_v4l2_window32() 180 if (put_user(kclips, &p64->clips)) in get_v4l2_window32() 194 static int put_v4l2_window32(struct v4l2_window __user *p64, in put_v4l2_window32() argument 202 if (copy_in_user(&p32->w, &p64->w, sizeof(p64->w)) || in put_v4l2_window32() [all …]
|
/Linux-v4.19/arch/arm/crypto/ |
D | crc32-ce-core.S | 149 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 …]
|
D | crct10dif-ce-core.S | 172 vmull.p64 q8, \reg1\()h, d21 173 vmull.p64 \reg1, \reg1\()l, d20 174 vmull.p64 q9, \reg2\()h, d21 175 vmull.p64 \reg2, \reg2\()l, d20 209 vmull.p64 q8, \reg\()l, d20 210 vmull.p64 \reg, \reg\()h, d21 237 vmull.p64 q8, d14, d20 238 vmull.p64 q7, d15, d21 293 vmull.p64 q8, d18, d20 294 vmull.p64 q7, d19, d21 [all …]
|
D | ghash-ce-core.S | 70 vmull.p64 \rd, \rn, \rm 136 vmull.p64 T1, XL_L, MASK 143 vmull.p64 XL, T1_H, MASK 221 ghash_update p64
|
D | Kconfig | 104 that uses the 64x64 to 128 bit polynomial multiplication (vmull.p64)
|
/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_devintf.c | 666 static void get_compat_ipmi_msg(struct ipmi_msg *p64, in get_compat_ipmi_msg() argument 669 p64->netfn = p32->netfn; in get_compat_ipmi_msg() 670 p64->cmd = p32->cmd; in get_compat_ipmi_msg() 671 p64->data_len = p32->data_len; in get_compat_ipmi_msg() 672 p64->data = compat_ptr(p32->data); in get_compat_ipmi_msg() 675 static void get_compat_ipmi_req(struct ipmi_req *p64, in get_compat_ipmi_req() argument 678 p64->addr = compat_ptr(p32->addr); in get_compat_ipmi_req() 679 p64->addr_len = p32->addr_len; in get_compat_ipmi_req() 680 p64->msgid = p32->msgid; in get_compat_ipmi_req() 681 get_compat_ipmi_msg(&p64->msg, &p32->msg); in get_compat_ipmi_req() [all …]
|
/Linux-v4.19/lib/ |
D | xxhash.c | 394 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-v4.19/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper.c | 831 uint64_t *p64; in __cvmx_helper_errata_fix_ipd_ptr_alignment() local 913 p64 = (uint64_t *) cvmx_phys_to_ptr(pkt_buffer.s.addr); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 914 p64[0] = 0xffffffffffff0000ull; in __cvmx_helper_errata_fix_ipd_ptr_alignment() 915 p64[1] = 0x08004510ull; in __cvmx_helper_errata_fix_ipd_ptr_alignment() 916 p64[2] = ((uint64_t) (size - 14) << 48) | 0x5ae740004000ull; in __cvmx_helper_errata_fix_ipd_ptr_alignment() 917 p64[3] = 0x3a5fc0a81073c0a8ull; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
|
/Linux-v4.19/crypto/ |
D | vmac.c | 78 static const u64 p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */ variable 393 rl += (0 - (rl > p64-1)) & 257; in l3hash() 475 } while (tctx->l3key[i] >= p64 || tctx->l3key[i+1] >= p64); in vmac_setkey()
|
/Linux-v4.19/Documentation/sound/cards/ |
D | emu10k1-jack.rst | 30 /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S
|
/Linux-v4.19/arch/arm64/crypto/ |
D | ghash-ce-core.S | 254 0: .ifc \pn, p64 357 __pmull_ghash p64
|