Home
last modified time | relevance | path

Searched refs:EXCP (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcommon.h40 #define EXCP(Env, Id, Str) enif_raise_exception((Env), \ macro
48 #define EXCP_NOTSUP(Env, Str) EXCP((Env), atom_notsup, (Str))
49 #define EXCP_BADARG(Env, Str) EXCP((Env), atom_badarg, (Str))
50 #define EXCP_ERROR(Env, Str) EXCP((Env), atom_error, (Str))
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/c_src/
H A Dcommon.h40 #define EXCP(Env, Id, Str) enif_raise_exception((Env), \ macro
48 #define EXCP_NOTSUP(Env, Str) EXCP((Env), atom_notsup, (Str))
49 #define EXCP_BADARG(Env, Str) EXCP((Env), atom_badarg, (Str))
50 #define EXCP_ERROR(Env, Str) EXCP((Env), atom_error, (Str))
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/c_src/
H A Dcommon.h40 #define EXCP(Env, Id, Str) enif_raise_exception((Env), \ macro
48 #define EXCP_NOTSUP(Env, Str) EXCP((Env), atom_notsup, (Str))
49 #define EXCP_BADARG(Env, Str) EXCP((Env), atom_badarg, (Str))
50 #define EXCP_ERROR(Env, Str) EXCP((Env), atom_error, (Str))
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcommon.h40 #define EXCP(Env, Id, Str) enif_raise_exception((Env), \ macro
48 #define EXCP_NOTSUP(Env, Str) EXCP((Env), atom_notsup, (Str))
49 #define EXCP_BADARG(Env, Str) EXCP((Env), atom_badarg, (Str))
50 #define EXCP_ERROR(Env, Str) EXCP((Env), atom_error, (Str))
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcommon.h40 #define EXCP(Env, Id, Str) enif_raise_exception((Env), \ macro
48 #define EXCP_NOTSUP(Env, Str) EXCP((Env), atom_notsup, (Str))
49 #define EXCP_BADARG(Env, Str) EXCP((Env), atom_badarg, (Str))
50 #define EXCP_ERROR(Env, Str) EXCP((Env), atom_error, (Str))
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcommon.h40 #define EXCP(Env, Id, Str) enif_raise_exception((Env), \ macro
48 #define EXCP_NOTSUP(Env, Str) EXCP((Env), atom_notsup, (Str))
49 #define EXCP_BADARG(Env, Str) EXCP((Env), atom_badarg, (Str))
50 #define EXCP_ERROR(Env, Str) EXCP((Env), atom_error, (Str))
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/cpu/mce/
H A Dseverity.c61 #define EXCP .excp = EXCP_CONTEXT macro
78 EXCP, BITCLR(MCI_STATUS_EN)
87 EXCP, MCGMASK(MCG_STATUS_MCIP, 0)
92 EXCP, MCGMASK(MCG_STATUS_RIPV|MCG_STATUS_EIPV, 0)
96 EXCP, KERNEL, MCGMASK(MCG_STATUS_RIPV, 0)
100 EXCP, KERNEL_RECOV, MCGMASK(MCG_STATUS_RIPV, 0)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/cpu/mce/
H A Dseverity.c61 #define EXCP .excp = EXCP_CONTEXT macro
78 EXCP, BITCLR(MCI_STATUS_EN)
87 EXCP, MCGMASK(MCG_STATUS_MCIP, 0)
92 EXCP, MCGMASK(MCG_STATUS_RIPV|MCG_STATUS_EIPV, 0)
96 EXCP, KERNEL, MCGMASK(MCG_STATUS_RIPV, 0)
100 EXCP, KERNEL_RECOV, MCGMASK(MCG_STATUS_RIPV, 0)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/cpu/mce/
H A Dseverity.c61 #define EXCP .excp = EXCP_CONTEXT macro
78 EXCP, BITCLR(MCI_STATUS_EN)
87 EXCP, MCGMASK(MCG_STATUS_MCIP, 0)
92 EXCP, MCGMASK(MCG_STATUS_RIPV|MCG_STATUS_EIPV, 0)
96 EXCP, KERNEL, MCGMASK(MCG_STATUS_RIPV, 0)
100 EXCP, KERNEL_RECOV, MCGMASK(MCG_STATUS_RIPV, 0)
/dports/emulators/hercules/hercules-3.13/util/
H A Dawswrite.jcl165 BAL R10,EXCPIO Perform I/O via EXCP
177 BAL R10,EXCPIO Perform I/O via EXCP
277 * Subroutine to write to tape using EXCP
283 EXCP IOB Start channel program
304 * Data areas for EXCP I/O to tape
H A Dcckdload.hla434 DEBCHK unitdcb,TYPE=ADD,AM=EXCP
507 EXCP iob1
520 EXCP iob1
533 EXCP iob1
546 EXCP iob1
559 EXCP iob1
921 DEBCHK unitdcb,TYPE=DELETE,AM=EXCP delete the deb
1403 EXCP IOBSTDRD schedule the i/o
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/a29khif/sys/
H A Dfpsymbol.h456 .equ CP_EX_MASK, 0x00004000 ; EXCP enable mask (EX)
457 .equ CP_EXCP_ENABLED, 0x00004000 ; EXCP enabled (EX=1)
458 .equ CP_EXCP_DISABLED, 0x00000000 ; EXCP disabled (EX=0)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/a29khif/sys/
H A Dfpsymbol.h456 .equ CP_EX_MASK, 0x00004000 ; EXCP enable mask (EX)
457 .equ CP_EXCP_ENABLED, 0x00004000 ; EXCP enabled (EX=1)
458 .equ CP_EXCP_DISABLED, 0x00000000 ; EXCP disabled (EX=0)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/a29khif/sys/
H A Dfpsymbol.h456 .equ CP_EX_MASK, 0x00004000 ; EXCP enable mask (EX)
457 .equ CP_EXCP_ENABLED, 0x00004000 ; EXCP enabled (EX=1)
458 .equ CP_EXCP_DISABLED, 0x00000000 ; EXCP disabled (EX=0)
/dports/emulators/qemu/qemu-6.2.0/target/hppa/
H A Dtranslate.c780 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
781 return gen_excp_iir(ctx, EXCP)
783 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
786 return gen_excp_iir(ctx, EXCP); \
/dports/emulators/qemu-utils/qemu-4.2.1/target/hppa/
H A Dtranslate.c807 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
808 return gen_excp_iir(ctx, EXCP)
810 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
813 return gen_excp_iir(ctx, EXCP); \
/dports/emulators/qemu5/qemu-5.2.0/target/hppa/
H A Dtranslate.c807 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
808 return gen_excp_iir(ctx, EXCP)
810 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
813 return gen_excp_iir(ctx, EXCP); \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/hppa/
H A Dtranslate.c807 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
808 return gen_excp_iir(ctx, EXCP)
810 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
813 return gen_excp_iir(ctx, EXCP); \
/dports/emulators/qemu42/qemu-4.2.1/target/hppa/
H A Dtranslate.c807 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
808 return gen_excp_iir(ctx, EXCP)
810 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
813 return gen_excp_iir(ctx, EXCP); \
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/hppa/
H A Dtranslate.c780 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
781 return gen_excp_iir(ctx, EXCP)
783 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
786 return gen_excp_iir(ctx, EXCP); \
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/hppa/
H A Dtranslate.c807 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
808 return gen_excp_iir(ctx, EXCP)
810 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
813 return gen_excp_iir(ctx, EXCP); \
/dports/emulators/qemu60/qemu-6.0.0/target/hppa/
H A Dtranslate.c807 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
808 return gen_excp_iir(ctx, EXCP)
810 #define CHECK_MOST_PRIVILEGED(EXCP) \ argument
813 return gen_excp_iir(ctx, EXCP); \
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/s390/
H A Ds390dbf.rst206 00 00974733272:682281 1 * 02 0006ab08 41 4c 4c 43 | EXCP
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/s390/
H A Ds390dbf.rst206 00 00974733272:682281 1 * 02 0006ab08 41 4c 4c 43 | EXCP
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/s390/
H A Ds390dbf.rst206 00 00974733272:682281 1 * 02 0006ab08 41 4c 4c 43 | EXCP

12