Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/kernel/
Dunwind.c110 size_t gate_table_size; member
2219 unw.gate_table_size = 0; in create_gate_table()
2223 unw.gate_table_size = size; in create_gate_table()
2316 if (buf && buf_size >= unw.gate_table_size) in sys_getunwind()
2317 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0) in sys_getunwind()
2319 return unw.gate_table_size; in sys_getunwind()