/linux-6.12.1/tools/testing/selftests/x86/ |
D | amx.c | 42 static inline void xsave(struct xsave_buffer *xbuf, uint64_t rfbm) in xsave() argument 48 : : "D" (xbuf), "a" (rfbm_lo), "d" (rfbm_hi) in xsave() 52 static inline void xrstor(struct xsave_buffer *xbuf, uint64_t rfbm) in xrstor() argument 58 : : "D" (xbuf), "a" (rfbm_lo), "d" (rfbm_hi)); in xrstor() 143 struct xsave_buffer *xbuf; in alloc_xbuf() local 146 xbuf = aligned_alloc(64, xbuf_size); in alloc_xbuf() 147 if (!xbuf) in alloc_xbuf() 149 return xbuf; in alloc_xbuf() 163 static void set_rand_tiledata(struct xsave_buffer *xbuf) in set_rand_tiledata() argument 165 int *ptr = (int *)&xbuf->bytes[xtiledata.xbuf_offset]; in set_rand_tiledata() [all …]
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | auxgm200.c | 84 u32 xbuf[4] = {}; in gm200_i2c_aux_xfer() local 103 memcpy(xbuf, data, *size); in gm200_i2c_aux_xfer() 105 AUX_TRACE(&aux->base, "wr %08x", xbuf[i / 4]); in gm200_i2c_aux_xfer() 106 nvkm_wr32(device, 0x00d930 + base + i, xbuf[i / 4]); in gm200_i2c_aux_xfer() 154 xbuf[i / 4] = nvkm_rd32(device, 0x00d940 + base + i); in gm200_i2c_aux_xfer() 155 AUX_TRACE(&aux->base, "rd %08x", xbuf[i / 4]); in gm200_i2c_aux_xfer() 157 memcpy(data, xbuf, *size); in gm200_i2c_aux_xfer()
|
D | auxg94.c | 84 u32 xbuf[4] = {}; in g94_i2c_aux_xfer() local 103 memcpy(xbuf, data, *size); in g94_i2c_aux_xfer() 105 AUX_TRACE(&aux->base, "wr %08x", xbuf[i / 4]); in g94_i2c_aux_xfer() 106 nvkm_wr32(device, 0x00e4c0 + base + i, xbuf[i / 4]); in g94_i2c_aux_xfer() 154 xbuf[i / 4] = nvkm_rd32(device, 0x00e4d0 + base + i); in g94_i2c_aux_xfer() 155 AUX_TRACE(&aux->base, "rd %08x", xbuf[i / 4]); in g94_i2c_aux_xfer() 157 memcpy(data, xbuf, *size); in g94_i2c_aux_xfer()
|
/linux-6.12.1/security/keys/ |
D | proc.c | 160 char xbuf[16]; in proc_keys_show() local 202 memcpy(xbuf, "perm", 5); in proc_keys_show() 204 memcpy(xbuf, "expd", 5); in proc_keys_show() 209 sprintf(xbuf, "%llus", timo); in proc_keys_show() 211 sprintf(xbuf, "%llum", div_u64(timo, 60)); in proc_keys_show() 213 sprintf(xbuf, "%lluh", div_u64(timo, 60 * 60)); in proc_keys_show() 215 sprintf(xbuf, "%llud", div_u64(timo, 60 * 60 * 24)); in proc_keys_show() 217 sprintf(xbuf, "%lluw", div_u64(timo, 60 * 60 * 24 * 7)); in proc_keys_show() 236 xbuf, in proc_keys_show()
|
/linux-6.12.1/drivers/misc/genwqe/ |
D | card_dev.c | 511 u8 *xbuf; in do_flash_update() local 540 xbuf = __genwqe_alloc_consistent(cd, FLASH_BLOCK, &dma_addr); in do_flash_update() 541 if (xbuf == NULL) in do_flash_update() 554 rc = copy_from_user(xbuf, buf, tocopy); in do_flash_update() 559 crc = genwqe_crc32(xbuf, tocopy, 0xffffffff); in do_flash_update() 635 __genwqe_free_consistent(cd, FLASH_BLOCK, xbuf, dma_addr); in do_flash_update() 647 u8 *xbuf; in do_flash_read() local 676 xbuf = __genwqe_alloc_consistent(cd, FLASH_BLOCK, &dma_addr); in do_flash_read() 677 if (xbuf == NULL) in do_flash_read() 739 rc = copy_to_user(buf, xbuf, tocopy); in do_flash_read() [all …]
|
/linux-6.12.1/sound/core/seq/ |
D | seq_midi_event.c | 313 unsigned char xbuf[4]; in snd_midi_event_decode() local 320 xbuf[0] = cmd; in snd_midi_event_decode() 322 status_event[type].decode(ev, xbuf + 1); in snd_midi_event_decode() 327 status_event[type].decode(ev, xbuf + 0); in snd_midi_event_decode() 332 memcpy(buf, xbuf, qlen); in snd_midi_event_decode()
|
D | seq_ump_convert.c | 1221 u8 buf[8], *xbuf; in cvt_sysex_to_ump() local 1237 xbuf = buf; in cvt_sysex_to_ump() 1240 if (*xbuf == UMP_MIDI1_MSG_SYSEX_START) { in cvt_sysex_to_ump() 1244 xbuf++; in cvt_sysex_to_ump() 1251 xbuf[len - 1] == UMP_MIDI1_MSG_SYSEX_END) { in cvt_sysex_to_ump() 1261 fill_sysex7_ump(dest_port, ev_cvt.ump, status, xbuf, len); in cvt_sysex_to_ump()
|
/linux-6.12.1/crypto/ |
D | tcrypt.c | 105 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() 126 sg_set_buf(&sg[k + 1], xbuf[k], PAGE_SIZE); in sg_init_aead() 129 sg_set_buf(&sg[k + 1], xbuf[k], rem); in sg_init_aead() 144 char *xbuf[XBUFSIZE]; member 292 if (testmgr_alloc_buf(data[i].xbuf)) { in test_mb_aead_speed() 294 testmgr_free_buf(data[i].xbuf); in test_mb_aead_speed() 381 sg_init_aead(cur->sg, cur->xbuf, in test_mb_aead_speed() 444 testmgr_free_buf(data[i].xbuf); in test_mb_aead_speed() 533 char *xbuf[XBUFSIZE]; in test_aead_speed() local 554 if (testmgr_alloc_buf(xbuf)) in test_aead_speed() [all …]
|
D | testmgr.c | 2758 char *xbuf[XBUFSIZE]; in test_cipher() local 2761 if (testmgr_alloc_buf(xbuf)) in test_cipher() 2783 data = xbuf[0]; in test_cipher() 2830 testmgr_free_buf(xbuf); in test_cipher() 4119 char *xbuf[XBUFSIZE]; in test_akcipher_one() local 4132 if (testmgr_alloc_buf(xbuf)) in test_akcipher_one() 4188 memcpy(xbuf[0], m, m_size); in test_akcipher_one() 4191 sg_set_buf(&src_tab[0], xbuf[0], 8); in test_akcipher_one() 4192 sg_set_buf(&src_tab[1], xbuf[0] + 8, m_size - 8); in test_akcipher_one() 4196 memcpy(xbuf[1], c, c_size); in test_akcipher_one() [all …]
|
/linux-6.12.1/arch/x86/kernel/fpu/ |
D | signal.c | 227 struct xregs_state __user *xbuf = buf_fx; in copy_fpstate_to_sigframe() local 233 if (__clear_user(&xbuf->header, sizeof(xbuf->header))) in copy_fpstate_to_sigframe()
|
/linux-6.12.1/drivers/usb/gadget/function/ |
D | rndis.c | 682 u8 *xbuf; in rndis_reset_response() local 686 while ((xbuf = rndis_get_next_response(params, &length))) in rndis_reset_response() 687 rndis_free_response(params, xbuf); in rndis_reset_response()
|
/linux-6.12.1/drivers/crypto/aspeed/ |
D | aspeed-acry.c | 248 const void *xbuf, size_t nbytes, in aspeed_acry_rsa_ctx_copy() argument 251 const u8 *src = xbuf; in aspeed_acry_rsa_ctx_copy()
|
/linux-6.12.1/drivers/net/hyperv/ |
D | netvsc_drv.c | 796 void *xbuf = xdp->data_hard_start; in netvsc_alloc_recv_skb() local 799 if (xbuf) { in netvsc_alloc_recv_skb() 804 skb = build_skb(xbuf, frag_size); in netvsc_alloc_recv_skb() 807 __free_page(virt_to_page(xbuf)); in netvsc_alloc_recv_skb()
|