Searched refs:x0 (Results 26 - 50 of 1220) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/gnu/dts/arm/
H A Dimx7d-pinfunc.h18 #define MX7D_PAD_GPIO1_IO00__GPIO1_IO0 0x0000 0x0030 0x0000 0x0 0x0
19 #define MX7D_PAD_GPIO1_IO00__PWM4_OUT 0x0000 0x0030 0x0000 0x1 0x0
20 #define MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_ANY 0x0000 0x0030 0x0000 0x2 0x0
21 #define MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_B 0x0000 0x0030 0x0000 0x3 0x0
22 #define MX7D_PAD_GPIO1_IO00__WDOD1_WDOG__RST_B_DEB 0x0000 0x0030 0x0000 0x4 0x0
23 #define MX7D_PAD_GPIO1_IO01__GPIO1_IO1 0x0004 0x0034 0x0000 0x0 0x0
24 #define MX7D_PAD_GPIO1_IO01__PWM1_OUT 0x0004 0x0034 0x0000 0x1 0x0
25 #define MX7D_PAD_GPIO1_IO01__CCM_ENET_REF_CLK3 0x0004 0x0034 0x0000 0x2 0x0
[all...]
H A Dimx35-pinfunc.h17 #define MX35_PAD_CAPTURE__GPT_CAPIN1 0x004 0x328 0x000 0x0 0x0
18 #define MX35_PAD_CAPTURE__GPT_CMPOUT2 0x004 0x328 0x000 0x1 0x0
19 #define MX35_PAD_CAPTURE__CSPI2_SS1 0x004 0x328 0x7f4 0x2 0x0
20 #define MX35_PAD_CAPTURE__EPIT1_EPITO 0x004 0x328 0x000 0x3 0x0
21 #define MX35_PAD_CAPTURE__CCM_CLK32K 0x004 0x328 0x7d0 0x4 0x0
22 #define MX35_PAD_CAPTURE__GPIO1_4 0x004 0x328 0x850 0x5 0x0
23 #define MX35_PAD_COMPARE__GPT_CMPOUT1 0x008 0x32c 0x000 0x0 0x0
24 #define MX35_PAD_COMPARE__GPT_CAPIN2 0x008 0x32c 0x000 0x1 0x0
[all...]
H A Dimx50-pinfunc.h17 #define MX50_PAD_KEY_COL0__KPP_COL_0 0x020 0x2cc 0x000 0x0 0x0
18 #define MX50_PAD_KEY_COL0__GPIO4_0 0x020 0x2cc 0x000 0x1 0x0
19 #define MX50_PAD_KEY_COL0__EIM_NANDF_CLE 0x020 0x2cc 0x000 0x2 0x0
20 #define MX50_PAD_KEY_COL0__CTI_TRIGIN7 0x020 0x2cc 0x000 0x6 0x0
21 #define MX50_PAD_KEY_COL0__USBPHY1_TXREADY 0x020 0x2cc 0x000 0x7 0x0
22 #define MX50_PAD_KEY_ROW0__KPP_ROW_0 0x024 0x2d0 0x000 0x0 0x0
23 #define MX50_PAD_KEY_ROW0__GPIO4_1 0x024 0x2d0 0x000 0x1 0x0
24 #define MX50_PAD_KEY_ROW0__EIM_NANDF_ALE 0x024 0x2d0 0x000 0x2 0x0
[all...]
H A Dimx6sl-pinfunc.h17 #define MX6SL_PAD_AUD_MCLK__AUDIO_CLK_OUT 0x04c 0x2a4 0x000 0x0 0x0
18 #define MX6SL_PAD_AUD_MCLK__PWM4_OUT 0x04c 0x2a4 0x000 0x1 0x0
19 #define MX6SL_PAD_AUD_MCLK__ECSPI3_RDY 0x04c 0x2a4 0x6b4 0x2 0x0
20 #define MX6SL_PAD_AUD_MCLK__FEC_MDC 0x04c 0x2a4 0x000 0x3 0x0
21 #define MX6SL_PAD_AUD_MCLK__WDOG2_RESET_B_DEB 0x04c 0x2a4 0x000 0x4 0x0
22 #define MX6SL_PAD_AUD_MCLK__GPIO1_IO06 0x04c 0x2a4 0x000 0x5 0x0
23 #define MX6SL_PAD_AUD_MCLK__SPDIF_EXT_CLK 0x04c 0x2a4 0x7f4 0x6 0x0
24 #define MX6SL_PAD_AUD_RXC__AUD3_RXC 0x050 0x2a8 0x000 0x0 0x0
[all...]
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/phy/
H A Dphy-pistachio-usb.h12 #define REFCLK_XO_CRYSTAL 0x0
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_aarch64.inc.S15 str x30, [x0]
19 adrp x0, _ZN14__interception10real_vforkE
20 ldr x0, [x0, :lo12:_ZN14__interception10real_vforkE]
21 blr x0
23 stp x0, xzr, [sp, #-16]!
24 cmp x0, #0
27 // x0 != 0 => parent process. Clear stack shadow.
28 add x0, sp, #16
34 ldr x30, [x0]
[all...]
H A Dsanitizer_syscall_linux_aarch64.inc17 register u64 x0 asm("x0");
19 : "=r"(x0)
22 return x0;
29 register u64 x0 asm("x0") = arg1;
31 : "=r"(x0)
32 : "r"(x8), "0"(x0)
34 return x0;
41 register u64 x0 as
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dsupport.S48 mov x0, #-1
57 cmp x0, x4
62 1: ldxr w4, [x0] /* Load-exclusive the data */
65 stxr w5, w3, [x0] /* Store the new data */
70 mov x0, #0 /* Success */
79 cmp x0, x4
84 1: ldxr x4, [x0] /* Load-exclusive the data */
87 stxr w5, x3, [x0] /* Store the new data */
92 mov x0, #0 /* Success */
101 cmp x0, x
[all...]
H A Dcpufunc_asm.S49 * Macro to handle the cache. This takes the start address in x0, length
50 * in x1. It will corrupt x0, x1, x2, and x3.
60 and x2, x0, x4 /* Get the low bits of the address */
62 bic x0, x0, x4 /* Clear the low bit of the address */
64 dc \dcop, x0
67 ic \icop, x0
70 add x0, x0, x3 /* Move to the next line */
89 msr ttbr0_el1, x0
[all...]
H A Dbus_space_asm.S48 ldr x0, [x1, x2]
57 add x0, x1, x2
59 * x0 = The device address.
65 1: ldrb w1, [x0]
78 add x0, x1, x2
80 * x0 = The device address.
86 1: ldrh w1, [x0]
99 add x0, x1, x2
101 * x0 = The device address.
107 1: ldr w1, [x0]
[all...]
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Darcelf.sh7 TEXT_START_ADDR=0x0
9 NONPAGED_TEXT_START_ADDR=0x0
H A Dvsta.sh6 NONPAGED_TEXT_START_ADDR=0x0
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-asmtab.c1915 { 0x0, 0x0, 0, -1, -1, 0, 1, 0 },
1916 { 0x0, 0x0, 0, -1, -1, 0, 1, 0 },
1917 { 0x0, 0x0, 0, -1, -1, 0, 1, 0 },
1918 { 0x0, 0x0, 0, -1, -1, 0, 1, 0 },
1919 { 0x0, 0x0,
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/atomic/aarch64/
H A Dopensolaris_atomic.S35 1: ldxr x2, [x0] /* Load *target */
37 stxr w3, x2, [x0] /* Store *target */
39 mov x0, x2 /* Return the new value */
48 1: ldxr w3, [x0] /* Load *target */
51 stxr w4, w2, [x0] /* Store newval to *target */
62 1: ldxr x3, [x0] /* Load *target */
65 stxr w4, x2, [x0] /* Store newval to *target */
67 2: mov x0, x3 /* Return the old value */
75 1: ldxrb w2, [x0] /* Load *target */
77 stxrb w3, w2, [x0] /* Stor
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_setjmp.S59 stp x19, x20, [x0, #0<<3]
60 stp x21, x22, [x0, #2<<3]
61 stp x23, x24, [x0, #4<<3]
62 stp x25, x26, [x0, #6<<3]
63 stp x27, x28, [x0, #8<<3]
64 stp x29, x30, [x0, #10<<3]
65 stp d8, d9, [x0, #14<<3]
66 stp d10, d11, [x0, #16<<3]
67 stp d12, d13, [x0, #18<<3]
68 stp d14, d15, [x0, #2
[all...]
/freebsd-11-stable/sys/dev/auxio/
H A Dauxioreg.h39 #define AUXIO_FD_DENSENSE_INPUT 0x0
43 #define AUXIO_AUDIO_POWERDOWN 0x0
46 #define AUXIO_POWER_SYSTEM_OFF 0x0
53 #define AUXIO_PCI_SLOT0 0x0 /* two bits each */
60 #define AUXIO_FREQ_FREQ0 0x0
65 #define AUXIO_SCSI_INT_OSC_EN 0x0
69 #define AUXIO_TEMP_SELECT 0x0
/freebsd-11-stable/lib/libc/aarch64/sys/
H A Dcerror.S34 stp x0, lr, [sp]
37 str w1, [x0]
38 movn x0, #0
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/arch/aarch64/
H A Dreturn_one.S6 mov x0, #1
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.helper.c49 0xe8, 0x0, 0x0, 0x0, 0x0, /* call baz */
/freebsd-11-stable/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_asm.S58 mrs x0, daif
67 msr daif, x0
75 ldrb w0, [x0]
84 ldrh w0, [x0]
93 ldr w0, [x0]
102 ldr x0, [x0]
113 ldrb w4, [x0], #1 /* Load from uaddr */
130 1: ldrb w4, [x0], #1 /* Load from uaddr */
144 mov x0, #
[all...]
/freebsd-11-stable/sys/dev/bhnd/nvram/
H A Dbhnd_spromreg.h43 #define SPROM_SIG_NONE 0x0
44 #define SPROM_SIG_NONE_OFF 0x0
/freebsd-11-stable/sys/dev/ti/
H A Dti_fw.h23 0x0, 0xd, 0xd, 0x3c1d0001,
25 0xc00100c, 0x0, 0xd, 0x27bdffd8,
29 0x0, 0x3c040001, 0x248451a4, 0x24050001,
47 0x8f420218, 0x30420002, 0x10400009, 0x0,
52 0x8f420218, 0x30420010, 0x1040000a, 0x0,
61 0x621023, 0x2c420065, 0x1440fffc, 0x0,
68 0x0, 0x8ee20450, 0x8ee30454, 0xaee304fc,
82 0xa043009c, 0x2c82000f, 0x1440fff8, 0x0,
85 0x96e2046a, 0x30420003, 0x14400009, 0x0,
92 0x0,
[all...]
H A Dti_fw2.h22 0x0,
23 0x10000003, 0x0, 0xd, 0xd,
25 0x26104000, 0xc001082, 0x0, 0xd,
27 0x26104000, 0xc0018cc, 0x0, 0xd,
28 0x0, 0x0, 0x0, 0x0,
29 0x0, 0x0,
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_lzma.c29 0x5d, 0x0, 0x0, 0x80, 0x0, 0x0, 0x28, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
[all...]
/freebsd-11-stable/libexec/rbootd/
H A Drmp.h58 #define RMP_ADDR { 0x9, 0x0, 0x9, 0x0, 0x0, 0x4 }

Completed in 381 milliseconds

1234567891011>>