Searched refs:inst (Results 176 - 200 of 481) sorted by relevance

1234567891011>>

/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 Dgio_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/include/crypto/
H A Dalgapi.h52 void (*free)(struct crypto_instance *inst);
61 struct crypto_instance *inst; member in struct:crypto_spawn
134 struct crypto_instance *inst);
137 struct crypto_instance *inst, u32 mask);
139 struct crypto_instance *inst,
148 struct crypto_instance *inst)
150 spawn->inst = inst;
211 static inline void *crypto_instance_ctx(struct crypto_instance *inst) argument
213 return inst
147 crypto_set_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/man/
H A DMakefile.in273 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
274 inst=`echo $$inst | sed -e 's/^.*\///'`; \
275 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
276 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
277 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
294 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
295 inst=`echo $$inst | se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A De500_emulate.c28 unsigned int inst, int *advance)
34 switch (get_op(inst)) {
36 switch (get_xop(inst)) {
47 rb = get_rb(inst);
52 ra = get_ra(inst);
53 rb = get_rb(inst);
68 emulated = kvmppc_booke_emulate_op(run, vcpu, inst, advance);
27 kvmppc_core_emulate_op(struct kvm_run *run, struct kvm_vcpu *vcpu, unsigned int inst, int *advance) argument
H A Dbooke.h69 unsigned int inst, int *advance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/doc/
H A DMakefile.in254 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
255 inst=`echo $$inst | sed -e 's/^.*\///'`; \
256 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
257 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
258 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
275 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
276 inst=`echo $$inst | se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Damd8131_edac.c71 .inst = NORTH_A,
76 .inst = NORTH_B,
81 .inst = SOUTH_A,
86 .inst = SOUTH_B,
90 {.inst = NO_BRIDGE,},
253 for (dev_info = amd8131_chipset.devices; dev_info->inst != NO_BRIDGE;
258 if (dev_info->inst == NO_BRIDGE) /* should never happen */
317 for (dev_info = amd8131_chipset.devices; dev_info->inst != NO_BRIDGE;
322 if (dev_info->inst == NO_BRIDGE) /* should never happen */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dfate.sh45 --prefix="${inst}" \
73 rm -rf ${build} ${inst}
95 : ${inst:=${workdir}/install}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkvm_ppc.h112 * Cuts out inst bits with ordering according to spec.
115 static inline u32 kvmppc_get_field(u64 inst, int msb, int lsb) argument
123 r = (inst >> (63 - lsb)) & mask;
129 * Replaces inst bits with ordering according to spec.
131 static inline u32 kvmppc_set_field(u64 inst, int msb, int lsb, int value) argument
139 r = (inst & ~mask) | ((value << (63 - lsb)) & mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsoftemu8xx.c109 u32 inst, instword; local
118 inst = instword >> 26;
127 switch ( inst )
179 instword,inst,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dfault.c49 unsigned int inst; local
51 if (get_user(inst, (unsigned int *)regs->pc))
54 if (((inst >> 21) & 0x1f) != 1)
57 if ((inst & 0xd0000000) == 0xd0000000)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfpu_emulator.h27 #include <asm/inst.h>
H A Dkprobes.h30 #include <asm/inst.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/
H A DMakefile46 $(INSTALL_DATA) include/localcharset.h.inst $(includedir)/localcharset.h
52 $(INSTALL_DATA) include/localcharset.h.inst $(DESTDIR)$(includedir)/localcharset.h
74 $(RM) include/libcharset.h include/localcharset.h include/localcharset.h.inst
79 $(RM) include/libcharset.h include/localcharset.h include/localcharset.h.inst
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/pcp/
H A Dsamba.c151 samba_fetchCallBack(pmdaMetric *mdesc, unsigned int inst, pmAtomValue *atom) argument
156 if (inst != PM_IN_NULL && mdesc->m_desc.indom == PM_INDOM_NULL)
245 if (inst < indomtab[COUNT_TIME_INDOM].it_numinst) {
248 p = (unsigned *)((unsigned)stats + samba_counts[inst].offset);
259 if (inst < indomtab[COUNT_TIME_INDOM].it_numinst) {
262 p = (unsigned *)((unsigned)stats + samba_times[inst].offset);
273 if (inst < indomtab[BYTE_INDOM].it_numinst) {
276 p = (unsigned *)((unsigned)stats + samba_bytes[inst].offset);
/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/asm/
H A Dpinmux_defs_asm.h41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs)
46 #define REG_ADDR_VECT( scope, inst, reg, index ) \
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \
50 ((inst) + offs + (index) * stride)
/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/asm/
H A Diop_sw_spu_defs_asm.h41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs)
46 #define REG_ADDR_VECT( scope, inst, reg, index ) \
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \
50 ((inst) + offs + (index) * stride)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dprocessor.h60 unsigned short inst; member in struct:thread_struct::__anon9220
71 .inst = 0 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/asm/
H A Dbif_dma_defs_asm.h6 * file: ../../inst/bif/rtl/bif_dma_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/bif_dma_defs_asm.h ../../inst/bif/rtl/bif_dma_regs.r
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs)
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \
53 ((inst)
[all...]
H A Deth_defs_asm.h6 * file: ../../inst/eth/rtl/eth_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/eth_defs_asm.h ../../inst/eth/rtl/eth_regs.r
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs)
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \
53 ((inst)
[all...]
H A Dsser_defs_asm.h6 * file: ../../inst/syncser/rtl/sser_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/sser_defs_asm.h ../../inst/syncser/rtl/sser_regs.r
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs)
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \
53 ((inst)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dfault.c73 unsigned int inst; local
75 if (get_user(inst, (unsigned int __user *)regs->nip))
78 if (((inst >> 16) & 0x1f) != 1)
81 switch (inst >> 26) {
89 return (inst & 3) == 1;
92 switch ((inst >> 1) & 0x3ff) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dalgboss.c64 struct crypto_instance *inst; local
77 inst = tmpl->alloc(param->tb);
78 if (IS_ERR(inst))
79 err = PTR_ERR(inst);
80 else if ((err = crypto_register_instance(tmpl, inst)))
81 tmpl->free(inst);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h211 # define LHM_lh_insert(type, lh, inst) \
213 CHECKED_PTR_OF(type, inst)))
214 # define LHM_lh_retrieve(type, lh, inst) \
216 CHECKED_PTR_OF(type, inst)))
217 # define LHM_lh_delete(type, lh, inst) \
219 CHECKED_PTR_OF(type, inst)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/lhash/
H A Dlhash.h211 # define LHM_lh_insert(type, lh, inst) \
213 CHECKED_PTR_OF(type, inst)))
214 # define LHM_lh_retrieve(type, lh, inst) \
216 CHECKED_PTR_OF(type, inst)))
217 # define LHM_lh_delete(type, lh, inst) \
219 CHECKED_PTR_OF(type, inst)))

Completed in 316 milliseconds

1234567891011>>