Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscalltbl.sh28 umlentry=""
37 umlentry="sys${entry#__x64_sys}"
41 if [ -n "$entry" -a -z "$umlentry" ]; then
43 elif [ -n "$umlentry" ]; then # implies -n "$entry"
47 syscall_macro "$abi" "$nr" "$umlentry"