Searched refs:tce (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/iseries/
H A Dhv_call_xm.h24 static inline u64 HvCallXm_setTce(u64 tceTableToken, u64 tceOffset, u64 tce) argument
26 return HvCall3(HvCallXmSetTce, tceTableToken, tceOffset, tce);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Diommu.c36 #include <asm/tce.h>
50 u64 tce, rpn; local
54 tce = (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT;
58 tce |= TCE_VALID|TCE_ALLIO;
60 tce |= TCE_VB_WRITE;
63 tce |= TCE_PCI_READ; /* Read allowed */
65 tce |= TCE_PCI_WRITE;
68 rc = HvCallXm_setTce((u64)tbl->it_index, (u64)index, tce);
95 unsigned long itc_busno; /* Bus number for this tce table */
98 unsigned long itc_offset; /* Index into real tce tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtce_64.c34 #include <asm/tce.h>
38 /* flush a tce at 'tceaddr' to main memory */
41 /* a single tce can't cross a cache line */
105 /* set the tce table size - measured in entries */
H A Dpci-calgary_64.c43 #include <asm/tce.h>
587 printk(KERN_DEBUG "Calgary: CalIOC2 bus 0x%x entering tce cache blast "
1294 * the bitmap based on the tce table entries obtained from first kernel
1310 * Function for kdump case. Get the tce tables from first kernel
1438 * If it is kdump kernel, find and use tce tables
1439 * from first kernel, else allocate tce tables here
1565 printk(KERN_DEBUG "Calgary: fixing up tce spaces\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Diommu.c45 #include <asm/tce.h>
108 u64 proto_tce, tce; local
119 tce = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT;
120 rc = plpar_tce_put((u64)tbl->it_index, (u64)tcenum << 12, tce);
133 printk("\ttce val = 0x%llx\n", tce );
284 basep = of_get_property(node, "linux,tce-base", NULL);
285 sizep = of_get_property(node, "linux,tce-size", NULL);
288 "missing tce entries !\n", dn->full_name);
299 /* Units of tce entries */
310 /* Set the tce tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Deap.c432 struct t_confent *tce, mytce; local
530 tce = &mytce;
531 } else if ((tce = gettcid(id)) != NULL) {
553 if ((ts = t_serveropenraw(&tpw.pebuf, tce)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvio.c32 #include <asm/tce.h>
1069 /* TCE table size - measured in tce entries */

Completed in 80 milliseconds