Searched refs:esid (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dstab.c34 * Create a segment table entry for the given esid/vsid pair.
36 static int make_ste(unsigned long stab, unsigned long esid, unsigned long vsid) argument
42 unsigned long kernel_segment = (esid << SID_SHIFT) >= PAGE_OFFSET;
45 esid_data = esid << SID_SHIFT | STE_ESID_KP | STE_ESID_V;
50 global_entry = (esid & 0x1f) << 3;
51 ste = (struct stab_entry *)(stab | ((esid & 0x1f) << 7));
64 global_entry = ((~esid) & 0x1f) << 3;
65 ste = (struct stab_entry *)(stab | (((~esid) & 0x1f) << 7));
75 global_entry = (esid & 0x1f) << 3;
76 ste = (struct stab_entry *)(stab | ((esid
[all...]
H A Dslb.c56 static inline void slb_shadow_update(unsigned long esid, unsigned long vsid, argument
63 get_slb_shadow()->save_area[entry].esid = 0;
67 get_slb_shadow()->save_area[entry].esid = esid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394_core.c271 struct ext_selfid *esid; local
293 esid = (struct ext_selfid *)sid;
295 if ((esid->phy_id != nodeid)
296 || (esid->seq_nr != esid_seq)) {
298 "%d/%d", esid->phy_id, esid->seq_nr);
306 esid = (struct ext_selfid *)(sid - 1);
307 while (esid->extended) {
308 if ((esid->porta == SELFID_PORT_PARENT) ||
309 (esid
341 struct ext_selfid *esid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dlppaca.h148 u64 esid; member in struct:slb_shadow::__anon9295
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dcss.h96 unsigned int esid:1; /* Ext. SenseID supported by HW */ member in struct:ccw_device_private::__anon6270
H A Ddevice_id.c239 cdev->private->flags.esid = 1;
H A Ddevice_ops.c271 if (cdev->private->flags.esid == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_base.c131 u64 esid, vsid, llp; local
143 esid = (ea & ESID_MASK) | SLB_ESID_V;
179 out_be64(&priv2->slb_esid_RW, esid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dasm-offsets.c153 offsetof(struct slb_shadow, save_area[SLB_NUM_BOLTED - 1].esid));

Completed in 277 milliseconds