Home
last modified time | relevance | path

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

12345

/Linux-v6.1/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-v6.1/tools/testing/selftests/tc-testing/tc-tests/filters/
Dtests.json14 "$TC filter add dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall action ok"
16 … "cmdUnderTest": "$TC filter get dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall",
17 "expExitCode": "0",
19 "matchPattern": "filter protocol all pref 1 matchall chain 0 handle 0x1234",
35 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress handle 0xffffffff flower acti…
36 "expExitCode": "0",
38 "matchPattern": "filter protocol ip pref 1 flower.*handle 0xffffffff",
59 "expExitCode": "0",
61 "matchPattern": "action order 0: gact action drop.*index 1 ref 1000000 bind 1000000",
85 "matchPattern": "filter protocol ip pref 1 flower chain 0 handle",
[all …]
/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dhw.h23 #define QCA988X_2_0_DEVICE_ID_UBNT (0x11ac)
24 #define QCA988X_2_0_DEVICE_ID (0x003c)
25 #define QCA6164_2_1_DEVICE_ID (0x0041)
26 #define QCA6174_2_1_DEVICE_ID (0x003e)
27 #define QCA6174_3_2_DEVICE_ID (0x0042)
28 #define QCA99X0_2_0_DEVICE_ID (0x0040)
29 #define QCA9888_2_0_DEVICE_ID (0x0056)
30 #define QCA9984_1_0_DEVICE_ID (0x0046)
31 #define QCA9377_1_0_DEVICE_ID (0x0042)
32 #define QCA9887_1_0_DEVICE_ID (0x0050)
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
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 …]
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-v6.1/arch/mips/kernel/
Dr4k-bugs64.c33 ".balign %0\n\t" in align_mod()
72 : "0" (5), "1" (8), "2" (5)); in mult_sh_align_mod()
86 "dsll32 %0, %4, %5\n\t" in mult_sh_align_mod()
87 "mflo $0\n\t" in mult_sh_align_mod()
92 : "r" (m1), "r" (m2), "r" (s), "I" (0) in mult_sh_align_mod()
93 : "hi", "lo", "$0"); in mult_sh_align_mod()
103 : "0" (m1), "1" (m2), "2" (s)); in mult_sh_align_mod()
110 : "0" (lv2), "r" (p)); in mult_sh_align_mod()
134 mult_sh_align_mod(&v1[0], &v2[0], &w[0], 32, 0); in check_mult_sh()
143 bug = 0; in check_mult_sh()
[all …]
/Linux-v6.1/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-v6.1/drivers/s390/crypto/
Dzcrypt_ep11misc.h16 #define EP11_STRUCT_MAGIC 0x1234
17 #define EP11_BLOB_PKEY_EXTRACTABLE 0x00200000
23 #define TOKVER_EP11_AES 0x03 /* EP11 AES key blob (old style) */
24 #define TOKVER_EP11_AES_WITH_HEADER 0x06 /* EP11 AES key blob with header */
25 #define TOKVER_EP11_ECC_WITH_HEADER 0x07 /* EP11 ECC key blob with header */
33 u8 type; /* 0x00 (TOKTYPE_NON_CCA) */
36 u8 version; /* 0x03 (TOKVER_EP11_AES) */
38 u16 keybitlen; /* clear key bit len, 0 for unknown */
44 u16 version; /* 0x1234, EP11_STRUCT_MAGIC */
62 * Returns 0 on success or errno value on failure.
[all …]
/Linux-v6.1/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-v6.1/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 …]
/Linux-v6.1/arch/s390/boot/
Dpgm_check_info.c20 for (*p-- = 0; p >= dst; val >>= 4) in as_hex()
21 *p-- = hex_asc[val & 0x0f]; in as_hex()
34 /* symbol entries are in a form "10000 c4 startup\0" */ in findsym()
71 /* reserve 15 bytes for offset/len in symbol+0x1234/0x1234 */ in strsym()
73 strcpy(p, "+0x"); in strsym()
74 p = as_hex(p + 3, off, 0); in strsym()
75 strcpy(p, "/0x"); in strsym()
76 as_hex(p + 3, len, 0); in strsym()
85 char buf[1024] = { 0 }; in decompressor_printk()
86 char *end = buf + sizeof(buf) - 1; /* make sure buf is 0 terminated */ in decompressor_printk()
[all …]
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Duserspace_msr_exit_test.c20 #define MSR_NON_EXISTENT 0x474f4f00
22 static u64 deny_bits = 0;
84 static u8 bitmap_deadbeef[1] = { 0x1 };
95 memset(bitmap_00000000, 0xff, sizeof(bitmap_00000000)); in prepare_bitmaps()
96 memset(bitmap_00000000_write, 0xff, sizeof(bitmap_00000000_write)); in prepare_bitmaps()
97 memset(bitmap_40000000, 0xff, sizeof(bitmap_40000000)); in prepare_bitmaps()
98 memset(bitmap_c0000000, 0xff, sizeof(bitmap_c0000000)); in prepare_bitmaps()
99 memset(bitmap_c0000000_read, 0xff, sizeof(bitmap_c0000000_read)); in prepare_bitmaps()
111 .base = 0x00000000,
116 .base = 0x00000000,
[all …]
/Linux-v6.1/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-v6.1/tools/testing/selftests/bpf/
Dnetwork_helpers.h15 #define MAGIC_VAL 0x1234
/Linux-v6.1/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-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpedit.json12 0,
18 "expExitCode": "0",
20 …"matchPattern": "action order [0-9]+: pedit action pass keys 1.*index 1 ref.*key #0 at ipv4\\+8:…
36 0,
45 …"matchPattern": "action order [0-9]+: pedit action pass keys 1.*index 90 ref.*key #0 at ipv4\\+8…
62 0,
67 "cmdUnderTest": "$TC actions add action pedit munge offset 12 u32 set 0x90abcdef",
68 "expExitCode": "0",
87 0,
92 "cmdUnderTest": "$TC actions add action pedit munge offset 2 u32 set 0x12345678",
[all …]
Dgact.json12 0,
18 "expExitCode": "0",
20 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref",
36 0,
42 "expExitCode": "0",
44 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref",
60 0,
66 "expExitCode": "0",
68 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref",
84 0,
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/serial/
Dserial.yaml145 reg = <0x1234 0x20>;
/Linux-v6.1/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 …]
/Linux-v6.1/drivers/net/wireless/silabs/wfx/
Dhif_api_general.h14 #define HIF_ID_IS_INDICATION 0x80
28 HIF_REQ_ID_CONFIGURATION = 0x09,
29 HIF_REQ_ID_CONTROL_GPIO = 0x26,
30 HIF_REQ_ID_SET_SL_MAC_KEY = 0x27,
31 HIF_REQ_ID_SL_EXCHANGE_PUB_KEYS = 0x28,
32 HIF_REQ_ID_SL_CONFIGURE = 0x29,
33 HIF_REQ_ID_PREVENT_ROLLBACK = 0x2a,
34 HIF_REQ_ID_PTA_SETTINGS = 0x2b,
35 HIF_REQ_ID_PTA_PRIORITY = 0x2c,
36 HIF_REQ_ID_PTA_STATE = 0x2d,
[all …]
/Linux-v6.1/kernel/
Dresource_kunit.c11 #define R0_START 0x0000
12 #define R0_END 0xffff
13 #define R1_START 0x1234
14 #define R1_END 0x2345
15 #define R2_START 0x4567
16 #define R2_END 0x5678
17 #define R3_START 0x6789
18 #define R3_END 0x789a
19 #define R4_START 0x2000
20 #define R4_END 0x7000
[all …]
/Linux-v6.1/include/linux/
Defi.h31 #define EFI_SUCCESS 0
55 #define __efiapi __attribute__((regparm(0)))
76 (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \
77 (b) & 0xff, ((b) >> 8) & 0xff, \
78 (c) & 0xff, ((c) >> 8) & 0xff, d } }
96 #define EFI_RESERVED_TYPE 0
114 #define EFI_MEMORY_UC ((u64)0x0000000000000001ULL) /* uncached */
115 #define EFI_MEMORY_WC ((u64)0x0000000000000002ULL) /* write-coalescing */
116 #define EFI_MEMORY_WT ((u64)0x0000000000000004ULL) /* write-through */
117 #define EFI_MEMORY_WB ((u64)0x0000000000000008ULL) /* write-back */
[all …]
/Linux-v6.1/arch/powerpc/lib/
Dtest_emulate_step.c19 #define IGNORE_GPR(n) (0x1UL << (n))
20 #define IGNORE_XER (0x1UL << 32)
21 #define IGNORE_CCR (0x1UL << 33)
22 #define NEGATIVE_TEST (0x1UL << 63)
61 memset(regs, 0, sizeof(struct pt_regs)); in init_pt_regs()
68 asm volatile("mfmsr %0" : "=r"(regs->msr)); in init_pt_regs()
92 unsigned long a = 0x23; in test_ld()
98 /* ld r5, 0(r3) */ in test_ld()
99 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()
110 unsigned long a = 0x23; in test_pld()
[all …]

12345