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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dstab.c27 struct stab_entry { struct
44 struct stab_entry *ste, *castout_ste;
54 ste = (struct stab_entry *)(stab | ((esid & 0x1f) << 7));
68 ste = (struct stab_entry *)(stab | (((~esid) & 0x1f) << 7));
79 ste = (struct stab_entry *)(stab | ((esid & 0x1f) << 7));
83 ste = (struct stab_entry *)(stab | (((~esid) & 0x1f) << 7));
123 unsigned char stab_entry; local
136 stab_entry = make_ste(get_paca()->stab_addr, GET_ESID(ea), vsid);
141 __get_cpu_var(stab_cache[offset++]) = stab_entry;
165 struct stab_entry *sta
[all...]

Completed in 35 milliseconds