Searched refs:inst (Results 1 - 25 of 481) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddisassemble.h25 static inline unsigned int get_op(u32 inst) argument
27 return inst >> 26;
30 static inline unsigned int get_xop(u32 inst) argument
32 return (inst >> 1) & 0x3ff;
35 static inline unsigned int get_sprn(u32 inst) argument
37 return ((inst >> 16) & 0x1f) | ((inst >> 6) & 0x3e0);
40 static inline unsigned int get_dcrn(u32 inst) argument
42 return ((inst >> 16) & 0x1f) | ((inst >>
45 get_rt(u32 inst) argument
50 get_rs(u32 inst) argument
55 get_ra(u32 inst) argument
60 get_rb(u32 inst) argument
65 get_rc(u32 inst) argument
70 get_ws(u32 inst) argument
75 get_d(u32 inst) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfpinstr.h13 #define INST_CPRTDO(inst) (((inst) & 0x0f000000) == 0x0e000000)
14 #define INST_CPRT(inst) ((inst) & (1 << 4))
15 #define INST_CPRT_L(inst) ((inst) & (1 << 20))
16 #define INST_CPRT_Rd(inst) (((inst) & (15 << 12)) >> 12)
17 #define INST_CPRT_OP(inst) (((inst) >> 2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dparavirt_inst.h26 #include <asm/xen/inst.h>
29 #include <asm/native/inst.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Ddma.h75 #define DMA_ENABLE( inst ) \
76 do { reg_dma_rw_cfg e = REG_RD( dma, inst, rw_cfg );\
78 REG_WR( dma, inst, rw_cfg, e); } while( 0 )
81 #define DMA_RESET( inst ) \
82 do { reg_dma_rw_cfg r = REG_RD( dma, inst, rw_cfg );\
84 REG_WR( dma, inst, rw_cfg, r); } while( 0 )
87 #define DMA_STOP( inst ) \
88 do { reg_dma_rw_cfg s = REG_RD( dma, inst, rw_cfg );\
90 REG_WR( dma, inst, rw_cfg, s); } while( 0 )
93 #define DMA_CONTINUE( inst ) \
[all...]
H A Dirq_nmi_defs.h18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
44 #define REG_RD_INT( scope, inst, reg ) \
45 REG_READ( int, (inst)
[all...]
H A Dstrcop_defs.h6 * file: ../../inst/strcop/rtl/strcop_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile strcop_defs.h ../../inst/strcop/rtl/strcop_regs.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Drt_trace_defs.h6 * file: ../../inst/rt_trace/rtl/rt_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile rt_trace_defs.h ../../inst/rt_trace/rtl/rt_regs.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnfnetlink_log.c89 struct nfulnl_instance *inst; local
92 hlist_for_each_entry_rcu(inst, pos, head, hlist) {
93 if (inst->group_num == group_num)
94 return inst;
100 instance_get(struct nfulnl_instance *inst) argument
102 atomic_inc(&inst->use);
108 struct nfulnl_instance *inst; local
111 inst = __instance_lookup(group_num);
112 if (inst && !atomic_inc_not_zero(&inst
126 instance_put(struct nfulnl_instance *inst) argument
137 struct nfulnl_instance *inst; local
190 __instance_destroy(struct nfulnl_instance *inst) argument
211 instance_destroy(struct nfulnl_instance *inst) argument
219 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, unsigned int range) argument
250 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) argument
269 nfulnl_set_timeout(struct nfulnl_instance *inst, u_int32_t timeout) argument
279 nfulnl_set_qthresh(struct nfulnl_instance *inst, u_int32_t qthresh) argument
289 nfulnl_set_flags(struct nfulnl_instance *inst, u_int16_t flags) argument
328 __nfulnl_send(struct nfulnl_instance *inst) argument
348 __nfulnl_flush(struct nfulnl_instance *inst) argument
360 struct nfulnl_instance *inst = (struct nfulnl_instance *)data; local
372 __build_packet_message(struct nfulnl_instance *inst, const struct sk_buff *skb, unsigned int data_len, u_int8_t pf, unsigned int hooknum, const struct net_device *indev, const struct net_device *outdev, const struct nf_loginfo *li, const char *prefix, unsigned int plen) argument
562 struct nfulnl_instance *inst; local
687 struct nfulnl_instance *inst; local
735 struct nfulnl_instance *inst; local
922 const struct nfulnl_instance *inst = v; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_version_defs.h6 * file: ../../inst/io_proc/rtl/guinness/iop_version.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_version_defs.h ../../inst/io_proc/rtl/guinness/iop_version.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_crc_par_defs.h6 * file: ../../inst/io_proc/rtl/iop_crc_par.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_crc_par_defs.h ../../inst/io_proc/rtl/iop_crc_par.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_fifo_in_defs.h6 * file: ../../inst/io_proc/rtl/iop_fifo_in.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_in_defs.h ../../inst/io_proc/rtl/iop_fifo_in.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_fifo_in_extra_defs.h6 * file: ../../inst/io_proc/rtl/iop_fifo_in_extra.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_in_extra_defs.h ../../inst/io_proc/rtl/iop_fifo_in_extra.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_fifo_out_extra_defs.h6 * file: ../../inst/io_proc/rtl/iop_fifo_out_extra.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_out_extra_defs.h ../../inst/io_proc/rtl/iop_fifo_out_extra.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_mpu_defs.h6 * file: ../../inst/io_proc/rtl/iop_mpu.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_mpu_defs.h ../../inst/io_proc/rtl/iop_mpu.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_sap_in_defs.h6 * file: ../../inst/io_proc/rtl/iop_sap_in.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_sap_in_defs.h ../../inst/io_proc/rtl/iop_sap_in.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_scrc_in_defs.h6 * file: ../../inst/io_proc/rtl/iop_scrc_in.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_scrc_in_defs.h ../../inst/io_proc/rtl/iop_scrc_in.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_scrc_out_defs.h6 * file: ../../inst/io_proc/rtl/iop_scrc_out.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_scrc_out_defs.h ../../inst/io_proc/rtl/iop_scrc_out.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_trigger_grp_defs.h6 * file: ../../inst/io_proc/rtl/iop_trigger_grp.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_trigger_grp_defs.h ../../inst/io_proc/rtl/iop_trigger_grp.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/
H A Diop_version_defs.h15 #define REG_RD( scope, inst, reg ) \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
21 #define REG_WR( scope, inst, reg, val ) \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
27 #define REG_RD_VECT( scope, inst, reg, index ) \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
41 #define REG_RD_INT( scope, inst, reg ) \
42 REG_READ( int, (inst)
[all...]
H A Diop_sap_in_defs.h15 #define REG_RD( scope, inst, reg ) \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
21 #define REG_WR( scope, inst, reg, val ) \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
27 #define REG_RD_VECT( scope, inst, reg, index ) \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
41 #define REG_RD_INT( scope, inst, reg ) \
42 REG_READ( int, (inst)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dstrmux_defs.h15 #define REG_RD( scope, inst, reg ) \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
21 #define REG_WR( scope, inst, reg, val ) \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
27 #define REG_RD_VECT( scope, inst, reg, index ) \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
41 #define REG_RD_INT( scope, inst, reg ) \
42 REG_READ( int, (inst)
[all...]
H A Dclkgen_defs.h15 #define REG_RD( scope, inst, reg ) \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
21 #define REG_WR( scope, inst, reg, val ) \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
27 #define REG_RD_VECT( scope, inst, reg, index ) \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
41 #define REG_RD_INT( scope, inst, reg ) \
42 REG_READ( int, (inst)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dmmio.c177 INST64 inst; local
187 inst.inst = bundle.slot0;
191 inst.inst = slot1a + (slot1b << 18);
193 inst.inst = bundle.slot2;
196 if (inst.M1.major == 4 && inst.M1.m == 0 && inst
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Demulate.c119 u32 inst = kvmppc_get_last_inst(vcpu); local
132 pr_debug(KERN_INFO "Emulating opcode %d / %d\n", get_op(inst), get_xop(inst));
134 switch (get_op(inst)) {
146 switch (get_xop(inst)) {
149 rt = get_rt(inst);
154 rt = get_rt(inst);
159 rt = get_rt(inst);
160 ra = get_ra(inst);
161 rb = get_rb(inst);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dfpu.c82 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); local
83 struct crypto_spawn *spawn = crypto_instance_ctx(inst);
103 struct crypto_instance *inst; local
116 inst = crypto_alloc_instance("fpu", alg);
117 if (IS_ERR(inst))
120 inst->alg.cra_flags = alg->cra_flags;
121 inst->alg.cra_priority = alg->cra_priority;
122 inst->alg.cra_blocksize = alg->cra_blocksize;
123 inst->alg.cra_alignmask = alg->cra_alignmask;
124 inst
140 crypto_fpu_free(struct crypto_instance *inst) argument
[all...]

Completed in 289 milliseconds

1234567891011>>