Searched refs:x0 (Results 126 - 150 of 1373) sorted by relevance

1234567891011>>

/freebsd-current/stand/i386/pxeldr/
H A Dpxeldr.S82 .org 0x0, 0x0
280 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
281 .word 0xffff,0x0,0x9200,0xcf # SEL_SDATA
282 .word 0xffff,0x0,0x9200,0x0 # SEL_RDATA
283 .word 0xffff,0x0,
[all...]
/freebsd-current/sys/arm/mv/clk/
H A Dperiph.h37 #define TBG_SEL 0x0
70 .clk_def.full_dd.tbg_mux.mux_flags = 0x0, \
75 .clk_def.full_dd.div1.f_shift = 0x0, \
76 .clk_def.full_dd.div1.f_width = 0x0, \
77 .clk_def.full_dd.div1.div_flags = 0x0, \
83 .clk_def.full_dd.div2.f_shift = 0x0, \
84 .clk_def.full_dd.div2.f_width = 0x0, \
85 .clk_def.full_dd.div2.div_flags = 0x0, \
91 .clk_def.full_dd.clk_mux.mux_flags = 0x0, \
98 .clk_def.full_dd.gate.gate_flags = 0x0 \
[all...]
/freebsd-current/stand/i386/libi386/
H A Drelocater_tramp.S323 gdt: .word 0x0, 0x0 /* null entry */
324 .byte 0x0, 0x0, 0x0, 0x0
325 .word 0xffff, 0x0 /* SEL_SCODE */
326 .byte 0x0, 0x9a, 0xcf, 0x0
327 .word 0xffff, 0x0 /* SEL_SDAT
[all...]
/freebsd-current/sys/contrib/dev/rtw89/
H A Drtw8852c_rfk_table.c17 RTW89_DECL_RFK_WM(0xc000, BIT(17), 0x0),
24 RTW89_DECL_RFK_WM(0xc100, BIT(17), 0x0),
33 RTW89_DECL_RFK_WM(0x032c, 0x80000000, 0x0),
43 RTW89_DECL_RFK_WM(0x032c, 0x80000000, 0x0),
51 RTW89_DECL_RFK_WM(0xc0c4, BIT(6), 0x0),
54 RTW89_DECL_RFK_WM(0xc094, BIT(9), 0x0),
69 RTW89_DECL_RFK_WM(0x12b8, 0x40000000, 0x0),
71 RTW89_DECL_RFK_WM(0x20fc, 0x00100000, 0x0),
73 RTW89_DECL_RFK_WM(0x20fc, 0x10000000, 0x0),
76 RTW89_DECL_RFK_WM(0x20fc, 0x00010000, 0x0),
[all...]
H A Drtw8851b_rfk_table.c13 RTW89_DECL_RFK_WM(0x032c, 0xc0000000, 0x0),
14 RTW89_DECL_RFK_WM(0x032c, BIT(22), 0x0),
16 RTW89_DECL_RFK_WM(0x032c, BIT(16), 0x0),
19 RTW89_DECL_RFK_WM(0xc0f4, BIT(2), 0x0),
20 RTW89_DECL_RFK_WM(0xc0f4, BIT(4), 0x0),
22 RTW89_DECL_RFK_WM(0xc0f4, BIT(11), 0x0),
31 RTW89_DECL_RFK_WM(0x032c, BIT(20), 0x0),
34 RTW89_DECL_RFK_WM(0x12b8, BIT(30), 0x0),
44 RTW89_DECL_RFK_WM(0x032c, 0x80000000, 0x0),
50 RTW89_DECL_RFK_WM(0xc004, BIT(0), 0x0),
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c21 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; local
25 x0 = 0x61707865;
30 x0 = LOAD32_LE(c + 0);
49 QUARTERROUND(x0, x4, x8, x12);
53 QUARTERROUND(x0, x5, x10, x15);
59 STORE32_LE(out + 0, x0);
/freebsd-current/sys/arm64/arm64/
H A Dexception.S44 stp x0, x1, [sp, #(TF_X - TF_SIZE - 128)]!
46 stp x0, x1, [sp, #(TF_X - TF_SIZE)]!
92 ldr x0, [x18, #PC_CURTHREAD]
95 ldr x0, [x18, #(PC_CURTHREAD)]
117 ldr x0, [x18, #PC_CURTHREAD]
121 ldr x0, [x18, #PC_CURTHREAD]
138 ldp x0, x1, [sp, #(TF_X + 0 * 8)]
190 mov x0, sp
223 ldr x0, [x18, #PC_CURTHREAD]
234 mov x0, s
[all...]
H A Dhyp_stub.S38 * parameter in register x0.
42 msr vbar_el2, x0
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_mips64.cpp31 PO_NOP = 0x0, // nop
107 RegNum::RN_T9, 0x0);
108 Address[4] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9,
112 Address[6] = encodeSpecialInstruction(PatchOpcodes::PO_DSLL, 0x0,
116 Address[8] = encodeSpecialInstruction(PatchOpcodes::PO_DSLL, 0x0,
120 Address[10] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0,
123 0x0, RegNum::RN_RA, 0X0);
127 RegNum::RN_T9, 0x0);
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/net/
H A Dti-dp83867.h20 #define DP83867_RGMIIDCTL_250_PS 0x0
38 #define DP83867_CLK_O_SEL_CHN_A_RCLK 0x0
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrlen-sve.S25 0: ldff1b z0.b, p2/z, [x0, x1]
39 mov x0, x1
H A Dstrncmp-sve.S27 ldff1b z0.b, p0/z, [x0, x3]
47 sub x0, x0, x1 /* return comparison */
63 9: mov x0, 0 /* return equal */
/freebsd-current/stand/kboot/kboot/arch/aarch64/
H A DMakefile.inc9 RELOC?= 0x0
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s47 movl $0x0, -4(%ebp)
65 movl 0x0, %eax
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonFixupKinds.h127 Word32_HL = 0x0, // Not Implemented
128 Word32_GP = 0x0, // Not Implemented
135 Word32_U6 = 0x0, // Not Implemented
136 Word32_U16 = 0x0, // Not Implemented
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/phy/
H A Dphy-qcom-qusb2.h10 #define QUSB2_V2_HSTX_TRIM_24_0_MA 0x0
/freebsd-current/usr.sbin/bhyve/
H A Dtpm_intf.h17 #define TPM_INTF_TYPE_FIFO_PTP 0x0
/freebsd-current/sys/arm/altera/socfpga/
H A Dsocfpga_l3regs.h31 #define L3REGS_REMAP 0x0 /* Remap */
/freebsd-current/sys/arm/ti/
H A Dti_sdma.h44 #define TI_SDMA_ENDIAN_LITTLE 0x0
46 #define TI_SDMA_BURST_NONE 0x0
51 #define TI_SDMA_DATA_8BITS_SCALAR 0x0
55 #define TI_SDMA_ADDR_CONSTANT 0x0
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h132 #define BHNDB_PCI_V0_BAR0_WIN0_OFFSET 0x0 /* bar0 + 0x0 accesses configurable 4K region of backplane address space */
147 #define BHNDB_PCI_V1_BAR0_WIN0_OFFSET 0x0 /* bar0 + 0x0 accesses configurable 4K region of backplane address space */
162 #define BHNDB_PCI_V2_BAR0_WIN0_OFFSET 0x0 /* bar0 + 0x0 accesses configurable 4K region of backplane address space */
176 #define BHNDB_PCI_V3_BAR0_WIN0_OFFSET 0x0 /* bar0 + 0x0 accesses configurable 4K region of backplane address space */
/freebsd-current/sys/dev/qcom_clk/
H A Dqcom_clk_rcg2_reg.h31 #define QCOM_CLK_RCG2_CMD_REG 0x0
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dfp_mode.c10 #define RISCV_TONEAREST 0x0
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h50 : 0x0) | \
51 ((!(info->td_flags.tiedness)) ? ompt_task_untied : 0x0) | \
52 (info->td_flags.final ? ompt_task_final : 0x0) | \
53 (info->td_flags.merged_if0 ? ompt_task_mergeable : 0x0)
/freebsd-current/sys/sys/
H A D_clock_id.h87 #define TIMER_RELTIME 0x0 /* relative timer */
/freebsd-current/sys/dev/psci/
H A Dsmccc_arm64.S42 stp x0, x1, [x4, #16 * 0]
59 mov x19, x0
60 ldp x0, x1, [x19, #16 * 0]
72 stp x0, x1, [x19, #16 * 0]

Completed in 232 milliseconds

1234567891011>>