/linux/tools/perf/arch/x86/tests/ |
H A 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 …]
|
H A 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 …]
|
H A 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/arch/x86/include/asm/ |
H A 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/drivers/misc/lkdtm/ |
H A 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/arch/x86/kernel/acpi/ |
H A 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 …]
|
H A 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/samples/bpf/ |
H A 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()
|
H A 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/tools/testing/selftests/bpf/progs/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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/Documentation/devicetree/bindings/media/ |
H A D | cnm,wave521c.yaml | 57 reg = <0x12345678 0x1000>;
|
/linux/tools/testing/selftests/kvm/lib/s390x/ |
H A D | diag318_test_handler.c |
|
/linux/arch/x86/realmode/rm/ |
H A 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/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
H A 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/drivers/net/wireless/silabs/wfx/ |
H A 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/drivers/rtc/ |
H A 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/arch/arm/mach-milbeaut/ |
H A 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/arch/m68k/kernel/ |
H A 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()
|
/linux/arch/arm/probes/kprobes/ |
H A D | test-core.c | 98 * 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 …]
|
/linux/drivers/net/wireless/st/cw1200/ |
H A D | hwio.h | 19 #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/drivers/net/ethernet/i825xx/ |
H A D | lasi_82596.c | 55 'big-endian' mode, it thinks a 32 bit value of 0x12345678 56 should be stored as 0x56781234. This is a real pain, when 92 #define PA_I82596_RESET 0 /* Offsets relative to LASI-LAN-Addr.*/ 96 #define OPT_SWAP_PORT 0x0001 /* Need to wordswp on the MPU port */ 98 #define SYSBUS 0x0000006c 111 module_param(i596_debug, int, 0); 116 gsc_writel(0, dev->base_addr + PA_CHANNEL_ATTENTION); in ca() 129 b = v & 0xffff; in mpu_port() 131 a = v & 0xffff; in mpu_port() 141 #define LAN_PROM_ADDR 0xF0810000 [all …]
|
/linux/drivers/net/wan/ |
H A D | hd64572.c | 12 * rx_ring_buffers * sizeof(pkt_desc) = logical channel #0 RX ring 13 * tx_ring_buffers * sizeof(pkt_desc) = logical channel #0 TX ring 18 * rx_ring_buffers * HDLC_MAX_MRU = logical channel #0 RX buffers 19 * tx_ring_buffers * HDLC_MAX_MRU = logical channel #0 TX buffers 20 * rx_ring_buffers * HDLC_MAX_MRU = logical channel #0 RX buffers (if used) 21 * tx_ring_buffers * HDLC_MAX_MRU = logical channel #0 TX buffers (if used) 66 (port->chan ? 0x08002200 : 0x00080022), IER0, port->card); in enable_intr() 72 (port->chan ? 0x00FF00FF : 0xFF00FF00), IER0, port->card); in disable_intr() 126 port->rxin = 0; in sca_init_port() 127 port->txin = 0; in sca_init_port() [all …]
|