Searched refs:gate_table (Results 1 – 1 of 1) sorted by relevance
111 unsigned long *gate_table; member2217 unw.gate_table = kmalloc(size, GFP_KERNEL); in create_gate_table()2218 if (!unw.gate_table) { in create_gate_table()2225 lp = unw.gate_table; in create_gate_table()2226 info = (char *) unw.gate_table + size; in create_gate_table()2235 lp[2] = info - (char *) unw.gate_table; /* info */ in create_gate_table()2317 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0) in sys_getunwind()