Home
last modified time | relevance | path

Searched +full:0 +full:x1234 (Results 1 – 25 of 120) sorted by relevance

12345

/linux-6.15/tools/testing/selftests/livepatch/
Dtest-shadow-vars.sh5 . $(dirname $0)/functions.sh
20 $MOD_TEST: klp_shadow_get(obj=PTR1, id=0x1234) = PTR0
23 $MOD_TEST: klp_shadow_get_or_alloc(obj=PTR1, id=0x1234, size=8, gfp_flags=GFP_KERNEL), ctor=PTR4, c…
25 $MOD_TEST: klp_shadow_alloc(obj=PTR1, id=0x1235, size=8, gfp_flags=GFP_KERNEL), ctor=PTR4, ctor_dat…
27 $MOD_TEST: klp_shadow_alloc(obj=PTR9, id=0x1234, size=8, gfp_flags=GFP_KERNEL), ctor=PTR4, ctor_dat…
29 $MOD_TEST: klp_shadow_alloc(obj=PTR9, id=0x1235, size=8, gfp_flags=GFP_KERNEL), ctor=PTR4, ctor_dat…
31 $MOD_TEST: klp_shadow_get_or_alloc(obj=PTR14, id=0x1234, size=8, gfp_flags=GFP_KERNEL), ctor=PTR4, …
33 $MOD_TEST: klp_shadow_alloc(obj=PTR14, id=0x1235, size=8, gfp_flags=GFP_KERNEL), ctor=PTR4, ctor_da…
34 $MOD_TEST: klp_shadow_get(obj=PTR1, id=0x1234) = PTR3
36 $MOD_TEST: klp_shadow_get(obj=PTR1, id=0x1235) = PTR6
[all …]
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
Dtest_csum_diff.c22 0xdeadbeefdeadbeef,
26 .from_buff_len = 0,
27 .seed = 0,
28 .result = 0x3b3b
32 0xdeadbeefdeadbeef,
33 0xbeefdeadbeefdead,
37 .from_buff_len = 0,
38 .seed = 0x1234,
39 .result = 0x88aa
43 0xdeadbeefdeadbeef,
[all …]
Dcore_read_macros.c25 int duration = 0, err; in test_core_read_macros()
38 bss->k_probe_in.func = (void *)(long)0x1234; in test_core_read_macros()
39 bss->k_core_in.func = (void *)(long)0xabcd; in test_core_read_macros()
42 u_probe_in.func = (void *)(long)0x5678; in test_core_read_macros()
46 u_core_in.func = (void *)(long)0xdbca; in test_core_read_macros()
56 ASSERT_EQ(bss->k_probe_out, 0x1234, "k_probe_out"); in test_core_read_macros()
57 ASSERT_EQ(bss->k_core_out, 0xabcd, "k_core_out"); in test_core_read_macros()
59 ASSERT_EQ(bss->u_probe_out, 0x5678, "u_probe_out"); in test_core_read_macros()
60 ASSERT_EQ(bss->u_core_out, 0xdbca, "u_core_out"); in test_core_read_macros()
Dmap_init.c7 #define TEST_VALUE 0x1234
8 #define FILL_VALUE 0xdeadbeef
26 for (i = 0; i < nr_cpus; i++) in map_populate()
35 return 0; in map_populate()
61 if (CHECK(*map_fd < 0, "bpf_map__fd", "failed\n")) in setup()
97 return 0; in prog_run_insert_elem()
102 int i, nzCnt = 0; in check_values_one_cpu()
105 for (i = 0; i < nr_cpus; i++) { in check_values_one_cpu()
109 "unexpected for cpu %d: 0x%llx\n", i, val)) in check_values_one_cpu()
119 return 0; in check_values_one_cpu()
[all …]
Dendian.c9 #define IN16 0x1234
10 #define IN32 0x12345678U
11 #define IN64 0x123456789abcdef0ULL
13 #define OUT16 0x3412
14 #define OUT32 0x78563412U
15 #define OUT64 0xf0debc9a78563412ULL
38 CHECK(bss->out16 != OUT16, "out16", "got 0x%llx != exp 0x%llx\n", in test_endian()
40 CHECK(bss->out32 != OUT32, "out32", "got 0x%llx != exp 0x%llx\n", in test_endian()
42 CHECK(bss->out64 != OUT64, "out16", "got 0x%llx != exp 0x%llx\n", in test_endian()
45 CHECK(bss->const16 != OUT16, "const16", "got 0x%llx != exp 0x%llx\n", in test_endian()
[all …]
Darena_atomics.c69 ASSERT_EQ(skel->arena->and64_value, 0x010ull << 32, "and64_value"); in test_and()
70 ASSERT_EQ(skel->arena->and32_value, 0x010, "and32_value"); in test_and()
86 ASSERT_EQ(skel->arena->or64_value, 0x111ull << 32, "or64_value"); in test_or()
87 ASSERT_EQ(skel->arena->or32_value, 0x111, "or32_value"); in test_or()
103 ASSERT_EQ(skel->arena->xor64_value, 0x101ull << 32, "xor64_value"); in test_xor()
104 ASSERT_EQ(skel->arena->xor32_value, 0x101, "xor32_value"); in test_xor()
162 ASSERT_EQ(skel->arena->uaf_recovery_fails, 0, "uaf_recovery_fails"); in test_uaf()
185 ASSERT_EQ(skel->arena->load_acquire8_result, 0x12, in test_load_acquire()
187 ASSERT_EQ(skel->arena->load_acquire16_result, 0x1234, in test_load_acquire()
189 ASSERT_EQ(skel->arena->load_acquire32_result, 0x12345678, in test_load_acquire()
[all …]
Draw_tp_test_run.c11 __u64 args[2] = {0x1234ULL, 0x5678ULL}; in test_raw_tp_test_run()
12 int expected_retval = 0x1234 + 0x5678; in test_raw_tp_test_run()
36 if (!ASSERT_GE(comm_fd, 0, "open /proc/self/comm")) in test_raw_tp_test_run()
40 ASSERT_GE(err, 0, "task rename"); in test_raw_tp_test_run()
42 ASSERT_NEQ(skel->bss->count, 0, "check_count"); in test_raw_tp_test_run()
43 ASSERT_EQ(skel->data->on_cpu, 0xffffffff, "check_on_cpu"); in test_raw_tp_test_run()
50 ASSERT_NEQ(err, 0, "test_run should fail for too small ctx"); in test_raw_tp_test_run()
57 for (i = 0; i < nr_online; i++) { in test_raw_tp_test_run()
62 opts.retval = 0; in test_raw_tp_test_run()
70 opts.cpu = 0xffffffff; in test_raw_tp_test_run()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath10k/
Dhw.h24 #define QCA988X_2_0_DEVICE_ID_UBNT (0x11ac)
25 #define QCA988X_2_0_DEVICE_ID (0x003c)
26 #define QCA6164_2_1_DEVICE_ID (0x0041)
27 #define QCA6174_2_1_DEVICE_ID (0x003e)
28 #define QCA6174_3_2_DEVICE_ID (0x0042)
29 #define QCA99X0_2_0_DEVICE_ID (0x0040)
30 #define QCA9888_2_0_DEVICE_ID (0x0056)
31 #define QCA9984_1_0_DEVICE_ID (0x0046)
32 #define QCA9377_1_0_DEVICE_ID (0x0042)
33 #define QCA9887_1_0_DEVICE_ID (0x0050)
[all …]
/linux-6.15/arch/mips/kernel/
Dr4k-bugs64.c34 ".balign %0\n\t" in align_mod()
73 : "0" (5), "1" (8), "2" (5)); in mult_sh_align_mod()
87 "dsll32 %0, %4, %5\n\t" in mult_sh_align_mod()
88 "mflo $0\n\t" in mult_sh_align_mod()
93 : "r" (m1), "r" (m2), "r" (s), "I" (0) in mult_sh_align_mod()
94 : "hi", "lo", "$0"); in mult_sh_align_mod()
104 : "0" (m1), "1" (m2), "2" (s)); in mult_sh_align_mod()
111 : "0" (lv2), "r" (p)); in mult_sh_align_mod()
135 mult_sh_align_mod(&v1[0], &v2[0], &w[0], 32, 0); in check_mult_sh()
144 bug = 0; in check_mult_sh()
[all …]
/linux-6.15/drivers/usb/serial/
Dpl2303.h6 #define BENQ_VENDOR_ID 0x04a5
7 #define BENQ_PRODUCT_ID_S81 0x4027
9 #define PL2303_VENDOR_ID 0x067b
10 #define PL2303_PRODUCT_ID 0x2303
11 #define PL2303_PRODUCT_ID_TB 0x2304
12 #define PL2303_PRODUCT_ID_GC 0x23a3
13 #define PL2303_PRODUCT_ID_GB 0x23b3
14 #define PL2303_PRODUCT_ID_GT 0x23c3
15 #define PL2303_PRODUCT_ID_GL 0x23d3
16 #define PL2303_PRODUCT_ID_GE 0x23e3
[all …]
/linux-6.15/drivers/s390/crypto/
Dzcrypt_ep11misc.h18 #define EP11_STRUCT_MAGIC 0x1234
19 #define EP11_BLOB_PKEY_EXTRACTABLE 0x00200000
25 #define TOKVER_EP11_AES 0x03 /* EP11 AES key blob (old style) */
26 #define TOKVER_EP11_AES_WITH_HEADER 0x06 /* EP11 AES key blob with header */
27 #define TOKVER_EP11_ECC_WITH_HEADER 0x07 /* EP11 ECC key blob with header */
39 u16 version; /* 0x1234, EP11_STRUCT_MAGIC */
63 * Returns 0 on success or errno value on failure.
72 * Returns 0 on success or errno value on failure.
82 * Returns 0 on success or errno value on failure.
91 char serial[16]; /* serial number string (16 ascii, no 0x00 !) */
[all …]
/linux-6.15/include/linux/soc/samsung/
Dexynos-regs-pmu.h17 #define S5P_CENTRAL_SEQ_CONFIGURATION 0x0200
21 #define S5P_CENTRAL_SEQ_OPTION 0x0208
42 #define EXYNOS_SWRESET 0x0400
44 #define S5P_WAKEUP_STAT 0x0600
46 #define EXYNOS_EINT_WAKEUP_MASK_DISABLED 0xffffffff
47 #define EXYNOS_EINT_WAKEUP_MASK 0x0604
48 #define S5P_WAKEUP_MASK 0x0608
49 #define S5P_WAKEUP_MASK2 0x0614
52 #define EXYNOS4_MIPI_PHY_CONTROL(n) (0x0710 + (n) * 4)
54 #define EXYNOS4_PHY_ENABLE (1 << 0)
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
Dtest_endian.c8 #define IN16 0x1234
9 #define IN32 0x12345678U
10 #define IN64 0x123456789abcdef0ULL
12 __u16 in16 = 0;
13 __u32 in32 = 0;
14 __u64 in64 = 0;
16 __u16 out16 = 0;
17 __u32 out32 = 0;
18 __u64 out64 = 0;
20 __u16 const16 = 0;
[all …]
Dverifier_load_acquire.c13 __success __success_unpriv __retval(0x12)
17 "w1 = 0x12;" in load_acquire_8()
29 __success __success_unpriv __retval(0x1234)
33 "w1 = 0x1234;" in load_acquire_16()
45 __success __success_unpriv __retval(0x12345678)
49 "w1 = 0x12345678;" in load_acquire_32()
61 __success __success_unpriv __retval(0x1234567890abcdef)
65 "r1 = 0x1234567890abcdef ll;" in load_acquire_64()
81 ".8byte %[load_acquire_insn];" // r0 = load_acquire((u64 *)(r2 + 0)); in load_acquire_with_uninitialized_src_reg()
85 BPF_ATOMIC_OP(BPF_DW, BPF_LOAD_ACQ, BPF_REG_0, BPF_REG_2, 0)) in load_acquire_with_uninitialized_src_reg()
[all …]
Dverifier_store_release.c14 __success __success_unpriv __retval(0x12)
18 "w1 = 0x12;" in store_release_8()
30 __success __success_unpriv __retval(0x1234)
34 "w1 = 0x1234;" in store_release_16()
46 __success __success_unpriv __retval(0x12345678)
50 "w1 = 0x12345678;" in store_release_32()
62 __success __success_unpriv __retval(0x1234567890abcdef)
66 "r1 = 0x1234567890abcdef ll;" in store_release_64()
96 "r1 = 0;" in store_release_with_uninitialized_dst_reg()
111 "r1 = 0;" in store_release_with_non_pointer_dst_reg()
[all …]
Darena_atomics.c17 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */
19 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
37 __u32 pid = 0;
40 __u64 __arena_global add64_result = 0;
42 __u32 __arena_global add32_result = 0;
43 __u64 __arena_global add_stack_value_copy = 0;
44 __u64 __arena_global add_stack_result = 0;
51 return 0; in add()
62 return 0; in add()
66 __s64 __arena_global sub64_result = 0;
[all …]
/linux-6.15/tools/testing/selftests/kvm/x86/
Duserspace_msr_exit_test.c14 #define MSR_NON_EXISTENT 0x474f4f00
16 static u64 deny_bits = 0;
78 static u8 bitmap_deadbeef[1] = { 0x1 };
89 memset(bitmap_00000000, 0xff, sizeof(bitmap_00000000)); in prepare_bitmaps()
90 memset(bitmap_00000000_write, 0xff, sizeof(bitmap_00000000_write)); in prepare_bitmaps()
91 memset(bitmap_40000000, 0xff, sizeof(bitmap_40000000)); in prepare_bitmaps()
92 memset(bitmap_c0000000, 0xff, sizeof(bitmap_c0000000)); in prepare_bitmaps()
93 memset(bitmap_c0000000_read, 0xff, sizeof(bitmap_c0000000_read)); in prepare_bitmaps()
105 .base = 0x00000000,
110 .base = 0x00000000,
[all …]
/linux-6.15/Documentation/input/
Duinput.rst56 ie.time.tv_sec = 0;
57 ie.time.tv_usec = 0;
76 memset(&usetup, 0, sizeof(usetup));
78 usetup.id.vendor = 0x1234; /* sample vendor */
79 usetup.id.product = 0x5678; /* sample product */
96 emit(fd, EV_SYN, SYN_REPORT, 0);
97 emit(fd, EV_KEY, KEY_SPACE, 0);
98 emit(fd, EV_SYN, SYN_REPORT, 0);
109 return 0;
139 memset(&usetup, 0, sizeof(usetup));
[all …]
/linux-6.15/Documentation/ABI/testing/
Dsysfs-bus-coreboot25 begins at, in hexadecimal (e.g., ``0x76ffe000``).
32 (e.g., ``0x1234``).
/linux-6.15/arch/s390/boot/
Dprintk.c26 /* leave double '\0' in the end */ in boot_rb_add()
29 /* store strings separated by '\0' */ in boot_rb_add()
31 boot_rb_off = 0; in boot_rb_add()
60 for (*p-- = '\0'; p >= dst; val >>= 4) in as_hex()
61 *p-- = hex_asc[val & 0x0f]; in as_hex()
71 if (is_signed && (long)val < 0) { in as_dec()
76 *--p = '\0'; in as_dec()
78 *--p = '0' + (val % 10); in as_dec()
103 memset(p, zero_pad ? '0' : ' ', pad - len); in strpad()
108 if (pad < 0 && -pad > len) { in strpad()
[all …]
/linux-6.15/drivers/scsi/
Dscsi_proto_test.c14 } d = { .arr = { 0x45, 0, 0, 0, 0xb0, 0xe4, 0xe3 } }; in test_scsi_proto()
15 KUNIT_EXPECT_EQ(test, d.desc.io_advice_hints_mode + 0, 1); in test_scsi_proto()
16 KUNIT_EXPECT_EQ(test, d.desc.st_enble + 0, 1); in test_scsi_proto()
17 KUNIT_EXPECT_EQ(test, d.desc.cs_enble + 0, 0); in test_scsi_proto()
18 KUNIT_EXPECT_EQ(test, d.desc.ic_enable + 0, 1); in test_scsi_proto()
19 KUNIT_EXPECT_EQ(test, d.desc.acdlu + 0, 1); in test_scsi_proto()
20 KUNIT_EXPECT_EQ(test, d.desc.rlbsr + 0, 3); in test_scsi_proto()
21 KUNIT_EXPECT_EQ(test, d.desc.lbm_descriptor_type + 0, 0); in test_scsi_proto()
22 KUNIT_EXPECT_EQ(test, d.desc.params[0] + 0, 0xe4); in test_scsi_proto()
23 KUNIT_EXPECT_EQ(test, d.desc.params[1] + 0, 0xe3); in test_scsi_proto()
[all …]
/linux-6.15/tools/testing/selftests/tc-testing/tc-tests/filters/
Dmatchall.json15 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ip matchall act…
16 "expExitCode": "0",
18 …"matchPattern": "^filter parent ffff: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*r…
37 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ip matchall action…
38 "expExitCode": "0",
40 …"matchPattern": "^filter parent 1: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref …
59 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ipv6 matchall a…
60 "expExitCode": "0",
62 …"matchPattern": "^filter parent ffff: protocol ipv6 pref 1 matchall.*handle 0x1.*gact action drop.…
81 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ipv6 matchall acti…
[all …]
/linux-6.15/drivers/net/wireguard/selftest/
Dallowedips.c28 u32 color = 0; in print_node()
40 hsiphash_key_t key = { { 0 } }; in print_node()
43 color = hsiphash_1u32(0xdeadbeef, &key) % 200 << 16 | in print_node()
44 hsiphash_1u32(0xbabecafe, &key) % 200 << 8 | in print_node()
45 hsiphash_1u32(0xabad1dea, &key) % 200; in print_node()
50 if (node->bit[0]) { in print_node()
51 wg_allowedips_read_node(rcu_dereference_raw(node->bit[0]), ip2, &cidr2); in print_node()
58 if (node->bit[0]) in print_node()
59 print_node(rcu_dereference_raw(node->bit[0]), bits); in print_node()
110 memset(&mask, 0, sizeof(mask)); in horrible_cidr_to_mask()
[all …]
/linux-6.15/Documentation/devicetree/bindings/serial/
Dserial.yaml125 reg = <0x1234 0x20>;
/linux-6.15/drivers/net/wireless/ath/ath6kl/
Dinit.c39 .dataset_patch_addr = 0x57e884,
40 .app_load_addr = 0x543180,
41 .board_ext_data_addr = 0x57e500,
47 /* hw2.0 needs override address hardcoded */
48 .app_start_override_addr = 0x944C00,
64 .dataset_patch_addr = 0x57ff74,
65 .app_load_addr = 0x1234,
66 .board_ext_data_addr = 0x542330,
70 .testscript_addr = 0x57ef74,
89 .dataset_patch_addr = 0x57e884,
[all …]

12345