Home
last modified time | relevance | path

Searched refs:xt (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dxilinx_timer.c114 struct xlx_timer *xt; in timer_read() local
120 xt = &t->timers[timer]; in timer_read()
126 r = ptimer_get_count(xt->ptimer); in timer_read()
127 if (!(xt->regs[R_TCSR] & TCSR_UDT)) in timer_read()
130 timer, r, xt->regs[R_TCSR] & TCSR_UDT)); in timer_read()
133 if (addr < ARRAY_SIZE(xt->regs)) in timer_read()
134 r = xt->regs[addr]; in timer_read()
143 static void timer_enable(struct xlx_timer *xt) in timer_enable() argument
148 xt->nr, xt->regs[R_TCSR] & TCSR_UDT)); in timer_enable()
150 ptimer_stop(xt->ptimer); in timer_enable()
[all …]
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dldscript.h188 .xt.insn 0 : \
190 KEEP (*(.xt.insn)) \
193 .xt.prop 0 : \
195 KEEP (*(.xt.prop)) \
196 KEEP (*(.xt.prop.*)) \
199 .xt.lit 0 : \
201 KEEP (*(.xt.lit)) \
202 KEEP (*(.xt.lit.*)) \
205 .xt.profile_range 0 : \
207 KEEP (*(.xt.profile_range)) \
[all …]
/openbmc/qemu/target/ppc/
H A Dinsn64.decode42 &8RR_D_IX xt ix si
45 &8RR_D_IX si=%8rr_si xt=%8rr_xt
46 &8RR_D xt si:int32_t
49 &8RR_D si=%8rr_si xt=%8rr_xt
56 &8RR_XX4 xt xa xb xc
59 &8RR_XX4 xt=%8rr_xx_xt xa=%8rr_xx_xa xb=%8rr_xx_xb xc=%8rr_xx_xc
61 &8RR_XX4_imm xt xa xb xc imm
64 &8RR_XX4_imm xt=%8rr_xx_xt xa=%8rr_xx_xa xb=%8rr_xx_xb xc=%8rr_xx_xc
66 &8RR_XX4_uim3 xt xa xb xc uim3
69 &8RR_XX4_uim3 xt=%8rr_xx_xt xa=%8rr_xx_xa xb=%8rr_xx_xb xc=%8rr_xx_xc
[all …]
H A Dfpu_helper.c1569 void helper_##name(CPUPPCState *env, ppc_vsr_t *xt, \
1596 *xt = t; \
1610 ppc_vsr_t *xt, ppc_vsr_t *xa, ppc_vsr_t *xb) in helper_xsaddqp() argument
1612 ppc_vsr_t t = *xt; in helper_xsaddqp()
1632 *xt = t; in helper_xsaddqp()
1645 void helper_##op(CPUPPCState *env, ppc_vsr_t *xt, \
1673 *xt = t; \
1683 ppc_vsr_t *xt, ppc_vsr_t *xa, ppc_vsr_t *xb) in helper_xsmulqp() argument
1685 ppc_vsr_t t = *xt; in helper_xsmulqp()
1703 *xt = t; in helper_xsmulqp()
[all …]
H A Dinsn32.decode164 &X_imm5 xt imm:uint8_t vrb
165 @X_imm5 ...... ..... imm:5 vrb:5 .......... . &X_imm5 xt=%x_xt
167 &X_imm8 xt imm:uint8_t
168 @X_imm8 ...... ..... .. imm:8 .......... . &X_imm8 xt=%x_xt
179 &X_uim5 xt uim:uint8_t
180 @X_uim5 ...... ..... ..... uim:5 .......... . &X_uim5 xt=%x_xt
224 &XX2 xt xb
225 @XX2 ...... ..... ..... ..... ......... .. &XX2 xt=%xx_xt xb=%xx_xb
227 &XX2_uim xt xb uim:uint8_t
228 @XX2_uim2 ...... ..... ... uim:2 ..... ......... .. &XX2_uim xt=%xx_xt xb=%xx_xb
[all …]
H A Dmem_helper.c456 ppc_vsr_t *xt, target_ulong rb) \
477 *xt = t; \
486 ppc_vsr_t *xt, target_ulong rb) \
498 cpu_stb_data_ra(env, addr, xt->VsrB(i - 1), GETPC()); \
503 cpu_stb_data_ra(env, addr, xt->VsrB(i), GETPC()); \
H A Dint_helper.c1812 void helper_XXEXTRACTUW(ppc_vsr_t *xt, ppc_vsr_t *xb, uint32_t index)
1824 *xt = t;
1827 void helper_XXINSERTW(ppc_vsr_t *xt, ppc_vsr_t *xb, uint32_t index) in helper_XXINSERTW() argument
1829 ppc_vsr_t t = *xt; in helper_XXINSERTW()
1838 *xt = t; in helper_XXINSERTW()
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc228 TCGv_ptr xt;
234 xt = gen_vsr_ptr(a->rt);
237 helper(tcg_env, EA, xt, cpu_gpr[a->rb]);
636 int xt = rD(ctx->opcode) + 32; \
670 set_cpu_vsr(xt, xbh, true); \
671 set_cpu_vsr(xt, xbl, false); \
733 tcg_gen_gvec_2(vsr_full_offset(a->xt), vsr_full_offset(a->xb),
790 tcg_gen_gvec_3(vsr_full_offset(a->xt), vsr_full_offset(a->xa),
803 TCGv_ptr xt, xa, xb;
805 xt = gen_vsr_ptr(a->xt);
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/iptables/
H A Diptables_1.8.11.bb92 RDEPENDS:${PN} = "${PN}-module-xt-standard"
116 FILES:${PN}-module-xt-conntrack += "${libdir}/xtables/libxt_state.so"
117 FILES:${PN}-module-xt-ct += "${libdir}/xtables/libxt_NOTRACK.so ${libdir}/xtables/libxt_REDIRECT.so"
118 FILES:${PN}-module-xt-nat += "${libdir}/xtables/libxt_SNAT.so ${libdir}/xtables/libxt_DNAT.so ${lib…
122 INSANE_SKIP:${PN}-module-xt-conntrack = "dev-so"
123 INSANE_SKIP:${PN}-module-xt-ct = "dev-so"
124 INSANE_SKIP:${PN}-module-xt-nat = "dev-so"
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c271 uint64_t HELPER(ldg)(CPUARMState *env, uint64_t ptr, uint64_t xt) in HELPER()
286 return address_with_allocation_tag(xt, rtag); in HELPER()
323 static inline void do_stg(CPUARMState *env, uint64_t ptr, uint64_t xt, in do_stg() argument
337 store1(ptr, mem, allocation_tag_from_addr(xt)); in do_stg()
341 void HELPER(stg)(CPUARMState *env, uint64_t ptr, uint64_t xt) in HELPER()
343 do_stg(env, ptr, xt, GETPC(), store_tag1); in HELPER()
346 void HELPER(stg_parallel)(CPUARMState *env, uint64_t ptr, uint64_t xt) in HELPER()
348 do_stg(env, ptr, xt, GETPC(), store_tag1_parallel); in HELPER()
360 static inline void do_st2g(CPUARMState *env, uint64_t ptr, uint64_t xt, in do_st2g() argument
364 int tag = allocation_tag_from_addr(xt); in do_st2g()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/
H A Dwireguard-module_1.0.20220627.bb22 RRECOMMENDS:${PN} = "kernel-module-xt-hashlimit"
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxt_1.3.1.bb19 PROVIDES = "xt"
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/
H A Diproute2_6.14.0.bb60 # Remove support fot ipt and xt in tc. So tc library directory is not needed.
/openbmc/openbmc/poky/meta/recipes-support/vim/
H A Dvim.inc64 PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-2.0.3.min.js4xt(e,t,n,r,i){var o,s=[],a=0,u=e.length,l=null!=t;for(;u>a;a++)(o=e[a])&&(!n||n(o,r,i))&&(s.push(o… function
5xt,bt=/^(none|table(?!-c[ea]).+)/,wt=/^margin/,Tt=RegExp("^("+b+")(.*)$","i"),Ct=RegExp("^("+b+")(… variable
H A Djquery-3.7.1.min.js2xt=ce.expr.attrHandle;ce.fn.extend({attr:function(e,t){return M(this,ce.attr,e,t,1<arguments.lengt… function
H A Djquery.dataTables-1.13.8.min.js4xt(t)}else t.iDraw++;if(0!==u.length)for(var f=s?t.aoData.length:c,d=s?0:n;d<f;d++){var h,p=u[d],g… function
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch73 …1:15:58=79>4<CBLSERXHTXHTXFRVJVXFOSNSULSV=GGANLw��z�������������̓�����y��o�xt�~�Ľ��Ⱦ��������v��v��…
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c7451 uint## BITS ##_t as, at, xs, xt, xd; \
7461 MSA_FLOAT_MAXOP(xt, G, S, T, BITS); \
7463 X = (as == at || xd == float## BITS ##_abs(xs)) ? xs : xt; \