Home
last modified time | relevance | path

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

/arch/x86/entry/
A Dsyscall_64.c76 unsigned int xnr = nr - __X32_SYSCALL_BIT; in do_syscall_x32() local
78 if (IS_ENABLED(CONFIG_X86_X32_ABI) && likely(xnr < X32_NR_syscalls)) { in do_syscall_x32()
79 xnr = array_index_nospec(xnr, X32_NR_syscalls); in do_syscall_x32()
80 regs->ax = x32_sys_call(regs, xnr); in do_syscall_x32()

Completed in 4 milliseconds