Searched refs:x9 (Results 1 - 25 of 356) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull-pinfunc.h27 #define MX6ULL_PAD_UART1_TX_DATA__UART5_DCE_TX 0x0084 0x0310 0x0000 0x9 0x0
28 #define MX6ULL_PAD_UART1_TX_DATA__UART5_DTE_RX 0x0084 0x0310 0x0644 0x9 0x4
29 #define MX6ULL_PAD_UART1_RX_DATA__UART5_DCE_RX 0x0088 0x0314 0x0644 0x9 0x5
30 #define MX6ULL_PAD_UART1_RX_DATA__UART5_DTE_TX 0x0088 0x0314 0x0000 0x9 0x0
31 #define MX6ULL_PAD_UART1_CTS_B__UART5_DCE_CTS 0x008C 0x0318 0x0000 0x9 0x0
32 #define MX6ULL_PAD_UART1_CTS_B__UART5_DTE_RTS 0x008C 0x0318 0x0640 0x9 0x3
33 #define MX6ULL_PAD_UART1_RTS_B__UART5_DCE_RTS 0x0090 0x031C 0x0640 0x9 0x4
34 #define MX6ULL_PAD_UART1_RTS_B__UART5_DTE_CTS 0x0090 0x031C 0x0000 0x9 0x0
35 #define MX6ULL_PAD_UART4_RX_DATA__EPDC_PWRCTRL01 0x00B8 0x0344 0x0000 0x9 0x0
36 #define MX6ULL_PAD_UART5_TX_DATA__EPDC_PWRCTRL02 0x00BC 0x0348 0x0000 0x9
[all...]
H A Dimx7ulp-pinfunc.h20 #define IMX7ULP_PAD_PTC0__FB_AD0 0x0000 0x0000 0x9 0x0
26 #define IMX7ULP_PAD_PTC1__FB_AD1 0x0004 0x0000 0x9 0x0
32 #define IMX7ULP_PAD_PTC2__FB_AD2 0x0008 0x0000 0x9 0x0
37 #define IMX7ULP_PAD_PTC3__FB_AD3 0x000c 0x0000 0x9 0x0
45 #define IMX7ULP_PAD_PTC4__FB_AD4 0x0010 0x0000 0x9 0x0
53 #define IMX7ULP_PAD_PTC5__FB_AD5 0x0014 0x0000 0x9 0x0
61 #define IMX7ULP_PAD_PTC6__FB_AD6 0x0018 0x0000 0x9 0x0
67 #define IMX7ULP_PAD_PTC7__FB_AD7 0x001c 0x0000 0x9 0x0
75 #define IMX7ULP_PAD_PTC8__FB_AD8 0x0020 0x0000 0x9 0x0
83 #define IMX7ULP_PAD_PTC9__FB_AD9 0x0024 0x0000 0x9
[all...]
/freebsd-current/libexec/rbootd/
H A Drmp.h56 #define RMP_ADDR { 0x9, 0x0, 0x9, 0x0, 0x0, 0x4 }
/freebsd-current/sys/arm64/vmm/
H A Dvmm_hyp_exception.S53 stp x8, x9, [sp, #(8 * 8)]
66 ldp x8, x9, [sp, #(8 * 8)]
91 stp x8, x9, [x0, #(TF_X + 8 * 8)]
130 ldp x8, x9, [x0, #(TF_X + 8 * 8)]
213 mov x9, #VTTBR_HOST
214 msr vttbr_el2, x9
223 mrs x9, mair_el1
224 msr mair_el2, x9
243 mov x9, #VTTBR_HOST
244 msr vttbr_el2, x9
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Darm64intr.h25 _ARM64_BARRIER_ISHLD = 0x9,
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/iio/addac/
H A Dadi,ad74413r.h15 #define CH_FUNC_CURRENT_INPUT_EXT_POWER_HART 0x9
/freebsd-current/sys/arm64/linux/
H A Dlinux_support.S67 adr x9, futex_fault /* Load the fault handler */
68 SET_FAULT_HANDLER(x9, x4) /* And set it */
81 SET_FAULT_HANDLER(xzr, x9) /* Reset the fault handler */
89 adr x9, futex_fault
90 SET_FAULT_HANDLER(x9, x4)
104 SET_FAULT_HANDLER(xzr, x9)
112 adr x9, futex_fault
113 SET_FAULT_HANDLER(x9, x4)
127 SET_FAULT_HANDLER(xzr, x9)
135 adr x9, futex_faul
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c23 x9, x10, x11, x12, x13, x14, x15; local
48 x9 = LOAD32_LE(in + 12);
55 x9 ^= ROTL32(x5 + x1, 7);
56 x13 ^= ROTL32(x9 + x5, 9);
57 x1 ^= ROTL32(x13 + x9, 13);
75 x11 ^= ROTL32(x10 + x9, 7);
77 x9 ^= ROTL32(x8 + x11, 13);
78 x10 ^= ROTL32(x9 + x8, 18);
92 STORE32_LE(out + 28, x9);
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/net/
H A Dti-dp83867.h29 #define DP83867_RGMIIDCTL_2_50_NS 0x9
47 #define DP83867_CLK_O_SEL_CHN_B_TCLK 0x9
H A Dti-dp83869.h29 #define DP83869_CLK_O_SEL_CHN_B_TCLK 0x9
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Duuid.h38 #define GUID_INIT(x0_3, x4_5, x6_7, x8, x9, x10, x11, x12, x13, x14, x15) \
49 [9] = (x9), \
/freebsd-current/stand/kboot/kboot/arch/aarch64/
H A Dtramp.S85 ldp x9, x0, [x8, #TRAMP_ENTRY] /* x0 = modulep */
86 br x9
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/phy/
H A Dphy-qcom-qusb2.h19 #define QUSB2_V2_HSTX_TRIM_18_6_MA 0x9
/freebsd-current/lib/libc/aarch64/gen/
H A D_setjmp.S38 mov x9, sp
39 stp x8, x9, [x0], #16
68 ldr x9, .Lmagic
69 cmp x8, x9
H A Dsetjmp.S50 mov x9, sp
51 stp x8, x9, [x0], #16
92 ldr x9, .Lmagic
93 cmp x8, x9
/freebsd-current/sys/arm64/arm64/
H A Dlocore.S539 mov x9, x28
547 ldr x9, =(PAGE_SIZE * L3_PAGE_COUNT)
548 add x26, x26, x9
551 mov x9, x6
560 mov x9, x6
568 mov x9, x6
585 mov x9, x16 /* PA start */
593 ldr x9, =(L2_SIZE)
594 add x16, x16, x9 /* VA start */
599 adrp x9, socdev_v
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h34 GT = 0x9,
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/dma/
H A Dx1830-dma.h18 #define X1830_DMA_SADC_RX 0x9
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c22 uint32_t x8, x9, x10, x11, x12, x13, x14, x15; local
40 x9 = LOAD32_LE(k + 20);
50 QUARTERROUND(x1, x5, x9, x13);
56 QUARTERROUND(x3, x4, x9, x14);
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h42 #define isspace(C) ((C) == 0x20 || ((C) >= 0x9 && (C) <= 0xD))
/freebsd-current/bin/sh/
H A Dparser.h63 #define VSTRIMRIGHTMAX 0x9 /* ${var%%pattern} */
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/firmware/
H A Dqcom,scm.h16 #define QCOM_SCM_VMID_CP_BITSTREAM 0x9
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c15 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, local
43 j9 = x9 = LOAD32_LE(in + 12);
50 x9 ^= ROTL32(x5 + x1, 7);
51 x13 ^= ROTL32(x9 + x5, 9);
52 x1 ^= ROTL32(x13 + x9, 13);
70 x11 ^= ROTL32(x10 + x9, 7);
72 x9 ^= ROTL32(x8 + x11, 13);
73 x10 ^= ROTL32(x9 + x8, 18);
88 STORE32_LE(out + 36, x9 + j9);
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Ddra.h22 #define MUX_MODE9 0x9
40 #define MUX_VIRTUAL_MODE9 (MODE_SELECT | (0x9 << 4))
/freebsd-current/sys/crypto/openssl/aarch64/
H A Dpoly1305-armv8.S31 mov x9,#0xfffffffc0fffffff
32 movk x9,#0x0fff,lsl#48
37 and x7,x7,x9 // &=0ffffffc0fffffff
38 and x9,x9,#-4
39 and x8,x8,x9 // &=0ffffffc0ffffffc
76 add x9,x8,x8,lsr#2 // s1 = r1 + (r1 >> 2)
94 mul x10,x5,x9 // h1*5*r1
95 umulh x11,x5,x9
108 mul x10,x6,x9 // h
[all...]

Completed in 331 milliseconds

1234567891011>>