| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/lkdtm/ |
| H A D | heap.c | 26 data[1024 / sizeof(u32)] = 0x12345678; in lkdtm_OVERWRITE_ALLOCATION() 48 base[offset] = 0x0abcdef0; in lkdtm_WRITE_AFTER_FREE() 81 *val = 0x12345678; in lkdtm_READ_AFTER_FREE() 108 memset((void *)p, 0x3, PAGE_SIZE); in lkdtm_WRITE_BUDDY_AFTER_FREE() 112 memset((void *)p, 0x78, PAGE_SIZE); in lkdtm_WRITE_BUDDY_AFTER_FREE() 139 *val = 0x12345678; in lkdtm_READ_BUDDY_AFTER_FREE() 140 base[0] = *val; in lkdtm_READ_BUDDY_AFTER_FREE() 141 pr_info("Value in memory before free: %x\n", base[0]); in lkdtm_READ_BUDDY_AFTER_FREE() 144 saw = base[0]; in lkdtm_READ_BUDDY_AFTER_FREE() 166 *val = 0x12345678; in lkdtm_SLAB_FREE_DOUBLE() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | dtoc_test_addr64_32.dts | 18 reg = <0x1234 0x0 0x5678>; 24 reg = <0x12345678 0x90123456 0x98765432>; 30 reg = <0x12345678 0x90123456 0x98765432 0 2 3>;
|
| H A D | dtoc_test_addr32_64.dts | 18 reg = <0x1234 0x5678 0x0>; 24 reg = <0x12345678 0x98765432 0x10987654>; 30 reg = <0x12345678 0x98765432 0x10987654 2 0 3>;
|
| H A D | dtoc_test_addr32.dts | 18 reg = <0x1234 0x5678>; 24 reg = <0x12345678 0x98765432 2 3>;
|
| H A D | test_dtoc.py | 74 self.assertEqual('serial_at_0x12', conv_name_to_c('serial@0x12')) 82 self.assertEqual('fred ', tab_to(0, 'fred')) 91 self.assertEqual('0x45', 92 get_value(fdt.TYPE_INT, struct.pack('>I', 0x45))) 93 self.assertEqual('0x45', 94 get_value(fdt.TYPE_BYTE, struct.pack('<I', 0x45))) 95 self.assertEqual('0x0', 96 get_value(fdt.TYPE_BYTE, struct.pack('>I', 0x45))) 168 \t.bytearray\t\t= {0x6, 0x0, 0x0}, 169 \t.byteval\t\t= 0x5, [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/ |
| H A D | sleep.c | 69 header->pmode_behavior = 0; in x86_acpi_suspend_lowlevel() 92 if (__this_cpu_read(cpu_info.cpuid_level) >= 0) { in x86_acpi_suspend_lowlevel() 105 header->real_magic = 0x12345678; in x86_acpi_suspend_lowlevel() 110 saved_magic = 0x12345678; in x86_acpi_suspend_lowlevel() 119 saved_magic = 0x123456789abcdef0L; in x86_acpi_suspend_lowlevel() 129 return 0; in x86_acpi_suspend_lowlevel() 134 while ((str != NULL) && (*str != '\0')) { in acpi_sleep_setup() 135 if (strncmp(str, "s3_bios", 7) == 0) in acpi_sleep_setup() 137 if (strncmp(str, "s3_mode", 7) == 0) in acpi_sleep_setup() 139 if (strncmp(str, "s3_beep", 7) == 0) in acpi_sleep_setup() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | M32R_002dDirectives.html | 87 <pre class="smallexample"> or3 r0, r0, #low(0x12345678) ; compute r0 = r0 | 0x5678 99 <pre class="smallexample"> seth r0, #high(0x12345678) ; compute r0 = 0x12340000 118 <pre class="smallexample"> seth r0, #shigh(0x12345678) ; compute r0 = 0x12340000 119 seth r0, #shigh(0x00008000) ; compute r0 = 0x00010000 122 <p>In the second example the lower 16-bits are 0x8000. If these are 124 becomes 0xffff8000. If this value is then added to 0x00010000 then 125 the result is 0x00008000. 134 <pre class="smallexample"> seth r0, #shigh(0x00008000) 135 add3 r0, r0, #low(0x00008000) 141 <pre class="smallexample"> seth r0, #shigh(0x00008000) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | M32R_002dDirectives.html | 87 <pre class="smallexample"> or3 r0, r0, #low(0x12345678) ; compute r0 = r0 | 0x5678 99 <pre class="smallexample"> seth r0, #high(0x12345678) ; compute r0 = 0x12340000 118 <pre class="smallexample"> seth r0, #shigh(0x12345678) ; compute r0 = 0x12340000 119 seth r0, #shigh(0x00008000) ; compute r0 = 0x00010000 122 <p>In the second example the lower 16-bits are 0x8000. If these are 124 becomes 0xffff8000. If this value is then added to 0x00010000 then 125 the result is 0x00008000. 134 <pre class="smallexample"> seth r0, #shigh(0x00008000) 135 add3 r0, r0, #low(0x00008000) 141 <pre class="smallexample"> seth r0, #shigh(0x00008000) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/ |
| H A 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 252 chance via SET_EAPD_BTL verb (0x70c). On others, GPIO pin (mostly 259 triggered. Issuing GET_PIN_SENSE verb (0xf09) may result in the 278 should be set to exactly 50%, corresponding to 0dB -- neither extra [all …]
|
| /OK3568_Linux_fs/u-boot/tools/binman/test/ |
| H A D | 39_x86_ucode_missing_node2.dts | 10 size = <0x200>; 16 update@0 { 17 data = <0x12345678 0x12345679>; 20 data = <0xabcd0000 0x78235609>;
|
| H A D | 40_x86_ucode_not_in_image.dts | 9 size = <0x200>; 21 update@0 { 22 data = <0x12345678 0x12345679>; 25 data = <0xabcd0000 0x78235609>;
|
| H A D | 38_x86_ucode_missing_node.dts | 10 size = <0x200>; 19 update@0 { 20 data = <0x12345678 0x12345679>; 23 data = <0xabcd0000 0x78235609>;
|
| H A D | 35_x86_single_ucode.dts | 10 size = <0x200>; 22 update@0 { 23 data = <0x12345678 0x12345679>;
|
| H A D | 34_x86_ucode.dts | 10 size = <0x200>; 22 update@0 { 23 data = <0x12345678 0x12345679>; 26 data = <0xabcd0000 0x78235609>;
|
| H A D | 44_x86_optional_ucode.dts | 10 size = <0x200>; 23 update@0 { 24 data = <0x12345678 0x12345679>; 27 data = <0xabcd0000 0x78235609>;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/sdp_basic/include/ |
| H A D | ta_sdp_basic.h | 10 #define TA_SDP_BASIC_UUID { 0x12345678, 0x5b69, 0x11e4, \ 11 { 0x9d, 0xbb, 0x10, 0x1f, 0x74, 0xf0, 0x00, 0x99 } } 13 #define TA_SDP_BASIC_CMD_INJECT 0
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/hal_hci/ |
| H A D | hal_sdio.c | 26 int index = 0, i = 0; in dump_mac_page0() 27 u8 val8 = 0, len = 0; in dump_mac_page0() 30 for (index = 0 ; index < 0x100 ; index += 16) { in dump_mac_page0() 31 p = &str_out[0]; in dump_mac_page0() 33 "0x%02x: ", index); in dump_mac_page0() 37 for (i = 0 ; i < 16 ; i++) { in dump_mac_page0() 44 _rtw_memset(&str_out, '\0', sizeof(str_out)); in dump_mac_page0() 58 u32 val_mix = 0; in sdio_power_on_check() 59 u32 res = 0; in sdio_power_on_check() 61 int index = 0; in sdio_power_on_check() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | mbox.h | 12 #define SANDBOX_MBOX_PING_XOR 0x12345678
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | trace_output_kern.c | 23 data.cookie = 0x12345678; in SYSCALL() 25 bpf_perf_event_output(ctx, &my_map, 0, &data, sizeof(data)); in SYSCALL() 27 return 0; in SYSCALL()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/ |
| H A D | Kconfig | 57 default 0x600 64 Expect a table of register-value pairs, e.g. "0x12345678 0x4321"
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram-rk3308-ddr-skew.inc | 2 .start_tag = 0x12345678, 3 .version_info = 0, 4 .gcpu_gen_freq = 0, 6 .g_d3_lp3_freq = (589 << 16) | 0, 7 .g_d4_lp4_freq = 0x00000000, 10 .g_ch_info = 0 | 128, 12 .reserved11 = 0, 13 .reserved12 = 0, 14 .reserved13 = 0 18 0x22, [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx25pdk/ |
| H A D | imximage.cfg | 31 DATA 4 0xB8002050 0x0000D843 32 DATA 4 0xB8002054 0x22252521 33 DATA 4 0xB8002058 0x22220A00 36 DATA 4 0xB8001004 0x0076E83A 37 DATA 4 0xB8001010 0x00000204 38 DATA 4 0xB8001000 0x92210000 39 DATA 4 0x80000f00 0x12344321 40 DATA 4 0xB8001000 0xB2210000 41 DATA 1 0x82000000 0xda 42 DATA 1 0x83000000 0xda [all …]
|