/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | vectors.S | 64 * associated to the exception cause. 78 rsr a0, exccause # retrieve exception cause 92 * jump to the first-level handler associated with the exception cause. 105 rsr a0, exccause # retrieve exception cause 147 * nonzero address of a fixup routine before it could cause a double exception 660 * we try to access any page that would cause a page fault early.
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | vectors.S | 64 * associated to the exception cause. 78 rsr a0, exccause # retrieve exception cause 92 * jump to the first-level handler associated with the exception cause. 105 rsr a0, exccause # retrieve exception cause 147 * nonzero address of a fixup routine before it could cause a double exception 690 * we try to access any page that would cause a page fault early.
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | process.c | 933 static void tm_reclaim_thread(struct thread_struct *thr, uint8_t cause) in tm_reclaim_thread() argument 955 tm_reclaim(thr, cause); in tm_reclaim_thread() 977 void tm_reclaim_current(uint8_t cause) in tm_reclaim_current() argument 980 tm_reclaim_thread(¤t->thread, cause); in tm_reclaim_current() 1153 void tm_reclaim_current(uint8_t cause) {} in tm_reclaim_current() argument 1901 * Clear any transactional state, we're exec()ing. The cause is in start_thread()
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | signal.c | 59 tmp = pt_cause(regs); err |= __put_user(tmp, &sc->sc_regs.cause); in setup_sigcontext()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | asm-offsets.c | 34 OFFSET(__THREAD_per_cause, thread_struct, per_event.cause); in main()
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | signal.c | 58 tmp = pt_cause(regs); err |= __put_user(tmp, &sc->sc_regs.cause); in setup_sigcontext()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | traps.c | 220 default: /* unknown cause */ in vector_exception() 325 ev->cause = S390_lowcore.per_code_combined; in __do_pgm_check()
|
H A D | entry.S | 243 # Other instructions between __sie64a and .Lsie_done should not cause program
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | ptrace.c | 234 REG_OFFSET_NAME(cause),
|
H A D | kgdb.c | 204 {DBG_REG_CAUSE, GDB_SIZEOF_REG, offsetof(struct pt_regs, cause)},
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sctp.h | 437 __be16 cause; member 512 * This section defines a new error cause that will be sent if an AUTH 514 * illustrates the new error cause.
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sctp.h | 444 __be16 cause; member 521 * This section defines a new error cause that will be sent if an AUTH 523 * illustrates the new error cause. 808 * The error cause indicating an "Restart of an Association with
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2P.h | 609 void gaudi2_pb_print_security_errors(struct hl_device *hdev, u32 block_addr, u32 cause,
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | rxrpc.c | 963 enum afs_eproto_cause cause) in afs_protocol_error() 965 trace_afs_protocol_error(call, cause); in afs_protocol_error() 962 afs_protocol_error(struct afs_call *call, enum afs_eproto_cause cause) afs_protocol_error() argument
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | rxrpc.c | 939 enum afs_eproto_cause cause) in afs_protocol_error() 941 trace_afs_protocol_error(call, cause); in afs_protocol_error() 938 afs_protocol_error(struct afs_call *call, enum afs_eproto_cause cause) afs_protocol_error() argument
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | process.c | 915 static void tm_reclaim_thread(struct thread_struct *thr, uint8_t cause) in tm_reclaim_thread() argument 937 tm_reclaim(thr, cause); in tm_reclaim_thread() 959 void tm_reclaim_current(uint8_t cause) in tm_reclaim_current() argument 962 tm_reclaim_thread(¤t->thread, cause); in tm_reclaim_current() 1795 * Clear any transactional state, we're exec()ing. The cause is in start_thread()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | mac.c | 1565 enum mt7603_reset_cause cause, in mt7603_watchdog_check() 1568 if (dev->reset_test == cause + 1) { in mt7603_watchdog_check() 1585 dev->cur_reset_cause = cause; in mt7603_watchdog_check() 1586 dev->reset_cause[cause]++; in mt7603_watchdog_check() 1564 mt7603_watchdog_check(struct mt7603_dev *dev, u8 *counter, enum mt7603_reset_cause cause, bool (*check)(struct mt7603_dev *dev)) mt7603_watchdog_check() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | lan743x_ptp.c | 1069 u32 cap_info, cause, header, nsec, seconds; in lan743x_ptpci_do_aux_work() local 1090 cause = (nsec & in lan743x_ptpci_do_aux_work() 1095 if (cause == in lan743x_ptpci_do_aux_work() 1103 } else if (cause == in lan743x_ptpci_do_aux_work() 1106 "Auto capture cause not supported\n"); in lan743x_ptpci_do_aux_work() 1109 "unknown tx timestamp capture cause\n"); in lan743x_ptpci_do_aux_work()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 233 // exceptions always cause the wave to enter the trap handler. 244 // Maskable exceptions only cause the wave to enter the trap handler if 320 // Host trap will not cause trap re-entry. 366 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | mac.c | 1595 enum mt7603_reset_cause cause, in mt7603_watchdog_check() 1598 if (dev->reset_test == cause + 1) { in mt7603_watchdog_check() 1615 dev->cur_reset_cause = cause; in mt7603_watchdog_check() 1616 dev->reset_cause[cause]++; in mt7603_watchdog_check() 1594 mt7603_watchdog_check(struct mt7603_dev *dev, u8 *counter, enum mt7603_reset_cause cause, bool (*check)(struct mt7603_dev *dev)) mt7603_watchdog_check() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 652 /* Clear BM cause register */ in mvpp2_bm_init() 2490 u32 cause) in mvpp2_get_rx_queue() 2492 int queue = fls(cause) - 1; in mvpp2_get_rx_queue() 2498 u32 cause) in mvpp2_get_tx_queue() 2500 int queue = fls(cause) - 1; in mvpp2_get_tx_queue() 2527 static unsigned int mvpp2_tx_done(struct mvpp2_port *port, u32 cause, in mvpp2_tx_done() argument 2534 while (cause) { in mvpp2_tx_done() 2535 txq = mvpp2_get_tx_queue(port, cause); in mvpp2_tx_done() 2546 cause &= ~(1 << txq->log_id); in mvpp2_tx_done() 3157 unsigned int tx_todo, cause; in mvpp2_hr_timer_cb() local 2489 mvpp2_get_rx_queue(struct mvpp2_port *port, u32 cause) mvpp2_get_rx_queue() argument 2497 mvpp2_get_tx_queue(struct mvpp2_port *port, u32 cause) mvpp2_get_tx_queue() argument 4116 mvpp2_cause_error(struct net_device *dev, int cause) mvpp2_cause_error() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 685 /* Clear BM cause register */ in mvpp2_bm_init() 2843 u32 cause) in mvpp2_get_rx_queue() 2845 int queue = fls(cause) - 1; in mvpp2_get_rx_queue() 2851 u32 cause) in mvpp2_get_tx_queue() 2853 int queue = fls(cause) - 1; in mvpp2_get_tx_queue() 2880 static unsigned int mvpp2_tx_done(struct mvpp2_port *port, u32 cause, in mvpp2_tx_done() argument 2887 while (cause) { in mvpp2_tx_done() 2888 txq = mvpp2_get_tx_queue(port, cause); in mvpp2_tx_done() 2899 cause &= ~(1 << txq->log_id); in mvpp2_tx_done() 3520 unsigned int tx_todo, cause; in mvpp2_hr_timer_cb() local 2842 mvpp2_get_rx_queue(struct mvpp2_port *port, u32 cause) mvpp2_get_rx_queue() argument 2850 mvpp2_get_tx_queue(struct mvpp2_port *port, u32 cause) mvpp2_get_tx_queue() argument 4474 mvpp2_cause_error(struct net_device *dev, int cause) mvpp2_cause_error() argument [all...] |
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | kgdb.c | 223 {DBG_REG_CAUSE, GDB_SIZEOF_REG, offsetof(struct pt_regs, cause)},
|
H A D | asm-offsets.c | 107 OFFSET(PT_CAUSE, pt_regs, cause); in asm_offsets()
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | tlb.c | 89 * with existing location. This will cause Write CMD to over-write in tlb_entry_insert() 700 void do_tlb_overlap_fault(unsigned long cause, unsigned long address, in do_tlb_overlap_fault() argument
|