Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/s390/crypto/
Dzcrypt_msgtype6.c388 struct type86_fmt2_ext fmt2; member
586 struct type86_fmt2_ext fmt2; member
595 struct type86_fmt2_ext fmt2; member
718 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_xcrb()
720 xcRB->reply_control_blk_length = msg->fmt2.count1; in convert_type86_xcrb()
723 if (msg->fmt2.count2) in convert_type86_xcrb()
725 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb()
727 xcRB->reply_data_length = msg->fmt2.count2; in convert_type86_xcrb()
747 if (xcRB->resp_len < msg->fmt2.count1) in convert_type86_ep11_xcrb()
752 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_ep11_xcrb()
[all …]
Dzcrypt_error.h118 struct type86_fmt2_ext fmt2; in convert_error() member
120 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-v5.15/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-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tunnel_kern.c196 char fmt2[] = "\tindex %x\n"; in _erspan_get_tunnel() local
199 bpf_trace_printk(fmt2, sizeof(fmt2), index); in _erspan_get_tunnel()
201 char fmt2[] = "\tdirection %d hwid %x timestamp %u\n"; in _erspan_get_tunnel() local
203 bpf_trace_printk(fmt2, sizeof(fmt2), in _erspan_get_tunnel()
282 char fmt2[] = "\tindex %x\n"; in _ip4ip6erspan_get_tunnel() local
285 bpf_trace_printk(fmt2, sizeof(fmt2), index); in _ip4ip6erspan_get_tunnel()
287 char fmt2[] = "\tdirection %d hwid %x timestamp %u\n"; in _ip4ip6erspan_get_tunnel() local
289 bpf_trace_printk(fmt2, sizeof(fmt2), in _ip4ip6erspan_get_tunnel()
/Linux-v5.15/arch/m68k/include/asm/
Dtraps.h211 } fmt2; member
/Linux-v5.15/arch/s390/pci/
Dpci_debug.c116 &zdev->fmb->fmt2.consumed_work_units); in pci_perf_show()
/Linux-v5.15/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-v5.15/arch/s390/include/asm/
Dpci.h79 struct zpci_fmb_fmt2 fmt2; member
/Linux-v5.15/sound/usb/
Dmixer_scarlett_gen2.c3051 const char *fmt2 = "Line In %d-%d %s Capture %s"; in scarlett2_add_line_in_ctls() local
3097 snprintf(s, sizeof(s), fmt2, from, to, in scarlett2_add_line_in_ctls()