Server IP : 172.67.216.182 / Your IP : 162.158.189.248 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-5.15.0-142-generic/arch/alpha/include/uapi/asm/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI__ALPHA_PAL_H #define _UAPI__ALPHA_PAL_H /* * Common PAL-code */ #define PAL_halt 0 #define PAL_cflush 1 #define PAL_draina 2 #define PAL_bpt 128 #define PAL_bugchk 129 #define PAL_chmk 131 #define PAL_callsys 131 #define PAL_imb 134 #define PAL_rduniq 158 #define PAL_wruniq 159 #define PAL_gentrap 170 #define PAL_nphalt 190 /* * VMS specific PAL-code */ #define PAL_swppal 10 #define PAL_mfpr_vptb 41 /* * OSF specific PAL-code */ #define PAL_cserve 9 #define PAL_wripir 13 #define PAL_rdmces 16 #define PAL_wrmces 17 #define PAL_wrfen 43 #define PAL_wrvptptr 45 #define PAL_jtopal 46 #define PAL_swpctx 48 #define PAL_wrval 49 #define PAL_rdval 50 #define PAL_tbi 51 #define PAL_wrent 52 #define PAL_swpipl 53 #define PAL_rdps 54 #define PAL_wrkgp 55 #define PAL_wrusp 56 #define PAL_wrperfmon 57 #define PAL_rdusp 58 #define PAL_whami 60 #define PAL_retsys 61 #define PAL_wtint 62 #define PAL_rti 63 #endif /* _UAPI__ALPHA_PAL_H */