Home
last modified time | relevance | path

Searched refs:gate_table (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunwind.c111 unsigned long *gate_table; member
2220 unw.gate_table = kmalloc(size, GFP_KERNEL); in create_gate_table()
2221 if (!unw.gate_table) { in create_gate_table()
2228 lp = unw.gate_table; in create_gate_table()
2229 info = (char *) unw.gate_table + size; in create_gate_table()
2238 lp[2] = info - (char *) unw.gate_table; /* info */ in create_gate_table()
2320 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0) in sys_getunwind()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunwind.c111 unsigned long *gate_table; member
2220 unw.gate_table = kmalloc(size, GFP_KERNEL); in create_gate_table()
2221 if (!unw.gate_table) { in create_gate_table()
2228 lp = unw.gate_table; in create_gate_table()
2229 info = (char *) unw.gate_table + size; in create_gate_table()
2238 lp[2] = info - (char *) unw.gate_table; /* info */ in create_gate_table()
2320 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0) in sys_getunwind()

Completed in 7 milliseconds