/linux-6.12.1/tools/perf/arch/x86/tests/ |
D | insn-x86-dat-src.c | 32 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 …]
|
D | insn-x86-dat-64.c | 8 {{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 …]
|
D | insn-x86-dat-32.c | 8 {{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-6.12.1/arch/x86/include/asm/ |
D | cfi.h | 50 * movl $0x12345678, %eax 63 * movl $(-0x12345678), %r10d 74 * subl 0x12345678, %r10d 89 * movl $0x12345678, %r10d 122 return 0; in cfi_get_offset() 134 #define cfi_bpf_hash 0U 135 #define cfi_bpf_subprog_hash 0U 138 return 0; in cfi_get_func_hash()
|
/linux-6.12.1/drivers/misc/lkdtm/ |
D | heap.c | 39 memset(one, 0xAA, PAGE_SIZE + __offset); in lkdtm_VMALLOC_LINEAR_OVERFLOW() 62 data[1024 / sizeof(u32)] = 0x12345678; in lkdtm_SLAB_LINEAR_OVERFLOW() 84 base[offset] = 0x0abcdef0; in lkdtm_WRITE_AFTER_FREE() 117 *val = 0x12345678; in lkdtm_READ_AFTER_FREE() 168 val = 0x12345678; in lkdtm_KFENCE_READ_AFTER_FREE() 203 memset((void *)p, 0x3, PAGE_SIZE); in lkdtm_WRITE_BUDDY_AFTER_FREE() 207 memset((void *)p, 0x78, PAGE_SIZE); in lkdtm_WRITE_BUDDY_AFTER_FREE() 234 *val = 0x12345678; in lkdtm_READ_BUDDY_AFTER_FREE() 235 base[0] = *val; in lkdtm_READ_BUDDY_AFTER_FREE() 236 pr_info("Value in memory before free: %x\n", base[0]); in lkdtm_READ_BUDDY_AFTER_FREE() [all …]
|
/linux-6.12.1/samples/bpf/ |
D | trace_output.bpf.c | 21 data.cookie = 0x12345678; in bpf_prog1() 23 bpf_perf_event_output(ctx, &my_map, 0, &data, sizeof(data)); in bpf_prog1() 25 return 0; in bpf_prog1()
|
D | trace_output_user.c | 29 if (e->cookie != 0x12345678) { in print_bpf_output() 50 int map_fd, ret = 0; in main() 54 snprintf(filename, sizeof(filename), "%s.bpf.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-6.12.1/tools/testing/selftests/bpf/progs/ |
D | getpeername6_prog.c | 12 #define REWRITE_ADDRESS_IP6_0 0xfaceb00c 13 #define REWRITE_ADDRESS_IP6_1 0x12345678 14 #define REWRITE_ADDRESS_IP6_2 0x00000000 15 #define REWRITE_ADDRESS_IP6_3 0x0000abcd 22 ctx->user_ip6[0] = bpf_htonl(REWRITE_ADDRESS_IP6_0); in getpeername_v6_prog()
|
D | getsockname6_prog.c | 12 #define REWRITE_ADDRESS_IP6_0 0xfaceb00c 13 #define REWRITE_ADDRESS_IP6_1 0x12345678 14 #define REWRITE_ADDRESS_IP6_2 0x00000000 15 #define REWRITE_ADDRESS_IP6_3 0x0000abcd 22 ctx->user_ip6[0] = bpf_htonl(REWRITE_ADDRESS_IP6_0); in getsockname_v6_prog()
|
D | recvmsg6_prog.c | 13 #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 37 ctx->user_ip6[0] = bpf_htonl(SERV6_IP_0); in recvmsg6_prog()
|
D | bind6_prog.c | 17 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */ 18 #define SERV6_IP_1 0x12345678 19 #define SERV6_IP_2 0x00000000 20 #define SERV6_IP_3 0x0000abcd 22 #define SERV6_REWRITE_IP_0 0x00000000 23 #define SERV6_REWRITE_IP_1 0x00000000 24 #define SERV6_REWRITE_IP_2 0x00000000 25 #define SERV6_REWRITE_IP_3 0x00000001 63 return 0; in bind_to_device() 76 val = 0; in bind_reuseport() [all …]
|
/linux-6.12.1/arch/x86/kernel/acpi/ |
D | sleep.c | 71 header->pmode_behavior = 0; in x86_acpi_suspend_lowlevel() 94 if (__this_cpu_read(cpu_info.cpuid_level) >= 0) { in x86_acpi_suspend_lowlevel() 107 header->real_magic = 0x12345678; in x86_acpi_suspend_lowlevel() 112 saved_magic = 0x12345678; in x86_acpi_suspend_lowlevel() 140 saved_magic = 0x123456789abcdef0L; in x86_acpi_suspend_lowlevel() 150 return 0; in x86_acpi_suspend_lowlevel() 155 while ((str != NULL) && (*str != '\0')) { in acpi_sleep_setup() 156 if (strncmp(str, "s3_bios", 7) == 0) in acpi_sleep_setup() 158 if (strncmp(str, "s3_mode", 7) == 0) in acpi_sleep_setup() 160 if (strncmp(str, "s3_beep", 7) == 0) in acpi_sleep_setup() [all …]
|
D | wakeup_32.S | 35 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-6.12.1/Documentation/sound/hd-audio/ |
D | notes.rst | 74 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-6.12.1/Documentation/devicetree/bindings/media/ |
D | cnm,wave521c.yaml | 57 reg = <0x12345678 0x1000>;
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/s390x/ |
D | diag318_test_handler.c | 3 * 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, 40 "Unexpected intercept code: 0x%x", run->s390_sieic.icptcode); in diag318_handler() 41 TEST_ASSERT((run->s390_sieic.ipa & 0xff00) == IPA0_DIAG, in diag318_handler() 42 "Unexpected IPA0 code: 0x%x", (run->s390_sieic.ipa & 0xff00)); in diag318_handler() 44 reg = (run->s390_sieic.ipa & 0x00f0) >> 4; in diag318_handler() [all …]
|
/linux-6.12.1/arch/x86/realmode/rm/ |
D | wakemain.c | 16 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-6.12.1/arch/x86/kernel/ |
D | alternative.c | 41 #define DA_ALL (~0) 42 #define DA_ALT 0x01 43 #define DA_RET 0x02 44 #define DA_RETPOLINE 0x04 45 #define DA_ENDBR 0x08 46 #define DA_SMP 0x10 55 if (!str || kstrtouint(str, 0, &debug_alternative)) in debug_alt() 75 } while (0) 86 for (j = 0; j < (len) - 1; j++) \ 90 } while (0) [all …]
|
/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
D | topaz_pcie_ipc.h | 12 #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-6.12.1/arch/arm/mach-milbeaut/ |
D | platsmp.c | 19 #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-6.12.1/drivers/net/wireless/silabs/wfx/ |
D | fwio.c | 18 #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-6.12.1/drivers/rtc/ |
D | rtc-jz4740.c | 23 #define JZ_REG_RTC_CTRL 0x00 24 #define JZ_REG_RTC_SEC 0x04 25 #define JZ_REG_RTC_SEC_ALARM 0x08 26 #define JZ_REG_RTC_REGULATOR 0x0C 27 #define JZ_REG_RTC_HIBERNATE 0x20 28 #define JZ_REG_RTC_WAKEUP_FILTER 0x24 29 #define JZ_REG_RTC_RESET_COUNTER 0x28 30 #define JZ_REG_RTC_SCRATCHPAD 0x34 31 #define JZ_REG_RTC_CKPCR 0x40 34 #define JZ_REG_RTC_WENR 0x3C [all …]
|
/linux-6.12.1/drivers/soc/litex/ |
D | litex_soc_ctrl.c | 20 #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() 100 soc_ctrl_dev->base = devm_platform_ioremap_resource(pdev, 0); in litex_soc_ctrl_probe() 118 return 0; in litex_soc_ctrl_probe()
|
/linux-6.12.1/drivers/gpu/drm/i915/selftests/ |
D | i915_gem.c | 25 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() 63 0); in trash_stolen() 66 for (x = 0; x < PAGE_SIZE / sizeof(u32); x++) { in trash_stolen() 98 return 0; in igt_pm_prepare() 214 int err = 0; in igt_gem_ww_ctx() 258 return 0; in i915_gem_live_selftests()
|
/linux-6.12.1/arch/m68k/kernel/ |
D | setup_no.c | 90 config_BSP(&command_line[0], sizeof(command_line)); in setup_arch() 93 strscpy(&command_line[0], CONFIG_BOOTPARAM_STRING, sizeof(command_line)); in setup_arch() 96 process_uboot_commandline(&command_line[0], sizeof(command_line)); in setup_arch() 139 pr_debug("KERNEL -> TEXT=0x%p-0x%p DATA=0x%p-0x%p BSS=0x%p-0x%p\n", in setup_arch() 141 pr_debug("MEMORY -> ROMFS=0x%p-0x%06lx MEM=0x%06lx-0x%06lx\n", in setup_arch() 148 *cmdline_p = &command_line[0]; in setup_arch() 150 boot_command_line[COMMAND_LINE_SIZE-1] = 0; in setup_arch() 160 if ((initrd_start > 0) && (initrd_start < initrd_end) && in setup_arch() 197 return 0; in show_cpuinfo() 202 return *pos < NR_CPUS ? ((void *) 0x12345678) : NULL; in c_start()
|