Home
last modified time | relevance | path

Searched defs:xl (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dmuldi3.S15 #define xl r1 macro
19 #define xl r0 macro
H A Ddiv64.S20 #define xl r1 macro
24 #define xl r0 macro
/openbmc/linux/arch/arm/lib/
H A Dmuldi3.S15 #define xl r1 macro
19 #define xl r0 macro
H A Ducmpdi2.S15 #define xl r1 macro
19 #define xl r0 macro
H A Ddiv64.S18 #define xl r1 macro
22 #define xl r0 macro
/openbmc/linux/lib/crypto/mpi/
H A Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \ argument
195 #define umul_ppmm(xh, xl, a, b) \ argument
215 #define umul_ppmm(xh, xl, a, b) \ argument
352 #define umul_ppmm(xh, xl, m0, m1) \ argument
367 #define smul_ppmm(xh, xl, m0, m1) \ argument
557 #define umul_ppmm(xh, xl, a, b) \ argument
808 #define umul_ppmm(xh, xl, m0, m1) \ argument
820 #define smul_ppmm(xh, xl, m0, m1) \ argument
1163 #define umul_ppmm(xh, xl, m0, m1) \ argument
1209 #define umul_ppmm(xh, xl, m0, m1) \ argument
/openbmc/linux/include/math-emu/
H A Dop-2.h129 #define __FP_CLZ_2(R, xh, xl) \ argument
165 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i) argument
171 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl) argument
/openbmc/linux/crypto/
H A Dcamellia_generic.c336 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument
826 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({ \ argument
/openbmc/linux/drivers/input/touchscreen/
H A Draspberrypi-ts.c51 u8 xl; member
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c99 RISCVMXL xl = FIELD_EX32(tb->flags, TB_FLAGS, XL); in riscv_cpu_synchronize_from_tb() local
117 RISCVMXL xl = FIELD_EX32(tb->flags, TB_FLAGS, XL); in riscv_restore_state_to_opc() local
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c3394 struct intel_excl_states *xl; in intel_start_scheduling() local
3424 struct intel_excl_states *xl; in intel_commit_scheduling() local
3450 struct intel_excl_states *xl; in intel_stop_scheduling() local
3635 struct intel_excl_states *xl; in intel_put_excl_constraints() local
/openbmc/linux/drivers/clk/pxa/
H A Dclk-pxa3xx.c353 unsigned int xl = acsr & ACCR_XL_MASK; in clk_pxa3xx_cpll_get_rate() local
/openbmc/qemu/target/riscv/
H A Dcpu.h231 uint32_t xl; /* current xlen */ member
669 RISCVMXL xl = env->misa_mxl; in cpu_get_xl() local
H A Dcpu_helper.c226 RISCVMXL xl = env->xl; in riscv_cpu_update_mask() local
H A Dtranslate.c65 RISCVMXL xl; member
H A Dcsr.c1512 static uint64_t add_status_sd(RISCVMXL xl, uint64_t status) in add_status_sd()
1601 RISCVMXL xl = riscv_cpu_mxl(env); in write_mstatus() local
/openbmc/linux/fs/ocfs2/
H A Dxattr.c4052 struct ocfs2_xattr_tree_list *xl = (struct ocfs2_xattr_tree_list *)para; in ocfs2_list_xattr_bucket() local
4138 struct ocfs2_xattr_tree_list xl = { in ocfs2_xattr_tree_list_index_block() local
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c159 #define RAZWI_INITIATOR_ID_X_Y(xl, yl, xh) \ argument