Home
last modified time | relevance | path

Searched refs:gate_table_size (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ia64/kernel/
Dunwind.c111 size_t gate_table_size; member
2174 unw.gate_table_size = 0; in unw_create_gate_table()
2178 unw.gate_table_size = size; in unw_create_gate_table()
2260 if (buf && buf_size >= unw.gate_table_size) in sys_getunwind()
2261 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0) in sys_getunwind()
2263 return unw.gate_table_size; in sys_getunwind()