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

/linux-4.1.27/arch/ia64/kernel/
H A Dunwind.c110 unsigned long *gate_table; member in struct:__anon1738
2219 unw.gate_table = kmalloc(size, GFP_KERNEL); create_gate_table()
2220 if (!unw.gate_table) { create_gate_table()
2227 lp = unw.gate_table; create_gate_table()
2228 info = (char *) unw.gate_table + size; create_gate_table()
2237 lp[2] = info - (char *) unw.gate_table; /* info */ create_gate_table()
2319 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0)

Completed in 73 milliseconds