Home
last modified time | relevance | path

Searched +full:0 +full:x12345678 (Results 1 – 25 of 78) sorted by relevance

1234

/Linux-v6.1/tools/perf/arch/x86/tests/
Dinsn-x86-dat-src.c32 asm volatile("cmovno 0x12345678(%rax),%rcx"); in main()
33 asm volatile("cmovno 0x12345678(%rax),%cx"); in main()
36 asm volatile("cmove 0x12345678(%rax),%rcx"); in main()
37 asm volatile("cmove 0x12345678(%rax),%cx"); in main()
39 asm volatile("seto 0x12345678(%rax)"); in main()
40 asm volatile("setno 0x12345678(%rax)"); in main()
41 asm volatile("setb 0x12345678(%rax)"); in main()
42 asm volatile("setc 0x12345678(%rax)"); in main()
43 asm volatile("setnae 0x12345678(%rax)"); in main()
44 asm volatile("setae 0x12345678(%rax)"); in main()
[all …]
Dinsn-x86-dat-64.c8 {{0x0f, 0x31, }, 2, 0, "", "",
9 "0f 31 \trdtsc ",},
10 {{0xc4, 0xe2, 0x7d, 0x13, 0xeb, }, 5, 0, "", "",
12 {{0x48, 0x0f, 0x41, 0xd8, }, 4, 0, "", "",
13 "48 0f 41 d8 \tcmovno %rax,%rbx",},
14 {{0x48, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "",
15 "48 0f 41 88 78 56 34 12 \tcmovno 0x12345678(%rax),%rcx",},
16 {{0x66, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "",
17 "66 0f 41 88 78 56 34 12 \tcmovno 0x12345678(%rax),%cx",},
18 {{0x48, 0x0f, 0x44, 0xd8, }, 4, 0, "", "",
[all …]
Dinsn-x86-dat-32.c8 {{0x0f, 0x31, }, 2, 0, "", "",
9 "0f 31 \trdtsc ",},
10 {{0xc4, 0xe2, 0x7d, 0x13, 0xeb, }, 5, 0, "", "",
12 {{0x62, 0x81, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
13 "62 81 78 56 34 12 \tbound %eax,0x12345678(%ecx)",},
14 {{0x62, 0x88, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
15 "62 88 78 56 34 12 \tbound %ecx,0x12345678(%eax)",},
16 {{0x62, 0x90, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
17 "62 90 78 56 34 12 \tbound %edx,0x12345678(%eax)",},
18 {{0x62, 0x98, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
[all …]
/Linux-v6.1/drivers/misc/lkdtm/
Dheap.c37 memset(one, 0xAA, PAGE_SIZE + __offset); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
60 data[1024 / sizeof(u32)] = 0x12345678; in lkdtm_SLAB_LINEAR_OVERFLOW()
82 base[offset] = 0x0abcdef0; in lkdtm_WRITE_AFTER_FREE()
115 *val = 0x12345678; in lkdtm_READ_AFTER_FREE()
143 memset((void *)p, 0x3, PAGE_SIZE); in lkdtm_WRITE_BUDDY_AFTER_FREE()
147 memset((void *)p, 0x78, PAGE_SIZE); in lkdtm_WRITE_BUDDY_AFTER_FREE()
174 *val = 0x12345678; in lkdtm_READ_BUDDY_AFTER_FREE()
175 base[0] = *val; in lkdtm_READ_BUDDY_AFTER_FREE()
176 pr_info("Value in memory before free: %x\n", base[0]); in lkdtm_READ_BUDDY_AFTER_FREE()
179 saw = base[0]; in lkdtm_READ_BUDDY_AFTER_FREE()
[all …]
/Linux-v6.1/arch/x86/kernel/acpi/
Dsleep.c70 header->pmode_behavior = 0; in x86_acpi_suspend_lowlevel()
93 if (__this_cpu_read(cpu_info.cpuid_level) >= 0) { in x86_acpi_suspend_lowlevel()
106 header->real_magic = 0x12345678; in x86_acpi_suspend_lowlevel()
111 saved_magic = 0x12345678; in x86_acpi_suspend_lowlevel()
120 saved_magic = 0x123456789abcdef0L; in x86_acpi_suspend_lowlevel()
130 return 0; in x86_acpi_suspend_lowlevel()
135 while ((str != NULL) && (*str != '\0')) { in acpi_sleep_setup()
136 if (strncmp(str, "s3_bios", 7) == 0) in acpi_sleep_setup()
138 if (strncmp(str, "s3_mode", 7) == 0) in acpi_sleep_setup()
140 if (strncmp(str, "s3_beep", 7) == 0) in acpi_sleep_setup()
[all …]
Dwakeup_32.S35 cmpl $0x12345678, %eax
94 SYM_DATA(saved_magic, .long 0)
95 saved_eip: .long 0
98 saved_idt: .long 0,0
99 saved_ldt: .long 0
100 saved_tss: .long 0
/Linux-v6.1/samples/bpf/
Dtrace_output_kern.c23 data.cookie = 0x12345678; in SYSCALL()
25 bpf_perf_event_output(ctx, &my_map, 0, &data, sizeof(data)); in SYSCALL()
27 return 0; in SYSCALL()
Dtrace_output_user.c29 if (e->cookie != 0x12345678) { in print_bpf_output()
50 int map_fd, ret = 0; in main()
54 snprintf(filename, sizeof(filename), "%s_kern.o", argv[0]); in main()
58 return 0; in main()
68 if (map_fd < 0) { in main()
97 while ((ret = perf_buffer__poll(pb, 1000)) >= 0 && cnt < MAX_CNT) { in main()
99 kill(0, SIGINT); in main()
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Drecvmsg6_prog.c13 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */
14 #define SERV6_IP_1 0x12345678
15 #define SERV6_IP_2 0x00000000
16 #define SERV6_IP_3 0x0000abcd
39 ctx->user_ip6[0] = bpf_htonl(SERV6_IP_0); in recvmsg6_prog()
Dbind6_prog.c15 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */
16 #define SERV6_IP_1 0x12345678
17 #define SERV6_IP_2 0x00000000
18 #define SERV6_IP_3 0x0000abcd
20 #define SERV6_REWRITE_IP_0 0x00000000
21 #define SERV6_REWRITE_IP_1 0x00000000
22 #define SERV6_REWRITE_IP_2 0x00000000
23 #define SERV6_REWRITE_IP_3 0x00000001
61 return 0; in bind_to_device()
74 val = 0; in bind_reuseport()
[all …]
/Linux-v6.1/Documentation/sound/hd-audio/
Dnotes.rst74 0 is the default value for all other
104 last cmd=0x12345678
106 last cmd=0x12345678
128 In such a case, turn the bit 8 (0x100) of ``probe_mask`` option on.
130 unconditionally. For example, ``probe_mask=0x103`` will force to probe
131 the codec slots 0 and 1 no matter what the hardware reports.
144 in the recent kernel, try to pass ``enable_msi=0`` option to disable
263 chance via SET_EAPD_BTL verb (0x70c). On others, GPIO pin (mostly
270 triggered. Issuing GET_PIN_SENSE verb (0xf09) may result in the
289 should be set to exactly 50%, corresponding to 0dB -- neither extra
[all …]
/Linux-v6.1/tools/testing/selftests/kvm/lib/s390x/
Ddiag318_test_handler.c3 * Test handler for the s390x DIAGNOSE 0x0318 instruction.
11 #define ICPT_INSTRUCTION 0x04
12 #define IPA0_DIAG 0x8300
16 uint64_t diag318_info = 0x12345678; in guest_code()
18 asm volatile ("diag %0,0,0x318\n" : : "d" (diag318_info)); in guest_code()
22 * The DIAGNOSE 0x0318 instruction call must be handled via userspace. As such,
39 "DIAGNOSE 0x0318 instruction was not intercepted"); in diag318_handler()
41 "Unexpected intercept code: 0x%x", run->s390_sieic.icptcode); in diag318_handler()
42 TEST_ASSERT((run->s390_sieic.ipa & 0xff00) == IPA0_DIAG, in diag318_handler()
43 "Unexpected IPA0 code: 0x%x", (run->s390_sieic.ipa & 0xff00)); in diag318_handler()
[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/rtc/
Drtc-jz4740.c20 #define JZ_REG_RTC_CTRL 0x00
21 #define JZ_REG_RTC_SEC 0x04
22 #define JZ_REG_RTC_SEC_ALARM 0x08
23 #define JZ_REG_RTC_REGULATOR 0x0C
24 #define JZ_REG_RTC_HIBERNATE 0x20
25 #define JZ_REG_RTC_WAKEUP_FILTER 0x24
26 #define JZ_REG_RTC_RESET_COUNTER 0x28
27 #define JZ_REG_RTC_SCRATCHPAD 0x34
30 #define JZ_REG_RTC_WENR 0x3C
39 #define JZ_RTC_CTRL_ENABLE BIT(0)
[all …]
/Linux-v6.1/drivers/net/wireless/quantenna/qtnfmac/pcie/
Dtopaz_pcie_ipc.h12 #define QTN_BDA_PCIE_INIT 0x01
13 #define QTN_BDA_PCIE_RDY 0x02
14 #define QTN_BDA_FW_LOAD_RDY 0x03
15 #define QTN_BDA_FW_LOAD_DONE 0x04
16 #define QTN_BDA_FW_START 0x05
17 #define QTN_BDA_FW_RUN 0x06
18 #define QTN_BDA_FW_HOST_RDY 0x07
19 #define QTN_BDA_FW_TARGET_RDY 0x11
20 #define QTN_BDA_FW_TARGET_BOOT 0x12
21 #define QTN_BDA_FW_FLASH_BOOT 0x13
[all …]
/Linux-v6.1/arch/arm/mach-milbeaut/
Dplatsmp.c19 #define KERNEL_UNBOOT_FLAG 0x12345678
31 cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in m10v_boot_secondary()
43 return 0; in m10v_boot_secondary()
55 m10v_smp_base = of_iomap(np, 0); in m10v_smp_init()
60 cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in m10v_smp_init()
64 for (cpu = 0; cpu < M10V_MAX_CPU; cpu++) in m10v_smp_init()
71 gic_cpu_if_down(0); in m10v_cpu_die()
81 cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in m10v_cpu_kill()
115 return 0; in m10v_die()
126 cpu_suspend(0, m10v_die); in m10v_pm_enter()
[all …]
/Linux-v6.1/drivers/net/wireless/silabs/wfx/
Dfwio.c18 #define WFX_DNLD_FIFO 0x09004000
19 #define DNLD_BLOCK_SIZE 0x0400
20 #define DNLD_FIFO_SIZE 0x8000 /* (32 * DNLD_BLOCK_SIZE) */
22 #define WFX_DCA_IMAGE_SIZE 0x0900C000
23 #define WFX_DCA_PUT 0x0900C004
24 #define WFX_DCA_GET 0x0900C008
25 #define WFX_DCA_HOST_STATUS 0x0900C00C
26 #define HOST_READY 0x87654321
27 #define HOST_INFO_READ 0xA753BD99
28 #define HOST_UPLOAD_PENDING 0xABCDDCBA
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt57 Definition: Must include "fsl,sec-v4.0"
123 compatible = "fsl,sec-v4.0";
127 reg = <0x300000 0x10000>;
128 ranges = <0 0x300000 0x10000>;
142 compatible = "fsl,sec-v4.0";
145 reg = <0x2140000 0x3c000>;
146 ranges = <0 0x2140000 0x3c000>;
168 Definition: Must include "fsl,sec-v4.0-job-ring"
197 compatible = "fsl,sec-v4.0-job-ring";
198 reg = <0x1000 0x1000>;
[all …]
/Linux-v6.1/drivers/soc/litex/
Dlitex_soc_ctrl.c20 #define RESET_REG_OFF 0x00
21 #define RESET_REG_VALUE 0x00000001
23 #define SCRATCH_REG_OFF 0x04
24 #define SCRATCH_REG_VALUE 0x12345678
25 #define SCRATCH_TEST_VALUE 0xdeadbeef
48 …panic("Scratch register read error - the system is probably broken! Expected: 0x%x but got: 0x%lx", in litex_check_csr_access()
57 …panic("Scratch register write error - the system is probably broken! Expected: 0x%x but got: 0x%lx… in litex_check_csr_access()
67 return 0; in litex_check_csr_access()
102 soc_ctrl_dev->base = devm_platform_ioremap_resource(pdev, 0); in litex_soc_ctrl_probe()
120 return 0; in litex_soc_ctrl_probe()
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/selftests/
Di915_gem.c25 int err = 0; in switch_to_context()
49 u32 prng = 0x12345678; in trash_stolen()
55 for (page = 0; page < size; page += PAGE_SIZE) { in trash_stolen()
60 ggtt->vm.insert_page(&ggtt->vm, dma, slot, I915_CACHE_NONE, 0); in trash_stolen()
63 for (x = 0; x < PAGE_SIZE / sizeof(u32); x++) { in trash_stolen()
95 return 0; in igt_pm_prepare()
209 int err = 0; in igt_gem_ww_ctx()
253 return 0; in i915_gem_live_selftests()
/Linux-v6.1/arch/m68k/kernel/
Dsetup_no.c90 config_BSP(&command_line[0], sizeof(command_line)); in setup_arch()
93 strncpy(&command_line[0], CONFIG_BOOTPARAM_STRING, sizeof(command_line)); in setup_arch()
94 command_line[sizeof(command_line) - 1] = 0; in setup_arch()
97 process_uboot_commandline(&command_line[0], sizeof(command_line)); in setup_arch()
140 pr_debug("KERNEL -> TEXT=0x%p-0x%p DATA=0x%p-0x%p BSS=0x%p-0x%p\n", in setup_arch()
142 pr_debug("MEMORY -> ROMFS=0x%p-0x%06lx MEM=0x%06lx-0x%06lx\n ", in setup_arch()
149 *cmdline_p = &command_line[0]; in setup_arch()
151 boot_command_line[COMMAND_LINE_SIZE-1] = 0; in setup_arch()
161 if ((initrd_start > 0) && (initrd_start < initrd_end) && in setup_arch()
198 return 0; in show_cpuinfo()
[all …]
/Linux-v6.1/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt81 The _tep_set_function_resolver()_ function returns 0 in case of success, or -1
88 or 0 in case it cannot be found.
90 The _tep_register_function()_ function returns 0 in case of success. In case of
93 The _tep_register_print_string()_ function returns 0 in case of success. In case
123 function_database) != 0) {
141 (unsigned long long) 0x12345678, "kvm") != 0) {
146 (unsigned long long) 0x87654321, NULL) != 0) {
/Linux-v6.1/drivers/net/wireless/st/cw1200/
Dhwio.h19 #define CW1200_CUT_11_ID_STR (0x302E3830)
20 #define CW1200_CUT_22_ID_STR1 (0x302e3132)
21 #define CW1200_CUT_22_ID_STR2 (0x32302e30)
22 #define CW1200_CUT_22_ID_STR3 (0x3335)
23 #define CW1200_CUT_ID_ADDR (0xFFF17F90)
24 #define CW1200_CUT2_ID_ADDR (0xFFF1FF90)
28 #define DOWNLOAD_BOOT_LOADER_OFFSET (0x00000000)
29 /* 32K, 0x4000 to 0xDFFF */
30 #define DOWNLOAD_FIFO_OFFSET (0x00004000)
32 #define DOWNLOAD_FIFO_SIZE (0x00008000)
[all …]
/Linux-v6.1/drivers/net/ethernet/i825xx/
Dlasi_82596.c54 'big-endian' mode, it thinks a 32 bit value of 0x12345678
55 should be stored as 0x56781234. This is a real pain, when
93 #define PA_I82596_RESET 0 /* Offsets relative to LASI-LAN-Addr.*/
97 #define OPT_SWAP_PORT 0x0001 /* Need to wordswp on the MPU port */
99 #define SYSBUS 0x0000006c
112 module_param(i596_debug, int, 0);
117 gsc_writel(0, dev->base_addr + PA_CHANNEL_ATTENTION); in ca()
130 b = v & 0xffff; in mpu_port()
132 a = v & 0xffff; in mpu_port()
142 #define LAN_PROM_ADDR 0xF0810000
[all …]
/Linux-v6.1/arch/arm/probes/kprobes/
Dtest-core.c98 * TEST_ARG_REG(7, 0x12345678) // Set r7=0x12345678
113 * .byte 0
121 * .short 0
122 * .word 0x1234567
127 * .short 50f-0f @ offset of 'test_before'
128 * .short 2f-0f @ offset of 'test_after2' (if relevent)
129 * .short 99f-0f @ offset of 'test_done'
131 * 0:
151 * to the start of the test case code, (local label '0').
157 * indicates that R7 should be loaded with the value 0x12345678.
[all …]

1234