Searched refs:gate_table (Results 1 – 1 of 1) sorted by relevance
110 unsigned long *gate_table; member2216 unw.gate_table = kmalloc(size, GFP_KERNEL); in create_gate_table()2217 if (!unw.gate_table) { in create_gate_table()2224 lp = unw.gate_table; in create_gate_table()2225 info = (char *) unw.gate_table + size; in create_gate_table()2234 lp[2] = info - (char *) unw.gate_table; /* info */ in create_gate_table()2316 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0) in sys_getunwind()