/kernel/linux/linux-5.10/net/x25/ |
H A D | x25_in.c | 142 x25->causediag.cause = 0x01; in x25_state1_machine()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | sm.h | 203 int sctp_init_cause(struct sctp_chunk *chunk, __be16 cause, size_t paylen);
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima.h | 151 const char *op, const char *cause);
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | sm.h | 201 int sctp_init_cause(struct sctp_chunk *chunk, __be16 cause, size_t paylen);
|
/kernel/linux/linux-6.6/net/x25/ |
H A D | x25_in.c | 142 x25->causediag.cause = 0x01; in x25_state1_machine()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima.h | 150 const char *op, const char *cause);
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 1539 * back in the guest HFSCR will cause the next entry to load the PMU SPRs and 1866 u64 cause = kvmppc_get_hfscr_hv(vcpu) >> 56; in kvmppc_handle_exit_hv() local 1870 if (cause == FSCR_MSGP_LG) in kvmppc_handle_exit_hv() 1872 if (cause == FSCR_PM_LG) in kvmppc_handle_exit_hv() 1874 if (cause == FSCR_EBB_LG) in kvmppc_handle_exit_hv() 1876 if (cause == FSCR_TM_LG) in kvmppc_handle_exit_hv() 2001 u64 cause = vcpu->arch.hfscr >> 56; in kvmppc_handle_nested_exit() local 2009 if (!(vcpu->arch.hfscr_permitted & (1UL << cause)) || in kvmppc_handle_nested_exit() 2010 (vcpu->arch.nested_hfscr & (1UL << cause))) { in kvmppc_handle_nested_exit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 225 // and xnack_error exceptions always cause the wave to enter the trap 231 // Maskable exceptions only cause the wave to enter the trap handler if 313 // Host trap will not cause trap re-entry. 357 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 785 enum iwl_mvm_low_latency_cause cause) in iwl_mvm_update_low_latency() 794 iwl_mvm_vif_set_low_latency(mvmvif, low_latency, cause); in iwl_mvm_update_low_latency() 783 iwl_mvm_update_low_latency(struct iwl_mvm *mvm, struct ieee80211_vif *vif, bool low_latency, enum iwl_mvm_low_latency_cause cause) iwl_mvm_update_low_latency() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 488 enum iwl_mvm_low_latency_cause cause) in iwl_mvm_update_low_latency() 497 iwl_mvm_vif_set_low_latency(mvmvif, low_latency, cause); in iwl_mvm_update_low_latency() 486 iwl_mvm_update_low_latency(struct iwl_mvm *mvm, struct ieee80211_vif *vif, bool low_latency, enum iwl_mvm_low_latency_cause cause) iwl_mvm_update_low_latency() argument
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-microchip-host.c | 276 struct cause { struct 281 static const struct cause event_cause[NUM_EVENTS] = {
|
H A D | pci-mvebu.c | 334 * These interrupts are shared, so it should not cause any issue. Just in mvebu_pcie_setup_hw() 1098 u32 cause, unmask, status; in mvebu_pcie_irq_handler() local 1103 cause = mvebu_readl(port, PCIE_INT_CAUSE_OFF); in mvebu_pcie_irq_handler() 1105 status = cause & unmask; in mvebu_pcie_irq_handler()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | traps.c | 252 unsigned int cause = regs->cp0_cause; in __show_regs() local 337 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs() 338 printk("Cause : %08x (ExcCode %02x)\n", cause, exccode); in __show_regs() 1569 * Clear WP (bit 22) bit of cause register so we don't loop in do_watch()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | traps.c | 266 unsigned int cause = regs->cp0_cause; in __show_regs() local 351 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs() 352 printk("Cause : %08x (ExcCode %02x)\n", cause, exccode); in __show_regs() 1566 * Clear WP (bit 22) bit of cause register so we don't loop in do_watch()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlb.c | 73 * Yet we still see the Thrashing because a J-TLB Write cause flush of u-TLBs. 192 * with existing location. This will cause Write CMD to over-write in tlb_entry_insert() 886 void do_tlb_overlap_fault(unsigned long cause, unsigned long address, in do_tlb_overlap_fault() argument
|
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | grufault.c | 120 * change as soon as the TFH restart is complete. Races may cause an 397 write = (tfh->cause & TFHCAUSE_TLB_MOD) != 0; in gru_try_dropin() 566 /* Spurious interrupts can cause this. Ignore. */ in gru_intr()
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | grufault.c | 120 * change as soon as the TFH restart is complete. Races may cause an 397 write = (tfh->cause & TFHCAUSE_TLB_MOD) != 0; in gru_try_dropin() 566 /* Spurious interrupts can cause this. Ignore. */ in gru_intr()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_make_chunk.c | 141 * cause codes will be embedded inside an abort chunk. 150 err.cause = cause_code; in sctp_init_cause() 1076 /* Make an ABORT chunk with a PROTOCOL VIOLATION cause code. */ 2182 * cause 'Protocol Violation'. in sctp_verify_param() 3005 err_param.cause = err_code; in sctp_add_asconf_response() 3092 * MUST send an Error Cause TLV with the error cause set to the in sctp_process_asconf_param() 3122 * which including cause of Unresolvable Address should in sctp_process_asconf_param() 3409 return err_param->cause; in sctp_get_asconf_response()
|
H A D | sm_statefuns.c | 340 * Normally, this would cause an ABORT with a Protocol Violation in sctp_sf_do_5_1B_init() 443 * error cause code for "unknown parameter" and the in sctp_sf_do_5_1B_init() 451 /* Replace the cause code with the "Unrecognized parameter" in sctp_sf_do_5_1B_init() 1296 errhdr->cause = SCTP_ERROR_RESTART; in sctp_sf_send_restart_abort() 1600 * error cause code for "unknown parameter" and the in sctp_sf_do_unexpected_init() 1608 /* Replace the cause code with the "Unrecognized parameter" in sctp_sf_do_unexpected_init() 1816 * chunk with a "Cookie Received while Shutting Down" error cause to in sctp_sf_do_dupcook_a() 2414 if (SCTP_ERROR_STALE_COOKIE == err->cause) in sctp_sf_cookie_echoed_err() 2420 * will cause us to end the walk early. However, since in sctp_sf_cookie_echoed_err() 2628 /* See if we have an error cause cod in __sctp_sf_do_9_1_abort() [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_make_chunk.c | 141 * cause codes will be embedded inside an abort chunk. 150 err.cause = cause_code; in sctp_init_cause() 1072 /* Make an ABORT chunk with a PROTOCOL VIOLATION cause code. */ 2227 * cause 'Protocol Violation'. in sctp_verify_param() 3043 err_param.cause = err_code; in sctp_add_asconf_response() 3130 * MUST send an Error Cause TLV with the error cause set to the in sctp_process_asconf_param() 3160 * which including cause of Unresolvable Address should in sctp_process_asconf_param() 3447 return err_param->cause; in sctp_get_asconf_response()
|
H A D | sm_statefuns.c | 342 * Normally, this would cause an ABORT with a Protocol Violation in sctp_sf_do_5_1B_init() 451 * error cause code for "unknown parameter" and the in sctp_sf_do_5_1B_init() 459 /* Replace the cause code with the "Unrecognized parameter" in sctp_sf_do_5_1B_init() 1345 errhdr->cause = SCTP_ERROR_RESTART; in sctp_sf_send_restart_abort() 1653 * error cause code for "unknown parameter" and the in sctp_sf_do_unexpected_init() 1661 /* Replace the cause code with the "Unrecognized parameter" in sctp_sf_do_unexpected_init() 1892 * chunk with a "Cookie Received while Shutting Down" error cause to in sctp_sf_do_dupcook_a() 2478 if (SCTP_ERROR_STALE_COOKIE == err->cause) in sctp_sf_cookie_echoed_err() 2484 * will cause us to end the walk early. However, since in sctp_sf_cookie_echoed_err() 2692 /* See if we have an error cause cod in __sctp_sf_do_9_1_abort() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | srem_mod.S | 382 fmulx Scale(%pc),%fp0 | ...may cause underflow
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | srem_mod.S | 382 fmulx Scale(%pc),%fp0 | ...may cause underflow
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 4289 static const char *ibmvnic_fw_err_cause(u16 cause) in ibmvnic_fw_err_cause() argument 4291 switch (cause) { in ibmvnic_fw_err_cause() 4315 u16 cause; in handle_error_indication() local 4317 cause = be16_to_cpu(crq->error_indication.error_cause); in handle_error_indication() 4320 "Firmware reports %serror, cause: %s. Starting recovery...\n", in handle_error_indication() 4323 ibmvnic_fw_err_cause(cause)); in handle_error_indication()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | mipsregs.h | 270 * R4x00 interrupt enable / cause bits 282 * R4x00 interrupt cause bits 410 * Bitfields and bit numbers in the coprocessor 0 cause register. 935 /* GuestCtl0.GExcCode Hypervisor exception cause codes */ 1181 * X the exception cause indicator 2882 __BUILD_SET_C0(cause) 2912 __BUILD_SET_GC0(cause)
|