Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/uapi/asm-generic/
Dunistd.h450 #define __NR_reboot 142 macro
451 __SYSCALL(__NR_reboot, sys_reboot)
/linux-6.1.9/include/uapi/asm-generic/
Dunistd.h450 #define __NR_reboot 142 macro
451 __SYSCALL(__NR_reboot, sys_reboot)
/linux-6.1.9/arch/arm64/include/asm/
Dunistd32.h189 #define __NR_reboot 88 macro
190 __SYSCALL(__NR_reboot, sys_reboot)
/linux-6.1.9/tools/include/nolibc/
Dsys.h897 return my_syscall4(__NR_reboot, magic1, magic2, cmd, arg); in sys_reboot()