Home
last modified time | relevance | path

Searched refs:ldg (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dmte_helper.S53 ldg x0, [x0]
/openbmc/linux/arch/arm64/lib/
H A Dmte.S121 ldg x4, [x1]
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c4215 int ldg = lp->ldg_num; in niu_interrupt() local
4221 __func__, lp, ldg); in niu_interrupt()
4225 v0 = nr64(LDSV0(ldg)); in niu_interrupt()
4226 v1 = nr64(LDSV1(ldg)); in niu_interrupt()
4227 v2 = nr64(LDSV2(ldg)); in niu_interrupt()
7914 int ldg, int ldn) in niu_ldg_assign_ldn() argument
7916 if (ldg < NIU_LDG_MIN || ldg > NIU_LDG_MAX) in niu_ldg_assign_ldn()
7921 parent->ldg_map[ldn] = ldg; in niu_ldg_assign_ldn()
7931 np->port, ldn, ldg, in niu_ldg_assign_ldn()
7936 nw64(LDG_NUM(ldn), ldg); in niu_ldg_assign_ldn()
[all …]
H A Dniu.h3274 struct niu_ldg ldg[NIU_NUM_LDG]; member
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.h107 DEF_HELPER_FLAGS_3(ldg, TCG_CALL_NO_WG, i64, env, i64, i64)
H A Dmte_helper.c292 uint64_t HELPER(ldg)(CPUARMState *env, uint64_t ptr, uint64_t xt) in HELPER() argument