Searched refs:trap (Results 101 - 125 of 134) sorted by relevance

123456

/freebsd-13-stable/sys/powerpc/aim/
H A Dslb.c50 #include <machine/trap.h>
H A Dmmu_oea.c152 #include <machine/trap.h>
/freebsd-13-stable/sys/powerpc/booke/
H A Dlocore.S38 #include <machine/trap.h>
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_machdep.c70 #include <machine/trap.h>
160 * registers used in the early portion of trap handling when
723 /* Save trap vectors */
726 /* Restore initially saved trap vectors */
741 /* Restore trap vecotrs */
/freebsd-13-stable/sys/mips/mips/
H A Dtrap.c1 /* $OpenBSD: trap.c,v 1.19 1998/09/30 12:40:41 pefo Exp $ */
38 * from: Utah Hdr: trap.c 1.32 91/04/06
40 * from: @(#)trap.c 8.5 (Berkeley) 1/11/94
41 * JNPR: trap.c,v 1.13.2.2 2007/08/29 10:03:49 girish
77 #include <machine/trap.h>
188 MipsKernGenException, /* trap exception */
258 "trap",
506 * when a processor trap occurs.
507 * In the case of a kernel trap, we return the pc where to resume if
511 trap(struc function
[all...]
H A Dfp.S1084 and v0, a1, MIPS_FPU_ENABLE_DIV0 # trap enabled?
1158 and v0, a1, MIPS_FPU_ENABLE_DIV0 # trap enabled?
1548 * Conversions to integer which overflow will trap (if enabled),
1549 * or generate an inexact trap (if enabled),
1561 * Conversions to integer which underflow will trap (if enabled),
1562 * or generate an inexact trap (if enabled),
1782 * Overflow will trap (if enabled),
1783 * or generate an inexact trap (if enabled),
1819 * Underflow is enabled so compute the result and trap.
1828 * signal inexact result (if it is) and trap (i
[all...]
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S322 # Just trap for the time being.
/freebsd-13-stable/contrib/lua/src/
H A Dldo.c175 ci->u.l.trap = 1; /* signal to update 'trap' in 'luaV_execute' */
/freebsd-13-stable/sys/riscv/riscv/
H A Dmachdep.c92 #include <machine/trap.h>
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c73 #include <machine/trap.h>
155 * If FreeBSD & Linux have a difference of opinion about what a trap
525 * one less debugger trap, so allowing it is fairly harmless.
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1335 EmitTrapCall(llvm::Intrinsic::trap);
1937 // FIXME: Teach -fsanitize=undefined to trap this.
2429 llvm::CallInst *TrapCall = EmitTrapCall(llvm::Intrinsic::trap);
H A DCGExpr.cpp3156 // -fsanitize-trap= overrides -fsanitize-recover=.
3312 llvm::Intrinsic::getDeclaration(M, llvm::Intrinsic::trap), "", BB);
3318 // llvm.trap or a call to one of the two runtime handlers, based on
3319 // -fsanitize-trap and -fsanitize-recover settings. Default case (invalid
3321 // can be nullptr if the calling module has -fsanitize-trap behavior for this
3359 // Data == nullptr means the calling module has trap behaviour for this check.
3424 // If we're optimizing, collapse all calls to trap down to just one per
3427 TrapBB = createBasicBlock("trap");
3430 llvm::CallInst *TrapCall = EmitTrapCall(llvm::Intrinsic::trap);
3445 auto A = llvm::Attribute::get(getLLVMContext(), "trap
[all...]
H A DCGClass.cpp112 // than pointer-aligned will generally trap in the constructor,
1450 // as functions containing a trap instruction.
1452 llvm::CallInst *TrapCall = EmitTrapCall(llvm::Intrinsic::trap);
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c64 #include <machine/trap.h>
150 * If FreeBSD & Linux have a difference of opinion about what a trap
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c94 #include <machine/trap.h>
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c79 #include <machine/trap.h>
169 * If FreeBSD & Linux have a difference of opinion about what a trap
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c45 #include <machine/trap.h>
73 * second sequence of instructions. The second sequence ends in a trap into
271 * changing this instruction before we overwrite it with our trap
561 * The pid provider shares the int3 trap with debugger
571 * a thread could be redirected by the trap handling
1515 * kernel, trap() will set %pc to curthread->t_dtrace_astpc
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_signal.c82 #include <machine/trap.h>
384 /* Save most if not all of trap frame. */
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c1076 addr_opts = HEAD_PFIFO(ptree->trap);
1079 fprintf(df, "trap %s", addr->address);
1086 "# unknown trap token %d\n"
1087 "trap %s", atrv->attr,
3672 curr_trap = HEAD_PFIFO(ptree->trap);
3685 "%d, trap ignored",
3711 /* Now process the trap for the specified interface
3723 "trap: unable to use IP address %s.",
3769 "set trap %s -> %s failed.",
3804 "giving up resolving trap hos
[all...]
/freebsd-13-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h3536 * GID value used for trap messages from this service.
3540 * trap messages originated by this service.
3543 * LID used for trap messages, or zero
3546 * P_Key used for trap messages
3549 * Hop limit (upper 8 bits) and QP number used for trap messages
3552 * Q_Key associated with the trap messages QP.
5681 * Sets the encoded multicast pkey trap suppression enabled bit value
5701 * [in] Multicast pkey trap suppression enabled value to set
5918 * Gets the encoded multicast pkey trap suppression enabled bit value
5935 * Multicast PKey trap suppressio
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1681 // Don't handle Intrinsic::trap if a trap function is specified.
1682 if (F && F->getIntrinsicID() == Intrinsic::trap &&
1683 Call->hasFnAttr("trap-func-name"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1726 if (I.getOperand(0).getIntrinsicID() != Intrinsic::trap)
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c133 #include <machine/trap.h>
2593 * trap was not caused by any of the debug registers
2602 * thus the trap couldn't have been caused by the
2646 * from the interrupt context in cpu_switch(), or in the trap handler.
2648 * code that is not atomic regarding the interrupt handler. If a trap or
2652 * with possible modification of the flags from the trap or interrupt context,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2092 // and a trap, since there should be no callable path here.
2093 B.buildIntrinsic(Intrinsic::trap, ArrayRef<Register>(), true);
4101 // Is non-HSA path or trap-handler disabled? then, insert s_endpgm instruction
4106 // Pass queue pointer to trap handler as input, and insert trap instruction
4107 // Reference: https://llvm.org/docs/AMDGPUUsage.html#trap-handler-abi
4131 // Is non-HSA path or trap-handler disabled? then, report a warning
4141 // Insert debug-trap instruction
4333 case Intrinsic::trap:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1953 // Insert a call to llvm.trap right before this. This turns the undefined
1957 Intrinsic::getDeclaration(BB->getParent()->getParent(), Intrinsic::trap);
2087 // Don't insert a call to llvm.trap right before the unreachable.
2122 // Don't insert a call to llvm.trap right before the unreachable.

Completed in 468 milliseconds

123456