Home
last modified time | relevance | path

Searched refs:x17 (Results 1 – 25 of 218) sorted by relevance

123456789

/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c110 { const u32 x17 = in1[9]; in fe_freeze() local
129 { u32 x47; u8/*bool*/ x48 = subborrow_u25(x45, x17, 0x1ffffff, &x47); in fe_freeze()
231 { const u32 x17 = in1[6]; in fe_add_impl() local
254 out[6] = (x17 + x35); in fe_add_impl()
274 { const u32 x17 = in1[6]; in fe_sub_impl() local
297 out[6] = ((0x7fffffe + x17) - x35); in fe_sub_impl()
317 { const u32 x17 = in1[6]; in fe_mul_impl() local
340 …) + ((u64)x33 * x7))) + ((u64)x27 * x13)) + ((u64)x31 * x9)) + ((u64)x23 * x17)) + ((u64)x35 * x5)… in fe_mul_impl()
341 …) + ((u64)x31 * x11)) + ((u64)x27 * x15)) + ((u64)x33 * x9)) + ((u64)x25 * x17)) + ((u64)x35 * x7)… in fe_mul_impl()
342 …+ ((u64)x33 * x11)) + ((u64)x25 * x19)) + ((u64)x37 * x7)))) + ((u64)x27 * x17)) + ((u64)x35 * x9)… in fe_mul_impl()
[all …]
/openbmc/linux/arch/arm64/lib/
H A Dcopy_page.S35 ldp x16, x17, [x1, #112]
60 stnp x16, x17, [x0, #112 - 256]
61 ldp x16, x17, [x1, #112]
75 stnp x16, x17, [x0, #112 - 256]
/openbmc/qemu/target/ppc/translate/
H A Dfp-ops.c.inc23 GEN_HANDLER_E(lfiwax, 0x1f, 0x17, 0x1a, 0x00000001, PPC_NONE, PPC2_ISA205),
24 GEN_HANDLER_E(lfiwzx, 0x1f, 0x17, 0x1b, 0x1, PPC_NONE, PPC2_FP_CVT_ISA206),
25 GEN_HANDLER_E(lfdpx, 0x1F, 0x17, 0x18, 0x00200001, PPC_NONE, PPC2_ISA205),
30 GEN_STXF(stfiw, st32fiw, 0x17, 0x1E, PPC_FLOAT_STFIWX)
32 GEN_HANDLER_E(stfdpx, 0x1F, 0x17, 0x1C, 0x00200001, PPC_NONE, PPC2_ISA205),
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-jerry.dts92 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05 0x89 0x01 0x3a 0x00
96 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05 0x89 0x01 0x3a 0x00 0x88 0x13
99 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05
103 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05
107 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05
111 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05
115 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05
119 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05>;
126 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05 0x89 0x01 0x3a 0x00
130 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05 0x89 0x01 0x3a 0x00 0x88 0x13
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dentry-ftrace.S59 ldr x17, [x11, #FTRACE_OPS_DIRECT_CALL] // op->direct_call
60 cbnz x17, ftrace_caller_direct
130 ldr x17, [sp, #FREGS_DIRECT_TRAMP]
131 cbnz x17, ftrace_caller_direct_late
168 br x17
H A Drelocate_kernel.S51 ldr x17, [x0, #KIMAGE_ARCH_TTBR1] /* x17 = linear map copy */
55 break_before_make_ttbr_switch x18, x17, x1, x2 /* set linear map */
H A Dsmccc-call.S63 ldp x16, x17, [x19, #ARM_SMCCC_1_2_REGS_X16_OFFS]
79 stp x16, x17, [x19, #ARM_SMCCC_1_2_REGS_X16_OFFS]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0001-FF-A-v15-arm64-smccc-add-support-for-SMCCCv1.2-x0-x1.patch4 Subject: [PATCH] FF-A v15: arm64: smccc: add support for SMCCCv1.2 x0-x17
7 add support for x0-x17 registers used by the SMC calls
9 In SMCCC v1.2 [1] arguments are passed in registers x1-x17.
10 Results are returned in x0-x17.
61 + /* Load the registers x0 - x17 from the struct arm_smccc_1_2_regs */
70 + ldp x16, x17, [x19, #ARM_SMCCC_1_2_REGS_X16_OFFS]
77 + /* Store the registers x0 - x17 into the result structure */
86 + stp x16, x17, [x19, #ARM_SMCCC_1_2_REGS_X16_OFFS]
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S34 stp x16, x17, [x0, #CPU_XREG_OFFSET(16)]
89 ldp x16, x17, [x29, #CPU_XREG_OFFSET(16)]
284 ldp x16, x17, [x18, #CPU_XREG_OFFSET(16)]
296 stp x16, x17, [x18, #CPU_XREG_OFFSET(16)]
/openbmc/linux/net/wireless/certs/
H A Dwens.hex10 0x17, 0x0d, 0x32, 0x33, 0x31, 0x32, 0x30, 0x31,
35 0x17, 0xab, 0xec, 0x42, 0x77, 0x37, 0x65, 0x8a,
38 0x42, 0x17, 0x2b, 0x25, 0x8c, 0xb8, 0x17, 0x3b,
44 0xc3, 0x8f, 0x17, 0xfa, 0x0a, 0x99, 0xc2, 0x16,
H A Dsforshee.hex9 0x20, 0x17, 0x0d, 0x31, 0x37, 0x31, 0x30, 0x30,
27 0x1b, 0x08, 0x17, 0x14, 0x6b, 0x61, 0xc4, 0x57,
57 0x48, 0xb9, 0xfe, 0x07, 0x17, 0xbb, 0x21, 0xf7,
/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dlowlevel_init.S29 stp x17, x18, [x0], #16
53 ldp x17, x18, [x0], #16
/openbmc/libpldm/tests/fuzz/
H A Dfd.dict15 update_comp="\x17\x00\x00\x00\x80\x05\x14\x07\x00\x7b\x00\x09\xff\xff\xff\xff\x10\x08\x00\x00\x00\x…
16 update_comp_00="\x17\x00\x00\x00\x80\x05\x14\x00\x00\x00\x00\x00\xff\xff\xff\xff\x10\x08\x00\x00\x0…
/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-core.S491 adr_l x17, .Lpermute_table + 16
494 add x12, x17, x11
495 sub x17, x17, x11
551 adr_l x17, .Lpermute_table
553 add x17, x17, x12
554 ld1 {KS1.16b}, [x17] // load permute vector
572 6: ld1 {T1.16b-T2.16b}, [x17], #32 // permute vectors
573 sub x17, x17, x19, lsl #1
592 ld1 {T1.16b}, [x17]
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dhandlers.S13 stp x16, x17, [sp, #16 * 8]
48 ldp x16, x17, [sp, #16 * 8]
/openbmc/linux/arch/arm64/kernel/probes/
H A Dkprobes_trampoline.S21 stp x16, x17, [sp, #S_X16]
55 ldp x16, x17, [sp, #S_X16]
/openbmc/u-boot/arch/arm/dts/
H A Dast2600-qcom-dc-scm-v1.dts161 0x10 0x17
162 0x10 0x17>;
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dexceptions.S54 stp x17, x18, [sp, #-16]!
129 ldp x17, x18, [sp],#16
/openbmc/linux/arch/riscv/kernel/probes/
H A Drethook_trampoline.S29 REG_S x17, PT_A7(sp)
61 REG_L x17, PT_A7(sp)
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dentry.S26 // x1-x17: clobbered by macros
73 // Restore guest regs x0-x17
82 ldp x16, x17, [x29, #CPU_XREG_OFFSET(16)]
129 // Store the guest regs x0-x1 and x4-x17
137 stp x16, x17, [x1, #CPU_XREG_OFFSET(16)]
/openbmc/linux/arch/arm64/boot/dts/amd/
H A Damd-seattle-xgbe-b.dtsi58 iommus = <&xgmac0_smmu 0x00 0x17>; /* 0-7, 16-23 */
84 iommus = <&xgmac1_smmu 0x00 0x17>; /* 0-7, 16-23 */
/openbmc/u-boot/arch/riscv/cpu/
H A Dmtrap.S50 SREG x17, 17 * REGBYTES(sp)
86 LREG x17, 17 * REGBYTES(sp)
/openbmc/linux/arch/riscv/include/asm/
H A Dasm.h120 REG_S x17, PT_A7(sp)
150 REG_L x17, PT_A7(sp)
/openbmc/qemu/tests/qemu-iotests/
H A D031.out67 backing_file_size 0x17
168 backing_file_size 0x17
/openbmc/qemu/pc-bios/keymaps/
H A Dsl49 i 0x17 addupper
230 rightarrow 0x17 altgr
231 idotless 0x17 shift altgr

123456789