Home
last modified time | relevance | path

Searched +full:0 +full:x42 (Results 1 – 25 of 1060) sorted by relevance

12345678910>>...43

/Linux-v6.1/kernel/bpf/preload/iterators/
Diterators.lskel.h29 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach()
31 if (fd > 0) in iterators_bpf__dump_bpf_map__attach()
40 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach()
42 if (fd > 0) in iterators_bpf__dump_bpf_prog__attach()
50 int ret = 0; in iterators_bpf__attach()
52 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_map__attach(skel); in iterators_bpf__attach()
53 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_prog__attach(skel); in iterators_bpf__attach()
54 return ret < 0 ? ret : 0; in iterators_bpf__attach()
86 \x20\x20\x20\x6d\x61\x78\x5f\x65\x6e\x74\x72\x69\x65\x73\x0a\0\x25\x34\x75\x20\ in iterators_bpf__open()
87 \x25\x2d\x31\x36\x73\x25\x36\x64\x0a\0\x20\x20\x69\x64\x20\x6e\x61\x6d\x65\x20\ in iterators_bpf__open()
[all …]
/Linux-v6.1/drivers/net/wan/
Dwanxlfw.inc_shipped2 0x60,0x00,0x00,0x16,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
3 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0xB9,0x40,0x00,0x00,0x00,0x00,0x00,
4 0x10,0x14,0x42,0x80,0x4A,0xB0,0x09,0xB0,0x00,0x00,0x10,0x04,0x67,0x00,0x00,0x0E,
5 0x06,0xB0,0x40,0x00,0x00,0x00,0x09,0xB0,0x00,0x00,0x10,0x04,0x58,0x80,0x0C,0x80,
6 0x00,0x00,0x00,0x10,0x66,0x00,0xFF,0xDE,0x21,0xFC,0x00,0x00,0x16,0xBC,0x00,0x6C,
7 0x21,0xFC,0x00,0x00,0x17,0x5E,0x01,0x00,0x21,0xFC,0x00,0x00,0x16,0xDE,0x01,0x78,
8 0x21,0xFC,0x00,0x00,0x16,0xFE,0x01,0x74,0x21,0xFC,0x00,0x00,0x17,0x1E,0x01,0x70,
9 0x21,0xFC,0x00,0x00,0x17,0x3E,0x01,0x6C,0x21,0xFC,0x00,0x00,0x18,0x4C,0x02,0x00,
10 0x23,0xFC,0x78,0x00,0x00,0x00,0xFF,0xFC,0x15,0x48,0x33,0xFC,0x04,0x80,0xFF,0xFC,
11 0x10,0x26,0x33,0xFC,0x01,0x10,0xFF,0xFC,0x10,0x2A,0x23,0xFC,0x00,0xD4,0x9F,0x40,
[all …]
/Linux-v6.1/crypto/
Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
208 "\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5A\x0F\x20\x35\x02\x8B\x9D"
262 "\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5A\x0F\x20\x35\x02\x8B\x9D"
274 "\xF9\x80\x3F\x8F\x6F\x8A\xE3\x42\xE9\x31\xFD\x8A\xE4\x7A\x22\x0D"
325 "\x98\x42\xF0\x02\x00\x25\x38\xC5\x85\x69\x8A\x7D\x2F\x95\x6C\x43"
339 "\x68\x27\xE2\x96\xB5\x72\xC9\xC3\xD4\x42\xAA\xAA\xCA\x95\x8F\xFF"
342 "\x42\x21\x5E\xA0\xA1\x2A\x58\x35\xBB\x10\xE7\xBA\x27\x0A\x3B\xB3"
362 "\x56\xF4\xF3\xF8\x27\x0A\x7B\x42\x0D\x92\x70\x47\xE7\x42\x51\xA9"
469 "\xB2\x75\x35\x01\xC3\xC3\xC4\x94\xE8\x84\x86\x64\x81\xF4\x42\xAA"
[all …]
Ddh.c27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx()
50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length()
52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length()
68 return 0; in dh_set_params()
80 if (crypto_dh_decode_key(buf, len, &params) < 0) in dh_set_secret()
83 if (dh_set_params(ctx, &params) < 0) in dh_set_secret()
90 return 0; in dh_set_secret()
120 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid()
132 val = mpi_alloc(0); in dh_is_pubkey_valid()
159 if (ret != 0) in dh_is_pubkey_valid()
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_varlen.c14 int test_pid = 0;
18 __u64 payload1_len1 = 0;
19 __u64 payload1_len2 = 0;
20 __u64 total1 = 0;
22 __u64 ret_bad_read = 0;
40 char payload_bad[5] = { 0x42, 0x42, 0x42, 0x42, 0x42 };
51 return 0; in handler64_unsigned()
53 len = bpf_probe_read_kernel_str(payload, MAX_LEN, &buf_in1[0]); in handler64_unsigned()
54 if (len >= 0) { in handler64_unsigned()
59 len = bpf_probe_read_kernel_str(payload, MAX_LEN, &buf_in2[0]); in handler64_unsigned()
[all …]
Dtest_xdp_do_redirect.c10 volatile int pkts_seen_xdp = 0;
11 volatile int pkts_seen_zero = 0;
12 volatile int pkts_seen_tc = 0;
34 if (*metadata != 0x42) in xdp_redirect()
37 if (*payload == 0) { in xdp_redirect()
38 *payload = 0x42; in xdp_redirect()
49 return bpf_redirect(ifindex_out, 0); in xdp_redirect()
62 if (iph->nexthdr != IPPROTO_UDP || *payload != 0x42) in check_pkt()
68 *payload = 0; in check_pkt()
97 return 0; in tc_count_pkts()
/Linux-v6.1/drivers/scsi/aic7xxx/
Daic79xx_seq.h_shipped9 0xff, 0x02, 0x06, 0x78,
10 0x00, 0xea, 0x6e, 0x59,
11 0x01, 0xea, 0x04, 0x30,
12 0xff, 0x04, 0x0c, 0x78,
13 0x19, 0xea, 0x6e, 0x59,
14 0x19, 0xea, 0x04, 0x00,
15 0x33, 0xea, 0x68, 0x59,
16 0x33, 0xea, 0x00, 0x00,
17 0x60, 0x3a, 0x3a, 0x68,
18 0x04, 0x4d, 0x35, 0x78,
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dvarlen.c14 int duration = 0, err; in test_varlen()
20 const char exp_str[] = "Hello, \0World!\0"; in test_varlen()
68 CHECK_VAL(data->payload_bad[0], 0x42); in test_varlen()
69 CHECK_VAL(data->payload_bad[1], 0x42); in test_varlen()
70 CHECK_VAL(data->payload_bad[2], 0); in test_varlen()
71 CHECK_VAL(data->payload_bad[3], 0x42); in test_varlen()
72 CHECK_VAL(data->payload_bad[4], 0x42); in test_varlen()
/Linux-v6.1/crypto/asymmetric_keys/
Dselftest.c49 "\xf1\xed\x4c\x42\x0b\x70\xca\x85\xf3\xde\xe5\x88\x2c\xc5\xbe\xb6"
52 "\xdb\x5c\xcf\xaa\x5c\x43\x42\xdf\x5e\xa9\x6d\xec\xd7\xd7\xff\xe6"
65 "\x9e\x3b\x36\x66\x42\x66\x76\x35\xbf\xbe\xf0\xc1\x3c\x7c\xe9\x42"
70 "\x31\xf3\x1c\xc7\x4b\xe6\x93\xcd\x42\xa2\xe4\x68\x10\x47\x9d\xfc"
110 "\x02\xfc\x9e\x5f\x56\x42\x39\x05\xb3"
150 "\x13\xd5\x7c\x42\xe8\xfb\x9c\x9a\x45\x32\xd5\xa5\x22\x62\x9d\xd4"
159 "\x14\x5a\x20\x24\xa8\x12\xdf\x25\xbd\x42\xce\x96\x7c\x2e\xba\x14"
198 if (ret < 0) in fips_signature_selftest()
201 for (i = 0; i < ARRAY_SIZE(certs_tests); i++) { in fips_signature_selftest()
212 if (ret < 0) in fips_signature_selftest()
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/bonnell/
Dcache.json4 "Counter": "0,1",
5 "EventCode": "0x40",
8 "UMask": "0xa3"
12 "Counter": "0,1",
13 "EventCode": "0x40",
16 "UMask": "0x83"
20 "Counter": "0,1",
21 "EventCode": "0x40",
24 "UMask": "0x10"
28 "Counter": "0,1",
[all …]
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddp.c37 *ver = nvbios_rd08(bios, data + 0x00); in nvbios_dp_table()
39 case 0x20: in nvbios_dp_table()
40 case 0x21: in nvbios_dp_table()
41 case 0x30: in nvbios_dp_table()
42 case 0x40: in nvbios_dp_table()
43 case 0x41: in nvbios_dp_table()
44 case 0x42: in nvbios_dp_table()
45 *hdr = nvbios_rd08(bios, data + 0x01); in nvbios_dp_table()
46 *len = nvbios_rd08(bios, data + 0x02); in nvbios_dp_table()
47 *cnt = nvbios_rd08(bios, data + 0x03); in nvbios_dp_table()
[all …]
/Linux-v6.1/drivers/iio/chemical/
Dpms7003.c25 #define PMS7003_MAGIC 0x424d
36 #define PMS7003_PM_MIN 0
55 * | 0x42 | 0x4d | cmd | 0x00 | arg | cksum msb | cksum lsb |
59 [CMD_WAKEUP] = { 0x42, 0x4d, 0xe4, 0x00, 0x01, 0x01, 0x74 },
60 [CMD_ENTER_PASSIVE_MODE] = { 0x42, 0x4d, 0xe1, 0x00, 0x00, 0x01, 0x70 },
61 [CMD_READ_PASSIVE] = { 0x42, 0x4d, 0xe2, 0x00, 0x00, 0x01, 0x71 },
62 [CMD_SLEEP] = { 0x42, 0x4d, 0xe4, 0x00, 0x00, 0x01, 0x73 },
90 return ret < 0 ? ret : -EIO; in pms7003_do_cmd()
97 return ret < 0 ? ret : 0; in pms7003_do_cmd()
188 PMS7003_CHAN(0, PM1, PMS7003_PM1_OFFSET),
[all …]
/Linux-v6.1/drivers/media/pci/solo6x10/
Dsolo6x10-jpeg.h16 0xff, 0xd8, 0xff, 0xfe, 0x00, 0x0d, 0x42, 0x6c,
17 0x75, 0x65, 0x63, 0x68, 0x65, 0x72, 0x72, 0x79,
18 0x20, 0xff, 0xdb, 0x00, 0x43, 0x00, 0x20, 0x16,
19 0x18, 0x1c, 0x18, 0x14, 0x20, 0x1c, 0x1a, 0x1c,
20 0x24, 0x22, 0x20, 0x26, 0x30, 0x50, 0x34, 0x30,
21 0x2c, 0x2c, 0x30, 0x62, 0x46, 0x4a, 0x3a, 0x50,
22 0x74, 0x66, 0x7a, 0x78, 0x72, 0x66, 0x70, 0x6e,
23 0x80, 0x90, 0xb8, 0x9c, 0x80, 0x88, 0xae, 0x8a,
24 0x6e, 0x70, 0xa0, 0xda, 0xa2, 0xae, 0xbe, 0xc4,
25 0xce, 0xd0, 0xce, 0x7c, 0x9a, 0xe2, 0xf2, 0xe0,
[all …]
/Linux-v6.1/arch/x86/include/asm/
Dmach_timer.h24 outb((inb(0x61) & ~0x02) | 0x01, 0x61); in mach_prepare_counter()
29 * Set the Gate high, program CTC channel 2 for mode 0, in mach_prepare_counter()
35 outb(0xb0, 0x43); /* binary, mode 0, LSB/MSB, Ch 2 */ in mach_prepare_counter()
36 outb_p(CALIBRATE_LATCH & 0xff, 0x42); /* LSB of count */ in mach_prepare_counter()
37 outb_p(CALIBRATE_LATCH >> 8, 0x42); /* MSB of count */ in mach_prepare_counter()
42 unsigned long count = 0; in mach_countup()
45 } while ((inb_p(0x61) & 0x20) == 0); in mach_countup()
/Linux-v6.1/lib/crypto/
Dblake2s-selftest.c28 * for (i = 0; i < len; i++) {
29 * if (i && (i % 12) == 0)
31 * printf("0x%02x, ", vec[i]);
43 * key[0] = key[1] = 1;
47 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i)
52 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i) {
62 * return 0;
66 { 0xa1, },
67 { 0x7c, 0x89, },
68 { 0x74, 0x0e, 0xd4, },
[all …]
Dchacha20poly1305-selftest.c31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74,
32 0x2d, 0x44, 0x72, 0x61, 0x66, 0x74, 0x73, 0x20,
33 0x61, 0x72, 0x65, 0x20, 0x64, 0x72, 0x61, 0x66,
34 0x74, 0x20, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65,
35 0x6e, 0x74, 0x73, 0x20, 0x76, 0x61, 0x6c, 0x69,
36 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x20,
37 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20,
38 0x6f, 0x66, 0x20, 0x73, 0x69, 0x78, 0x20, 0x6d,
39 0x6f, 0x6e, 0x74, 0x68, 0x73, 0x20, 0x61, 0x6e,
40 0x64, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65,
[all …]
/Linux-v6.1/arch/x86/realmode/rm/
Dwakemain.c16 enable = 0x00; /* Turn off speaker */ in beep()
20 outb(0xb6, 0x43); /* Ctr 2, squarewave, load, binary */ in beep()
22 outb(div, 0x42); /* LSB of counter */ in beep()
24 outb(div >> 8, 0x42); /* MSB of counter */ in beep()
27 enable = 0x03; /* Turn on speaker */ in beep()
29 inb(0x61); /* Dummy read of System Control Port B */ in beep()
31 outb(enable, 0x61); /* Enable timer 2 output to speaker */ in beep()
49 beep(0); in send_morse()
55 beep(0); in send_morse()
72 if (wakeup_header.real_magic != 0x12345678) in main()
[all …]
/Linux-v6.1/drivers/hwmon/
Dnzxt-kraken2.c3 * nzxt-kraken2.c - hwmon driver for NZXT Kraken X42/X52/X62/X72 coolers
5 * The device asynchronously sends HID reports (with id 0x04) twice a second to
18 #define STATUS_REPORT_ID 0x04
64 return 0; in kraken2_read()
80 return 0; in kraken2_read_string()
109 return 0; in kraken2_raw_event()
122 priv->temp_input[0] = data[1] * 1000 + data[2] * 100; in kraken2_raw_event()
124 priv->fan_input[0] = get_unaligned_be16(data + 3); in kraken2_raw_event()
129 return 0; in kraken2_raw_event()
182 return 0; in kraken2_probe()
[all …]
/Linux-v6.1/sound/drivers/pcsp/
Dpcsp_input.c24 outb_p(0xB6, 0x43); in pcspkr_do_sound()
26 outb_p(count & 0xff, 0x42); in pcspkr_do_sound()
27 outb((count >> 8) & 0xff, 0x42); in pcspkr_do_sound()
29 outb_p(inb_p(0x61) | 3, 0x61); in pcspkr_do_sound()
32 outb(inb_p(0x61) & 0xFC, 0x61); in pcspkr_do_sound()
40 pcspkr_do_sound(0); in pcspkr_stop_sound()
46 unsigned int count = 0; in pcspkr_input_event()
49 return 0; in pcspkr_input_event()
74 return 0; in pcspkr_input_event()
88 input_dev->id.vendor = 0x001f; in pcspkr_input_init()
[all …]
/Linux-v6.1/arch/mips/pci/
Dfixup-fuloong2e.c20 int irq = 0; in pcibios_map_irq()
44 return 0; in pcibios_plat_dev_init()
52 pci_read_config_dword(pdev, 0xe0, &val); in loongson2e_nec_fixup()
53 pci_write_config_dword(pdev, 0xe0, (val & ~7) | 0x4); in loongson2e_nec_fixup()
56 pci_write_config_dword(pdev, 0xe4, 1 << 5); in loongson2e_nec_fixup()
68 pci_write_config_byte(pdev, 0x40, 0x08); in loongson2e_686b_func0_fixup()
71 pci_write_config_byte(pdev, 0x41, 0x01); in loongson2e_686b_func0_fixup()
74 pci_write_config_byte(pdev, 0x45, 0x00); in loongson2e_686b_func0_fixup()
77 pci_write_config_byte(pdev, 0x46, 0xe0); in loongson2e_686b_func0_fixup()
80 /* pci_write_config_byte(pdev, 0x47, 0x20); */ in loongson2e_686b_func0_fixup()
[all …]
/Linux-v6.1/drivers/media/usb/gspca/
Djpeg.h20 0xff, 0xd8, /* jpeg */
23 0xff, 0xdb, 0x00, 0x84, /* DQT */
24 0,
26 0x10, 0x0b, 0x0c, 0x0e, 0x0c, 0x0a, 0x10, 0x0e,
27 0x0d, 0x0e, 0x12, 0x11, 0x10, 0x13, 0x18, 0x28,
28 0x1a, 0x18, 0x16, 0x16, 0x18, 0x31, 0x23, 0x25,
29 0x1d, 0x28, 0x3a, 0x33, 0x3d, 0x3c, 0x39, 0x33,
30 0x38, 0x37, 0x40, 0x48, 0x5c, 0x4e, 0x40, 0x44,
31 0x57, 0x45, 0x37, 0x38, 0x50, 0x6d, 0x51, 0x57,
32 0x5f, 0x62, 0x67, 0x68, 0x67, 0x3e, 0x4d, 0x71,
[all …]
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/
Dct.json12 0,
18 "expExitCode": "0",
20 "matchPattern": "action order [0-9]*: ct zone 0 pipe.*index 42 ref",
36 0,
42 "expExitCode": "0",
44 "matchPattern": "action order [0-9]*: ct zone 0 pipe.*index 42 ref.*cookie deadbeef",
60 0,
66 "expExitCode": "0",
68 "matchPattern": "action order [0-9]*: ct clear pipe.*index 42 ref",
75 "id": "0bc1",
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dst,stmfx.yaml22 enum: [ 0x42, 0x43 ]
49 description: if all STMFX pins[24:0] are available (no other STMFX function in use),
50 you should use gpio-ranges = <&stmfx_pinctrl 0 0 24>;
51 if agpio[3:0] are not available (STMFX Touchscreen function in use),
52 you should use gpio-ranges = <&stmfx_pinctrl 0 0 16>, <&stmfx_pinctrl 20 20 4>;
54 you should use gpio-ranges = <&stmfx_pinctrl 0 0 20>;
98 #size-cells = <0>;
101 reg = <0x42>;
112 gpio-ranges = <&stmfx_pinctrl 0 0 24>;
/Linux-v6.1/drivers/input/misc/
Dpcspkr.c26 unsigned int count = 0; in pcspkr_event()
50 outb_p(0xB6, 0x43); in pcspkr_event()
52 outb_p(count & 0xff, 0x42); in pcspkr_event()
53 outb((count >> 8) & 0xff, 0x42); in pcspkr_event()
55 outb_p(inb_p(0x61) | 3, 0x61); in pcspkr_event()
58 outb(inb_p(0x61) & 0xFC, 0x61); in pcspkr_event()
63 return 0; in pcspkr_event()
78 pcspkr_dev->id.vendor = 0x001f; in pcspkr_probe()
79 pcspkr_dev->id.product = 0x0001; in pcspkr_probe()
80 pcspkr_dev->id.version = 0x0100; in pcspkr_probe()
[all …]
/Linux-v6.1/include/uapi/linux/
Dswitchtec_ioctl.h22 #define SWITCHTEC_IOCTL_PART_CFG0 0
82 #define SWITCHTEC_IOCTL_EVENT_STACK_ERROR 0
119 #define SWITCHTEC_IOCTL_EVENT_FLAG_CLEAR (1 << 0)
128 #define SWITCHTEC_IOCTL_EVENT_FLAG_UNUSED (~0x1ff)
147 _IOR('W', 0x40, struct switchtec_ioctl_flash_info)
149 _IOWR('W', 0x41, struct switchtec_ioctl_flash_part_info)
151 _IOR('W', 0x42, struct switchtec_ioctl_event_summary)
153 _IOR('W', 0x42, struct switchtec_ioctl_event_summary_legacy)
155 _IOWR('W', 0x43, struct switchtec_ioctl_event_ctl)
157 _IOWR('W', 0x44, struct switchtec_ioctl_pff_port)
[all …]

12345678910>>...43