/linux/tools/perf/arch/x86/tests/ |
H A D | insn-x86-dat-32.c | 12 {{0x62, 0x81, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 14 {{0x62, 0x88, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 16 {{0x62, 0x90, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 18 {{0x62, 0x98, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 20 {{0x62, 0xa0, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 22 {{0x62, 0xa8, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 24 {{0x62, 0xb0, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 26 {{0x62, 0xb8, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 30 {{0x62, 0x05, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 34 {{0x62, 0x14, 0x05, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", [all …]
|
H A D | insn-x86-dat-64.c | 12 {{0x48, 0x0f, 0x41, 0xd8, }, 4, 0, "", "", 14 {{0x48, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 16 {{0x66, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 18 {{0x48, 0x0f, 0x44, 0xd8, }, 4, 0, "", "", 20 {{0x48, 0x0f, 0x44, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 22 {{0x66, 0x0f, 0x44, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 24 {{0x0f, 0x90, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", 26 {{0x0f, 0x91, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", 28 {{0x0f, 0x92, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", 30 {{0x0f, 0x92, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", [all …]
|
H A D | insn-x86-dat-src.c | 149 asm volatile("kshiftrw $0x12,%k6,%k5"); in main() 151 asm volatile("kshiftlw $0x12,%k6,%k5"); in main() 493 /* AVX-512: Op code 0f 38 4c */ in main() 498 /* AVX-512: Op code 0f 38 4d */ in main() 503 /* AVX-512: Op code 0f 38 4e */ in main() 508 /* AVX-512: Op code 0f 38 4f */ in main() 984 asm volatile("valignd $0x12,%zmm28,%zmm29,%zmm30"); in main() 985 asm volatile("valignq $0x12,%zmm25,%zmm26,%zmm27"); in main() 990 asm volatile("vrndscaleps $0x12,%zmm25,%zmm26"); in main() 995 asm volatile("vrndscalepd $0x12,%zmm25,%zmm26"); in main() [all …]
|
/linux/arch/arm64/crypto/ |
H A D | poly1305-armv8.pl | 47 my ($h0,$h1,$h2,$r0,$r1,$s1,$t0,$t1,$d0,$d1,$d2) = map("x$_",(4..14)); 85 and $s1,$s1,#-4 186 and $t0,$d2,#-4 // final reduction 242 tst $d2,#-4 // see if it's carried/borrowed 262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8)); 300 and $t0,$d2,#-4 // final reduction 311 .align 4 313 and x12,$h0,#0x03ffffff // base 2^64 -> base 2^26 327 str w13,[$ctx,#16*4] // s2 369 lsr $h1,x12,#12 [all …]
|
/linux/arch/arm/crypto/ |
H A D | chacha-scalar-core.S | 39 X12 .req r10 58 ldr \b, [\src, #\offset + 4] 67 str \b, [\dst, #\offset + 4] 106 // quarterrounds: (x0, x4, x8, x12) and (x1, x5, x9, x13) 107 _halfround X0, X4, X8_X10, X12, X1, X5, X9_X11, X13 121 // quarterrounds: (x0, x5, x10, x15) and (x1, x6, x11, x12) 122 _halfround X0, X5, X8_X10, X15, X1, X6, X9_X11, X12 144 // Registers contain x0-x9,x12-x15. 151 // Registers contain x0-x9,x12-x15. 152 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'. [all …]
|
H A D | chacha-neon-core.S | 97 vext.8 q1, q1, q1, #4 131 vext.8 q3, q3, q3, #4 203 .align 4 205 .Lrol8_table: .byte 3, 0, 1, 2, 7, 4, 5, 6 216 // r1: 4 data blocks output, o 217 // r2: 4 data blocks input, i 241 vadd.u32 q12, q12, q4 // x12 += counter values 0-3 259 // x0 += x4, x12 = rotl32(x12 ^ x0, 16) 278 // x8 += x12, x4 = rotl32(x4 ^ x8, 12) 303 // x0 += x4, x12 = rotl32(x12 ^ x0, 8) [all …]
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi_phy.c | 14 #define VC4_HDMI_TX_PHY_RESET_CTL_PLLDIV_RESETB BIT(4) 20 #define VC4_HDMI_TX_PHY_POWERDOWN_CTL_RNDGEN_PWRDN BIT(4) 37 #define VC4_HDMI_TX_PHY_CTL_0_PREEMP_CK_MAINDRV_MASK VC4_MASK(4, 0) 46 #define VC4_HDMI_TX_PHY_CTL_1_RES_SEL_CK_MASK VC4_MASK(4, 0) 54 #define VC4_HDMI_TX_PHY_CTL_2_TERM_RES_SELDATA0_SHIFT 4 55 #define VC4_HDMI_TX_PHY_CTL_2_TERM_RES_SELDATA0_MASK VC4_MASK(7, 4) 101 #define VC4_HDMI_TX_PHY_CHANNEL_SWAP_TX1_OUT_SEL_MASK VC4_MASK(5, 4) 102 #define VC4_HDMI_TX_PHY_CHANNEL_SWAP_TX1_OUT_SEL_SHIFT 4 119 #define VC4_HDMI_RM_CONTROL_FREE_RUN BIT(4) 262 {{0x0, 0x0A}, 0x12, 0x0}, [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | rv770_smc.c | 202 0x0C, 0x14, 0x12, 0xAA, 221 0x0C, 0x14, 0x12, 0xAA, 240 0x0C, 0x14, 0x12, 0xAA, 247 0x12, 0x05, 0x12, 0x05, 248 0x12, 0x05, 0x12, 0x05, 249 0x12, 0x05, 0x12, 0x05, 250 0x12, 0x05, 0x12, 0x05, 251 0x12, 0x05, 0x12, 0x05, 252 0x12, 0x05, 0x12, 0x05, 253 0x12, 0x05, 0x12, 0x05, [all …]
|
/linux/drivers/memory/ |
H A D | mtk-smi.c | 45 #define SMI_LARB_THRT_RD_NU_LMT_MSK GENMASK(7, 4) 46 #define SMI_LARB_THRT_RD_NU_LMT (5 << 4) 64 * every port have 4 bit to control, bit[port + 3] control virtual or physical, 81 #define SMI_LARB_NONSEC_CON(id) (0x380 + ((id) * 4)) 288 [1] = {0x12, 0x02, 0x14, 0x14, 0x01, 0x18, 0x0a,}, 289 [2] = {0x12, 0x12, 0x12, 0x12, 0x0a,}, 290 [3] = {0x12, 0x12, 0x12, 0x12, 0x28, 0x28, 0x0a,}, 291 [4] = {0x06, 0x01, 0x17, 0x06, 0x0a, 0x07, 0x07,}, 294 [7] = {0x0c, 0x0c, 0x12,}, 319 [17] = {0x28, 0x02, 0x02, 0x12, 0x02, 0x12, 0x10, 0x02, 0x02, 0x0a, [all …]
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | initvals_phy.h | 19 RF_REG_PAIR(0, 4, 0x0a), 68 RF_REG_PAIR(4, 0, 0x01), 69 RF_REG_PAIR(4, 1, 0x00), 70 RF_REG_PAIR(4, 2, 0x00), 71 RF_REG_PAIR(4, 3, 0x00), 73 RF_REG_PAIR(4, 4, 0x00), 74 RF_REG_PAIR(4, 5, 0x08), 75 RF_REG_PAIR(4, 6, 0x00), 77 RF_REG_PAIR(4, 7, 0x5b), 78 RF_REG_PAIR(4, 8, 0x52), [all …]
|
/linux/arch/mips/boot/dts/cavium-octeon/ |
H A D | octeon_68xx.dts | 43 * 4 - level active high 50 <7 4>, <7 5>, <7 6>, <7 7>, 65 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 74 cavium,qlm-trim = "4,sgmii"; 79 <3 0x12 0 0x4105>, 83 cavium,qlm-trim = "4,sgmii"; 88 <3 0x12 0 0x4105>, 92 cavium,qlm-trim = "4,sgmii"; 97 <3 0x12 0 0x4105>, 100 phy4: ethernet-phy@4 { [all …]
|
H A D | octeon_3xxx.dts | 19 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 31 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 44 <3 0x12 0 0x4105>, 52 <3 0x12 0 0x4105>, 55 phy4: ethernet-phy@4 { 56 reg = <4>; 60 <3 0x12 0 0x4105>, 68 <3 0x12 0 0x4105>, 77 <3 0x12 0 0x4105>, 85 <3 0x12 0 0x4105>, [all …]
|
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
H A D | virtual-memory.json | 5 "EventCode": "0x12", 15 "EventCode": "0x12", 24 "EventCode": "0x12", 33 "EventCode": "0x12", 40 "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.", 42 "EventCode": "0x12", 44 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 49 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 51 "EventCode": "0x12", 53 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
H A D | virtual-memory.json | 5 "EventCode": "0x12", 15 "EventCode": "0x12", 24 "EventCode": "0x12", 33 "EventCode": "0x12", 40 "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.", 42 "EventCode": "0x12", 44 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 49 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 51 "EventCode": "0x12", 53 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
H A D | virtual-memory.json | 5 "EventCode": "0x12", 15 "EventCode": "0x12", 24 "EventCode": "0x12", 33 "EventCode": "0x12", 40 "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.", 42 "EventCode": "0x12", 44 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 49 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 51 "EventCode": "0x12", 53 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… [all …]
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-sitronix-st7703.c | 88 0xF1, 0x12, 0x83); in jh057n_init_sequence() 98 mipi_dsi_generic_write_seq_multi(dsi_ctx, ST7703_CMD_SETDISP, 0xF0, 0x12, 0x30); in jh057n_init_sequence() 108 0x82, 0x10, 0x06, 0x05, 0x9E, 0x0A, 0xA5, 0x12, in jh057n_init_sequence() 141 .vsync_end = 1440 + 20 + 4, 142 .vtotal = 1440 + 20 + 4 + 12, 151 .lanes = 4, 165 mipi_dsi_dcs_write_seq_multi(dsi_ctx, ST7703_CMD_SETEXTC, 0xF1, 0x12, 0x83); in xbd599_init_sequence() 168 0x33, /* VC_main = 0, Lane_Number = 3 (4 lanes) */ in xbd599_init_sequence() 180 0x25, /* PCCS = 2, ECP_DC_DIV = 1/4 HSYNC */ in xbd599_init_sequence() 223 0x12, /* RES_V_LSB = 0, BLK_CON = VSSD, in xbd599_init_sequence() [all …]
|
/linux/include/uapi/linux/ |
H A D | fs.h | 47 #define SEEK_HOLE 4 /* seek to the next hole */ 166 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 167 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 168 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 169 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 170 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 171 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 172 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 173 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 174 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ [all …]
|
/linux/tools/include/uapi/linux/ |
H A D | fs.h | 47 #define SEEK_HOLE 4 /* seek to the next hole */ 166 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 167 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 168 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 169 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 170 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 171 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 172 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 173 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 174 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ [all …]
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | fs.h | 47 #define SEEK_HOLE 4 /* seek to the next hole */ 166 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 167 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 168 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 169 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 170 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 171 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 172 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 173 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 174 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ [all …]
|
/linux/drivers/clk/mmp/ |
H A D | clk-of-pxa168.c | 163 …arent_names, ARRAY_SIZE(twsi_parent_names), CLK_SET_RATE_PARENT, APBC_TWSI0, 4, 3, 0, &twsi0_lock}, 164 …arent_names, ARRAY_SIZE(twsi_parent_names), CLK_SET_RATE_PARENT, APBC_TWSI1, 4, 3, 0, &twsi1_lock}, 165 …{0, "kpc_mux", kpc_parent_names, ARRAY_SIZE(kpc_parent_names), CLK_SET_RATE_PARENT, APBC_KPC, 4, 3… 166 …{0, "pwm0_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM0, 4,… 167 …{0, "pwm1_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM1, 4,… 168 …{0, "pwm2_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM2, 4,… 169 …{0, "pwm3_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM3, 4,… 170 …arent_names, ARRAY_SIZE(uart_parent_names), CLK_SET_RATE_PARENT, APBC_UART0, 4, 3, 0, &uart0_lock}, 171 …arent_names, ARRAY_SIZE(uart_parent_names), CLK_SET_RATE_PARENT, APBC_UART1, 4, 3, 0, &uart1_lock}, 172 …arent_names, ARRAY_SIZE(uart_parent_names), CLK_SET_RATE_PARENT, APBC_UART2, 4, 3, 0, &uart2_lock}, [all …]
|
/linux/drivers/media/usb/gspca/ |
H A D | sn9c2028.c | 44 .sizeimage = 640 * 480 * 3 / 4, 53 .sizeimage = 352 * 288 * 3 / 4, 65 command[3], command[4], command[5]); in sn9c2028_command() 107 4, 0, gspca_dev->usb_buf, 4, 500); in sn9c2028_read4() 108 if (rc != 4) { in sn9c2028_read4() 112 memcpy(reading, gspca_dev->usb_buf, 4); in sn9c2028_read4() 121 __u8 reading[4]; in sn9c2028_long_command() 135 memset(reading, 0, 4); in sn9c2028_long_command() 234 case 4: in run_start_commands() 328 {{0x0c, 0x01, 0x00, 0x00, 0x00, 0x00}, 4}, in start_spy_cam() [all …]
|
/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 18 0, 0, edx, 31:0, cpu_vendorid_1 , CPU vendor ID string bytes 4 - 7 24 1, 0, eax, 7:4, base_model , Base CPU model ID 37 1, 0, ecx, 4, ds_cpl , CPL Qualified Debug Store 68 1, 0, edx, 4, tsc , Time Stamp Counter 103 2, 0, ebx, 7:0, desc4 , Descriptor #4 107 2, 0, ebx, 31, ebx_invalid , Descriptors 4-7 are invalid if set 119 # Leaf 4H 122 4, 31:0, eax, 4:0, cache_type , Cache type field 123 4, 31:0, eax, 7:5, cache_level , Cache level (1-based) 124 4, 31:0, eax, 8, cache_self_init , Self-initialializing cache level [all …]
|
/linux/tools/perf/pmu-events/arch/x86/alderlake/ |
H A D | virtual-memory.json | 5 "EventCode": "0x12", 16 "EventCode": "0x12", 25 "Counter": "0,1,2,3,4,5", 36 "EventCode": "0x12", 46 "EventCode": "0x12", 54 "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.", 56 "EventCode": "0x12", 58 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 64 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 66 "EventCode": "0x12", [all …]
|
/linux/tools/testing/selftests/arm64/fp/ |
H A D | fp-ptrace-asm.S | 22 stp x11, x12, [sp, #-0x10]! 28 ldp q4, q5, [x7, #16 * 4] 59 add x12, x12, #1 60 cmp x11, x12 88 ldr z4, [x7, #4, MUL VL] 131 ldr p4, [x7, #4, MUL VL] 159 stp q4, q5, [x7, #16 * 4] 196 add x12, x12, # [all...] |
/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi-asm.S | 27 #define ID_AA64SMFR0_EL1_SMEver_WIDTH 4 89 // Load ZA and ZT0 if enabled - uses x12 as scratch due to SME LDR 95 add x12, x12, #1 96 cmp x1, x12 114 ldp x12, x13, [x2], #16 134 ldp q4, q5, [x2, #16 * 4] 159 ldr z4, [x2, #4, MUL VL] 202 ldr p4, [x2, #4, MUL VL] 224 stp x12, x1 [all...] |