Home
last modified time | relevance | path

Searched refs:fmt2 (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_msgtype6.c331 struct type86_fmt2_ext fmt2; member
557 struct type86_fmt2_ext fmt2; member
566 struct type86_fmt2_ext fmt2; member
688 if (xcrb->reply_control_blk_length < msg->fmt2.count1) { in convert_type86_xcrb()
691 msg->fmt2.count1); in convert_type86_xcrb()
695 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_xcrb()
697 xcrb->reply_control_blk_length = msg->fmt2.count1; in convert_type86_xcrb()
700 if (msg->fmt2.count2) { in convert_type86_xcrb()
701 if (xcrb->reply_data_length < msg->fmt2.count2) { in convert_type86_xcrb()
704 msg->fmt2.count2); in convert_type86_xcrb()
[all …]
Dzcrypt_error.h117 struct type86_fmt2_ext fmt2; in convert_error() member
119 unsigned int apfs = *((u32 *)head->fmt2.apfs); in convert_error()
Dzcrypt_cex2c.c188 struct type86_fmt2_ext fmt2; in zcrypt_cex2c_rng_supported() member
/linux-5.19.10/samples/bpf/
Dsock_flags_kern.c12 char fmt2[] = "socket: uid %u gid %u\n"; in bpf_prog1() local
18 bpf_trace_printk(fmt2, sizeof(fmt2), uid, gid); in bpf_prog1()
/linux-5.19.10/arch/m68k/include/asm/
Dtraps.h211 } fmt2; member
/linux-5.19.10/arch/s390/pci/
Dpci_debug.c116 &zdev->fmb->fmt2.consumed_work_units); in pci_perf_show()
/linux-5.19.10/arch/m68k/kernel/
Dtraps.c861 pr_cont("instr addr=%08lx\n", fp->un.fmt2.iaddr); in show_registers()
862 addr += sizeof(fp->un.fmt2); in show_registers()
1107 addr = (void __user *) fp->un.fmt2.iaddr; in trap_c()
Dsignal.c69 [2] = sizeof_field(struct frame, un.fmt2),
/linux-5.19.10/arch/s390/include/asm/
Dpci.h79 struct zpci_fmb_fmt2 fmt2; member
/linux-5.19.10/sound/usb/
Dmixer_scarlett_gen2.c3088 const char *fmt2 = "Line In %d-%d %s Capture %s"; in scarlett2_add_line_in_ctls() local
3134 snprintf(s, sizeof(s), fmt2, from, to, in scarlett2_add_line_in_ctls()