Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dunwind.c109 size_t gate_table_size; member
2218 unw.gate_table_size = 0; in create_gate_table()
2222 unw.gate_table_size = size; in create_gate_table()
2315 if (buf && buf_size >= unw.gate_table_size) in sys_getunwind()
2316 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0) in sys_getunwind()
2318 return unw.gate_table_size; in sys_getunwind()