Home
last modified time | relevance | path

Searched refs:x23 (Results 1 – 25 of 110) sorted by relevance

12345

/linux/tools/testing/selftests/arm64/signal/
A Dsignals.S28 add x23, sp, x22 /* new sigframe base with misaligment if any */
32 mov x2, x23
36 mov x0, x23
52 str x23, [x0]
54 mov sp, x23
/linux/drivers/net/wan/
A Dwanxlfw.inc_shipped10 0x23,0xFC,0x78,0x00,0x00,0x00,0xFF,0xFC,0x15,0x48,0x33,0xFC,0x04,0x80,0xFF,0xFC,
11 0x10,0x26,0x33,0xFC,0x01,0x10,0xFF,0xFC,0x10,0x2A,0x23,0xFC,0x00,0xD4,0x9F,0x40,
12 0xFF,0xFC,0x15,0x40,0x23,0xFC,0x00,0x00,0x05,0x43,0xFF,0xF9,0x01,0x00,0x23,0xFC,
13 0x00,0x00,0x05,0x43,0xFF,0xF9,0x01,0x14,0x23,0xFC,0x00,0x00,0x00,0x00,0xFF,0xF9,
14 0x01,0x10,0x23,0xFC,0x00,0x00,0x00,0x08,0xFF,0xF9,0x01,0x24,0x23,0xFC,0x00,0x00,
16 0x23,0xFC,0x00,0x00,0x00,0x01,0xFF,0xF9,0x00,0xD4,0x61,0x00,0x06,0x74,0x33,0xFC,
24 0x00,0x00,0x00,0x10,0x66,0x00,0xFF,0xBC,0x23,0xC6,0xFF,0xF9,0x00,0xE4,0x60,0x00,
72 0x02,0x82,0xFF,0xFF,0xFF,0xFC,0x23,0xC8,0xFF,0xF9,0x01,0x04,0x23,0xC9,0xFF,0xF9,
73 0x01,0x08,0x23,0xC2,0xFF,0xF9,0x01,0x0C,0x23,0xFC,0x00,0x00,0x01,0x03,0xFF,0xF9,
87 0xFF,0xF9,0x01,0x1C,0x23,0xC9,0xFF,0xF9,0x01,0x18,0x23,0xC3,0xFF,0xF9,0x01,0x20,
[all …]
/linux/lib/crypto/
A Dcurve25519-fiat32.c121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() local
247 { const u32 x23 = in2[0]; in fe_add_impl() local
248 out[0] = (x5 + x23); in fe_add_impl()
290 { const u32 x23 = in2[0]; in fe_sub_impl() local
291 out[0] = ((0x7ffffda + x5) - x23); in fe_sub_impl()
333 { const u32 x23 = in2[0]; in fe_mul_impl() local
334 { u64 x40 = ((u64)x23 * x5); in fe_mul_impl()
335 { u64 x41 = (((u64)x23 * x7) + ((u64)x25 * x5)); in fe_mul_impl()
487 { u64 x50 = (x23 + (x33 << 0x4)); in fe_sqr_impl()
656 { const u32 x23 = 121666; in fe_mul_121666_impl() local
[all …]
/linux/arch/arm64/kernel/
A Dentry.S207 stp x22, x23, [sp, #16 * 11]
251 apply_ssbd 1, x22, x23
253 mte_set_kernel_gcr x22, x23
274 mrs x23, spsr_el1
295 stp x22, x23, [sp, #S_PC]
353 msr sp_el0, x23
412 ldp x22, x23, [sp, #16 * 11]
451 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR
453 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR
727 stp x23, x24, [x8], #16
[all …]
A Dhead.S94 adrp x23, __PHYS_OFFSET
95 and x23, x23, MIN_KIMG_ALIGN - 1 // KASLR offset, defaults to 0
367 add x5, x5, x23 // add KASLR displacement
457 tst x23, ~(MIN_KIMG_ALIGN - 1) // already running randomized?
461 orr x23, x23, x0 // record KASLR offset
762 add x11, x11, x23 // actual virtual offset
772 add x14, x14, x23 // relocate
773 str x14, [x12, x23]
819 sub x15, x23, x24 // delta from previous offset
821 mov x24, x23 // save new offset
[all …]
A Dsleep.S69 stp x23, x24, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+48]
144 ldp x23, x24, [x29, #48]
/linux/arch/arm64/crypto/
A Daes-neonbs-core.S571 mov x23, x4
576 csel x23, x23, xzr, pl
615 cbz x23, 1f
644 mov x23, x4
650 csel x23, x23, xzr, pl
716 cbz x23, 2f
741 csel x23, x23, xzr, pl
799 mov x23, x4
844 cbz x23, 1f
887 add x23, x23, x26 // do one extra block if final
[all …]
/linux/net/wireless/certs/
A Dsforshee.hex35 0x90, 0x0f, 0xac, 0x36, 0xfa, 0x68, 0x23, 0x71,
58 0x25, 0x23, 0x4e, 0xaa, 0x22, 0x0c, 0x16, 0xb9,
64 0x6a, 0x28, 0xf2, 0x34, 0x5c, 0x23, 0x3f, 0x32,
82 0x23, 0x99, 0x9f, 0x51, 0x03, 0x4c, 0x45, 0x7d,
/linux/arch/arm64/kernel/probes/
A Dkprobes_trampoline.S24 stp x22, x23, [sp, #S_X22]
58 ldp x22, x23, [sp, #S_X22]
/linux/tools/testing/selftests/kvm/lib/aarch64/
A Dhandlers.S16 stp x22, x23, [sp, #16 * 11]
45 ldp x22, x23, [sp, #16 * 11]
/linux/arch/riscv/kernel/probes/
A Dkprobes_trampoline.S35 REG_S x23, PT_S7(sp)
67 REG_L x23, PT_S7(sp)
/linux/Documentation/leds/
A Dleds-mlxcpld.rst85 - CPLD reg offset: 0x23
89 - CPLD reg offset: 0x23
/linux/arch/arm64/boot/dts/renesas/
A Dr8a779a0-falcon-csi-dsi.dtsi25 reg = <0x23>;
/linux/Documentation/devicetree/bindings/iio/light/
A Dbh1750.yaml41 reg = <0x23>;
A Dliteon,ltr501.yaml44 reg = <0x23>;
/linux/arch/arm64/include/asm/
A Dkvm_asm.h300 stp x23, x24, [\ctxt, #CPU_XREG_OFFSET(23)]
311 ldp x23, x24, [\ctxt, #CPU_XREG_OFFSET(23)]
/linux/Documentation/hwmon/
A Dltc4245.rst34 Example: the following will load the driver for an LTC4245 at address 0x23
38 $ echo ltc4245 0x23 > /sys/bus/i2c/devices/i2c-1/new_device
/linux/arch/riscv/kernel/
A Dmcount-dyn.S91 REG_S x23, PT_S7(sp)
129 REG_L x23, PT_S7(sp)
A Dentry.S66 REG_S x23, PT_S7(sp)
324 REG_L x23, PT_S7(sp)
460 REG_S x23, PT_S7(sp)
/linux/tools/perf/arch/arm64/util/
A Dperf_regs.c36 SMPL_REG(x23, PERF_REG_ARM64_X23),
/linux/arch/arm/boot/dts/
A Dimx6qdl-gw5907.dtsi234 reg = <0x23>;
242 reg = <0x23>;
A Dimx6qdl-gw552x.dtsi224 reg = <0x23>;
232 reg = <0x23>;
A Dimx6qdl-gw5912.dtsi239 reg = <0x23>;
254 reg = <0x23>;
/linux/Documentation/devicetree/bindings/pinctrl/
A Dbrcm,nsp-gpio.txt20 Number of gpios supported (58x25 supports 32 and 58x23 supports 24)
/linux/drivers/scsi/aic7xxx/
A Daic79xx_seq.h_shipped335 0x23, 0x92, 0x89, 0x08,
355 0x23, 0xe0, 0xca, 0x72,
570 0x00, 0x85, 0x0b, 0x23,
571 0x00, 0x86, 0x0d, 0x23,
572 0x00, 0x87, 0x0f, 0x23,
655 0xff, 0x86, 0x0d, 0x23,
656 0xff, 0x87, 0x0f, 0x23,

Completed in 757 milliseconds

12345