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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c111 unsigned long *gate_table; member in struct:__anon3552
2203 unw.gate_table = kmalloc(size, GFP_KERNEL);
2204 if (!unw.gate_table) {
2211 lp = unw.gate_table;
2212 info = (char *) unw.gate_table + size;
2221 lp[2] = info - (char *) unw.gate_table; /* info */
2303 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0)

Completed in 102 milliseconds