Searched refs:exception (Results 126 - 150 of 213) sorted by relevance

123456789

/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S14 * exception setup stuff..
27 /* Allow an exception for an insn; exit if we get one. */
220 $exitout: # Destination for exception recovery(?)
/linux-master/arch/arm64/kvm/
H A Dhandle_exit.c15 #include <asm/exception.h>
60 * trapped to EL2 because HCR_EL2.TSC is 1, the exception is a
61 * Trap exception, not a Secure Monitor Call exception [...]"
156 * kvm_handle_guest_debug - handle a debug exception instruction
162 * userspace to re-inject the correct exception for guest delivery.
192 kvm_pr_unimpl("Unknown exception class: esr: %#016llx -- %s\n",
231 * exception into the L1 hypervisor.
249 * we should only have to deal with a 64 bit exception.
352 * We attempted an illegal exception retur
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dexceptions.c137 /* Example of how the exception callback supplied during verification can still
141 * Right now we don't allow freplace attachment to exception callback itself,
299 int exception##tag##name(struct __sk_buff *ctx) \
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c281 struct mac_device *dev_id; /* device cookie used by the exception cbs */
425 pr_err("Uninitialized exception handler\n");
436 static int get_exception_flag(enum fman_mac_exceptions exception) argument
440 switch (exception) {
882 enum fman_mac_exceptions exception, bool enable)
886 bit_mask = get_exception_flag(exception);
893 pr_err("Undefined exception\n");
881 memac_set_exception(struct fman_mac *memac, enum fman_mac_exceptions exception, bool enable) argument
H A Dfman.c549 enum fman_exceptions exception)
551 dev_dbg(fman->dev, "%s: FMan[%d] exception %d\n",
552 __func__, fman->state->fm_id, exception);
950 enum fman_exceptions exception, bool enable)
954 switch (exception) {
1435 static u32 get_exception_flag(enum fman_exceptions exception) argument
1439 switch (exception) {
1906 /* clear revision-dependent non existing exception */
2015 enum fman_exceptions exception, bool enable)
2022 bit_mask = get_exception_flag(exception);
548 fman_exceptions(struct fman *fman, enum fman_exceptions exception) argument
949 set_exception(struct fman *fman, enum fman_exceptions exception, bool enable) argument
2014 fman_set_exception(struct fman *fman, enum fman_exceptions exception, bool enable) argument
[all...]
/linux-master/arch/arm64/include/uapi/asm/
H A Dkvm.h192 } exception; member in struct:kvm_vcpu_events
/linux-master/arch/loongarch/mm/
H A Dtlb.c14 #include <asm/exception.h>
H A Dfault.c28 #include <asm/exception.h>
/linux-master/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h192 } exception; member in struct:kvm_vcpu_events
/linux-master/arch/s390/kernel/
H A Ddebug.c928 int level, int exception)
939 active->exception = exception;
942 if (exception)
1001 * debug_set_critical() - event/exception functions try lock instead of spin.
1008 * event or exception no longer spin on the debug area lock,
1504 if (entry->exception)
1518 * debug_sprinf_event/exception calls must be used together with this view
927 debug_finish_entry(debug_info_t *id, debug_entry_t *active, int level, int exception) argument
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S53 | Notes: This will always generate one exception -- inexact.
166 | Possible exception in 6.4 is overflow or underflow.
167 | The inexact exception is not generated in 6.4. Although
169 | raised, to simulate that exception cost to much than the
176 | Notes: For non-zero X, the inexact exception will always be
177 | raised by 7.3. That is the only exception raised by 7.3.
299 | 8.2 generates the inexact exception as the case warrants.
H A Dget_op.S7 | type exception handler ('unsupp' - vector 55) and the unimplemented
8 | instruction exception handler ('unimp' - vector 11). 'get_op'
13 | For UNSUPPORTED data/format (exception vector 55) and for
14 | UNIMPLEMENTED instructions (exception vector 11) the following
27 | For UNSUPPORTED data/format (exception vector 55) only the
356 | unsupported data type exception. Set if dyadic.
377 | exception if denorm.
449 bsetb #unfl_bit,FPSR_EXCEPT(%a6) |set unfl exception bit
H A Dstanh.S166 fmovex X(%a6),%fp0 |last inst - possible exception set
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h454 struct x86_exception *exception);
843 struct kvm_queued_exception exception; member in struct:kvm_vcpu_arch
1745 struct x86_exception *exception);
2117 struct x86_exception *exception);
2119 struct x86_exception *exception);
2121 struct x86_exception *exception);
/linux-master/arch/xtensa/kernel/
H A Dalign.S159 * PT_DEPC >= VALID_DOUBLE_EXCEPTION_ADDRESS: double exception, DEPC
160 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
222 * PT_DEPC >= VALID_DOUBLE_EXCEPTION_ADDRESS: double exception, DEPC
223 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
346 /* We cannot handle this exception. */
355 /* Restore a4...a8 and SAR, set SP, and jump to default exception. */
510 * The only possible danger of a double exception on the
515 * this unaligned exception handler that uses only static TLB
525 rsr a7, epc1 # load exception address
555 s32i a0, a2, PT_DEPC # mark as a regular exception
[all...]
/linux-master/arch/powerpc/kernel/
H A Dhead_64.S9 * Low-level exception handlers and MMU support
45 #include <asm/exception-64s.h>
47 #include <asm/exception-64e.h>
146 * All of it must fit below the first exception vector at 0x100.
199 * On server, we include the exception vectors code here as it
647 * Note: This process overwrites the OF exception vectors.
/linux-master/kernel/debug/
H A Ddebug_core.c201 unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs) argument
212 int __weak kgdb_skipexception(int exception, struct pt_regs *regs) argument
528 * If the break point removed ok at the place exception
551 pr_crit("re-enter exception: ALL breakpoints killed\n");
829 * kgdb_handle_exception() - main entry point from a kernel exception
861 goto out; /* Ouch, double exception ! */
1210 * kgdb_breakpoint - generate breakpoint exception
1212 * This function will generate a breakpoint exception. It is used at the
/linux-master/drivers/md/
H A DMakefile15 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h285 __u32 exception; member in struct:kvm_debug_exit_arch
341 } exception; member in struct:kvm_vcpu_events
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h285 __u32 exception; member in struct:kvm_debug_exit_arch
341 } exception; member in struct:kvm_vcpu_events
/linux-master/drivers/irqchip/
H A Dirq-hip04.c45 #include <asm/exception.h>
H A Dirq-omap-intc.c19 #include <asm/exception.h>
/linux-master/arch/s390/include/asm/
H A Ddebug.h34 unsigned long exception : 1; member in struct:__debug_entry
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_entry.S6 #include <asm/exception-64s.h>
16 * These are branched to from interrupt handlers in exception-64s.S which set
/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py631 self.assertEqual(e.exception.code, 1)
637 self.assertEqual(e.exception.code, 1)
646 self.assertEqual(e.exception.code, 1)
681 self.assertNotEqual(e.exception.code, 0)

Completed in 277 milliseconds

123456789