You are not logged in.

#1 2026-04-06 13:23:22

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

[BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

After updating to the 6.19.11 arch1-1 kernel and at the same time, updating to mesa 1:26.0.4-1, I started to run into the already known but afaik unfixed 'amdgpu flip_done timed out' error, which causes a complete system lock up and requires a hard system reset.
Rolling back to kernel 6.19.10 arch1-1 and mesa 1:26.0.3-1 (including lib32 and vulkan deps) completely fixed the issue. Some freezes didn't even produce journal entries, some did.

System:
CPU: Intel i5-14600K
GPU: Radeon RX9070XT
RAM: 32GB

I'm happy to wait for the next kernel and driver version to see if the issue persists while I run the slightly older version but I thought I'd raise the issue here in case others run into this.
Two journal entries where something was logged:

 
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 timeout, signaled seq=221111, emitted seq=221111
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Starting sdma1 ring reset
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:416:crtc-0] flip_done timed out
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:420:crtc-1] flip_done timed out
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU18: Watchdog detected hard LOCKUP on cpu 18
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU10: Watchdog detected hard LOCKUP on cpu 10
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU14: Watchdog detected hard LOCKUP on cpu 14
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [Isolated Web Co:47484]
Apr 05 22:15:19 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679] 
 
Apr 05 17:25:26 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 timeout, signaled seq=6505, emitted seq=6505
Apr 05 17:25:26 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Starting sdma0 ring reset
Apr 05 17:25:26 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:416:crtc-0] flip_done timed out 

Offline

#2 2026-04-07 08:23:11

WaitAndSee
Member
Registered: 2025-12-16
Posts: 16

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Ive been having freezing issues too but thats not the reason for the responce. What journalctl command would i use for a sitsuation like this? Im looking to learn to fix things myself

Offline

#3 2026-04-07 11:23:19

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,932

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Usually the cause of the error is much earlier then the error messages.

For troubleshooting run as root/with root rights journalctl -b  .
When posting on a forum like ours also include the full output of lspci -k so readers get a good idea of your hardware setup.

See https://bbs.archlinux.org/viewtopic.php?id=57855 for more info .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Online

#4 2026-04-07 11:24:06

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

WaitAndSee wrote:

Ive been having freezing issues too but thats not the reason for the responce. What journalctl command would i use for a sitsuation like this? Im looking to learn to fix things myself

First: Wiki on how to filter the journal output

You're probably looking for something like

 journalctl -b -1 -p 3..1

  but there are far more options and you should really look at the wiki.

If you're really lazy, there are helper programs both as GUI and TUI but I'd recommend first getting to grips with the terminal and then getting lazy.


Lone_Wolf wrote:

Usually the cause of the error is much earlier then the error messages.

For troubleshooting run as root/with root rights journalctl -b  .
When posting on a forum like ours also include the full output of lspci -k so readers get a good idea of your hardware setup.

See https://bbs.archlinux.org/viewtopic.php?id=57855 for more info .

I wasn't sure how verbose I should go on the logs as it quickly becomes a wall of text that I doubt anybody actually parses through. What I posted was simply err to emerg range. Here is the full entry at debug level from the moment something goes wrong in the log.

Apr 05 22:14:52 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Fence fallback timer expired on ring vcn_unified_0
Apr 05 22:14:53 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Fence fallback timer expired on ring vcn_unified_0
Apr 05 22:14:54 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Dumping IP State
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Dumping IP State Completed
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] AMDGPU device coredump file has been created
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 timeout, signaled seq=221111, emitted seq=221111
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Starting sdma1 ring reset
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: reset sdma queue (1:0:0)
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:416:crtc-0] flip_done timed out
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:420:crtc-1] flip_done timed out
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU18: Watchdog detected hard LOCKUP on cpu 18
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 18 UID: 0 PID: 613512 Comm: kworker/u81:0 Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: Workqueue: ttm ttm_bo_delayed_delete [ttm]
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 05 22:15:19 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd e1 14
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40de604bd40 EFLAGS: 00000002
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000001 RBX: 0000000000000292 RCX: ffff8f2481420b18
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8f2481420b18
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000206 R08: 00000fad21bc2c35 R09: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f25f3478000 R11: 0000000000000000 R12: ffff8f25f3478000
Apr 05 22:15:19 ZeroKey kernel: R13: ffffd40de604bd58 R14: ffff8f2481420ac0 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  0000000000000000(0000) GS:ffff8f2c8b543000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007ffd1d523a88 CR3: 0000000183286003 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  _raw_spin_lock_irqsave+0x3d/0x50
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_default_wait+0x1a1/0x270
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_dma_fence_default_wait_cb+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_wait_timeout+0xa2/0x150
Apr 05 22:15:19 ZeroKey kernel:  dma_resv_wait_timeout+0xce/0x1d0
Apr 05 22:15:19 ZeroKey kernel:  ttm_bo_delayed_delete+0x32/0x90 [ttm 46002b734100c03fd9b3f3bde03ec36a1efe9dcb]
Apr 05 22:15:19 ZeroKey kernel:  process_one_work+0x193/0x350
Apr 05 22:15:19 ZeroKey kernel:  worker_thread+0x1a1/0x310
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_worker_thread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  kthread+0xfc/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ret_from_fork+0x243/0x280
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ret_from_fork_asm+0x1a/0x30
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU10: Watchdog detected hard LOCKUP on cpu 10
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 10 UID: 1000 PID: 618678 Comm: python3 Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 05 22:15:19 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd e1 14
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc0380d38 EFLAGS: 00000002
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000001 RBX: 000000000000387c RCX: ffffffffc18288a8
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc18288a8
Apr 05 22:15:19 ZeroKey kernel: RBP: ffff8f24aa67a3a0 R08: ffff8f25f3478e03 R09: 0000000000000006
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000012 R11: ffff8f24872db000 R12: ffffd40dc0380d70
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000003 R14: ffff8f24aa580000 R15: ffff8f24aa5a6fa8
Apr 05 22:15:19 ZeroKey kernel: FS:  00007f1a1ce30b80(0000) GS:ffff8f2c8b343000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00005648044c1ef8 CR3: 00000003a58ee005 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <IRQ>
Apr 05 22:15:19 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 05 22:15:19 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 16da872101f9daa8052d64581e15b5dfce6b81b8]
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 05 22:15:19 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 05 22:15:19 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 05 22:15:19 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 05 22:15:19 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 05 22:15:19 ZeroKey kernel:  </IRQ>
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:idr_get_free+0x1e0/0x2f0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 d3 e0 44 89 c1 48 83 e8 01 48 09 e8 4c 39 f0 49 0f 47 c6 48 83 c0 01 48 89 47 08 44 89 c0 c1 e8 06 49 8b 84 c7 28 02 00 00 <48> d3 e8 48 8b 34 24 48 89 46 10 48 83 c4 10 4c 89 e0 5b 5d 41 5c
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40df55b39d0 EFLAGS: 00000247
Apr 05 22:15:19 ZeroKey kernel: RAX: efffffffffffffff RBX: 0000000000000000 RCX: 000000000000003d
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000003d RSI: 0000000000040000 RDI: ffffd40df55b3a18
Apr 05 22:15:19 ZeroKey kernel: RBP: 000000000000387d R08: 000000000000003d R09: ffff8f26052f5000
Apr 05 22:15:19 ZeroKey kernel: R10: ffffd40df55b3ab8 R11: ffff8f26052f3000 R12: ffff8f2724beefb0
Apr 05 22:15:19 ZeroKey kernel: R13: ffffffffc18622a0 R14: 000000000000ffff R15: ffff8f2724beeda0
Apr 05 22:15:19 ZeroKey kernel:  idr_alloc_u32+0x8c/0x100
Apr 05 22:15:19 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 05 22:15:19 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 05 22:15:19 ZeroKey kernel:  drm_open+0x72/0x100
Apr 05 22:15:19 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 05 22:15:19 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 05 22:15:19 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 05 22:15:19 ZeroKey kernel:  ? dput.part.0+0x27/0x110
Apr 05 22:15:19 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_close+0x3d/0x80
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_close+0x3d/0x80
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 05 22:15:19 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7f1a1c6a23be
Apr 05 22:15:19 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffdf7c667b0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000002 RCX: 00007f1a1c6a23be
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f1a1bbf4780 RDI: ffffffffffffff9c
Apr 05 22:15:19 ZeroKey kernel: RBP: 00007ffdf7c667c0 R08: 0000000000000000 R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 05 22:15:19 ZeroKey kernel: R13: 00000000000001ff R14: 00007f1a1bf5a1f0 R15: 00007f1a1bbf4780
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: INFO: NMI handler (perf_event_nmi_handler) took too long to run: 1.493 msecs
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU14: Watchdog detected hard LOCKUP on cpu 14
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 14 UID: 0 PID: 611306 Comm: kworker/u80:2 Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x67/0x2f0
Apr 05 22:15:19 ZeroKey kernel: Code: 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 0f b6 01 <84> c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd e1 14 02 c3 cc
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc24e7d08 EFLAGS: 00000002
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000001 RBX: 0000000000000206 RCX: ffff8f24aa5a701c
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8f24aa5a701c
Apr 05 22:15:19 ZeroKey kernel: RBP: ffff8f24aa5a6fa8 R08: 0000000000000000 R09: 0000000001b9a3c0
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24aa580000 R11: ffffd40dc24e7940 R12: 0000000000000003
Apr 05 22:15:19 ZeroKey kernel: R13: ffff8f24a74dfe00 R14: 0000000000000000 R15: ffff8f24aa5a70c8
Apr 05 22:15:19 ZeroKey kernel: FS:  0000000000000000(0000) GS:ffff8f2c8b443000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007fd4b7fed910 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  _raw_spin_lock_irqsave+0x3d/0x50
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_fence_driver_guilty_force_completion+0x4b/0x180 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_ring_reset_helper_end+0x33/0x100 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_job_timedout.cold+0x1cc/0x3b2 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 05 22:15:19 ZeroKey kernel:  drm_sched_job_timedout+0x88/0x180 [gpu_sched 16da872101f9daa8052d64581e15b5dfce6b81b8]
Apr 05 22:15:19 ZeroKey kernel:  process_one_work+0x193/0x350
Apr 05 22:15:19 ZeroKey kernel:  worker_thread+0x1a1/0x310
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_worker_thread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  kthread+0xfc/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ret_from_fork+0x243/0x280
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ret_from_fork_asm+0x1a/0x30
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [Isolated Web Co:47484]
Apr 05 22:15:19 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]

And here is my lspci output:

? ~ ❯ lspci -k                                                                                                                                                      13:29 
00:00.0 Host bridge: Intel Corporation Device a704 (rev 01)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5000
	Kernel modules: ie31200_edac
00:01.0 PCI bridge: Intel Corporation Raptor Lake PCI Express 5.0 Graphics Port (PEG010) (rev 01)
	Subsystem: Gigabyte Technology Co., Ltd Device 5000
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:04.0 Signal processing controller: Intel Corporation Raptor Lake Dynamic Platform and Thermal Framework Processor Participant (rev 01)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 8888
	Kernel driver in use: proc_thermal_pci
	Kernel modules: processor_thermal_device_pci
00:06.0 PCI bridge: Intel Corporation Raptor Lake PCI Express 4.0 Graphics Port (rev 01)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:08.0 System peripheral: Intel Corporation GNA Scoring Accelerator module (rev 01)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5000
00:14.0 USB controller: Intel Corporation Raptor Lake USB 3.2 Gen 2x2 (20 Gb/s) XHCI Host Controller (rev 11)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5007
	Kernel driver in use: xhci_hcd
	Kernel modules: mei_me
00:14.2 RAM memory: Intel Corporation Raptor Lake PCH Shared SRAM (rev 11)
	DeviceName: Onboard - Other
00:15.0 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #0 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:15.1 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #1 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:15.2 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #2 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:15.3 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #3 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Raptor Lake CSME HECI #1 (rev 11)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 1c3a
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Raptor Lake SATA AHCI Controller (rev 11)
	DeviceName: Onboard - SATA
	Subsystem: Gigabyte Technology Co., Ltd Device b005
	Kernel driver in use: ahci
	Kernel modules: ahci
00:19.0 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #4 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:19.1 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #5 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:1c.0 PCI bridge: Intel Corporation Raptor Lake PCI Express Root Port #1 (rev 11)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation Raptor Lake PCI Express Root Port #3 (rev 11)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1f.0 ISA bridge: Intel Corporation Z790 Chipset LPC/eSPI Controller (rev 11)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
00:1f.3 Audio device: Intel Corporation Raptor Lake High Definition Audio Controller (rev 11)
	DeviceName: Onboard - Sound
	Subsystem: Gigabyte Technology Co., Ltd Device a194
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_soc_avs, snd_sof_pci_intel_tgl, snd_hda_intel
00:1f.4 SMBus: Intel Corporation 700 Series Chipset SMBus Controller (rev 11)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
00:1f.5 Serial bus controller: Intel Corporation Raptor Lake SPI (flash) Controller (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-spi
	Kernel modules: spi_intel_pci
01:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev 24)
	Subsystem: ASUSTeK Computer Inc. Device 1478
	Kernel driver in use: pcieport
	Kernel modules: shpchp
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch (rev 24)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch
	Kernel driver in use: pcieport
	Kernel modules: shpchp
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 [Radeon RX 9070/9070 XT/9070 GRE] (rev c0)
	Subsystem: ASUSTeK Computer Inc. Device 061a
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
03:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 HDMI/DP Audio Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 HDMI/DP Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
04:00.0 Non-Volatile memory controller: Sandisk Corp WD Black SN850X NVMe SSD (rev 01)
	Subsystem: Sandisk Corp WD Black SN850X NVMe SSD
	Kernel driver in use: nvme
	Kernel modules: nvme
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
	Subsystem: Gigabyte Technology Co., Ltd Device e000
	Kernel driver in use: r8169
	Kernel modules: r8169

Last edited by ZeroKey (2026-04-07 11:44:28)

Offline

#5 2026-04-07 14:40:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,903

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Lone_Wolf wrote:

the cause of the error is much earlier then the error messages

Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:416:crtc-0] flip_done timed out
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:420:crtc-1] flip_done timed out
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done

You'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/

Rolling back to kernel 6.19.10 arch1-1 and mesa 1:26.0.3-1

Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] AMDGPU device coredump file has been created
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 timeout, signaled seq=221111, emitted seq=221111
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Starting sdma1 ring reset
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: reset sdma queue (1:0:0)

What if you only downgrade mesa?

AMD will want to see that dump in /sys/class/drm/card1/device/devcoredump/data

Offline

#6 2026-04-07 17:59:09

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

seth wrote:
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done

You'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/

Here is the output you asked for:

/sys/class/drm/card1
/sys/class/drm/card1/edid: No such file or directory
=================
/sys/class/drm/card1-DP-1
EDID of '/sys/class/drm/card1-DP-1/edid' was empty.
=================
/sys/class/drm/card1-DP-2
edid-decode (hex):

00 ff ff ff ff ff ff 00 1c 54 3c 27 01 01 01 01
2b 23 01 04 b5 3b 21 78 fb ce d5 b0 4f 3c b7 26
0a 50 54 bf ef 80 71 4f 81 c0 81 00 81 40 81 80
95 00 a9 c0 b3 00 56 5e 00 a0 a0 a0 29 50 30 20
35 00 4e 4e 21 00 00 1a 00 00 00 fd 0e 50 19 ff
ff 7e 01 0a 20 20 20 20 20 20 00 00 00 fc 00 4d
4f 32 37 51 32 38 47 0a 20 20 20 20 00 00 00 ff
00 32 35 34 33 32 46 30 30 36 32 39 32 0a 02 97

02 03 36 71 49 03 13 04 29 0f 1f 10 40 3f 23 09
06 07 83 01 00 00 74 1a 00 00 03 03 50 f0 00 a0
6e 02 4f 02 18 01 00 00 00 00 00 e3 05 c3 01 e6
06 0d 01 6d 52 02 6f c2 00 a0 a0 a0 55 50 30 20
35 00 4e 4e 21 00 00 1a 09 ec 00 a0 a0 a0 67 50
30 20 35 00 4e 4e 21 00 00 1a 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 9f

70 12 79 03 00 03 01 50 b2 eb 01 04 ff 09 9f 00
2f 80 1f 00 9f 05 d4 00 02 00 04 00 e9 ec 00 04
7f 07 9f 00 2f 80 1f 00 37 04 86 00 02 00 04 00
07 1a 01 04 7f 07 9f 00 2f 80 1f 00 37 04 9f 00
02 00 04 00 e3 6e 01 04 ff 09 4f 00 07 00 1f 00
9f 05 2a 00 20 00 07 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 35 90

----------------

Block 0, Base EDID:
  EDID Structure Version & Revision: 1.4
  Vendor & Product Identification:
    Manufacturer: GBT
    Model: 10044
    Serial Number: 16843009 (0x01010101)
    Made in: week 43 of 2025
  Basic Display Parameters & Features:
    Digital display
    Bits per primary color channel: 10
    DisplayPort interface
    Maximum image size: 59 cm x 33 cm
    Gamma: 2.20
    DPMS levels: Standby Suspend Off
    Supported color formats: RGB 4:4:4, YCrCb 4:4:4, YCrCb 4:2:2
    First detailed timing includes the native pixel format and preferred refresh rate
    Display supports continuous frequencies
  Color Characteristics:
    Red  : 0.6904, 0.3085
    Green: 0.2373, 0.7167
    Blue : 0.1513, 0.0400
    White: 0.3134, 0.3291
  Established Timings I & II:
    IBM     :   720x400    70.081663 Hz   9:5     31.467 kHz     28.320000 MHz
    DMT 0x04:   640x480    59.940476 Hz   4:3     31.469 kHz     25.175000 MHz
    Apple   :   640x480    66.666667 Hz   4:3     35.000 kHz     30.240000 MHz
    DMT 0x05:   640x480    72.808802 Hz   4:3     37.861 kHz     31.500000 MHz
    DMT 0x06:   640x480    75.000000 Hz   4:3     37.500 kHz     31.500000 MHz
    DMT 0x08:   800x600    56.250000 Hz   4:3     35.156 kHz     36.000000 MHz
    DMT 0x09:   800x600    60.316541 Hz   4:3     37.879 kHz     40.000000 MHz
    DMT 0x0a:   800x600    72.187572 Hz   4:3     48.077 kHz     50.000000 MHz
    DMT 0x0b:   800x600    75.000000 Hz   4:3     46.875 kHz     49.500000 MHz
    Apple   :   832x624    74.551266 Hz   4:3     49.726 kHz     57.284000 MHz
    DMT 0x10:  1024x768    60.003840 Hz   4:3     48.363 kHz     65.000000 MHz
    DMT 0x11:  1024x768    70.069359 Hz   4:3     56.476 kHz     75.000000 MHz
    DMT 0x12:  1024x768    75.028582 Hz   4:3     60.023 kHz     78.750000 MHz
    DMT 0x24:  1280x1024   75.024675 Hz   5:4     79.976 kHz    135.000000 MHz
    Apple   :  1152x870    75.061550 Hz 192:145   68.681 kHz    100.000000 MHz
  Standard Timings:
    DMT 0x15:  1152x864    75.000000 Hz   4:3     67.500 kHz    108.000000 MHz
    DMT 0x55:  1280x720    60.000000 Hz  16:9     45.000 kHz     74.250000 MHz
    DMT 0x1c:  1280x800    59.810326 Hz  16:10    49.702 kHz     83.500000 MHz
    DMT 0x20:  1280x960    60.000000 Hz   4:3     60.000 kHz    108.000000 MHz
    DMT 0x23:  1280x1024   60.019740 Hz   5:4     63.981 kHz    108.000000 MHz
    DMT 0x2f:  1440x900    59.887445 Hz  16:10    55.935 kHz    106.500000 MHz
    DMT 0x53:  1600x900    60.000000 Hz  16:9     60.000 kHz    108.000000 MHz (RB)
    DMT 0x3a:  1680x1050   59.954250 Hz  16:10    65.290 kHz    146.250000 MHz
  Detailed Timing Descriptors:
    DTD 1:  2560x1440   59.950550 Hz  16:9     88.787 kHz    241.500000 MHz (590 mm x 334 mm)
                 Hfront   48 Hsync  32 Hback   80 Hpol P
                 Vfront    3 Vsync   5 Vback   33 Vpol N
    Display Range Limits:
      Monitor ranges (Range Limits Only): 80-280 Hz V, 510-510 kHz H, max dotclock 1260 MHz
    Display Product Name: 'MO27Q28G'
    Display Product Serial Number: '25432F006292'
  Extension blocks: 2
Checksum: 0x97

----------------

Block 1, CTA-861 Extension Block:
  Revision: 3
  Basic audio support
  Supports YCbCr 4:4:4
  Supports YCbCr 4:2:2
  Native detailed modes: 1
  Video Data Block:
    VIC   3:   720x480    59.940060 Hz  16:9     31.469 kHz     27.000000 MHz
    VIC  19:  1280x720    50.000000 Hz  16:9     37.500 kHz     74.250000 MHz
    VIC   4:  1280x720    60.000000 Hz  16:9     45.000 kHz     74.250000 MHz
    VIC  41:  1280x720   100.000000 Hz  16:9     75.000 kHz    148.500000 MHz
    VIC  15:  1440x480    59.940060 Hz  16:9     31.469 kHz     54.000000 MHz
    VIC  31:  1920x1080   50.000000 Hz  16:9     56.250 kHz    148.500000 MHz
    VIC  16:  1920x1080   60.000000 Hz  16:9     67.500 kHz    148.500000 MHz
    VIC  64:  1920x1080  100.000000 Hz  16:9    112.500 kHz    297.000000 MHz
    VIC  63:  1920x1080  120.000000 Hz  16:9    135.000 kHz    297.000000 MHz
  Audio Data Block:
    Linear PCM:
      Max channels: 2
      Supported sample rates (kHz): 48 44.1
      Supported sample sizes (bits): 24 20 16
  Speaker Allocation Data Block:
    FL/FR - Front Left/Right
  Vendor-Specific Data Block (AMD), OUI 00-00-1A:
    Version: 3
    Feature Caps: 0x03
    Minimum Refresh Rate: 80 Hz
    Maximum Refresh Rate: 240 Hz
    Flags 1.x: 0x00
    Flags 2.x: 0xa0
    Maximum luminance: 110 (541.702 cd/m^2)
    Minimum luminance: 2 (0.000 cd/m^2)
    Unknown: 0x4f 0x02
  Colorimetry Data Block:
    xvYCC601
    xvYCC709
    BT2020YCC
    BT2020RGB
    Gamut Boundary Description Metadata Profile P0
  HDR Static Metadata Data Block:
    Electro optical transfer functions:
      Traditional gamma - SDR luminance range
      SMPTE ST2084
      Hybrid Log-Gamma
    Supported static metadata descriptors:
      Static metadata type 1
    Desired content max luminance: 109 (530.095 cd/m^2)
    Desired content max frame-average luminance: 82 (295.365 cd/m^2)
    Desired content min luminance: 2 (0.000 cd/m^2)
  Detailed Timing Descriptors:
    DTD 2:  2560x1440  119.997589 Hz  16:9    182.996 kHz    497.750000 MHz (590 mm x 334 mm)
                 Hfront   48 Hsync  32 Hback   80 Hpol P
                 Vfront    3 Vsync   5 Vback   77 Vpol N
    DTD 3:  2560x1440  143.973257 Hz  16:9    222.151 kHz    604.250000 MHz (590 mm x 334 mm)
                 Hfront   48 Hsync  32 Hback   80 Hpol P
                 Vfront    3 Vsync   5 Vback   95 Vpol N
Checksum: 0x9f  Unused space in Extension Block: 37 bytes

----------------

Block 2, DisplayID Extension Block:
  Version: 1.2
  Extension Count: 0
  Display Product Type: Standalone display device
  Video Timing Modes Type 1 - Detailed Timings Data Block:
    DTD:  2560x1440  279.961122 Hz  16:9    462.776 kHz   1258.750000 MHz (aspect 16:9, no 3D stereo)
               Hfront   48 Hsync  32 Hback   80 Hpol P
               Vfront    3 Vsync   5 Vback  205 Vpol N
    DTD:  1920x1080  239.988921 Hz  16:9    291.587 kHz    606.500000 MHz (aspect 16:9, no 3D stereo)
               Hfront   48 Hsync  32 Hback   80 Hpol P
               Vfront    3 Vsync   5 Vback  127 Vpol N
    DTD:  1920x1080  279.931762 Hz  16:9    347.115 kHz    722.000000 MHz (aspect 16:9, no 3D stereo)
               Hfront   48 Hsync  32 Hback   80 Hpol P
               Vfront    3 Vsync   5 Vback  152 Vpol N
    DTD:  2560x1440  239.900693 Hz  16:9    355.773 kHz    939.240000 MHz (aspect 16:9, no 3D stereo)
               Hfront    8 Hsync  32 Hback   40 Hpol N
               Vfront   33 Vsync   8 Vback    2 Vpol N
  Checksum: 0x35
Checksum: 0x90
=================
/sys/class/drm/card1-DP-3
EDID of '/sys/class/drm/card1-DP-3/edid' was empty.
=================
/sys/class/drm/card1-HDMI-A-1
EDID of '/sys/class/drm/card1-HDMI-A-1/edid' was empty.
=================
/sys/class/drm/card1-Writeback-1
EDID of '/sys/class/drm/card1-Writeback-1/edid' was empty.
=================

I've read VRR might have something to do with this bug, are you trying to see if my screen supports VRR? Because yes, it does. I have it turned on in the monitor settings but I don't have it configured in my monitors.conf. So, if doesn't default to on, I don't think I'm using it. Oh, I should mention, I'm on Hyprland.

seth wrote:

What if you only downgrade mesa?

I haven't tested only rolling back mesa, will do that and report back.

seth wrote:

AMD will want to see that dump in /sys/class/drm/card1/device/devcoredump/data

Sadly, that path doesn't exist on my system. Either the dump never got written, or it was cleaned up at some point but I don't have it.

Offline

#7 2026-04-07 18:58:51

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,903

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

are you trying to see if my screen supports VRR? Because yes, it does.

Display supports continuous frequencies

Yes yes and also why is there only one output when there's crtc-0 and crtc-1 ?

I don't think I'm using it.

I have it turned on in the monitor setting

Should be easy enough to guarantee wink

Sadly, that path doesn't exist on my system.

sysfs is a transient pseudofilesystem - it will not survive reboots so you've to copy the file into a persistent location before such.

Offline

#8 2026-04-07 22:32:38

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Okay, have been running with updated kernel for a few hours now. Watching YouTube, playing stuff in MPV, gaming etc. No freezes, no issues. It's not 100% but that should clear the kernel as the culprit. Leaves mesa. I have also turned off VRR on the monitor but only just now, not during the few hours of testing.

seth wrote:

... also why is there only one output when there's crtc-0 and crtc-1 ?

Probably because I have a second monitor that is plugged in but not turned on. I only turn it on occasionally when I need it. It's a 1440p screen that runs at 144Hz. It's not HDR capable and has VRR turned off. None of the freezes happened while that screen was turned on.

seth wrote:

sysfs is a transient pseudofilesystem - it will not survive reboots so you've to copy the file into a persistent location before such.

I vaguely remembered that. Doesn't that present a bit of a dilemma? If the system fully freezes, i.e CPU stall and I then hard reset the system, doesn't sysfs get wiped and re-built during the next boot? Effectively wiping that crash dump? Makes me question the location they've chosen for that crash dump. Because not rebooting and then chrooting into the drive to backup that crash dump is quite a bit of effort that could be avoided by simply dumping it in a persistent file system.

Offline

#9 2026-04-07 23:27:57

loqs
Member
Registered: 2014-03-06
Posts: 18,865

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

/sys/class/drm/card1/device/devcoredump/data avoids issues such as ownership, quota and when crashing writing to disk storage may not safe.  I suspect the developers chose it out of simplicity.
Edit:
Udev rule and bash script that should in theory copy the devcoredump to /var/crash/devcoredumps:
/etc/udev/rules.d/99-devcoredump.rules

# Trigger when a devcoredump device is added
SUBSYSTEM=="devcoredump", ACTION=="add", RUN+="/usr/local/bin/save_dump.sh %k"

/usr/local/bin/save_dump.sh

#!/bin/bash
DEV_NAME="$1"
DUMP_PATH="/sys/class/devcoredump/$DEV_NAME/data"
SAVE_DIR="/var/crash/devcoredumps"
TIMESTAMP=$(date +%Y%m%d_%H%M%S)

if [ -f "$DUMP_PATH" ]; then
    mkdir -p "$SAVE_DIR"
    # Copy the dump and label it with the device name
    cat "$DUMP_PATH" > "$SAVE_DIR/${DEV_NAME}_$TIMESTAMP.bin"
    # Clear the dump so the kernel can capture the NEXT crash
    echo 1 > "$DUMP_PATH"
fi

Last edited by loqs (2026-04-07 23:53:54)

Offline

#10 2026-04-08 20:03:55

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Just had another freeze running latest kernel (6.19.11 arch1-1) and mesa 1:26.0.3-1. Annoyingly nothing got recorded to the journal and I haven't setup any way to potentially capture the dump from mesa. So, kernel is still not ruled out but it could also be mesa. However, I've run mesa 1:26.0.3-1 for its entire update cycle and didn't run into any freezes. Might've been just blind luck but who knows. I'll setup that udev rule/script to maybe capture the dump but if the CPU/kernel locks up before it can even write anything to the journal, I doubt that script is gonna do anything.

Offline

#11 2026-04-08 20:39:49

loqs
Member
Registered: 2014-03-06
Posts: 18,865

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Unreproducible bugs are problematic even more so when the bug causes the kernel to lock up. Can you still use SysRq when the lockup occurs?

Offline

#12 2026-04-09 15:32:32

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Latest kernel plus rolled back mesa keep producing freezes. I tested sysrq and I was able to force a system crash but nothing was logged. So, kernel might still be responsive but writing dumps seems to no longer work. Still futzing about with that script, forgot to set permissions and it failed to fire. I rolled back the kernel to 6.19.10 as that was my last stable combination. Hopefully this stays stable and the next kernel and mesa versions have a fix for this. Kinda sucks that I can't get any good logs for a bug report. Always goes the same way, fence fallback timer expired -> soft lock on CPU -> flip_done timed out -> hard lock on CPU -> system frozen. I have a few journal entries for this now and they all read the same. As I understand it, GPU driver fails, kernel tries to recover, also fails, system in unrecoverable state.

Offline

#13 2026-04-09 19:22:56

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,903

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

I tested sysrq and I was able to force a system crash but nothing was logged.

What did that test look like exactly?
You need to issue sysrq+REISUB (and wait some seconds between each step) - the S and the U are critical to preserve any journal from this.

Offline

#14 2026-04-10 14:09:38

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

I must've been too quick in my button presses. Admittedly I was getting kinda frustrated. It's not like I use this machine for tinkering only, I kinda need it to work reliably - as it has been for 1 1/2 years now.
So far, no freezes, the older combination of kernel and mesa seem to be stable. I'll just stay on this combo until a new kernel and mesa come out. I don't really have the time or patience to do any more testing. Losing everything I've done since the last auto save, recovering the system and then fixing my NTFS drive (because the headers or journal corrupt every time I force a reboot) gets old quick. I think I got the script all working and if I run into another freeze I'll take a little more time with REISUB and hopefully that records something. Otherwise, I hope this combo stays stable.
I had thought about making a bug report on both mesa and the kernel with what I've gathered so far but I'm a bit intimidated by their standards. I'm not completely lost when it comes this stuff but I'm kinda out of my depth. Aside from the fact that I don't have an account for gitlab and those need to be manually verified by an admin, I'm not even sure I have the technical knowledge to make a useful bug report.

Offline

#15 2026-04-10 15:20:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,903

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

making a bug report on both mesa and the kernel

The correct course of action would be to determine the culprit and file a bug (only) there; you don't have to do this in a rush and can test this over the weekend or so (trying to provoke the crash w/o any sensitive data at jeopardy).

Offline

#16 2026-04-21 12:42:29

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

seth wrote:

making a bug report on both mesa and the kernel

The correct course of action would be to determine the culprit and file a bug (only) there; you don't have to do this in a rush and can test this over the weekend or so (trying to provoke the crash w/o any sensitive data at jeopardy).

Coming back to this, having tested the newly released kernel and mesa versions to see if the issue was fixed. It was not. However, the script fired! I got a readable devcoredump for the crash. I just skimmed over it because this is mostly far above my understanding but I think these few lines are rather important:

 Ring timed out details
IP Type: 2 Ring Name: sdma0

[gfxhub] Page fault observed
Faulty page starting at address: 0x0000000000000000
Protection fault status register: 0x0

There is a lot more in this dump but I think this is quite the smoking gun. Doesn't that mean something along the lines of, the driver is trying to access an address that is unavailable/protected? Shouldn't that be impossible? Wouldn't that imply that this is a kernel issue since the kernel assigns and frees up memory? So, the bug report should go to the kernel, not mesa?

Offline

#17 2026-04-21 15:53:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,903

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

This is a nullptr deref, can we see the entire coredump?

Offline

#18 2026-04-22 01:02:24

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

seth wrote:

This is a nullptr deref, can we see the entire coredump?

Certainly.
Here is the complete devcoredump:

 **** AMDGPU Device Coredump ****
version: 1
kernel: 6.19.12-arch1-1
module: amdgpu
time: 2566.611050771

SOC Information
SOC Device id: 30032
SOC PCI Revision id: 192
SOC Family: 152
SOC Revision id: 1
SOC External Revision id: 81

SOC Memory Information
real vram size: 17095983104
visible vram size: 17095983104
gtt size: 16736563200

GDS Config
gds: total size: 0
gds: compute partition size: 0
gds: gws per compute partition: 64
gds: os per compute partition: 0

HW IP Version Information
HWIP: GC[1][0]: v12.0.1.0.0
HWIP: HDP[2][0]: v7.0.0.0.0
HWIP: SDMA0[3][0]: v7.0.1.0.0
HWIP: SDMA1[4][0]: v7.0.1.0.0
HWIP: LSDMA[11][0]: v7.0.1.0.0
HWIP: MMHUB[12][0]: v4.1.0.0.0
HWIP: ATHUB[13][0]: v4.1.0.0.0
HWIP: NBIO[14][0]: v6.3.1.0.0
HWIP: MP0[15][0]: v14.0.3.0.0
HWIP: MP1[16][0]: v14.0.3.0.0
HWIP: UVD/JPEG/VCN[17][0]: v5.0.0.2.0
HWIP: DF[21][0]: v4.15.1.0.0
HWIP: DCE[22][0]: v4.0.1.0.0
HWIP: OSSSYS[23][0]: v7.0.0.0.0
HWIP: SMUIO[24][0]: v14.0.2.0.0
HWIP: PWR[25][0]: v9.0.0.0.0
HWIP: NBIF[26][0]: v6.3.1.0.0
HWIP: THM[27][0]: v14.0.2.0.0
HWIP: CLK[28][0]: v14.0.2.0.0
HWIP: CLK[28][1]: v14.0.2.0.0
HWIP: CLK[28][2]: v14.0.2.0.0
HWIP: CLK[28][3]: v14.0.2.0.0
HWIP: CLK[28][4]: v14.0.2.0.0
HWIP: CLK[28][5]: v14.0.2.0.0
HWIP: CLK[28][6]: v14.0.2.0.0
HWIP: CLK[28][7]: v14.0.2.0.0
HWIP: CLK[28][8]: v14.0.2.0.0
HWIP: UMC[29][0]: v8.14.0.0.0
HWIP: UMC[29][1]: v8.14.0.0.0
HWIP: UMC[29][2]: v8.14.0.0.0
HWIP: UMC[29][3]: v8.14.0.0.0
HWIP: UMC[29][4]: v8.14.0.0.0
HWIP: UMC[29][5]: v8.14.0.0.0
HWIP: UMC[29][6]: v8.14.0.0.0
HWIP: UMC[29][7]: v8.14.0.0.0
HWIP: PCIE[33][0]: v6.1.0.0.0

IP Firmwares
VCE feature version: 0, fw version: 0x00000000
UVD feature version: 0, fw version: 0x00000000
GMC feature version: 0, fw version: 0x00000000
ME feature version: 29, fw version: 0x00000b9a
PFP feature version: 29, fw version: 0x00000bea
CE feature version: 0, fw version: 0x00000000
RLC feature version: 1000, fw version: 0x00be7da0
RLC SRLC feature version: 0, fw version: 0x00000000
RLC SRLG feature version: 0, fw version: 0x00000000
RLC SRLS feature version: 0, fw version: 0x00000000
RLCP feature version: 0, fw version: 0x00000000
RLCV feature version: 0, fw version: 0x00000000
MEC feature version: 29, fw version: 0x00000cda
IMU feature version: 0, fw version: 0x0c302b00
PSP SOS feature version: 3805204, fw version: 0x003a1014
PSP ASD feature version: 553648393, fw version: 0x21000109
TA XGMI feature version: 0x00000000, fw version: 0x00000000
TA RAS feature version: 0x00000000, fw version: 0x1b3a0001
TA HDCP feature version: 0x00000000, fw version: 0x1700004d
TA DTM feature version: 0x00000000, fw version: 0x1200001d
TA RAP feature version: 0x00000000, fw version: 0x00000000
TA SECURE DISPLAY feature version: 0x00000000, fw version: 0x00000000
SMC feature version: 0, program: 0, fw version: 0x00684c00 (104.76.0)
SDMA0 feature version: 1081708182, firmware version: 0x00798e96
SDMA1 feature version: 1081708182, firmware version: 0x00798e96
VCN feature version: 0, fw version: 0x0910c00f
DMCU feature version: 0, fw version: 0x00000000
DMCUB feature version: 0, fw version: 0x0a003500
PSP TOC feature version: 0, fw version: 0x00000000
MES_KIQ feature version: 1, fw version: 0x00000089
MES feature version: 1, fw version: 0x00000089
VPE feature version: 0, fw version: 0x00000000

VBIOS Information
vbios name       : 7550OG.23.8.0.68.AS11P
vbios pn         : 115-G295BP00-100
vbios version    : 386400324
vbios ver_str    : 023.008.000.068.000001
vbios date       : 2025/02/09 22:31

Ring timed out details
IP Type: 2 Ring Name: sdma0

[gfxhub] Page fault observed
Faulty page starting at address: 0x0000000000000000
Protection fault status register: 0x0

IP Dump
IP: gfx_v12_0
regGRBM_STATUS                                     	 0x0000382c
regGRBM_STATUS2                                    	 0x00100000
regGRBM_STATUS3                                    	 0x00000000
regCP_STALLED_STAT1                                	 0x00000000
regCP_STALLED_STAT2                                	 0x00000000
regCP_STALLED_STAT3                                	 0x00000000
regCP_CPC_STALLED_STAT1                            	 0x00000000
regCP_CPF_STALLED_STAT1                            	 0x00000000
regCP_BUSY_STAT                                    	 0x00000000
regCP_CPC_BUSY_STAT                                	 0x00000000
regCP_CPF_BUSY_STAT                                	 0x00000000
regCP_CPC_BUSY_STAT2                               	 0x00000000
regCP_CPF_BUSY_STAT2                               	 0x00000000
regCP_CPF_STATUS                                   	 0x00000000
regCP_GFX_ERROR                                    	 0x00000000
regCP_GFX_HPD_STATUS0                              	 0x00000000
regCP_RB_BASE                                      	 0x000068c0
regCP_RB_RPTR                                      	 0x00000400
regCP_RB_WPTR                                      	 0x308a5c00
regCP_RB0_BASE                                     	 0x000068c0
regCP_RB0_RPTR                                     	 0x00000400
regCP_RB0_WPTR                                     	 0x308a5c00
regCP_IB1_CMD_BUFSZ                                	 0x00000020
regCP_IB2_CMD_BUFSZ                                	 0x00000150
regCP_IB1_BASE_LO                                  	 0x00714000
regCP_IB1_BASE_HI                                  	 0x00008001
regCP_IB1_BUFSZ                                    	 0x00000000
regCP_IB2_BASE_LO                                  	 0x00015000
regCP_IB2_BASE_HI                                  	 0x00008001
regCP_IB2_BUFSZ                                    	 0x00000000
regCPF_UTCL1_STATUS                                	 0x00000000
regCPC_UTCL1_STATUS                                	 0x00000000
regCPG_UTCL1_STATUS                                	 0x00000000
regIA_UTCL1_STATUS                                 	 0xcdcdcd00
regIA_UTCL1_STATUS_2                               	 0x00000000
regPA_CL_CNTL_STATUS                               	 0x00000000
regRMI_UTCL1_STATUS                                	 0x00000000
regSQC_CACHES                                      	 0x00000000
regSQG_STATUS                                      	 0x00000000
regWD_UTCL1_STATUS                                 	 0xcdcdcd00
regGCVM_L2_PROTECTION_FAULT_CNTL                   	 0x3ffffffc
regGCVM_L2_PROTECTION_FAULT_STATUS_LO32            	 0x00000000
regGCVM_L2_PROTECTION_FAULT_STATUS_HI32            	 0x00000000
regCP_DEBUG                                        	 0x20408400
regCP_MEC_CNTL                                     	 0x40000000
regCP_MES_CNTL                                     	 0x0c000000
regCP_MES_INSTR_PNTR                               	 0x0000705c
regCP_ME_INSTR_PNTR                                	 0x00000000
regCP_PFP_INSTR_PNTR                               	 0x00000000
regCP_CPC_STATUS                                   	 0x00000000
regCP_GFX_RS64_INSTR_PNTR0                         	 0x0000187f
regCP_GFX_RS64_INSTR_PNTR1                         	 0x00001272
regCP_MEC_RS64_INSTR_PNTR                          	 0x00007522
regCP_MES_HEADER_DUMP                              	 0xdef0def0
regCP_MES_HEADER_DUMP                              	 0xdef1def1
regCP_MES_HEADER_DUMP                              	 0xdef2def2
regCP_MES_HEADER_DUMP                              	 0xdef3def3
regCP_MES_HEADER_DUMP                              	 0xdef4def4
regCP_MES_HEADER_DUMP                              	 0xdef5def5
regCP_MES_HEADER_DUMP                              	 0xdef6def6
regCP_MES_HEADER_DUMP                              	 0xdef7def7
regGRBM_STATUS_SE0                                 	 0x00000007
regGRBM_STATUS_SE1                                 	 0x00000007
regGRBM_STATUS_SE2                                 	 0x00000007
regGRBM_STATUS_SE3                                 	 0x00000007

num_mec: 1 num_pipe: 2 num_queue: 4

mec 0, pipe 0, queue 0
regCP_HQD_VMID                                     	 0x00000000
regCP_HQD_PERSISTENT_STATE                         	 0x0be05501
regCP_HQD_PIPE_PRIORITY                            	 0x00000002
regCP_HQD_QUEUE_PRIORITY                           	 0x0000000f
regCP_HQD_QUANTUM                                  	 0x00000000
regCP_HQD_PQ_BASE                                  	 0x000068e0
regCP_HQD_PQ_BASE_HI                               	 0x00000000
regCP_HQD_PQ_RPTR                                  	 0x00000200
regCP_HQD_PQ_WPTR_POLL_ADDR                        	 0x00401140
regCP_HQD_PQ_WPTR_POLL_ADDR_HI                     	 0x00000000
regCP_HQD_PQ_DOORBELL_CONTROL                      	 0x60000018
regCP_HQD_PQ_CONTROL                               	 0xd030890a
regCP_HQD_IB_BASE_ADDR                             	 0x00a00000
regCP_HQD_IB_BASE_ADDR_HI                          	 0x00000000
regCP_HQD_IB_RPTR                                  	 0x00000005
regCP_HQD_IB_CONTROL                               	 0x00300000
regCP_HQD_DEQUEUE_REQUEST                          	 0x00000000
regCP_HQD_EOP_BASE_ADDR                            	 0x000068a0
regCP_HQD_EOP_BASE_ADDR_HI                         	 0x00000000
regCP_HQD_EOP_CONTROL                              	 0x00000008
regCP_HQD_EOP_RPTR                                 	 0x40000008
regCP_HQD_EOP_WPTR                                 	 0x01ff8008
regCP_HQD_EOP_EVENTS                               	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_LO                    	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_HI                    	 0x00000000
regCP_HQD_CTX_SAVE_CONTROL                         	 0x00000000
regCP_HQD_CNTL_STACK_OFFSET                        	 0x00000000
regCP_HQD_CNTL_STACK_SIZE                          	 0x00000000
regCP_HQD_WG_STATE_OFFSET                          	 0x00000000
regCP_HQD_CTX_SAVE_SIZE                            	 0x00000000
regCP_HQD_GDS_RESOURCE_STATE                       	 0x00000000
regCP_HQD_ERROR                                    	 0x00000000
regCP_HQD_EOP_WPTR_MEM                             	 0x00000008
regCP_HQD_PQ_WPTR_LO                               	 0x00000200
regCP_HQD_PQ_WPTR_HI                               	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_OFFSET                	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_DW_CNT                	 0x00000000
regCP_HQD_SUSPEND_WG_STATE_OFFSET                  	 0x00000000
regCP_HQD_DEQUEUE_STATUS                           	 0x00000000
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d30
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d30
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0bf1000

mec 0, pipe 0, queue 1
regCP_HQD_VMID                                     	 0x00000700
regCP_HQD_PERSISTENT_STATE                         	 0x0be05501
regCP_HQD_PIPE_PRIORITY                            	 0x00000000
regCP_HQD_QUEUE_PRIORITY                           	 0x00000000
regCP_HQD_QUANTUM                                  	 0x00000000
regCP_HQD_PQ_BASE                                  	 0x00006920
regCP_HQD_PQ_BASE_HI                               	 0x00000000
regCP_HQD_PQ_RPTR                                  	 0x00000300
regCP_HQD_PQ_WPTR_POLL_ADDR                        	 0x00401280
regCP_HQD_PQ_WPTR_POLL_ADDR_HI                     	 0x00000000
regCP_HQD_PQ_DOORBELL_CONTROL                      	 0xe0000028
regCP_HQD_PQ_CONTROL                               	 0xd030890a
regCP_HQD_IB_BASE_ADDR                             	 0x000de000
regCP_HQD_IB_BASE_ADDR_HI                          	 0x00008001
regCP_HQD_IB_RPTR                                  	 0x00000050
regCP_HQD_IB_CONTROL                               	 0x00300000
regCP_HQD_DEQUEUE_REQUEST                          	 0x00000000
regCP_HQD_EOP_BASE_ADDR                            	 0x000068b0
regCP_HQD_EOP_BASE_ADDR_HI                         	 0x00000000
regCP_HQD_EOP_CONTROL                              	 0x00000008
regCP_HQD_EOP_RPTR                                 	 0x400000b0
regCP_HQD_EOP_WPTR                                 	 0x01ff80a0
regCP_HQD_EOP_EVENTS                               	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_LO                    	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_HI                    	 0x00000000
regCP_HQD_CTX_SAVE_CONTROL                         	 0x00000000
regCP_HQD_CNTL_STACK_OFFSET                        	 0x00000000
regCP_HQD_CNTL_STACK_SIZE                          	 0x00000000
regCP_HQD_WG_STATE_OFFSET                          	 0x00000000
regCP_HQD_CTX_SAVE_SIZE                            	 0x00000000
regCP_HQD_GDS_RESOURCE_STATE                       	 0x00000000
regCP_HQD_ERROR                                    	 0x00000000
regCP_HQD_EOP_WPTR_MEM                             	 0x000000b0
regCP_HQD_PQ_WPTR_LO                               	 0x00837300
regCP_HQD_PQ_WPTR_HI                               	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_OFFSET                	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_DW_CNT                	 0x00000000
regCP_HQD_SUSPEND_WG_STATE_OFFSET                  	 0x00000000
regCP_HQD_DEQUEUE_STATUS                           	 0x00000000
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d30
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d30
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0bf1000

mec 0, pipe 0, queue 2
regCP_HQD_VMID                                     	 0x00000000
regCP_HQD_PERSISTENT_STATE                         	 0x0be05501
regCP_HQD_PIPE_PRIORITY                            	 0x00000000
regCP_HQD_QUEUE_PRIORITY                           	 0x00000000
regCP_HQD_QUANTUM                                  	 0x00000000
regCP_HQD_PQ_BASE                                  	 0x00000000
regCP_HQD_PQ_BASE_HI                               	 0x00000000
regCP_HQD_PQ_RPTR                                  	 0x00000000
regCP_HQD_PQ_WPTR_POLL_ADDR                        	 0x00000000
regCP_HQD_PQ_WPTR_POLL_ADDR_HI                     	 0x00000000
regCP_HQD_PQ_DOORBELL_CONTROL                      	 0x00000000
regCP_HQD_PQ_CONTROL                               	 0x00308509
regCP_HQD_IB_BASE_ADDR                             	 0x00000000
regCP_HQD_IB_BASE_ADDR_HI                          	 0x00000000
regCP_HQD_IB_RPTR                                  	 0x00000000
regCP_HQD_IB_CONTROL                               	 0x00300000
regCP_HQD_DEQUEUE_REQUEST                          	 0x00000000
regCP_HQD_EOP_BASE_ADDR                            	 0x00000000
regCP_HQD_EOP_BASE_ADDR_HI                         	 0x00000000
regCP_HQD_EOP_CONTROL                              	 0x00000006
regCP_HQD_EOP_RPTR                                 	 0x40000000
regCP_HQD_EOP_WPTR                                 	 0x007f8000
regCP_HQD_EOP_EVENTS                               	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_LO                    	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_HI                    	 0x00000000
regCP_HQD_CTX_SAVE_CONTROL                         	 0x00000000
regCP_HQD_CNTL_STACK_OFFSET                        	 0x00000000
regCP_HQD_CNTL_STACK_SIZE                          	 0x00000000
regCP_HQD_WG_STATE_OFFSET                          	 0x00000000
regCP_HQD_CTX_SAVE_SIZE                            	 0x00000000
regCP_HQD_GDS_RESOURCE_STATE                       	 0x00000000
regCP_HQD_ERROR                                    	 0x00000000
regCP_HQD_EOP_WPTR_MEM                             	 0x00000000
regCP_HQD_PQ_WPTR_LO                               	 0x00000000
regCP_HQD_PQ_WPTR_HI                               	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_OFFSET                	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_DW_CNT                	 0x00000000
regCP_HQD_SUSPEND_WG_STATE_OFFSET                  	 0x00000000
regCP_HQD_DEQUEUE_STATUS                           	 0x00000000
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d30
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d30
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0bf1000

mec 0, pipe 0, queue 3
regCP_HQD_VMID                                     	 0x00000000
regCP_HQD_PERSISTENT_STATE                         	 0x0be05501
regCP_HQD_PIPE_PRIORITY                            	 0x00000000
regCP_HQD_QUEUE_PRIORITY                           	 0x00000000
regCP_HQD_QUANTUM                                  	 0x00000000
regCP_HQD_PQ_BASE                                  	 0x00000000
regCP_HQD_PQ_BASE_HI                               	 0x00000000
regCP_HQD_PQ_RPTR                                  	 0x00000000
regCP_HQD_PQ_WPTR_POLL_ADDR                        	 0x00000000
regCP_HQD_PQ_WPTR_POLL_ADDR_HI                     	 0x00000000
regCP_HQD_PQ_DOORBELL_CONTROL                      	 0x00000000
regCP_HQD_PQ_CONTROL                               	 0x00308509
regCP_HQD_IB_BASE_ADDR                             	 0x00000000
regCP_HQD_IB_BASE_ADDR_HI                          	 0x00000000
regCP_HQD_IB_RPTR                                  	 0x00000000
regCP_HQD_IB_CONTROL                               	 0x00300000
regCP_HQD_DEQUEUE_REQUEST                          	 0x00000000
regCP_HQD_EOP_BASE_ADDR                            	 0x00000000
regCP_HQD_EOP_BASE_ADDR_HI                         	 0x00000000
regCP_HQD_EOP_CONTROL                              	 0x00000006
regCP_HQD_EOP_RPTR                                 	 0x40000000
regCP_HQD_EOP_WPTR                                 	 0x007f8000
regCP_HQD_EOP_EVENTS                               	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_LO                    	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_HI                    	 0x00000000
regCP_HQD_CTX_SAVE_CONTROL                         	 0x00000000
regCP_HQD_CNTL_STACK_OFFSET                        	 0x00000000
regCP_HQD_CNTL_STACK_SIZE                          	 0x00000000
regCP_HQD_WG_STATE_OFFSET                          	 0x00000000
regCP_HQD_CTX_SAVE_SIZE                            	 0x00000000
regCP_HQD_GDS_RESOURCE_STATE                       	 0x00000000
regCP_HQD_ERROR                                    	 0x00000000
regCP_HQD_EOP_WPTR_MEM                             	 0x00000000
regCP_HQD_PQ_WPTR_LO                               	 0x00000000
regCP_HQD_PQ_WPTR_HI                               	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_OFFSET                	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_DW_CNT                	 0x00000000
regCP_HQD_SUSPEND_WG_STATE_OFFSET                  	 0x00000000
regCP_HQD_DEQUEUE_STATUS                           	 0x00000000
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d30
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d30
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0bf1000

mec 0, pipe 1, queue 0
regCP_HQD_VMID                                     	 0x00000500
regCP_HQD_PERSISTENT_STATE                         	 0x0be05501
regCP_HQD_PIPE_PRIORITY                            	 0x00000000
regCP_HQD_QUEUE_PRIORITY                           	 0x00000000
regCP_HQD_QUANTUM                                  	 0x00000000
regCP_HQD_PQ_BASE                                  	 0x00006900
regCP_HQD_PQ_BASE_HI                               	 0x00000000
regCP_HQD_PQ_RPTR                                  	 0x00000300
regCP_HQD_PQ_WPTR_POLL_ADDR                        	 0x004011e0
regCP_HQD_PQ_WPTR_POLL_ADDR_HI                     	 0x00000000
regCP_HQD_PQ_DOORBELL_CONTROL                      	 0xe0000020
regCP_HQD_PQ_CONTROL                               	 0xd030890a
regCP_HQD_IB_BASE_ADDR                             	 0x00001000
regCP_HQD_IB_BASE_ADDR_HI                          	 0x00008001
regCP_HQD_IB_RPTR                                  	 0x00000060
regCP_HQD_IB_CONTROL                               	 0x00300000
regCP_HQD_DEQUEUE_REQUEST                          	 0x00000000
regCP_HQD_EOP_BASE_ADDR                            	 0x000068a8
regCP_HQD_EOP_BASE_ADDR_HI                         	 0x00000000
regCP_HQD_EOP_CONTROL                              	 0x00000008
regCP_HQD_EOP_RPTR                                 	 0x400000e8
regCP_HQD_EOP_WPTR                                 	 0x01ff80e8
regCP_HQD_EOP_EVENTS                               	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_LO                    	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_HI                    	 0x00000000
regCP_HQD_CTX_SAVE_CONTROL                         	 0x00000000
regCP_HQD_CNTL_STACK_OFFSET                        	 0x00000000
regCP_HQD_CNTL_STACK_SIZE                          	 0x00000000
regCP_HQD_WG_STATE_OFFSET                          	 0x00000000
regCP_HQD_CTX_SAVE_SIZE                            	 0x00000000
regCP_HQD_GDS_RESOURCE_STATE                       	 0x00000000
regCP_HQD_ERROR                                    	 0x00000000
regCP_HQD_EOP_WPTR_MEM                             	 0x000000e8
regCP_HQD_PQ_WPTR_LO                               	 0x00119b00
regCP_HQD_PQ_WPTR_HI                               	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_OFFSET                	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_DW_CNT                	 0x00000000
regCP_HQD_SUSPEND_WG_STATE_OFFSET                  	 0x00000000
regCP_HQD_DEQUEUE_STATUS                           	 0x00000000
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d10
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d10
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0df1000

mec 0, pipe 1, queue 1
regCP_HQD_VMID                                     	 0x00000500
regCP_HQD_PERSISTENT_STATE                         	 0x0be05501
regCP_HQD_PIPE_PRIORITY                            	 0x00000000
regCP_HQD_QUEUE_PRIORITY                           	 0x00000000
regCP_HQD_QUANTUM                                  	 0x00000000
regCP_HQD_PQ_BASE                                  	 0x00006940
regCP_HQD_PQ_BASE_HI                               	 0x00000000
regCP_HQD_PQ_RPTR                                  	 0x00000000
regCP_HQD_PQ_WPTR_POLL_ADDR                        	 0x00401320
regCP_HQD_PQ_WPTR_POLL_ADDR_HI                     	 0x00000000
regCP_HQD_PQ_DOORBELL_CONTROL                      	 0xe0000030
regCP_HQD_PQ_CONTROL                               	 0xd030890a
regCP_HQD_IB_BASE_ADDR                             	 0x00001000
regCP_HQD_IB_BASE_ADDR_HI                          	 0x00008001
regCP_HQD_IB_RPTR                                  	 0x00000060
regCP_HQD_IB_CONTROL                               	 0x00300000
regCP_HQD_DEQUEUE_REQUEST                          	 0x00000000
regCP_HQD_EOP_BASE_ADDR                            	 0x000068b8
regCP_HQD_EOP_BASE_ADDR_HI                         	 0x00000000
regCP_HQD_EOP_CONTROL                              	 0x00000008
regCP_HQD_EOP_RPTR                                 	 0x400001e8
regCP_HQD_EOP_WPTR                                 	 0x01ff81e8
regCP_HQD_EOP_EVENTS                               	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_LO                    	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_HI                    	 0x00000000
regCP_HQD_CTX_SAVE_CONTROL                         	 0x00000000
regCP_HQD_CNTL_STACK_OFFSET                        	 0x00000000
regCP_HQD_CNTL_STACK_SIZE                          	 0x00000000
regCP_HQD_WG_STATE_OFFSET                          	 0x00000000
regCP_HQD_CTX_SAVE_SIZE                            	 0x00000000
regCP_HQD_GDS_RESOURCE_STATE                       	 0x00000000
regCP_HQD_ERROR                                    	 0x00000000
regCP_HQD_EOP_WPTR_MEM                             	 0x000001e8
regCP_HQD_PQ_WPTR_LO                               	 0x00942000
regCP_HQD_PQ_WPTR_HI                               	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_OFFSET                	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_DW_CNT                	 0x00000000
regCP_HQD_SUSPEND_WG_STATE_OFFSET                  	 0x00000000
regCP_HQD_DEQUEUE_STATUS                           	 0x00000000
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d10
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d10
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0df1000

mec 0, pipe 1, queue 2
regCP_HQD_VMID                                     	 0x00000000
regCP_HQD_PERSISTENT_STATE                         	 0x0be05501
regCP_HQD_PIPE_PRIORITY                            	 0x00000000
regCP_HQD_QUEUE_PRIORITY                           	 0x00000000
regCP_HQD_QUANTUM                                  	 0x00000000
regCP_HQD_PQ_BASE                                  	 0x00000000
regCP_HQD_PQ_BASE_HI                               	 0x00000000
regCP_HQD_PQ_RPTR                                  	 0x00000000
regCP_HQD_PQ_WPTR_POLL_ADDR                        	 0x00000000
regCP_HQD_PQ_WPTR_POLL_ADDR_HI                     	 0x00000000
regCP_HQD_PQ_DOORBELL_CONTROL                      	 0x00000000
regCP_HQD_PQ_CONTROL                               	 0x00308509
regCP_HQD_IB_BASE_ADDR                             	 0x00000000
regCP_HQD_IB_BASE_ADDR_HI                          	 0x00000000
regCP_HQD_IB_RPTR                                  	 0x00000000
regCP_HQD_IB_CONTROL                               	 0x00300000
regCP_HQD_DEQUEUE_REQUEST                          	 0x00000000
regCP_HQD_EOP_BASE_ADDR                            	 0x00000000
regCP_HQD_EOP_BASE_ADDR_HI                         	 0x00000000
regCP_HQD_EOP_CONTROL                              	 0x00000006
regCP_HQD_EOP_RPTR                                 	 0x40000000
regCP_HQD_EOP_WPTR                                 	 0x007f8000
regCP_HQD_EOP_EVENTS                               	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_LO                    	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_HI                    	 0x00000000
regCP_HQD_CTX_SAVE_CONTROL                         	 0x00000000
regCP_HQD_CNTL_STACK_OFFSET                        	 0x00000000
regCP_HQD_CNTL_STACK_SIZE                          	 0x00000000
regCP_HQD_WG_STATE_OFFSET                          	 0x00000000
regCP_HQD_CTX_SAVE_SIZE                            	 0x00000000
regCP_HQD_GDS_RESOURCE_STATE                       	 0x00000000
regCP_HQD_ERROR                                    	 0x00000000
regCP_HQD_EOP_WPTR_MEM                             	 0x00000000
regCP_HQD_PQ_WPTR_LO                               	 0x00000000
regCP_HQD_PQ_WPTR_HI                               	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_OFFSET                	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_DW_CNT                	 0x00000000
regCP_HQD_SUSPEND_WG_STATE_OFFSET                  	 0x00000000
regCP_HQD_DEQUEUE_STATUS                           	 0x00000000
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d10
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d10
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0df1000

mec 0, pipe 1, queue 3
regCP_HQD_VMID                                     	 0x00000000
regCP_HQD_PERSISTENT_STATE                         	 0x0be05501
regCP_HQD_PIPE_PRIORITY                            	 0x00000000
regCP_HQD_QUEUE_PRIORITY                           	 0x00000000
regCP_HQD_QUANTUM                                  	 0x00000000
regCP_HQD_PQ_BASE                                  	 0x00000000
regCP_HQD_PQ_BASE_HI                               	 0x00000000
regCP_HQD_PQ_RPTR                                  	 0x00000000
regCP_HQD_PQ_WPTR_POLL_ADDR                        	 0x00000000
regCP_HQD_PQ_WPTR_POLL_ADDR_HI                     	 0x00000000
regCP_HQD_PQ_DOORBELL_CONTROL                      	 0x00000000
regCP_HQD_PQ_CONTROL                               	 0x00308509
regCP_HQD_IB_BASE_ADDR                             	 0x00000000
regCP_HQD_IB_BASE_ADDR_HI                          	 0x00000000
regCP_HQD_IB_RPTR                                  	 0x00000000
regCP_HQD_IB_CONTROL                               	 0x00300000
regCP_HQD_DEQUEUE_REQUEST                          	 0x00000000
regCP_HQD_EOP_BASE_ADDR                            	 0x00000000
regCP_HQD_EOP_BASE_ADDR_HI                         	 0x00000000
regCP_HQD_EOP_CONTROL                              	 0x00000006
regCP_HQD_EOP_RPTR                                 	 0x40000000
regCP_HQD_EOP_WPTR                                 	 0x007f8000
regCP_HQD_EOP_EVENTS                               	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_LO                    	 0x00000000
regCP_HQD_CTX_SAVE_BASE_ADDR_HI                    	 0x00000000
regCP_HQD_CTX_SAVE_CONTROL                         	 0x00000000
regCP_HQD_CNTL_STACK_OFFSET                        	 0x00000000
regCP_HQD_CNTL_STACK_SIZE                          	 0x00000000
regCP_HQD_WG_STATE_OFFSET                          	 0x00000000
regCP_HQD_CTX_SAVE_SIZE                            	 0x00000000
regCP_HQD_GDS_RESOURCE_STATE                       	 0x00000000
regCP_HQD_ERROR                                    	 0x00000000
regCP_HQD_EOP_WPTR_MEM                             	 0x00000000
regCP_HQD_PQ_WPTR_LO                               	 0x00000000
regCP_HQD_PQ_WPTR_HI                               	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_OFFSET                	 0x00000000
regCP_HQD_SUSPEND_CNTL_STACK_DW_CNT                	 0x00000000
regCP_HQD_SUSPEND_WG_STATE_OFFSET                  	 0x00000000
regCP_HQD_DEQUEUE_STATUS                           	 0x00000000
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d10
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0060d10
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000a00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0000e00
regCP_MEC_ME1_HEADER_DUMP                          	 0xc0df1000

num_me: 1 num_pipe: 1 num_queue: 8

me 0, pipe 0, queue 0
regCP_GFX_HQD_ACTIVE                               	 0x00000001
regCP_GFX_HQD_VMID                                 	 0x00000000
regCP_GFX_HQD_QUEUE_PRIORITY                       	 0x00000000
regCP_GFX_HQD_QUANTUM                              	 0x00000a01
regCP_GFX_HQD_BASE                                 	 0x000068c0
regCP_GFX_HQD_BASE_HI                              	 0x00000000
regCP_GFX_HQD_OFFSET                               	 0x00000400
regCP_GFX_HQD_CNTL                                 	 0x00f0088a
regCP_GFX_HQD_CSMD_RPTR                            	 0x00000400
regCP_GFX_HQD_WPTR                                 	 0x308a5c00
regCP_GFX_HQD_WPTR_HI                              	 0x00000000
regCP_GFX_HQD_DEQUEUE_REQUEST                      	 0x00000000
regCP_GFX_HQD_MAPPED                               	 0x00000000
regCP_GFX_HQD_QUE_MGR_CONTROL                      	 0x00000000
regCP_GFX_HQD_HQ_CONTROL0                          	 0x00000000
regCP_GFX_HQD_HQ_STATUS0                           	 0x40000000
regCP_GFX_MQD_BASE_ADDR                            	 0xdaad9000
regCP_GFX_MQD_BASE_ADDR_HI                         	 0x00000083
regCP_RB_WPTR_POLL_ADDR_LO                         	 0x004010a0
regCP_RB_WPTR_POLL_ADDR_HI                         	 0x00000000
regCP_RB_RPTR                                      	 0x00000400
regCP_IB1_BASE_LO                                  	 0x00714000
regCP_IB1_BASE_HI                                  	 0x00008001
regCP_IB1_CMD_BUFSZ                                	 0x00000020
regCP_IB1_BUFSZ                                    	 0x00000000
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0d71000
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0001700
regCP_PFP_HEADER_DUMP                              	 0xc0021000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0064900
regCP_ME_HEADER_DUMP                               	 0xc0064900

me 0, pipe 0, queue 1
regCP_GFX_HQD_ACTIVE                               	 0x00000000
regCP_GFX_HQD_VMID                                 	 0x00000000
regCP_GFX_HQD_QUEUE_PRIORITY                       	 0x00000000
regCP_GFX_HQD_QUANTUM                              	 0x00000a01
regCP_GFX_HQD_BASE                                 	 0xfedcbaef
regCP_GFX_HQD_BASE_HI                              	 0x00000000
regCP_GFX_HQD_OFFSET                               	 0x00000000
regCP_GFX_HQD_CNTL                                 	 0x00f00080
regCP_GFX_HQD_CSMD_RPTR                            	 0x00000000
regCP_GFX_HQD_WPTR                                 	 0x00000000
regCP_GFX_HQD_WPTR_HI                              	 0x00000000
regCP_GFX_HQD_DEQUEUE_REQUEST                      	 0x00000000
regCP_GFX_HQD_MAPPED                               	 0x00000000
regCP_GFX_HQD_QUE_MGR_CONTROL                      	 0x00000000
regCP_GFX_HQD_HQ_CONTROL0                          	 0x00000000
regCP_GFX_HQD_HQ_STATUS0                           	 0x40000000
regCP_GFX_MQD_BASE_ADDR                            	 0x00000000
regCP_GFX_MQD_BASE_ADDR_HI                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_LO                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_HI                         	 0x00000000
regCP_RB_RPTR                                      	 0x00000000
regCP_IB1_BASE_LO                                  	 0x00714000
regCP_IB1_BASE_HI                                  	 0x00008001
regCP_IB1_CMD_BUFSZ                                	 0x00000020
regCP_IB1_BUFSZ                                    	 0x00000000
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0d71000
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0001700
regCP_PFP_HEADER_DUMP                              	 0xc0021000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0064900
regCP_ME_HEADER_DUMP                               	 0xc0064900

me 0, pipe 0, queue 2
regCP_GFX_HQD_ACTIVE                               	 0x00000000
regCP_GFX_HQD_VMID                                 	 0x00000000
regCP_GFX_HQD_QUEUE_PRIORITY                       	 0x00000000
regCP_GFX_HQD_QUANTUM                              	 0x00000a01
regCP_GFX_HQD_BASE                                 	 0xfedcbaef
regCP_GFX_HQD_BASE_HI                              	 0x00000000
regCP_GFX_HQD_OFFSET                               	 0x00000000
regCP_GFX_HQD_CNTL                                 	 0x00f00080
regCP_GFX_HQD_CSMD_RPTR                            	 0x00000000
regCP_GFX_HQD_WPTR                                 	 0x00000000
regCP_GFX_HQD_WPTR_HI                              	 0x00000000
regCP_GFX_HQD_DEQUEUE_REQUEST                      	 0x00000000
regCP_GFX_HQD_MAPPED                               	 0x00000000
regCP_GFX_HQD_QUE_MGR_CONTROL                      	 0x00000000
regCP_GFX_HQD_HQ_CONTROL0                          	 0x00000000
regCP_GFX_HQD_HQ_STATUS0                           	 0x40000000
regCP_GFX_MQD_BASE_ADDR                            	 0x00000000
regCP_GFX_MQD_BASE_ADDR_HI                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_LO                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_HI                         	 0x00000000
regCP_RB_RPTR                                      	 0x00000000
regCP_IB1_BASE_LO                                  	 0x00714000
regCP_IB1_BASE_HI                                  	 0x00008001
regCP_IB1_CMD_BUFSZ                                	 0x00000020
regCP_IB1_BUFSZ                                    	 0x00000000
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0d71000
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0001700
regCP_PFP_HEADER_DUMP                              	 0xc0021000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0064900
regCP_ME_HEADER_DUMP                               	 0xc0064900

me 0, pipe 0, queue 3
regCP_GFX_HQD_ACTIVE                               	 0x00000000
regCP_GFX_HQD_VMID                                 	 0x00000000
regCP_GFX_HQD_QUEUE_PRIORITY                       	 0x00000000
regCP_GFX_HQD_QUANTUM                              	 0x00000a01
regCP_GFX_HQD_BASE                                 	 0xfedcbaef
regCP_GFX_HQD_BASE_HI                              	 0x00000000
regCP_GFX_HQD_OFFSET                               	 0x00000000
regCP_GFX_HQD_CNTL                                 	 0x00f00080
regCP_GFX_HQD_CSMD_RPTR                            	 0x00000000
regCP_GFX_HQD_WPTR                                 	 0x00000000
regCP_GFX_HQD_WPTR_HI                              	 0x00000000
regCP_GFX_HQD_DEQUEUE_REQUEST                      	 0x00000000
regCP_GFX_HQD_MAPPED                               	 0x00000000
regCP_GFX_HQD_QUE_MGR_CONTROL                      	 0x00000000
regCP_GFX_HQD_HQ_CONTROL0                          	 0x00000000
regCP_GFX_HQD_HQ_STATUS0                           	 0x40000000
regCP_GFX_MQD_BASE_ADDR                            	 0x00000000
regCP_GFX_MQD_BASE_ADDR_HI                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_LO                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_HI                         	 0x00000000
regCP_RB_RPTR                                      	 0x00000000
regCP_IB1_BASE_LO                                  	 0x00714000
regCP_IB1_BASE_HI                                  	 0x00008001
regCP_IB1_CMD_BUFSZ                                	 0x00000020
regCP_IB1_BUFSZ                                    	 0x00000000
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0d71000
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0001700
regCP_PFP_HEADER_DUMP                              	 0xc0021000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0064900
regCP_ME_HEADER_DUMP                               	 0xc0064900

me 0, pipe 0, queue 4
regCP_GFX_HQD_ACTIVE                               	 0x00000000
regCP_GFX_HQD_VMID                                 	 0x00000000
regCP_GFX_HQD_QUEUE_PRIORITY                       	 0x00000000
regCP_GFX_HQD_QUANTUM                              	 0x00000a01
regCP_GFX_HQD_BASE                                 	 0xfedcbaef
regCP_GFX_HQD_BASE_HI                              	 0x00000000
regCP_GFX_HQD_OFFSET                               	 0x00000000
regCP_GFX_HQD_CNTL                                 	 0x00f00080
regCP_GFX_HQD_CSMD_RPTR                            	 0x00000000
regCP_GFX_HQD_WPTR                                 	 0x00000000
regCP_GFX_HQD_WPTR_HI                              	 0x00000000
regCP_GFX_HQD_DEQUEUE_REQUEST                      	 0x00000000
regCP_GFX_HQD_MAPPED                               	 0x00000000
regCP_GFX_HQD_QUE_MGR_CONTROL                      	 0x00000000
regCP_GFX_HQD_HQ_CONTROL0                          	 0x00000000
regCP_GFX_HQD_HQ_STATUS0                           	 0x40000000
regCP_GFX_MQD_BASE_ADDR                            	 0x00000000
regCP_GFX_MQD_BASE_ADDR_HI                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_LO                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_HI                         	 0x00000000
regCP_RB_RPTR                                      	 0x00000000
regCP_IB1_BASE_LO                                  	 0x00714000
regCP_IB1_BASE_HI                                  	 0x00008001
regCP_IB1_CMD_BUFSZ                                	 0x00000020
regCP_IB1_BUFSZ                                    	 0x00000000
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0d71000
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0001700
regCP_PFP_HEADER_DUMP                              	 0xc0021000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0064900
regCP_ME_HEADER_DUMP                               	 0xc0064900

me 0, pipe 0, queue 5
regCP_GFX_HQD_ACTIVE                               	 0x00000000
regCP_GFX_HQD_VMID                                 	 0x00000000
regCP_GFX_HQD_QUEUE_PRIORITY                       	 0x00000000
regCP_GFX_HQD_QUANTUM                              	 0x00000a01
regCP_GFX_HQD_BASE                                 	 0xfedcbaef
regCP_GFX_HQD_BASE_HI                              	 0x00000000
regCP_GFX_HQD_OFFSET                               	 0x00000000
regCP_GFX_HQD_CNTL                                 	 0x00f00080
regCP_GFX_HQD_CSMD_RPTR                            	 0x00000000
regCP_GFX_HQD_WPTR                                 	 0x00000000
regCP_GFX_HQD_WPTR_HI                              	 0x00000000
regCP_GFX_HQD_DEQUEUE_REQUEST                      	 0x00000000
regCP_GFX_HQD_MAPPED                               	 0x00000000
regCP_GFX_HQD_QUE_MGR_CONTROL                      	 0x00000000
regCP_GFX_HQD_HQ_CONTROL0                          	 0x00000000
regCP_GFX_HQD_HQ_STATUS0                           	 0x40000000
regCP_GFX_MQD_BASE_ADDR                            	 0x00000000
regCP_GFX_MQD_BASE_ADDR_HI                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_LO                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_HI                         	 0x00000000
regCP_RB_RPTR                                      	 0x00000000
regCP_IB1_BASE_LO                                  	 0x00714000
regCP_IB1_BASE_HI                                  	 0x00008001
regCP_IB1_CMD_BUFSZ                                	 0x00000020
regCP_IB1_BUFSZ                                    	 0x00000000
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0d71000
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0001700
regCP_PFP_HEADER_DUMP                              	 0xc0021000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0064900
regCP_ME_HEADER_DUMP                               	 0xc0064900

me 0, pipe 0, queue 6
regCP_GFX_HQD_ACTIVE                               	 0x00000000
regCP_GFX_HQD_VMID                                 	 0x00000000
regCP_GFX_HQD_QUEUE_PRIORITY                       	 0x00000000
regCP_GFX_HQD_QUANTUM                              	 0x00000a01
regCP_GFX_HQD_BASE                                 	 0xfedcbaef
regCP_GFX_HQD_BASE_HI                              	 0x00000000
regCP_GFX_HQD_OFFSET                               	 0x00000000
regCP_GFX_HQD_CNTL                                 	 0x00f00080
regCP_GFX_HQD_CSMD_RPTR                            	 0x00000000
regCP_GFX_HQD_WPTR                                 	 0x00000000
regCP_GFX_HQD_WPTR_HI                              	 0x00000000
regCP_GFX_HQD_DEQUEUE_REQUEST                      	 0x00000000
regCP_GFX_HQD_MAPPED                               	 0x00000000
regCP_GFX_HQD_QUE_MGR_CONTROL                      	 0x00000000
regCP_GFX_HQD_HQ_CONTROL0                          	 0x00000000
regCP_GFX_HQD_HQ_STATUS0                           	 0x40000000
regCP_GFX_MQD_BASE_ADDR                            	 0x00000000
regCP_GFX_MQD_BASE_ADDR_HI                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_LO                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_HI                         	 0x00000000
regCP_RB_RPTR                                      	 0x00000000
regCP_IB1_BASE_LO                                  	 0x00714000
regCP_IB1_BASE_HI                                  	 0x00008001
regCP_IB1_CMD_BUFSZ                                	 0x00000020
regCP_IB1_BUFSZ                                    	 0x00000000
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0d71000
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0001700
regCP_PFP_HEADER_DUMP                              	 0xc0021000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0064900
regCP_ME_HEADER_DUMP                               	 0xc0064900

me 0, pipe 0, queue 7
regCP_GFX_HQD_ACTIVE                               	 0x00000000
regCP_GFX_HQD_VMID                                 	 0x00000000
regCP_GFX_HQD_QUEUE_PRIORITY                       	 0x00000000
regCP_GFX_HQD_QUANTUM                              	 0x00000a01
regCP_GFX_HQD_BASE                                 	 0xfedcbaef
regCP_GFX_HQD_BASE_HI                              	 0x00000000
regCP_GFX_HQD_OFFSET                               	 0x00000000
regCP_GFX_HQD_CNTL                                 	 0x00f00080
regCP_GFX_HQD_CSMD_RPTR                            	 0x00000000
regCP_GFX_HQD_WPTR                                 	 0x00000000
regCP_GFX_HQD_WPTR_HI                              	 0x00000000
regCP_GFX_HQD_DEQUEUE_REQUEST                      	 0x00000000
regCP_GFX_HQD_MAPPED                               	 0x00000000
regCP_GFX_HQD_QUE_MGR_CONTROL                      	 0x00000000
regCP_GFX_HQD_HQ_CONTROL0                          	 0x00000000
regCP_GFX_HQD_HQ_STATUS0                           	 0x40000000
regCP_GFX_MQD_BASE_ADDR                            	 0x00000000
regCP_GFX_MQD_BASE_ADDR_HI                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_LO                         	 0x00000000
regCP_RB_WPTR_POLL_ADDR_HI                         	 0x00000000
regCP_RB_RPTR                                      	 0x00000000
regCP_IB1_BASE_LO                                  	 0x00714000
regCP_IB1_BASE_HI                                  	 0x00008001
regCP_IB1_CMD_BUFSZ                                	 0x00000020
regCP_IB1_BUFSZ                                    	 0x00000000
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0000e00
regCP_PFP_HEADER_DUMP                              	 0xc0d71000
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0064900
regCP_PFP_HEADER_DUMP                              	 0xc0001700
regCP_PFP_HEADER_DUMP                              	 0xc0021000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc0000e00
regCP_ME_HEADER_DUMP                               	 0xc00f1000
regCP_ME_HEADER_DUMP                               	 0xc0064900
regCP_ME_HEADER_DUMP                               	 0xc0064900

IP: sdma_v7_0
num_instances:2

Instance:0
regSDMA0_STATUS_REG                                	 0x6e1eed57
regSDMA0_STATUS1_REG                               	 0x001c03ff
regSDMA0_STATUS2_REG                               	 0x000010a0
regSDMA0_STATUS3_REG                               	 0x03f00000
regSDMA0_STATUS4_REG                               	 0x00000001
regSDMA0_STATUS5_REG                               	 0x00000001
regSDMA0_STATUS6_REG                               	 0x53611270
regSDMA0_UCODE_REV                                 	 0x40798e96
regSDMA0_RB_RPTR_FETCH_HI                          	 0x00000000
regSDMA0_RB_RPTR_FETCH                             	 0x00179d00
regSDMA0_UTCL1_RD_STATUS                           	 0x8007003f
regSDMA0_UTCL1_WR_STATUS                           	 0x0007003f
regSDMA0_UTCL1_RD_XNACK0                           	 0x00000000
regSDMA0_UTCL1_RD_XNACK1                           	 0x00000000
regSDMA0_UTCL1_WR_XNACK0                           	 0x00000000
regSDMA0_UTCL1_WR_XNACK1                           	 0x00000000
regSDMA0_QUEUE0_RB_CNTL                            	 0x00841817
regSDMA0_QUEUE0_RB_RPTR                            	 0x00179d00
regSDMA0_QUEUE0_RB_RPTR_HI                         	 0x00000000
regSDMA0_QUEUE0_RB_WPTR                            	 0x00179d00
regSDMA0_QUEUE0_RB_WPTR_HI                         	 0x00000000
regSDMA0_QUEUE0_IB_OFFSET                          	 0x00000000
regSDMA0_QUEUE0_IB_BASE_LO                         	 0x00807400
regSDMA0_QUEUE0_IB_BASE_HI                         	 0x00000000
regSDMA0_QUEUE0_IB_CNTL                            	 0x00000101
regSDMA0_QUEUE0_IB_RPTR                            	 0x00000018
regSDMA0_QUEUE0_IB_SUB_REMAIN                      	 0x00000000
regSDMA0_QUEUE0_DUMMY_REG                          	 0x0000000f
regSDMA0_QUEUE_STATUS0                             	 0x22222223
regSDMA0_QUEUE1_RB_CNTL                            	 0x00040800
regSDMA0_QUEUE1_RB_RPTR                            	 0x00000000
regSDMA0_QUEUE1_RB_RPTR_HI                         	 0x00000000
regSDMA0_QUEUE1_RB_WPTR                            	 0x00000000
regSDMA0_QUEUE1_RB_WPTR_HI                         	 0x00000000
regSDMA0_QUEUE1_IB_OFFSET                          	 0x00000000
regSDMA0_QUEUE1_IB_BASE_LO                         	 0x00000000
regSDMA0_QUEUE1_IB_BASE_HI                         	 0x00000000
regSDMA0_QUEUE1_IB_RPTR                            	 0x00000000
regSDMA0_QUEUE1_IB_SUB_REMAIN                      	 0x00000000
regSDMA0_QUEUE1_DUMMY_REG                          	 0x0000000f
regSDMA0_QUEUE2_RB_CNTL                            	 0x00040800
regSDMA0_QUEUE2_RB_RPTR                            	 0x00000000
regSDMA0_QUEUE2_RB_RPTR_HI                         	 0x00000000
regSDMA0_QUEUE2_RB_WPTR                            	 0x00000000
regSDMA0_QUEUE2_RB_WPTR_HI                         	 0x00000000
regSDMA0_QUEUE2_IB_OFFSET                          	 0x00000000
regSDMA0_QUEUE2_IB_BASE_LO                         	 0x00000000
regSDMA0_QUEUE2_IB_BASE_HI                         	 0x00000000
regSDMA0_QUEUE2_IB_RPTR                            	 0x00000000
regSDMA0_QUEUE2_IB_SUB_REMAIN                      	 0x00000000
regSDMA0_QUEUE2_DUMMY_REG                          	 0x0000000f
regSDMA0_INT_STATUS                                	 0x00000031
regSDMA0_VM_CNTL                                   	 0xffffffff
regGRBM_STATUS2                                    	 0x04100000
regSDMA0_CHICKEN_BITS                              	 0x0507d3c0

Instance:1
regSDMA0_STATUS_REG                                	 0x6e1eed57
regSDMA0_STATUS1_REG                               	 0x001c03ff
regSDMA0_STATUS2_REG                               	 0x000010a1
regSDMA0_STATUS3_REG                               	 0x03f00000
regSDMA0_STATUS4_REG                               	 0x00000001
regSDMA0_STATUS5_REG                               	 0x00000001
regSDMA0_STATUS6_REG                               	 0x53611271
regSDMA0_UCODE_REV                                 	 0x40798e96
regSDMA0_RB_RPTR_FETCH_HI                          	 0x00000000
regSDMA0_RB_RPTR_FETCH                             	 0x0005a700
regSDMA0_UTCL1_RD_STATUS                           	 0x8007003f
regSDMA0_UTCL1_WR_STATUS                           	 0x0007003f
regSDMA0_UTCL1_RD_XNACK0                           	 0x00000000
regSDMA0_UTCL1_RD_XNACK1                           	 0x00000000
regSDMA0_UTCL1_WR_XNACK0                           	 0x00000000
regSDMA0_UTCL1_WR_XNACK1                           	 0x00000000
regSDMA0_QUEUE0_RB_CNTL                            	 0x00841817
regSDMA0_QUEUE0_RB_RPTR                            	 0x0005a700
regSDMA0_QUEUE0_RB_RPTR_HI                         	 0x00000000
regSDMA0_QUEUE0_RB_WPTR                            	 0x0005a700
regSDMA0_QUEUE0_RB_WPTR_HI                         	 0x00000000
regSDMA0_QUEUE0_IB_OFFSET                          	 0x00000000
regSDMA0_QUEUE0_IB_BASE_LO                         	 0x00805400
regSDMA0_QUEUE0_IB_BASE_HI                         	 0x00000000
regSDMA0_QUEUE0_IB_CNTL                            	 0x00000101
regSDMA0_QUEUE0_IB_RPTR                            	 0x00000018
regSDMA0_QUEUE0_IB_SUB_REMAIN                      	 0x00000000
regSDMA0_QUEUE0_DUMMY_REG                          	 0x0000000f
regSDMA0_QUEUE_STATUS0                             	 0x22222223
regSDMA0_QUEUE1_RB_CNTL                            	 0x00040800
regSDMA0_QUEUE1_RB_RPTR                            	 0x00000000
regSDMA0_QUEUE1_RB_RPTR_HI                         	 0x00000000
regSDMA0_QUEUE1_RB_WPTR                            	 0x00000000
regSDMA0_QUEUE1_RB_WPTR_HI                         	 0x00000000
regSDMA0_QUEUE1_IB_OFFSET                          	 0x00000000
regSDMA0_QUEUE1_IB_BASE_LO                         	 0x00000000
regSDMA0_QUEUE1_IB_BASE_HI                         	 0x00000000
regSDMA0_QUEUE1_IB_RPTR                            	 0x00000000
regSDMA0_QUEUE1_IB_SUB_REMAIN                      	 0x00000000
regSDMA0_QUEUE1_DUMMY_REG                          	 0x0000000f
regSDMA0_QUEUE2_RB_CNTL                            	 0x00040800
regSDMA0_QUEUE2_RB_RPTR                            	 0x00000000
regSDMA0_QUEUE2_RB_RPTR_HI                         	 0x00000000
regSDMA0_QUEUE2_RB_WPTR                            	 0x00000000
regSDMA0_QUEUE2_RB_WPTR_HI                         	 0x00000000
regSDMA0_QUEUE2_IB_OFFSET                          	 0x00000000
regSDMA0_QUEUE2_IB_BASE_LO                         	 0x00000000
regSDMA0_QUEUE2_IB_BASE_HI                         	 0x00000000
regSDMA0_QUEUE2_IB_RPTR                            	 0x00000000
regSDMA0_QUEUE2_IB_SUB_REMAIN                      	 0x00000000
regSDMA0_QUEUE2_DUMMY_REG                          	 0x0000000f
regSDMA0_INT_STATUS                                	 0x00000031
regSDMA0_VM_CNTL                                   	 0xffffffff
regGRBM_STATUS2                                    	 0x00000000
regSDMA0_CHICKEN_BITS                              	 0x0507d3c0

IP: vcn_v5_0_0
num_instances:1

Inactive Instance:VCN0

IP: jpeg_v5_0_0
num_instances:1

Inactive Instance:JPEG0

Ring buffer information
ring name: gfx_0.0.0
Rptr: 0x400 Wptr: 0x308a5c00 RB mask: 7ff
Ring size in dwords: 2048
Ring contents
Offset 	 Value
0x0 	 0xc0032200
0x4 	 0x401100
0x8 	 0x0
0xc 	 0x0
0x10 	 0x22
0x14 	 0xc0053c00
0x18 	 0x143
0x1c 	 0xe26
0x20 	 0xe27
0x24 	 0x1
0x28 	 0x1
0x2c 	 0x20
0x30 	 0xc0012800
0x34 	 0x80000000
0x38 	 0x0
0x3c 	 0xc0023f00
0x40 	 0x1bc000
0x44 	 0xffff8001
0x48 	 0x5000040
0x4c 	 0xc0023f00
0x50 	 0x2429000
0x54 	 0xffff8001
0x58 	 0x5000010
0x5c 	 0xc0064900
0x60 	 0x6600514
0x64 	 0x40000000
0x68 	 0x6b8000
0x6c 	 0x0
0x70 	 0x25d6b3
0x74 	 0x0
0x78 	 0x0
0x7c 	 0xc0064900
0x80 	 0x6600514
0x84 	 0x22000000
0x88 	 0x4010c0
0x8c 	 0x0
0x90 	 0x308d59
0x94 	 0x0
0x98 	 0x0
0x9c 	 0xc0d71000
0xa0 	 0xffff1000
0xa4 	 0xffff1000
0xa8 	 0xffff1000
0xac 	 0xffff1000
0xb0 	 0xffff1000
0xb4 	 0xffff1000
0xb8 	 0xffff1000
0xbc 	 0xffff1000
0xc0 	 0xffff1000
0xc4 	 0xffff1000
0xc8 	 0xffff1000
0xcc 	 0xffff1000
0xd0 	 0xffff1000
0xd4 	 0xffff1000
0xd8 	 0xffff1000
0xdc 	 0xffff1000
0xe0 	 0xffff1000
0xe4 	 0xffff1000
0xe8 	 0xffff1000
0xec 	 0xffff1000
0xf0 	 0xffff1000
0xf4 	 0xffff1000
0xf8 	 0xffff1000
0xfc 	 0xffff1000
0x100 	 0xffff1000
0x104 	 0xffff1000
0x108 	 0xffff1000
0x10c 	 0xffff1000
0x110 	 0xffff1000
0x114 	 0xffff1000
0x118 	 0xffff1000
0x11c 	 0xffff1000
0x120 	 0xffff1000
0x124 	 0xffff1000
0x128 	 0xffff1000
0x12c 	 0xffff1000
0x130 	 0xffff1000
0x134 	 0xffff1000
0x138 	 0xffff1000
0x13c 	 0xffff1000
0x140 	 0xffff1000
0x144 	 0xffff1000
0x148 	 0xffff1000
0x14c 	 0xffff1000
0x150 	 0xffff1000
0x154 	 0xffff1000
0x158 	 0xffff1000
0x15c 	 0xffff1000
0x160 	 0xffff1000
0x164 	 0xffff1000
0x168 	 0xffff1000
0x16c 	 0xffff1000
0x170 	 0xffff1000
0x174 	 0xffff1000
0x178 	 0xffff1000
0x17c 	 0xffff1000
0x180 	 0xffff1000
0x184 	 0xffff1000
0x188 	 0xffff1000
0x18c 	 0xffff1000
0x190 	 0xffff1000
0x194 	 0xffff1000
0x198 	 0xffff1000
0x19c 	 0xffff1000
0x1a0 	 0xffff1000
0x1a4 	 0xffff1000
0x1a8 	 0xffff1000
0x1ac 	 0xffff1000
0x1b0 	 0xffff1000
0x1b4 	 0xffff1000
0x1b8 	 0xffff1000
0x1bc 	 0xffff1000
0x1c0 	 0xffff1000
0x1c4 	 0xffff1000
0x1c8 	 0xffff1000
0x1cc 	 0xffff1000
0x1d0 	 0xffff1000
0x1d4 	 0xffff1000
0x1d8 	 0xffff1000
0x1dc 	 0xffff1000
0x1e0 	 0xffff1000
0x1e4 	 0xffff1000
0x1e8 	 0xffff1000
0x1ec 	 0xffff1000
0x1f0 	 0xffff1000
0x1f4 	 0xffff1000
0x1f8 	 0xffff1000
0x1fc 	 0xffff1000
0x200 	 0xffff1000
0x204 	 0xffff1000
0x208 	 0xffff1000
0x20c 	 0xffff1000
0x210 	 0xffff1000
0x214 	 0xffff1000
0x218 	 0xffff1000
0x21c 	 0xffff1000
0x220 	 0xffff1000
0x224 	 0xffff1000
0x228 	 0xffff1000
0x22c 	 0xffff1000
0x230 	 0xffff1000
0x234 	 0xffff1000
0x238 	 0xffff1000
0x23c 	 0xffff1000
0x240 	 0xffff1000
0x244 	 0xffff1000
0x248 	 0xffff1000
0x24c 	 0xffff1000
0x250 	 0xffff1000
0x254 	 0xffff1000
0x258 	 0xffff1000
0x25c 	 0xffff1000
0x260 	 0xffff1000
0x264 	 0xffff1000
0x268 	 0xffff1000
0x26c 	 0xffff1000
0x270 	 0xffff1000
0x274 	 0xffff1000
0x278 	 0xffff1000
0x27c 	 0xffff1000
0x280 	 0xffff1000
0x284 	 0xffff1000
0x288 	 0xffff1000
0x28c 	 0xffff1000
0x290 	 0xffff1000
0x294 	 0xffff1000
0x298 	 0xffff1000
0x29c 	 0xffff1000
0x2a0 	 0xffff1000
0x2a4 	 0xffff1000
0x2a8 	 0xffff1000
0x2ac 	 0xffff1000
0x2b0 	 0xffff1000
0x2b4 	 0xffff1000
0x2b8 	 0xffff1000
0x2bc 	 0xffff1000
0x2c0 	 0xffff1000
0x2c4 	 0xffff1000
0x2c8 	 0xffff1000
0x2cc 	 0xffff1000
0x2d0 	 0xffff1000
0x2d4 	 0xffff1000
0x2d8 	 0xffff1000
0x2dc 	 0xffff1000
0x2e0 	 0xffff1000
0x2e4 	 0xffff1000
0x2e8 	 0xffff1000
0x2ec 	 0xffff1000
0x2f0 	 0xffff1000
0x2f4 	 0xffff1000
0x2f8 	 0xffff1000
0x2fc 	 0xffff1000
0x300 	 0xffff1000
0x304 	 0xffff1000
0x308 	 0xffff1000
0x30c 	 0xffff1000
0x310 	 0xffff1000
0x314 	 0xffff1000
0x318 	 0xffff1000
0x31c 	 0xffff1000
0x320 	 0xffff1000
0x324 	 0xffff1000
0x328 	 0xffff1000
0x32c 	 0xffff1000
0x330 	 0xffff1000
0x334 	 0xffff1000
0x338 	 0xffff1000
0x33c 	 0xffff1000
0x340 	 0xffff1000
0x344 	 0xffff1000
0x348 	 0xffff1000
0x34c 	 0xffff1000
0x350 	 0xffff1000
0x354 	 0xffff1000
0x358 	 0xffff1000
0x35c 	 0xffff1000
0x360 	 0xffff1000
0x364 	 0xffff1000
0x368 	 0xffff1000
0x36c 	 0xffff1000
0x370 	 0xffff1000
0x374 	 0xffff1000
0x378 	 0xffff1000
0x37c 	 0xffff1000
0x380 	 0xffff1000
0x384 	 0xffff1000
0x388 	 0xffff1000
0x38c 	 0xffff1000
0x390 	 0xffff1000
0x394 	 0xffff1000
0x398 	 0xffff1000
0x39c 	 0xffff1000
0x3a0 	 0xffff1000
0x3a4 	 0xffff1000
0x3a8 	 0xffff1000
0x3ac 	 0xffff1000
0x3b0 	 0xffff1000
0x3b4 	 0xffff1000
0x3b8 	 0xffff1000
0x3bc 	 0xffff1000
0x3c0 	 0xffff1000
0x3c4 	 0xffff1000
0x3c8 	 0xffff1000
0x3cc 	 0xffff1000
0x3d0 	 0xffff1000
0x3d4 	 0xffff1000
0x3d8 	 0xffff1000
0x3dc 	 0xffff1000
0x3e0 	 0xffff1000
0x3e4 	 0xffff1000
0x3e8 	 0xffff1000
0x3ec 	 0xffff1000
0x3f0 	 0xffff1000
0x3f4 	 0xffff1000
0x3f8 	 0xffff1000
0x3fc 	 0xffff1000
0x400 	 0xc0032200
0x404 	 0x401100
0x408 	 0x0
0x40c 	 0x0
0x410 	 0x7
0x414 	 0xc0053c00
0x418 	 0x113
0x41c 	 0x4010c0
0x420 	 0x0
0x424 	 0x308d59
0x428 	 0xffffffff
0x42c 	 0x4
0x430 	 0xc0032200
0x434 	 0x401100
0x438 	 0x0
0x43c 	 0x0
0x440 	 0x1e
0x444 	 0xc0053c00
0x448 	 0x143
0x44c 	 0xe26
0x450 	 0xe27
0x454 	 0x1
0x458 	 0x1
0x45c 	 0x20
0x460 	 0xc0012800
0x464 	 0x81018003
0x468 	 0x0
0x46c 	 0xc0023f00
0x470 	 0x113c00
0x474 	 0xffff8001
0x478 	 0x60002f8
0x47c 	 0xc0064900
0x480 	 0x6600514
0x484 	 0x40000000
0x488 	 0x6b4000
0x48c 	 0x0
0x490 	 0xab372
0x494 	 0x0
0x498 	 0x0
0x49c 	 0xc0064900
0x4a0 	 0x6600514
0x4a4 	 0x22000000
0x4a8 	 0x4010c0
0x4ac 	 0x0
0x4b0 	 0x308d5a
0x4b4 	 0x0
0x4b8 	 0x0
0x4bc 	 0xc0cf1000
0x4c0 	 0xffff1000
0x4c4 	 0xffff1000
0x4c8 	 0xffff1000
0x4cc 	 0xffff1000
0x4d0 	 0xffff1000
0x4d4 	 0xffff1000
0x4d8 	 0xffff1000
0x4dc 	 0xffff1000
0x4e0 	 0xffff1000
0x4e4 	 0xffff1000
0x4e8 	 0xffff1000
0x4ec 	 0xffff1000
0x4f0 	 0xffff1000
0x4f4 	 0xffff1000
0x4f8 	 0xffff1000
0x4fc 	 0xffff1000
0x500 	 0xffff1000
0x504 	 0xffff1000
0x508 	 0xffff1000
0x50c 	 0xffff1000
0x510 	 0xffff1000
0x514 	 0xffff1000
0x518 	 0xffff1000
0x51c 	 0xffff1000
0x520 	 0xffff1000
0x524 	 0xffff1000
0x528 	 0xffff1000
0x52c 	 0xffff1000
0x530 	 0xffff1000
0x534 	 0xffff1000
0x538 	 0xffff1000
0x53c 	 0xffff1000
0x540 	 0xffff1000
0x544 	 0xffff1000
0x548 	 0xffff1000
0x54c 	 0xffff1000
0x550 	 0xffff1000
0x554 	 0xffff1000
0x558 	 0xffff1000
0x55c 	 0xffff1000
0x560 	 0xffff1000
0x564 	 0xffff1000
0x568 	 0xffff1000
0x56c 	 0xffff1000
0x570 	 0xffff1000
0x574 	 0xffff1000
0x578 	 0xffff1000
0x57c 	 0xffff1000
0x580 	 0xffff1000
0x584 	 0xffff1000
0x588 	 0xffff1000
0x58c 	 0xffff1000
0x590 	 0xffff1000
0x594 	 0xffff1000
0x598 	 0xffff1000
0x59c 	 0xffff1000
0x5a0 	 0xffff1000
0x5a4 	 0xffff1000
0x5a8 	 0xffff1000
0x5ac 	 0xffff1000
0x5b0 	 0xffff1000
0x5b4 	 0xffff1000
0x5b8 	 0xffff1000
0x5bc 	 0xffff1000
0x5c0 	 0xffff1000
0x5c4 	 0xffff1000
0x5c8 	 0xffff1000
0x5cc 	 0xffff1000
0x5d0 	 0xffff1000
0x5d4 	 0xffff1000
0x5d8 	 0xffff1000
0x5dc 	 0xffff1000
0x5e0 	 0xffff1000
0x5e4 	 0xffff1000
0x5e8 	 0xffff1000
0x5ec 	 0xffff1000
0x5f0 	 0xffff1000
0x5f4 	 0xffff1000
0x5f8 	 0xffff1000
0x5fc 	 0xffff1000
0x600 	 0xffff1000
0x604 	 0xffff1000
0x608 	 0xffff1000
0x60c 	 0xffff1000
0x610 	 0xffff1000
0x614 	 0xffff1000
0x618 	 0xffff1000
0x61c 	 0xffff1000
0x620 	 0xffff1000
0x624 	 0xffff1000
0x628 	 0xffff1000
0x62c 	 0xffff1000
0x630 	 0xffff1000
0x634 	 0xffff1000
0x638 	 0xffff1000
0x63c 	 0xffff1000
0x640 	 0xffff1000
0x644 	 0xffff1000
0x648 	 0xffff1000
0x64c 	 0xffff1000
0x650 	 0xffff1000
0x654 	 0xffff1000
0x658 	 0xffff1000
0x65c 	 0xffff1000
0x660 	 0xffff1000
0x664 	 0xffff1000
0x668 	 0xffff1000
0x66c 	 0xffff1000
0x670 	 0xffff1000
0x674 	 0xffff1000
0x678 	 0xffff1000
0x67c 	 0xffff1000
0x680 	 0xffff1000
0x684 	 0xffff1000
0x688 	 0xffff1000
0x68c 	 0xffff1000
0x690 	 0xffff1000
0x694 	 0xffff1000
0x698 	 0xffff1000
0x69c 	 0xffff1000
0x6a0 	 0xffff1000
0x6a4 	 0xffff1000
0x6a8 	 0xffff1000
0x6ac 	 0xffff1000
0x6b0 	 0xffff1000
0x6b4 	 0xffff1000
0x6b8 	 0xffff1000
0x6bc 	 0xffff1000
0x6c0 	 0xffff1000
0x6c4 	 0xffff1000
0x6c8 	 0xffff1000
0x6cc 	 0xffff1000
0x6d0 	 0xffff1000
0x6d4 	 0xffff1000
0x6d8 	 0xffff1000
0x6dc 	 0xffff1000
0x6e0 	 0xffff1000
0x6e4 	 0xffff1000
0x6e8 	 0xffff1000
0x6ec 	 0xffff1000
0x6f0 	 0xffff1000
0x6f4 	 0xffff1000
0x6f8 	 0xffff1000
0x6fc 	 0xffff1000
0x700 	 0xffff1000
0x704 	 0xffff1000
0x708 	 0xffff1000
0x70c 	 0xffff1000
0x710 	 0xffff1000
0x714 	 0xffff1000
0x718 	 0xffff1000
0x71c 	 0xffff1000
0x720 	 0xffff1000
0x724 	 0xffff1000
0x728 	 0xffff1000
0x72c 	 0xffff1000
0x730 	 0xffff1000
0x734 	 0xffff1000
0x738 	 0xffff1000
0x73c 	 0xffff1000
0x740 	 0xffff1000
0x744 	 0xffff1000
0x748 	 0xffff1000
0x74c 	 0xffff1000
0x750 	 0xffff1000
0x754 	 0xffff1000
0x758 	 0xffff1000
0x75c 	 0xffff1000
0x760 	 0xffff1000
0x764 	 0xffff1000
0x768 	 0xffff1000
0x76c 	 0xffff1000
0x770 	 0xffff1000
0x774 	 0xffff1000
0x778 	 0xffff1000
0x77c 	 0xffff1000
0x780 	 0xffff1000
0x784 	 0xffff1000
0x788 	 0xffff1000
0x78c 	 0xffff1000
0x790 	 0xffff1000
0x794 	 0xffff1000
0x798 	 0xffff1000
0x79c 	 0xffff1000
0x7a0 	 0xffff1000
0x7a4 	 0xffff1000
0x7a8 	 0xffff1000
0x7ac 	 0xffff1000
0x7b0 	 0xffff1000
0x7b4 	 0xffff1000
0x7b8 	 0xffff1000
0x7bc 	 0xffff1000
0x7c0 	 0xffff1000
0x7c4 	 0xffff1000
0x7c8 	 0xffff1000
0x7cc 	 0xffff1000
0x7d0 	 0xffff1000
0x7d4 	 0xffff1000
0x7d8 	 0xffff1000
0x7dc 	 0xffff1000
0x7e0 	 0xffff1000
0x7e4 	 0xffff1000
0x7e8 	 0xffff1000
0x7ec 	 0xffff1000
0x7f0 	 0xffff1000
0x7f4 	 0xffff1000
0x7f8 	 0xffff1000
0x7fc 	 0xffff1000
0x800 	 0xc0032200
0x804 	 0x401100
0x808 	 0x0
0x80c 	 0x0
0x810 	 0x7
0x814 	 0xc0053c00
0x818 	 0x113
0x81c 	 0x4010c0
0x820 	 0x0
0x824 	 0x308d5a
0x828 	 0xffffffff
0x82c 	 0x4
0x830 	 0xc0032200
0x834 	 0x401100
0x838 	 0x0
0x83c 	 0x0
0x840 	 0x22
0x844 	 0xc0053c00
0x848 	 0x143
0x84c 	 0xe26
0x850 	 0xe27
0x854 	 0x1
0x858 	 0x1
0x85c 	 0x20
0x860 	 0xc0012800
0x864 	 0x81018003
0x868 	 0x0
0x86c 	 0xc0023f00
0x870 	 0x1a8000
0x874 	 0xffff8001
0x878 	 0x5000040
0x87c 	 0xc0023f00
0x880 	 0x2429000
0x884 	 0xffff8001
0x888 	 0x5000248
0x88c 	 0xc0064900
0x890 	 0x6600514
0x894 	 0x40000000
0x898 	 0x6b8000
0x89c 	 0x0
0x8a0 	 0x25d6b4
0x8a4 	 0x0
0x8a8 	 0x0
0x8ac 	 0xc0064900
0x8b0 	 0x6600514
0x8b4 	 0x22000000
0x8b8 	 0x4010c0
0x8bc 	 0x0
0x8c0 	 0x308d5b
0x8c4 	 0x0
0x8c8 	 0x0
0x8cc 	 0xc0cb1000
0x8d0 	 0xffff1000
0x8d4 	 0xffff1000
0x8d8 	 0xffff1000
0x8dc 	 0xffff1000
0x8e0 	 0xffff1000
0x8e4 	 0xffff1000
0x8e8 	 0xffff1000
0x8ec 	 0xffff1000
0x8f0 	 0xffff1000
0x8f4 	 0xffff1000
0x8f8 	 0xffff1000
0x8fc 	 0xffff1000
0x900 	 0xffff1000
0x904 	 0xffff1000
0x908 	 0xffff1000
0x90c 	 0xffff1000
0x910 	 0xffff1000
0x914 	 0xffff1000
0x918 	 0xffff1000
0x91c 	 0xffff1000
0x920 	 0xffff1000
0x924 	 0xffff1000
0x928 	 0xffff1000
0x92c 	 0xffff1000
0x930 	 0xffff1000
0x934 	 0xffff1000
0x938 	 0xffff1000
0x93c 	 0xffff1000
0x940 	 0xffff1000
0x944 	 0xffff1000
0x948 	 0xffff1000
0x94c 	 0xffff1000
0x950 	 0xffff1000
0x954 	 0xffff1000
0x958 	 0xffff1000
0x95c 	 0xffff1000
0x960 	 0xffff1000
0x964 	 0xffff1000
0x968 	 0xffff1000
0x96c 	 0xffff1000
0x970 	 0xffff1000
0x974 	 0xffff1000
0x978 	 0xffff1000
0x97c 	 0xffff1000
0x980 	 0xffff1000
0x984 	 0xffff1000
0x988 	 0xffff1000
0x98c 	 0xffff1000
0x990 	 0xffff1000
0x994 	 0xffff1000
0x998 	 0xffff1000
0x99c 	 0xffff1000
0x9a0 	 0xffff1000
0x9a4 	 0xffff1000
0x9a8 	 0xffff1000
0x9ac 	 0xffff1000
0x9b0 	 0xffff1000
0x9b4 	 0xffff1000
0x9b8 	 0xffff1000
0x9bc 	 0xffff1000
0x9c0 	 0xffff1000
0x9c4 	 0xffff1000
0x9c8 	 0xffff1000
0x9cc 	 0xffff1000
0x9d0 	 0xffff1000
0x9d4 	 0xffff1000
0x9d8 	 0xffff1000
0x9dc 	 0xffff1000
0x9e0 	 0xffff1000
0x9e4 	 0xffff1000
0x9e8 	 0xffff1000
0x9ec 	 0xffff1000
0x9f0 	 0xffff1000
0x9f4 	 0xffff1000
0x9f8 	 0xffff1000
0x9fc 	 0xffff1000
0xa00 	 0xffff1000
0xa04 	 0xffff1000
0xa08 	 0xffff1000
0xa0c 	 0xffff1000
0xa10 	 0xffff1000
0xa14 	 0xffff1000
0xa18 	 0xffff1000
0xa1c 	 0xffff1000
0xa20 	 0xffff1000
0xa24 	 0xffff1000
0xa28 	 0xffff1000
0xa2c 	 0xffff1000
0xa30 	 0xffff1000
0xa34 	 0xffff1000
0xa38 	 0xffff1000
0xa3c 	 0xffff1000
0xa40 	 0xffff1000
0xa44 	 0xffff1000
0xa48 	 0xffff1000
0xa4c 	 0xffff1000
0xa50 	 0xffff1000
0xa54 	 0xffff1000
0xa58 	 0xffff1000
0xa5c 	 0xffff1000
0xa60 	 0xffff1000
0xa64 	 0xffff1000
0xa68 	 0xffff1000
0xa6c 	 0xffff1000
0xa70 	 0xffff1000
0xa74 	 0xffff1000
0xa78 	 0xffff1000
0xa7c 	 0xffff1000
0xa80 	 0xffff1000
0xa84 	 0xffff1000
0xa88 	 0xffff1000
0xa8c 	 0xffff1000
0xa90 	 0xffff1000
0xa94 	 0xffff1000
0xa98 	 0xffff1000
0xa9c 	 0xffff1000
0xaa0 	 0xffff1000
0xaa4 	 0xffff1000
0xaa8 	 0xffff1000
0xaac 	 0xffff1000
0xab0 	 0xffff1000
0xab4 	 0xffff1000
0xab8 	 0xffff1000
0xabc 	 0xffff1000
0xac0 	 0xffff1000
0xac4 	 0xffff1000
0xac8 	 0xffff1000
0xacc 	 0xffff1000
0xad0 	 0xffff1000
0xad4 	 0xffff1000
0xad8 	 0xffff1000
0xadc 	 0xffff1000
0xae0 	 0xffff1000
0xae4 	 0xffff1000
0xae8 	 0xffff1000
0xaec 	 0xffff1000
0xaf0 	 0xffff1000
0xaf4 	 0xffff1000
0xaf8 	 0xffff1000
0xafc 	 0xffff1000
0xb00 	 0xffff1000
0xb04 	 0xffff1000
0xb08 	 0xffff1000
0xb0c 	 0xffff1000
0xb10 	 0xffff1000
0xb14 	 0xffff1000
0xb18 	 0xffff1000
0xb1c 	 0xffff1000
0xb20 	 0xffff1000
0xb24 	 0xffff1000
0xb28 	 0xffff1000
0xb2c 	 0xffff1000
0xb30 	 0xffff1000
0xb34 	 0xffff1000
0xb38 	 0xffff1000
0xb3c 	 0xffff1000
0xb40 	 0xffff1000
0xb44 	 0xffff1000
0xb48 	 0xffff1000
0xb4c 	 0xffff1000
0xb50 	 0xffff1000
0xb54 	 0xffff1000
0xb58 	 0xffff1000
0xb5c 	 0xffff1000
0xb60 	 0xffff1000
0xb64 	 0xffff1000
0xb68 	 0xffff1000
0xb6c 	 0xffff1000
0xb70 	 0xffff1000
0xb74 	 0xffff1000
0xb78 	 0xffff1000
0xb7c 	 0xffff1000
0xb80 	 0xffff1000
0xb84 	 0xffff1000
0xb88 	 0xffff1000
0xb8c 	 0xffff1000
0xb90 	 0xffff1000
0xb94 	 0xffff1000
0xb98 	 0xffff1000
0xb9c 	 0xffff1000
0xba0 	 0xffff1000
0xba4 	 0xffff1000
0xba8 	 0xffff1000
0xbac 	 0xffff1000
0xbb0 	 0xffff1000
0xbb4 	 0xffff1000
0xbb8 	 0xffff1000
0xbbc 	 0xffff1000
0xbc0 	 0xffff1000
0xbc4 	 0xffff1000
0xbc8 	 0xffff1000
0xbcc 	 0xffff1000
0xbd0 	 0xffff1000
0xbd4 	 0xffff1000
0xbd8 	 0xffff1000
0xbdc 	 0xffff1000
0xbe0 	 0xffff1000
0xbe4 	 0xffff1000
0xbe8 	 0xffff1000
0xbec 	 0xffff1000
0xbf0 	 0xffff1000
0xbf4 	 0xffff1000
0xbf8 	 0xffff1000
0xbfc 	 0xffff1000
0xc00 	 0xc0032200
0xc04 	 0x401100
0xc08 	 0x0
0xc0c 	 0x0
0xc10 	 0x22
0xc14 	 0xc0053c00
0xc18 	 0x143
0xc1c 	 0xe26
0xc20 	 0xe27
0xc24 	 0x1
0xc28 	 0x1
0xc2c 	 0x20
0xc30 	 0xc0012800
0xc34 	 0x80000000
0xc38 	 0x0
0xc3c 	 0xc0023f00
0xc40 	 0x1bc000
0xc44 	 0xffff8001
0xc48 	 0x5000040
0xc4c 	 0xc0023f00
0xc50 	 0x714000
0xc54 	 0xffff8001
0xc58 	 0x5000020
0xc5c 	 0xc0064900
0xc60 	 0x6600514
0xc64 	 0x40000000
0xc68 	 0x6b8000
0xc6c 	 0x0
0xc70 	 0x25d6b5
0xc74 	 0x0
0xc78 	 0x0
0xc7c 	 0xc0064900
0xc80 	 0x6600514
0xc84 	 0x22000000
0xc88 	 0x4010c0
0xc8c 	 0x0
0xc90 	 0x308d5c
0xc94 	 0x0
0xc98 	 0x0
0xc9c 	 0xc0d71000
0xca0 	 0xffff1000
0xca4 	 0xffff1000
0xca8 	 0xffff1000
0xcac 	 0xffff1000
0xcb0 	 0xffff1000
0xcb4 	 0xffff1000
0xcb8 	 0xffff1000
0xcbc 	 0xffff1000
0xcc0 	 0xffff1000
0xcc4 	 0xffff1000
0xcc8 	 0xffff1000
0xccc 	 0xffff1000
0xcd0 	 0xffff1000
0xcd4 	 0xffff1000
0xcd8 	 0xffff1000
0xcdc 	 0xffff1000
0xce0 	 0xffff1000
0xce4 	 0xffff1000
0xce8 	 0xffff1000
0xcec 	 0xffff1000
0xcf0 	 0xffff1000
0xcf4 	 0xffff1000
0xcf8 	 0xffff1000
0xcfc 	 0xffff1000
0xd00 	 0xffff1000
0xd04 	 0xffff1000
0xd08 	 0xffff1000
0xd0c 	 0xffff1000
0xd10 	 0xffff1000
0xd14 	 0xffff1000
0xd18 	 0xffff1000
0xd1c 	 0xffff1000
0xd20 	 0xffff1000
0xd24 	 0xffff1000
0xd28 	 0xffff1000
0xd2c 	 0xffff1000
0xd30 	 0xffff1000
0xd34 	 0xffff1000
0xd38 	 0xffff1000
0xd3c 	 0xffff1000
0xd40 	 0xffff1000
0xd44 	 0xffff1000
0xd48 	 0xffff1000
0xd4c 	 0xffff1000
0xd50 	 0xffff1000
0xd54 	 0xffff1000
0xd58 	 0xffff1000
0xd5c 	 0xffff1000
0xd60 	 0xffff1000
0xd64 	 0xffff1000
0xd68 	 0xffff1000
0xd6c 	 0xffff1000
0xd70 	 0xffff1000
0xd74 	 0xffff1000
0xd78 	 0xffff1000
0xd7c 	 0xffff1000
0xd80 	 0xffff1000
0xd84 	 0xffff1000
0xd88 	 0xffff1000
0xd8c 	 0xffff1000
0xd90 	 0xffff1000
0xd94 	 0xffff1000
0xd98 	 0xffff1000
0xd9c 	 0xffff1000
0xda0 	 0xffff1000
0xda4 	 0xffff1000
0xda8 	 0xffff1000
0xdac 	 0xffff1000
0xdb0 	 0xffff1000
0xdb4 	 0xffff1000
0xdb8 	 0xffff1000
0xdbc 	 0xffff1000
0xdc0 	 0xffff1000
0xdc4 	 0xffff1000
0xdc8 	 0xffff1000
0xdcc 	 0xffff1000
0xdd0 	 0xffff1000
0xdd4 	 0xffff1000
0xdd8 	 0xffff1000
0xddc 	 0xffff1000
0xde0 	 0xffff1000
0xde4 	 0xffff1000
0xde8 	 0xffff1000
0xdec 	 0xffff1000
0xdf0 	 0xffff1000
0xdf4 	 0xffff1000
0xdf8 	 0xffff1000
0xdfc 	 0xffff1000
0xe00 	 0xffff1000
0xe04 	 0xffff1000
0xe08 	 0xffff1000
0xe0c 	 0xffff1000
0xe10 	 0xffff1000
0xe14 	 0xffff1000
0xe18 	 0xffff1000
0xe1c 	 0xffff1000
0xe20 	 0xffff1000
0xe24 	 0xffff1000
0xe28 	 0xffff1000
0xe2c 	 0xffff1000
0xe30 	 0xffff1000
0xe34 	 0xffff1000
0xe38 	 0xffff1000
0xe3c 	 0xffff1000
0xe40 	 0xffff1000
0xe44 	 0xffff1000
0xe48 	 0xffff1000
0xe4c 	 0xffff1000
0xe50 	 0xffff1000
0xe54 	 0xffff1000
0xe58 	 0xffff1000
0xe5c 	 0xffff1000
0xe60 	 0xffff1000
0xe64 	 0xffff1000
0xe68 	 0xffff1000
0xe6c 	 0xffff1000
0xe70 	 0xffff1000
0xe74 	 0xffff1000
0xe78 	 0xffff1000
0xe7c 	 0xffff1000
0xe80 	 0xffff1000
0xe84 	 0xffff1000
0xe88 	 0xffff1000
0xe8c 	 0xffff1000
0xe90 	 0xffff1000
0xe94 	 0xffff1000
0xe98 	 0xffff1000
0xe9c 	 0xffff1000
0xea0 	 0xffff1000
0xea4 	 0xffff1000
0xea8 	 0xffff1000
0xeac 	 0xffff1000
0xeb0 	 0xffff1000
0xeb4 	 0xffff1000
0xeb8 	 0xffff1000
0xebc 	 0xffff1000
0xec0 	 0xffff1000
0xec4 	 0xffff1000
0xec8 	 0xffff1000
0xecc 	 0xffff1000
0xed0 	 0xffff1000
0xed4 	 0xffff1000
0xed8 	 0xffff1000
0xedc 	 0xffff1000
0xee0 	 0xffff1000
0xee4 	 0xffff1000
0xee8 	 0xffff1000
0xeec 	 0xffff1000
0xef0 	 0xffff1000
0xef4 	 0xffff1000
0xef8 	 0xffff1000
0xefc 	 0xffff1000
0xf00 	 0xffff1000
0xf04 	 0xffff1000
0xf08 	 0xffff1000
0xf0c 	 0xffff1000
0xf10 	 0xffff1000
0xf14 	 0xffff1000
0xf18 	 0xffff1000
0xf1c 	 0xffff1000
0xf20 	 0xffff1000
0xf24 	 0xffff1000
0xf28 	 0xffff1000
0xf2c 	 0xffff1000
0xf30 	 0xffff1000
0xf34 	 0xffff1000
0xf38 	 0xffff1000
0xf3c 	 0xffff1000
0xf40 	 0xffff1000
0xf44 	 0xffff1000
0xf48 	 0xffff1000
0xf4c 	 0xffff1000
0xf50 	 0xffff1000
0xf54 	 0xffff1000
0xf58 	 0xffff1000
0xf5c 	 0xffff1000
0xf60 	 0xffff1000
0xf64 	 0xffff1000
0xf68 	 0xffff1000
0xf6c 	 0xffff1000
0xf70 	 0xffff1000
0xf74 	 0xffff1000
0xf78 	 0xffff1000
0xf7c 	 0xffff1000
0xf80 	 0xffff1000
0xf84 	 0xffff1000
0xf88 	 0xffff1000
0xf8c 	 0xffff1000
0xf90 	 0xffff1000
0xf94 	 0xffff1000
0xf98 	 0xffff1000
0xf9c 	 0xffff1000
0xfa0 	 0xffff1000
0xfa4 	 0xffff1000
0xfa8 	 0xffff1000
0xfac 	 0xffff1000
0xfb0 	 0xffff1000
0xfb4 	 0xffff1000
0xfb8 	 0xffff1000
0xfbc 	 0xffff1000
0xfc0 	 0xffff1000
0xfc4 	 0xffff1000
0xfc8 	 0xffff1000
0xfcc 	 0xffff1000
0xfd0 	 0xffff1000
0xfd4 	 0xffff1000
0xfd8 	 0xffff1000
0xfdc 	 0xffff1000
0xfe0 	 0xffff1000
0xfe4 	 0xffff1000
0xfe8 	 0xffff1000
0xfec 	 0xffff1000
0xff0 	 0xffff1000
0xff4 	 0xffff1000
0xff8 	 0xffff1000
0xffc 	 0xffff1000
0x1000 	 0xc0032200
0x1004 	 0x401100
0x1008 	 0x0
0x100c 	 0x0
0x1010 	 0x22
0x1014 	 0xc0053c00
0x1018 	 0x143
0x101c 	 0xe26
0x1020 	 0xe27
0x1024 	 0x1
0x1028 	 0x1
0x102c 	 0x20
0x1030 	 0xc0012800
0x1034 	 0x80000000
0x1038 	 0x0
0x103c 	 0xc0023f00
0x1040 	 0x1bc000
0x1044 	 0xffff8001
0x1048 	 0x5000040
0x104c 	 0xc0023f00
0x1050 	 0x700000
0x1054 	 0xffff8001
0x1058 	 0x5000010
0x105c 	 0xc0064900
0x1060 	 0x6600514
0x1064 	 0x40000000
0x1068 	 0x6b8000
0x106c 	 0x0
0x1070 	 0x25d6b0
0x1074 	 0x0
0x1078 	 0x0
0x107c 	 0xc0064900
0x1080 	 0x6600514
0x1084 	 0x22000000
0x1088 	 0x4010c0
0x108c 	 0x0
0x1090 	 0x308d55
0x1094 	 0x0
0x1098 	 0x0
0x109c 	 0xc0d71000
0x10a0 	 0xffff1000
0x10a4 	 0xffff1000
0x10a8 	 0xffff1000
0x10ac 	 0xffff1000
0x10b0 	 0xffff1000
0x10b4 	 0xffff1000
0x10b8 	 0xffff1000
0x10bc 	 0xffff1000
0x10c0 	 0xffff1000
0x10c4 	 0xffff1000
0x10c8 	 0xffff1000
0x10cc 	 0xffff1000
0x10d0 	 0xffff1000
0x10d4 	 0xffff1000
0x10d8 	 0xffff1000
0x10dc 	 0xffff1000
0x10e0 	 0xffff1000
0x10e4 	 0xffff1000
0x10e8 	 0xffff1000
0x10ec 	 0xffff1000
0x10f0 	 0xffff1000
0x10f4 	 0xffff1000
0x10f8 	 0xffff1000
0x10fc 	 0xffff1000
0x1100 	 0xffff1000
0x1104 	 0xffff1000
0x1108 	 0xffff1000
0x110c 	 0xffff1000
0x1110 	 0xffff1000
0x1114 	 0xffff1000
0x1118 	 0xffff1000
0x111c 	 0xffff1000
0x1120 	 0xffff1000
0x1124 	 0xffff1000
0x1128 	 0xffff1000
0x112c 	 0xffff1000
0x1130 	 0xffff1000
0x1134 	 0xffff1000
0x1138 	 0xffff1000
0x113c 	 0xffff1000
0x1140 	 0xffff1000
0x1144 	 0xffff1000
0x1148 	 0xffff1000
0x114c 	 0xffff1000
0x1150 	 0xffff1000
0x1154 	 0xffff1000
0x1158 	 0xffff1000
0x115c 	 0xffff1000
0x1160 	 0xffff1000
0x1164 	 0xffff1000
0x1168 	 0xffff1000
0x116c 	 0xffff1000
0x1170 	 0xffff1000
0x1174 	 0xffff1000
0x1178 	 0xffff1000
0x117c 	 0xffff1000
0x1180 	 0xffff1000
0x1184 	 0xffff1000
0x1188 	 0xffff1000
0x118c 	 0xffff1000
0x1190 	 0xffff1000
0x1194 	 0xffff1000
0x1198 	 0xffff1000
0x119c 	 0xffff1000
0x11a0 	 0xffff1000
0x11a4 	 0xffff1000
0x11a8 	 0xffff1000
0x11ac 	 0xffff1000
0x11b0 	 0xffff1000
0x11b4 	 0xffff1000
0x11b8 	 0xffff1000
0x11bc 	 0xffff1000
0x11c0 	 0xffff1000
0x11c4 	 0xffff1000
0x11c8 	 0xffff1000
0x11cc 	 0xffff1000
0x11d0 	 0xffff1000
0x11d4 	 0xffff1000
0x11d8 	 0xffff1000
0x11dc 	 0xffff1000
0x11e0 	 0xffff1000
0x11e4 	 0xffff1000
0x11e8 	 0xffff1000
0x11ec 	 0xffff1000
0x11f0 	 0xffff1000
0x11f4 	 0xffff1000
0x11f8 	 0xffff1000
0x11fc 	 0xffff1000
0x1200 	 0xffff1000
0x1204 	 0xffff1000
0x1208 	 0xffff1000
0x120c 	 0xffff1000
0x1210 	 0xffff1000
0x1214 	 0xffff1000
0x1218 	 0xffff1000
0x121c 	 0xffff1000
0x1220 	 0xffff1000
0x1224 	 0xffff1000
0x1228 	 0xffff1000
0x122c 	 0xffff1000
0x1230 	 0xffff1000
0x1234 	 0xffff1000
0x1238 	 0xffff1000
0x123c 	 0xffff1000
0x1240 	 0xffff1000
0x1244 	 0xffff1000
0x1248 	 0xffff1000
0x124c 	 0xffff1000
0x1250 	 0xffff1000
0x1254 	 0xffff1000
0x1258 	 0xffff1000
0x125c 	 0xffff1000
0x1260 	 0xffff1000
0x1264 	 0xffff1000
0x1268 	 0xffff1000
0x126c 	 0xffff1000
0x1270 	 0xffff1000
0x1274 	 0xffff1000
0x1278 	 0xffff1000
0x127c 	 0xffff1000
0x1280 	 0xffff1000
0x1284 	 0xffff1000
0x1288 	 0xffff1000
0x128c 	 0xffff1000
0x1290 	 0xffff1000
0x1294 	 0xffff1000
0x1298 	 0xffff1000
0x129c 	 0xffff1000
0x12a0 	 0xffff1000
0x12a4 	 0xffff1000
0x12a8 	 0xffff1000
0x12ac 	 0xffff1000
0x12b0 	 0xffff1000
0x12b4 	 0xffff1000
0x12b8 	 0xffff1000
0x12bc 	 0xffff1000
0x12c0 	 0xffff1000
0x12c4 	 0xffff1000
0x12c8 	 0xffff1000
0x12cc 	 0xffff1000
0x12d0 	 0xffff1000
0x12d4 	 0xffff1000
0x12d8 	 0xffff1000
0x12dc 	 0xffff1000
0x12e0 	 0xffff1000
0x12e4 	 0xffff1000
0x12e8 	 0xffff1000
0x12ec 	 0xffff1000
0x12f0 	 0xffff1000
0x12f4 	 0xffff1000
0x12f8 	 0xffff1000
0x12fc 	 0xffff1000
0x1300 	 0xffff1000
0x1304 	 0xffff1000
0x1308 	 0xffff1000
0x130c 	 0xffff1000
0x1310 	 0xffff1000
0x1314 	 0xffff1000
0x1318 	 0xffff1000
0x131c 	 0xffff1000
0x1320 	 0xffff1000
0x1324 	 0xffff1000
0x1328 	 0xffff1000
0x132c 	 0xffff1000
0x1330 	 0xffff1000
0x1334 	 0xffff1000
0x1338 	 0xffff1000
0x133c 	 0xffff1000
0x1340 	 0xffff1000
0x1344 	 0xffff1000
0x1348 	 0xffff1000
0x134c 	 0xffff1000
0x1350 	 0xffff1000
0x1354 	 0xffff1000
0x1358 	 0xffff1000
0x135c 	 0xffff1000
0x1360 	 0xffff1000
0x1364 	 0xffff1000
0x1368 	 0xffff1000
0x136c 	 0xffff1000
0x1370 	 0xffff1000
0x1374 	 0xffff1000
0x1378 	 0xffff1000
0x137c 	 0xffff1000
0x1380 	 0xffff1000
0x1384 	 0xffff1000
0x1388 	 0xffff1000
0x138c 	 0xffff1000
0x1390 	 0xffff1000
0x1394 	 0xffff1000
0x1398 	 0xffff1000
0x139c 	 0xffff1000
0x13a0 	 0xffff1000
0x13a4 	 0xffff1000
0x13a8 	 0xffff1000
0x13ac 	 0xffff1000
0x13b0 	 0xffff1000
0x13b4 	 0xffff1000
0x13b8 	 0xffff1000
0x13bc 	 0xffff1000
0x13c0 	 0xffff1000
0x13c4 	 0xffff1000
0x13c8 	 0xffff1000
0x13cc 	 0xffff1000
0x13d0 	 0xffff1000
0x13d4 	 0xffff1000
0x13d8 	 0xffff1000
0x13dc 	 0xffff1000
0x13e0 	 0xffff1000
0x13e4 	 0xffff1000
0x13e8 	 0xffff1000
0x13ec 	 0xffff1000
0x13f0 	 0xffff1000
0x13f4 	 0xffff1000
0x13f8 	 0xffff1000
0x13fc 	 0xffff1000
0x1400 	 0xc0032200
0x1404 	 0x401100
0x1408 	 0x0
0x140c 	 0x0
0x1410 	 0x22
0x1414 	 0xc0053c00
0x1418 	 0x143
0x141c 	 0xe26
0x1420 	 0xe27
0x1424 	 0x1
0x1428 	 0x1
0x142c 	 0x20
0x1430 	 0xc0012800
0x1434 	 0x80000000
0x1438 	 0x0
0x143c 	 0xc0023f00
0x1440 	 0x1a8000
0x1444 	 0xffff8001
0x1448 	 0x5000040
0x144c 	 0xc0023f00
0x1450 	 0x700000
0x1454 	 0xffff8001
0x1458 	 0x5000248
0x145c 	 0xc0064900
0x1460 	 0x6600514
0x1464 	 0x40000000
0x1468 	 0x6b8000
0x146c 	 0x0
0x1470 	 0x25d6b1
0x1474 	 0x0
0x1478 	 0x0
0x147c 	 0xc0064900
0x1480 	 0x6600514
0x1484 	 0x22000000
0x1488 	 0x4010c0
0x148c 	 0x0
0x1490 	 0x308d56
0x1494 	 0x0
0x1498 	 0x0
0x149c 	 0xc0d71000
0x14a0 	 0xffff1000
0x14a4 	 0xffff1000
0x14a8 	 0xffff1000
0x14ac 	 0xffff1000
0x14b0 	 0xffff1000
0x14b4 	 0xffff1000
0x14b8 	 0xffff1000
0x14bc 	 0xffff1000
0x14c0 	 0xffff1000
0x14c4 	 0xffff1000
0x14c8 	 0xffff1000
0x14cc 	 0xffff1000
0x14d0 	 0xffff1000
0x14d4 	 0xffff1000
0x14d8 	 0xffff1000
0x14dc 	 0xffff1000
0x14e0 	 0xffff1000
0x14e4 	 0xffff1000
0x14e8 	 0xffff1000
0x14ec 	 0xffff1000
0x14f0 	 0xffff1000
0x14f4 	 0xffff1000
0x14f8 	 0xffff1000
0x14fc 	 0xffff1000
0x1500 	 0xffff1000
0x1504 	 0xffff1000
0x1508 	 0xffff1000
0x150c 	 0xffff1000
0x1510 	 0xffff1000
0x1514 	 0xffff1000
0x1518 	 0xffff1000
0x151c 	 0xffff1000
0x1520 	 0xffff1000
0x1524 	 0xffff1000
0x1528 	 0xffff1000
0x152c 	 0xffff1000
0x1530 	 0xffff1000
0x1534 	 0xffff1000
0x1538 	 0xffff1000
0x153c 	 0xffff1000
0x1540 	 0xffff1000
0x1544 	 0xffff1000
0x1548 	 0xffff1000
0x154c 	 0xffff1000
0x1550 	 0xffff1000
0x1554 	 0xffff1000
0x1558 	 0xffff1000
0x155c 	 0xffff1000
0x1560 	 0xffff1000
0x1564 	 0xffff1000
0x1568 	 0xffff1000
0x156c 	 0xffff1000
0x1570 	 0xffff1000
0x1574 	 0xffff1000
0x1578 	 0xffff1000
0x157c 	 0xffff1000
0x1580 	 0xffff1000
0x1584 	 0xffff1000
0x1588 	 0xffff1000
0x158c 	 0xffff1000
0x1590 	 0xffff1000
0x1594 	 0xffff1000
0x1598 	 0xffff1000
0x159c 	 0xffff1000
0x15a0 	 0xffff1000
0x15a4 	 0xffff1000
0x15a8 	 0xffff1000
0x15ac 	 0xffff1000
0x15b0 	 0xffff1000
0x15b4 	 0xffff1000
0x15b8 	 0xffff1000
0x15bc 	 0xffff1000
0x15c0 	 0xffff1000
0x15c4 	 0xffff1000
0x15c8 	 0xffff1000
0x15cc 	 0xffff1000
0x15d0 	 0xffff1000
0x15d4 	 0xffff1000
0x15d8 	 0xffff1000
0x15dc 	 0xffff1000
0x15e0 	 0xffff1000
0x15e4 	 0xffff1000
0x15e8 	 0xffff1000
0x15ec 	 0xffff1000
0x15f0 	 0xffff1000
0x15f4 	 0xffff1000
0x15f8 	 0xffff1000
0x15fc 	 0xffff1000
0x1600 	 0xffff1000
0x1604 	 0xffff1000
0x1608 	 0xffff1000
0x160c 	 0xffff1000
0x1610 	 0xffff1000
0x1614 	 0xffff1000
0x1618 	 0xffff1000
0x161c 	 0xffff1000
0x1620 	 0xffff1000
0x1624 	 0xffff1000
0x1628 	 0xffff1000
0x162c 	 0xffff1000
0x1630 	 0xffff1000
0x1634 	 0xffff1000
0x1638 	 0xffff1000
0x163c 	 0xffff1000
0x1640 	 0xffff1000
0x1644 	 0xffff1000
0x1648 	 0xffff1000
0x164c 	 0xffff1000
0x1650 	 0xffff1000
0x1654 	 0xffff1000
0x1658 	 0xffff1000
0x165c 	 0xffff1000
0x1660 	 0xffff1000
0x1664 	 0xffff1000
0x1668 	 0xffff1000
0x166c 	 0xffff1000
0x1670 	 0xffff1000
0x1674 	 0xffff1000
0x1678 	 0xffff1000
0x167c 	 0xffff1000
0x1680 	 0xffff1000
0x1684 	 0xffff1000
0x1688 	 0xffff1000
0x168c 	 0xffff1000
0x1690 	 0xffff1000
0x1694 	 0xffff1000
0x1698 	 0xffff1000
0x169c 	 0xffff1000
0x16a0 	 0xffff1000
0x16a4 	 0xffff1000
0x16a8 	 0xffff1000
0x16ac 	 0xffff1000
0x16b0 	 0xffff1000
0x16b4 	 0xffff1000
0x16b8 	 0xffff1000
0x16bc 	 0xffff1000
0x16c0 	 0xffff1000
0x16c4 	 0xffff1000
0x16c8 	 0xffff1000
0x16cc 	 0xffff1000
0x16d0 	 0xffff1000
0x16d4 	 0xffff1000
0x16d8 	 0xffff1000
0x16dc 	 0xffff1000
0x16e0 	 0xffff1000
0x16e4 	 0xffff1000
0x16e8 	 0xffff1000
0x16ec 	 0xffff1000
0x16f0 	 0xffff1000
0x16f4 	 0xffff1000
0x16f8 	 0xffff1000
0x16fc 	 0xffff1000
0x1700 	 0xffff1000
0x1704 	 0xffff1000
0x1708 	 0xffff1000
0x170c 	 0xffff1000
0x1710 	 0xffff1000
0x1714 	 0xffff1000
0x1718 	 0xffff1000
0x171c 	 0xffff1000
0x1720 	 0xffff1000
0x1724 	 0xffff1000
0x1728 	 0xffff1000
0x172c 	 0xffff1000
0x1730 	 0xffff1000
0x1734 	 0xffff1000
0x1738 	 0xffff1000
0x173c 	 0xffff1000
0x1740 	 0xffff1000
0x1744 	 0xffff1000
0x1748 	 0xffff1000
0x174c 	 0xffff1000
0x1750 	 0xffff1000
0x1754 	 0xffff1000
0x1758 	 0xffff1000
0x175c 	 0xffff1000
0x1760 	 0xffff1000
0x1764 	 0xffff1000
0x1768 	 0xffff1000
0x176c 	 0xffff1000
0x1770 	 0xffff1000
0x1774 	 0xffff1000
0x1778 	 0xffff1000
0x177c 	 0xffff1000
0x1780 	 0xffff1000
0x1784 	 0xffff1000
0x1788 	 0xffff1000
0x178c 	 0xffff1000
0x1790 	 0xffff1000
0x1794 	 0xffff1000
0x1798 	 0xffff1000
0x179c 	 0xffff1000
0x17a0 	 0xffff1000
0x17a4 	 0xffff1000
0x17a8 	 0xffff1000
0x17ac 	 0xffff1000
0x17b0 	 0xffff1000
0x17b4 	 0xffff1000
0x17b8 	 0xffff1000
0x17bc 	 0xffff1000
0x17c0 	 0xffff1000
0x17c4 	 0xffff1000
0x17c8 	 0xffff1000
0x17cc 	 0xffff1000
0x17d0 	 0xffff1000
0x17d4 	 0xffff1000
0x17d8 	 0xffff1000
0x17dc 	 0xffff1000
0x17e0 	 0xffff1000
0x17e4 	 0xffff1000
0x17e8 	 0xffff1000
0x17ec 	 0xffff1000
0x17f0 	 0xffff1000
0x17f4 	 0xffff1000
0x17f8 	 0xffff1000
0x17fc 	 0xffff1000
0x1800 	 0xc0032200
0x1804 	 0x401100
0x1808 	 0x0
0x180c 	 0x0
0x1810 	 0x7
0x1814 	 0xc0053c00
0x1818 	 0x113
0x181c 	 0x4010c0
0x1820 	 0x0
0x1824 	 0x308d56
0x1828 	 0xffffffff
0x182c 	 0x4
0x1830 	 0xc0032200
0x1834 	 0x401100
0x1838 	 0x0
0x183c 	 0x0
0x1840 	 0x1e
0x1844 	 0xc0053c00
0x1848 	 0x143
0x184c 	 0xe26
0x1850 	 0xe27
0x1854 	 0x1
0x1858 	 0x1
0x185c 	 0x20
0x1860 	 0xc0012800
0x1864 	 0x81018003
0x1868 	 0x0
0x186c 	 0xc0023f00
0x1870 	 0x113000
0x1874 	 0xffff8001
0x1878 	 0x60002f8
0x187c 	 0xc0064900
0x1880 	 0x6600514
0x1884 	 0x40000000
0x1888 	 0x6b4000
0x188c 	 0x0
0x1890 	 0xab371
0x1894 	 0x0
0x1898 	 0x0
0x189c 	 0xc0064900
0x18a0 	 0x6600514
0x18a4 	 0x22000000
0x18a8 	 0x4010c0
0x18ac 	 0x0
0x18b0 	 0x308d57
0x18b4 	 0x0
0x18b8 	 0x0
0x18bc 	 0xc0cf1000
0x18c0 	 0xffff1000
0x18c4 	 0xffff1000
0x18c8 	 0xffff1000
0x18cc 	 0xffff1000
0x18d0 	 0xffff1000
0x18d4 	 0xffff1000
0x18d8 	 0xffff1000
0x18dc 	 0xffff1000
0x18e0 	 0xffff1000
0x18e4 	 0xffff1000
0x18e8 	 0xffff1000
0x18ec 	 0xffff1000
0x18f0 	 0xffff1000
0x18f4 	 0xffff1000
0x18f8 	 0xffff1000
0x18fc 	 0xffff1000
0x1900 	 0xffff1000
0x1904 	 0xffff1000
0x1908 	 0xffff1000
0x190c 	 0xffff1000
0x1910 	 0xffff1000
0x1914 	 0xffff1000
0x1918 	 0xffff1000
0x191c 	 0xffff1000
0x1920 	 0xffff1000
0x1924 	 0xffff1000
0x1928 	 0xffff1000
0x192c 	 0xffff1000
0x1930 	 0xffff1000
0x1934 	 0xffff1000
0x1938 	 0xffff1000
0x193c 	 0xffff1000
0x1940 	 0xffff1000
0x1944 	 0xffff1000
0x1948 	 0xffff1000
0x194c 	 0xffff1000
0x1950 	 0xffff1000
0x1954 	 0xffff1000
0x1958 	 0xffff1000
0x195c 	 0xffff1000
0x1960 	 0xffff1000
0x1964 	 0xffff1000
0x1968 	 0xffff1000
0x196c 	 0xffff1000
0x1970 	 0xffff1000
0x1974 	 0xffff1000
0x1978 	 0xffff1000
0x197c 	 0xffff1000
0x1980 	 0xffff1000
0x1984 	 0xffff1000
0x1988 	 0xffff1000
0x198c 	 0xffff1000
0x1990 	 0xffff1000
0x1994 	 0xffff1000
0x1998 	 0xffff1000
0x199c 	 0xffff1000
0x19a0 	 0xffff1000
0x19a4 	 0xffff1000
0x19a8 	 0xffff1000
0x19ac 	 0xffff1000
0x19b0 	 0xffff1000
0x19b4 	 0xffff1000
0x19b8 	 0xffff1000
0x19bc 	 0xffff1000
0x19c0 	 0xffff1000
0x19c4 	 0xffff1000
0x19c8 	 0xffff1000
0x19cc 	 0xffff1000
0x19d0 	 0xffff1000
0x19d4 	 0xffff1000
0x19d8 	 0xffff1000
0x19dc 	 0xffff1000
0x19e0 	 0xffff1000
0x19e4 	 0xffff1000
0x19e8 	 0xffff1000
0x19ec 	 0xffff1000
0x19f0 	 0xffff1000
0x19f4 	 0xffff1000
0x19f8 	 0xffff1000
0x19fc 	 0xffff1000
0x1a00 	 0xffff1000
0x1a04 	 0xffff1000
0x1a08 	 0xffff1000
0x1a0c 	 0xffff1000
0x1a10 	 0xffff1000
0x1a14 	 0xffff1000
0x1a18 	 0xffff1000
0x1a1c 	 0xffff1000
0x1a20 	 0xffff1000
0x1a24 	 0xffff1000
0x1a28 	 0xffff1000
0x1a2c 	 0xffff1000
0x1a30 	 0xffff1000
0x1a34 	 0xffff1000
0x1a38 	 0xffff1000
0x1a3c 	 0xffff1000
0x1a40 	 0xffff1000
0x1a44 	 0xffff1000
0x1a48 	 0xffff1000
0x1a4c 	 0xffff1000
0x1a50 	 0xffff1000
0x1a54 	 0xffff1000
0x1a58 	 0xffff1000
0x1a5c 	 0xffff1000
0x1a60 	 0xffff1000
0x1a64 	 0xffff1000
0x1a68 	 0xffff1000
0x1a6c 	 0xffff1000
0x1a70 	 0xffff1000
0x1a74 	 0xffff1000
0x1a78 	 0xffff1000
0x1a7c 	 0xffff1000
0x1a80 	 0xffff1000
0x1a84 	 0xffff1000
0x1a88 	 0xffff1000
0x1a8c 	 0xffff1000
0x1a90 	 0xffff1000
0x1a94 	 0xffff1000
0x1a98 	 0xffff1000
0x1a9c 	 0xffff1000
0x1aa0 	 0xffff1000
0x1aa4 	 0xffff1000
0x1aa8 	 0xffff1000
0x1aac 	 0xffff1000
0x1ab0 	 0xffff1000
0x1ab4 	 0xffff1000
0x1ab8 	 0xffff1000
0x1abc 	 0xffff1000
0x1ac0 	 0xffff1000
0x1ac4 	 0xffff1000
0x1ac8 	 0xffff1000
0x1acc 	 0xffff1000
0x1ad0 	 0xffff1000
0x1ad4 	 0xffff1000
0x1ad8 	 0xffff1000
0x1adc 	 0xffff1000
0x1ae0 	 0xffff1000
0x1ae4 	 0xffff1000
0x1ae8 	 0xffff1000
0x1aec 	 0xffff1000
0x1af0 	 0xffff1000
0x1af4 	 0xffff1000
0x1af8 	 0xffff1000
0x1afc 	 0xffff1000
0x1b00 	 0xffff1000
0x1b04 	 0xffff1000
0x1b08 	 0xffff1000
0x1b0c 	 0xffff1000
0x1b10 	 0xffff1000
0x1b14 	 0xffff1000
0x1b18 	 0xffff1000
0x1b1c 	 0xffff1000
0x1b20 	 0xffff1000
0x1b24 	 0xffff1000
0x1b28 	 0xffff1000
0x1b2c 	 0xffff1000
0x1b30 	 0xffff1000
0x1b34 	 0xffff1000
0x1b38 	 0xffff1000
0x1b3c 	 0xffff1000
0x1b40 	 0xffff1000
0x1b44 	 0xffff1000
0x1b48 	 0xffff1000
0x1b4c 	 0xffff1000
0x1b50 	 0xffff1000
0x1b54 	 0xffff1000
0x1b58 	 0xffff1000
0x1b5c 	 0xffff1000
0x1b60 	 0xffff1000
0x1b64 	 0xffff1000
0x1b68 	 0xffff1000
0x1b6c 	 0xffff1000
0x1b70 	 0xffff1000
0x1b74 	 0xffff1000
0x1b78 	 0xffff1000
0x1b7c 	 0xffff1000
0x1b80 	 0xffff1000
0x1b84 	 0xffff1000
0x1b88 	 0xffff1000
0x1b8c 	 0xffff1000
0x1b90 	 0xffff1000
0x1b94 	 0xffff1000
0x1b98 	 0xffff1000
0x1b9c 	 0xffff1000
0x1ba0 	 0xffff1000
0x1ba4 	 0xffff1000
0x1ba8 	 0xffff1000
0x1bac 	 0xffff1000
0x1bb0 	 0xffff1000
0x1bb4 	 0xffff1000
0x1bb8 	 0xffff1000
0x1bbc 	 0xffff1000
0x1bc0 	 0xffff1000
0x1bc4 	 0xffff1000
0x1bc8 	 0xffff1000
0x1bcc 	 0xffff1000
0x1bd0 	 0xffff1000
0x1bd4 	 0xffff1000
0x1bd8 	 0xffff1000
0x1bdc 	 0xffff1000
0x1be0 	 0xffff1000
0x1be4 	 0xffff1000
0x1be8 	 0xffff1000
0x1bec 	 0xffff1000
0x1bf0 	 0xffff1000
0x1bf4 	 0xffff1000
0x1bf8 	 0xffff1000
0x1bfc 	 0xffff1000
0x1c00 	 0xc0032200
0x1c04 	 0x401100
0x1c08 	 0x0
0x1c0c 	 0x0
0x1c10 	 0x7
0x1c14 	 0xc0053c00
0x1c18 	 0x113
0x1c1c 	 0x4010c0
0x1c20 	 0x0
0x1c24 	 0x308d57
0x1c28 	 0xffffffff
0x1c2c 	 0x4
0x1c30 	 0xc0032200
0x1c34 	 0x401100
0x1c38 	 0x0
0x1c3c 	 0x0
0x1c40 	 0x22
0x1c44 	 0xc0053c00
0x1c48 	 0x143
0x1c4c 	 0xe26
0x1c50 	 0xe27
0x1c54 	 0x1
0x1c58 	 0x1
0x1c5c 	 0x20
0x1c60 	 0xc0012800
0x1c64 	 0x81018003
0x1c68 	 0x0
0x1c6c 	 0xc0023f00
0x1c70 	 0x1bc000
0x1c74 	 0xffff8001
0x1c78 	 0x5000040
0x1c7c 	 0xc0023f00
0x1c80 	 0x714000
0x1c84 	 0xffff8001
0x1c88 	 0x5000020
0x1c8c 	 0xc0064900
0x1c90 	 0x6600514
0x1c94 	 0x40000000
0x1c98 	 0x6b8000
0x1c9c 	 0x0
0x1ca0 	 0x25d6b2
0x1ca4 	 0x0
0x1ca8 	 0x0
0x1cac 	 0xc0064900
0x1cb0 	 0x6600514
0x1cb4 	 0x22000000
0x1cb8 	 0x4010c0
0x1cbc 	 0x0
0x1cc0 	 0x308d58
0x1cc4 	 0x0
0x1cc8 	 0x0
0x1ccc 	 0xc0cb1000
0x1cd0 	 0xffff1000
0x1cd4 	 0xffff1000
0x1cd8 	 0xffff1000
0x1cdc 	 0xffff1000
0x1ce0 	 0xffff1000
0x1ce4 	 0xffff1000
0x1ce8 	 0xffff1000
0x1cec 	 0xffff1000
0x1cf0 	 0xffff1000
0x1cf4 	 0xffff1000
0x1cf8 	 0xffff1000
0x1cfc 	 0xffff1000
0x1d00 	 0xffff1000
0x1d04 	 0xffff1000
0x1d08 	 0xffff1000
0x1d0c 	 0xffff1000
0x1d10 	 0xffff1000
0x1d14 	 0xffff1000
0x1d18 	 0xffff1000
0x1d1c 	 0xffff1000
0x1d20 	 0xffff1000
0x1d24 	 0xffff1000
0x1d28 	 0xffff1000
0x1d2c 	 0xffff1000
0x1d30 	 0xffff1000
0x1d34 	 0xffff1000
0x1d38 	 0xffff1000
0x1d3c 	 0xffff1000
0x1d40 	 0xffff1000
0x1d44 	 0xffff1000
0x1d48 	 0xffff1000
0x1d4c 	 0xffff1000
0x1d50 	 0xffff1000
0x1d54 	 0xffff1000
0x1d58 	 0xffff1000
0x1d5c 	 0xffff1000
0x1d60 	 0xffff1000
0x1d64 	 0xffff1000
0x1d68 	 0xffff1000
0x1d6c 	 0xffff1000
0x1d70 	 0xffff1000
0x1d74 	 0xffff1000
0x1d78 	 0xffff1000
0x1d7c 	 0xffff1000
0x1d80 	 0xffff1000
0x1d84 	 0xffff1000
0x1d88 	 0xffff1000
0x1d8c 	 0xffff1000
0x1d90 	 0xffff1000
0x1d94 	 0xffff1000
0x1d98 	 0xffff1000
0x1d9c 	 0xffff1000
0x1da0 	 0xffff1000
0x1da4 	 0xffff1000
0x1da8 	 0xffff1000
0x1dac 	 0xffff1000
0x1db0 	 0xffff1000
0x1db4 	 0xffff1000
0x1db8 	 0xffff1000
0x1dbc 	 0xffff1000
0x1dc0 	 0xffff1000
0x1dc4 	 0xffff1000
0x1dc8 	 0xffff1000
0x1dcc 	 0xffff1000
0x1dd0 	 0xffff1000
0x1dd4 	 0xffff1000
0x1dd8 	 0xffff1000
0x1ddc 	 0xffff1000
0x1de0 	 0xffff1000
0x1de4 	 0xffff1000
0x1de8 	 0xffff1000
0x1dec 	 0xffff1000
0x1df0 	 0xffff1000
0x1df4 	 0xffff1000
0x1df8 	 0xffff1000
0x1dfc 	 0xffff1000
0x1e00 	 0xffff1000
0x1e04 	 0xffff1000
0x1e08 	 0xffff1000
0x1e0c 	 0xffff1000
0x1e10 	 0xffff1000
0x1e14 	 0xffff1000
0x1e18 	 0xffff1000
0x1e1c 	 0xffff1000
0x1e20 	 0xffff1000
0x1e24 	 0xffff1000
0x1e28 	 0xffff1000
0x1e2c 	 0xffff1000
0x1e30 	 0xffff1000
0x1e34 	 0xffff1000
0x1e38 	 0xffff1000
0x1e3c 	 0xffff1000
0x1e40 	 0xffff1000
0x1e44 	 0xffff1000
0x1e48 	 0xffff1000
0x1e4c 	 0xffff1000
0x1e50 	 0xffff1000
0x1e54 	 0xffff1000
0x1e58 	 0xffff1000
0x1e5c 	 0xffff1000
0x1e60 	 0xffff1000
0x1e64 	 0xffff1000
0x1e68 	 0xffff1000
0x1e6c 	 0xffff1000
0x1e70 	 0xffff1000
0x1e74 	 0xffff1000
0x1e78 	 0xffff1000
0x1e7c 	 0xffff1000
0x1e80 	 0xffff1000
0x1e84 	 0xffff1000
0x1e88 	 0xffff1000
0x1e8c 	 0xffff1000
0x1e90 	 0xffff1000
0x1e94 	 0xffff1000
0x1e98 	 0xffff1000
0x1e9c 	 0xffff1000
0x1ea0 	 0xffff1000
0x1ea4 	 0xffff1000
0x1ea8 	 0xffff1000
0x1eac 	 0xffff1000
0x1eb0 	 0xffff1000
0x1eb4 	 0xffff1000
0x1eb8 	 0xffff1000
0x1ebc 	 0xffff1000
0x1ec0 	 0xffff1000
0x1ec4 	 0xffff1000
0x1ec8 	 0xffff1000
0x1ecc 	 0xffff1000
0x1ed0 	 0xffff1000
0x1ed4 	 0xffff1000
0x1ed8 	 0xffff1000
0x1edc 	 0xffff1000
0x1ee0 	 0xffff1000
0x1ee4 	 0xffff1000
0x1ee8 	 0xffff1000
0x1eec 	 0xffff1000
0x1ef0 	 0xffff1000
0x1ef4 	 0xffff1000
0x1ef8 	 0xffff1000
0x1efc 	 0xffff1000
0x1f00 	 0xffff1000
0x1f04 	 0xffff1000
0x1f08 	 0xffff1000
0x1f0c 	 0xffff1000
0x1f10 	 0xffff1000
0x1f14 	 0xffff1000
0x1f18 	 0xffff1000
0x1f1c 	 0xffff1000
0x1f20 	 0xffff1000
0x1f24 	 0xffff1000
0x1f28 	 0xffff1000
0x1f2c 	 0xffff1000
0x1f30 	 0xffff1000
0x1f34 	 0xffff1000
0x1f38 	 0xffff1000
0x1f3c 	 0xffff1000
0x1f40 	 0xffff1000
0x1f44 	 0xffff1000
0x1f48 	 0xffff1000
0x1f4c 	 0xffff1000
0x1f50 	 0xffff1000
0x1f54 	 0xffff1000
0x1f58 	 0xffff1000
0x1f5c 	 0xffff1000
0x1f60 	 0xffff1000
0x1f64 	 0xffff1000
0x1f68 	 0xffff1000
0x1f6c 	 0xffff1000
0x1f70 	 0xffff1000
0x1f74 	 0xffff1000
0x1f78 	 0xffff1000
0x1f7c 	 0xffff1000
0x1f80 	 0xffff1000
0x1f84 	 0xffff1000
0x1f88 	 0xffff1000
0x1f8c 	 0xffff1000
0x1f90 	 0xffff1000
0x1f94 	 0xffff1000
0x1f98 	 0xffff1000
0x1f9c 	 0xffff1000
0x1fa0 	 0xffff1000
0x1fa4 	 0xffff1000
0x1fa8 	 0xffff1000
0x1fac 	 0xffff1000
0x1fb0 	 0xffff1000
0x1fb4 	 0xffff1000
0x1fb8 	 0xffff1000
0x1fbc 	 0xffff1000
0x1fc0 	 0xffff1000
0x1fc4 	 0xffff1000
0x1fc8 	 0xffff1000
0x1fcc 	 0xffff1000
0x1fd0 	 0xffff1000
0x1fd4 	 0xffff1000
0x1fd8 	 0xffff1000
0x1fdc 	 0xffff1000
0x1fe0 	 0xffff1000
0x1fe4 	 0xffff1000
0x1fe8 	 0xffff1000
0x1fec 	 0xffff1000
0x1ff0 	 0xffff1000
0x1ff4 	 0xffff1000
0x1ff8 	 0xffff1000
0x1ffc 	 0xffff1000
ring name: comp_1.0.0
Rptr: 0x200 Wptr: 0x200 RB mask: 7ff
Ring size in dwords: 2048
Ring contents
Offset 	 Value
0x0 	 0xc0017900
0x4 	 0x40
0x8 	 0xdeadbeef
0xc 	 0xc0fb1000
0x10 	 0xffff1000
0x14 	 0xffff1000
0x18 	 0xffff1000
0x1c 	 0xffff1000
0x20 	 0xffff1000
0x24 	 0xffff1000
0x28 	 0xffff1000
0x2c 	 0xffff1000
0x30 	 0xffff1000
0x34 	 0xffff1000
0x38 	 0xffff1000
0x3c 	 0xffff1000
0x40 	 0xffff1000
0x44 	 0xffff1000
0x48 	 0xffff1000
0x4c 	 0xffff1000
0x50 	 0xffff1000
0x54 	 0xffff1000
0x58 	 0xffff1000
0x5c 	 0xffff1000
0x60 	 0xffff1000
0x64 	 0xffff1000
0x68 	 0xffff1000
0x6c 	 0xffff1000
0x70 	 0xffff1000
0x74 	 0xffff1000
0x78 	 0xffff1000
0x7c 	 0xffff1000
0x80 	 0xffff1000
0x84 	 0xffff1000
0x88 	 0xffff1000
0x8c 	 0xffff1000
0x90 	 0xffff1000
0x94 	 0xffff1000
0x98 	 0xffff1000
0x9c 	 0xffff1000
0xa0 	 0xffff1000
0xa4 	 0xffff1000
0xa8 	 0xffff1000
0xac 	 0xffff1000
0xb0 	 0xffff1000
0xb4 	 0xffff1000
0xb8 	 0xffff1000
0xbc 	 0xffff1000
0xc0 	 0xffff1000
0xc4 	 0xffff1000
0xc8 	 0xffff1000
0xcc 	 0xffff1000
0xd0 	 0xffff1000
0xd4 	 0xffff1000
0xd8 	 0xffff1000
0xdc 	 0xffff1000
0xe0 	 0xffff1000
0xe4 	 0xffff1000
0xe8 	 0xffff1000
0xec 	 0xffff1000
0xf0 	 0xffff1000
0xf4 	 0xffff1000
0xf8 	 0xffff1000
0xfc 	 0xffff1000
0x100 	 0xffff1000
0x104 	 0xffff1000
0x108 	 0xffff1000
0x10c 	 0xffff1000
0x110 	 0xffff1000
0x114 	 0xffff1000
0x118 	 0xffff1000
0x11c 	 0xffff1000
0x120 	 0xffff1000
0x124 	 0xffff1000
0x128 	 0xffff1000
0x12c 	 0xffff1000
0x130 	 0xffff1000
0x134 	 0xffff1000
0x138 	 0xffff1000
0x13c 	 0xffff1000
0x140 	 0xffff1000
0x144 	 0xffff1000
0x148 	 0xffff1000
0x14c 	 0xffff1000
0x150 	 0xffff1000
0x154 	 0xffff1000
0x158 	 0xffff1000
0x15c 	 0xffff1000
0x160 	 0xffff1000
0x164 	 0xffff1000
0x168 	 0xffff1000
0x16c 	 0xffff1000
0x170 	 0xffff1000
0x174 	 0xffff1000
0x178 	 0xffff1000
0x17c 	 0xffff1000
0x180 	 0xffff1000
0x184 	 0xffff1000
0x188 	 0xffff1000
0x18c 	 0xffff1000
0x190 	 0xffff1000
0x194 	 0xffff1000
0x198 	 0xffff1000
0x19c 	 0xffff1000
0x1a0 	 0xffff1000
0x1a4 	 0xffff1000
0x1a8 	 0xffff1000
0x1ac 	 0xffff1000
0x1b0 	 0xffff1000
0x1b4 	 0xffff1000
0x1b8 	 0xffff1000
0x1bc 	 0xffff1000
0x1c0 	 0xffff1000
0x1c4 	 0xffff1000
0x1c8 	 0xffff1000
0x1cc 	 0xffff1000
0x1d0 	 0xffff1000
0x1d4 	 0xffff1000
0x1d8 	 0xffff1000
0x1dc 	 0xffff1000
0x1e0 	 0xffff1000
0x1e4 	 0xffff1000
0x1e8 	 0xffff1000
0x1ec 	 0xffff1000
0x1f0 	 0xffff1000
0x1f4 	 0xffff1000
0x1f8 	 0xffff1000
0x1fc 	 0xffff1000
0x200 	 0xffff1000
0x204 	 0xffff1000
0x208 	 0xffff1000
0x20c 	 0xffff1000
0x210 	 0xffff1000
0x214 	 0xffff1000
0x218 	 0xffff1000
0x21c 	 0xffff1000
0x220 	 0xffff1000
0x224 	 0xffff1000
0x228 	 0xffff1000
0x22c 	 0xffff1000
0x230 	 0xffff1000
0x234 	 0xffff1000
0x238 	 0xffff1000
0x23c 	 0xffff1000
0x240 	 0xffff1000
0x244 	 0xffff1000
0x248 	 0xffff1000
0x24c 	 0xffff1000
0x250 	 0xffff1000
0x254 	 0xffff1000
0x258 	 0xffff1000
0x25c 	 0xffff1000
0x260 	 0xffff1000
0x264 	 0xffff1000
0x268 	 0xffff1000
0x26c 	 0xffff1000
0x270 	 0xffff1000
0x274 	 0xffff1000
0x278 	 0xffff1000
0x27c 	 0xffff1000
0x280 	 0xffff1000
0x284 	 0xffff1000
0x288 	 0xffff1000
0x28c 	 0xffff1000
0x290 	 0xffff1000
0x294 	 0xffff1000
0x298 	 0xffff1000
0x29c 	 0xffff1000
0x2a0 	 0xffff1000
0x2a4 	 0xffff1000
0x2a8 	 0xffff1000
0x2ac 	 0xffff1000
0x2b0 	 0xffff1000
0x2b4 	 0xffff1000
0x2b8 	 0xffff1000
0x2bc 	 0xffff1000
0x2c0 	 0xffff1000
0x2c4 	 0xffff1000
0x2c8 	 0xffff1000
0x2cc 	 0xffff1000
0x2d0 	 0xffff1000
0x2d4 	 0xffff1000
0x2d8 	 0xffff1000
0x2dc 	 0xffff1000
0x2e0 	 0xffff1000
0x2e4 	 0xffff1000
0x2e8 	 0xffff1000
0x2ec 	 0xffff1000
0x2f0 	 0xffff1000
0x2f4 	 0xffff1000
0x2f8 	 0xffff1000
0x2fc 	 0xffff1000
0x300 	 0xffff1000
0x304 	 0xffff1000
0x308 	 0xffff1000
0x30c 	 0xffff1000
0x310 	 0xffff1000
0x314 	 0xffff1000
0x318 	 0xffff1000
0x31c 	 0xffff1000
0x320 	 0xffff1000
0x324 	 0xffff1000
0x328 	 0xffff1000
0x32c 	 0xffff1000
0x330 	 0xffff1000
0x334 	 0xffff1000
0x338 	 0xffff1000
0x33c 	 0xffff1000
0x340 	 0xffff1000
0x344 	 0xffff1000
0x348 	 0xffff1000
0x34c 	 0xffff1000
0x350 	 0xffff1000
0x354 	 0xffff1000
0x358 	 0xffff1000
0x35c 	 0xffff1000
0x360 	 0xffff1000
0x364 	 0xffff1000
0x368 	 0xffff1000
0x36c 	 0xffff1000
0x370 	 0xffff1000
0x374 	 0xffff1000
0x378 	 0xffff1000
0x37c 	 0xffff1000
0x380 	 0xffff1000
0x384 	 0xffff1000
0x388 	 0xffff1000
0x38c 	 0xffff1000
0x390 	 0xffff1000
0x394 	 0xffff1000
0x398 	 0xffff1000
0x39c 	 0xffff1000
0x3a0 	 0xffff1000
0x3a4 	 0xffff1000
0x3a8 	 0xffff1000
0x3ac 	 0xffff1000
0x3b0 	 0xffff1000
0x3b4 	 0xffff1000
0x3b8 	 0xffff1000
0x3bc 	 0xffff1000
0x3c0 	 0xffff1000
0x3c4 	 0xffff1000
0x3c8 	 0xffff1000
0x3cc 	 0xffff1000
0x3d0 	 0xffff1000
0x3d4 	 0xffff1000
0x3d8 	 0xffff1000
0x3dc 	 0xffff1000
0x3e0 	 0xffff1000
0x3e4 	 0xffff1000
0x3e8 	 0xffff1000
0x3ec 	 0xffff1000
0x3f0 	 0xffff1000
0x3f4 	 0xffff1000
0x3f8 	 0xffff1000
0x3fc 	 0xffff1000
0x400 	 0xc0065800
0x404 	 0x0
0x408 	 0xffffffff
0x40c 	 0xffffff
0x410 	 0x0
0x414 	 0x0
0x418 	 0xa
0x41c 	 0xc3b1
0x420 	 0xc0053c00
0x424 	 0x43
0x428 	 0xe26
0x42c 	 0xe27
0x430 	 0x4
0x434 	 0x4
0x438 	 0x20
0x43c 	 0xc0023f00
0x440 	 0xa00000
0x444 	 0x0
0x448 	 0x800005
0x44c 	 0xc0064900
0x450 	 0x6600514
0x454 	 0x22000000
0x458 	 0x401160
0x45c 	 0x0
0x460 	 0x1
0x464 	 0x0
0x468 	 0x0
0x46c 	 0xc0e31000
0x470 	 0xffff1000
0x474 	 0xffff1000
0x478 	 0xffff1000
0x47c 	 0xffff1000
0x480 	 0xffff1000
0x484 	 0xffff1000
0x488 	 0xffff1000
0x48c 	 0xffff1000
0x490 	 0xffff1000
0x494 	 0xffff1000
0x498 	 0xffff1000
0x49c 	 0xffff1000
0x4a0 	 0xffff1000
0x4a4 	 0xffff1000
0x4a8 	 0xffff1000
0x4ac 	 0xffff1000
0x4b0 	 0xffff1000
0x4b4 	 0xffff1000
0x4b8 	 0xffff1000
0x4bc 	 0xffff1000
0x4c0 	 0xffff1000
0x4c4 	 0xffff1000
0x4c8 	 0xffff1000
0x4cc 	 0xffff1000
0x4d0 	 0xffff1000
0x4d4 	 0xffff1000
0x4d8 	 0xffff1000
0x4dc 	 0xffff1000
0x4e0 	 0xffff1000
0x4e4 	 0xffff1000
0x4e8 	 0xffff1000
0x4ec 	 0xffff1000
0x4f0 	 0xffff1000
0x4f4 	 0xffff1000
0x4f8 	 0xffff1000
0x4fc 	 0xffff1000
0x500 	 0xffff1000
0x504 	 0xffff1000
0x508 	 0xffff1000
0x50c 	 0xffff1000
0x510 	 0xffff1000
0x514 	 0xffff1000
0x518 	 0xffff1000
0x51c 	 0xffff1000
0x520 	 0xffff1000
0x524 	 0xffff1000
0x528 	 0xffff1000
0x52c 	 0xffff1000
0x530 	 0xffff1000
0x534 	 0xffff1000
0x538 	 0xffff1000
0x53c 	 0xffff1000
0x540 	 0xffff1000
0x544 	 0xffff1000
0x548 	 0xffff1000
0x54c 	 0xffff1000
0x550 	 0xffff1000
0x554 	 0xffff1000
0x558 	 0xffff1000
0x55c 	 0xffff1000
0x560 	 0xffff1000
0x564 	 0xffff1000
0x568 	 0xffff1000
0x56c 	 0xffff1000
0x570 	 0xffff1000
0x574 	 0xffff1000
0x578 	 0xffff1000
0x57c 	 0xffff1000
0x580 	 0xffff1000
0x584 	 0xffff1000
0x588 	 0xffff1000
0x58c 	 0xffff1000
0x590 	 0xffff1000
0x594 	 0xffff1000
0x598 	 0xffff1000
0x59c 	 0xffff1000
0x5a0 	 0xffff1000
0x5a4 	 0xffff1000
0x5a8 	 0xffff1000
0x5ac 	 0xffff1000
0x5b0 	 0xffff1000
0x5b4 	 0xffff1000
0x5b8 	 0xffff1000
0x5bc 	 0xffff1000
0x5c0 	 0xffff1000
0x5c4 	 0xffff1000
0x5c8 	 0xffff1000
0x5cc 	 0xffff1000
0x5d0 	 0xffff1000
0x5d4 	 0xffff1000
0x5d8 	 0xffff1000
0x5dc 	 0xffff1000
0x5e0 	 0xffff1000
0x5e4 	 0xffff1000
0x5e8 	 0xffff1000
0x5ec 	 0xffff1000
0x5f0 	 0xffff1000
0x5f4 	 0xffff1000
0x5f8 	 0xffff1000
0x5fc 	 0xffff1000
0x600 	 0xffff1000
0x604 	 0xffff1000
0x608 	 0xffff1000
0x60c 	 0xffff1000
0x610 	 0xffff1000
0x614 	 0xffff1000
0x618 	 0xffff1000
0x61c 	 0xffff1000
0x620 	 0xffff1000
0x624 	 0xffff1000
0x628 	 0xffff1000
0x62c 	 0xffff1000
0x630 	 0xffff1000
0x634 	 0xffff1000
0x638 	 0xffff1000
0x63c 	 0xffff1000
0x640 	 0xffff1000
0x644 	 0xffff1000
0x648 	 0xffff1000
0x64c 	 0xffff1000
0x650 	 0xffff1000
0x654 	 0xffff1000
0x658 	 0xffff1000
0x65c 	 0xffff1000
0x660 	 0xffff1000
0x664 	 0xffff1000
0x668 	 0xffff1000
0x66c 	 0xffff1000
0x670 	 0xffff1000
0x674 	 0xffff1000
0x678 	 0xffff1000
0x67c 	 0xffff1000
0x680 	 0xffff1000
0x684 	 0xffff1000
0x688 	 0xffff1000
0x68c 	 0xffff1000
0x690 	 0xffff1000
0x694 	 0xffff1000
0x698 	 0xffff1000
0x69c 	 0xffff1000
0x6a0 	 0xffff1000
0x6a4 	 0xffff1000
0x6a8 	 0xffff1000
0x6ac 	 0xffff1000
0x6b0 	 0xffff1000
0x6b4 	 0xffff1000
0x6b8 	 0xffff1000
0x6bc 	 0xffff1000
0x6c0 	 0xffff1000
0x6c4 	 0xffff1000
0x6c8 	 0xffff1000
0x6cc 	 0xffff1000
0x6d0 	 0xffff1000
0x6d4 	 0xffff1000
0x6d8 	 0xffff1000
0x6dc 	 0xffff1000
0x6e0 	 0xffff1000
0x6e4 	 0xffff1000
0x6e8 	 0xffff1000
0x6ec 	 0xffff1000
0x6f0 	 0xffff1000
0x6f4 	 0xffff1000
0x6f8 	 0xffff1000
0x6fc 	 0xffff1000
0x700 	 0xffff1000
0x704 	 0xffff1000
0x708 	 0xffff1000
0x70c 	 0xffff1000
0x710 	 0xffff1000
0x714 	 0xffff1000
0x718 	 0xffff1000
0x71c 	 0xffff1000
0x720 	 0xffff1000
0x724 	 0xffff1000
0x728 	 0xffff1000
0x72c 	 0xffff1000
0x730 	 0xffff1000
0x734 	 0xffff1000
0x738 	 0xffff1000
0x73c 	 0xffff1000
0x740 	 0xffff1000
0x744 	 0xffff1000
0x748 	 0xffff1000
0x74c 	 0xffff1000
0x750 	 0xffff1000
0x754 	 0xffff1000
0x758 	 0xffff1000
0x75c 	 0xffff1000
0x760 	 0xffff1000
0x764 	 0xffff1000
0x768 	 0xffff1000
0x76c 	 0xffff1000
0x770 	 0xffff1000
0x774 	 0xffff1000
0x778 	 0xffff1000
0x77c 	 0xffff1000
0x780 	 0xffff1000
0x784 	 0xffff1000
0x788 	 0xffff1000
0x78c 	 0xffff1000
0x790 	 0xffff1000
0x794 	 0xffff1000
0x798 	 0xffff1000
0x79c 	 0xffff1000
0x7a0 	 0xffff1000
0x7a4 	 0xffff1000
0x7a8 	 0xffff1000
0x7ac 	 0xffff1000
0x7b0 	 0xffff1000
0x7b4 	 0xffff1000
0x7b8 	 0xffff1000
0x7bc 	 0xffff1000
0x7c0 	 0xffff1000
0x7c4 	 0xffff1000
0x7c8 	 0xffff1000
0x7cc 	 0xffff1000
0x7d0 	 0xffff1000
0x7d4 	 0xffff1000
0x7d8 	 0xffff1000
0x7dc 	 0xffff1000
0x7e0 	 0xffff1000
0x7e4 	 0xffff1000
0x7e8 	 0xffff1000
0x7ec 	 0xffff1000
0x7f0 	 0xffff1000
0x7f4 	 0xffff1000
0x7f8 	 0xffff1000
0x7fc 	 0xffff1000
0x800 	 0xffff1000
0x804 	 0xffff1000
0x808 	 0xffff1000
0x80c 	 0xffff1000
0x810 	 0xffff1000
0x814 	 0xffff1000
0x818 	 0xffff1000
0x81c 	 0xffff1000
0x820 	 0xffff1000
0x824 	 0xffff1000
0x828 	 0xffff1000
0x82c 	 0xffff1000
0x830 	 0xffff1000
0x834 	 0xffff1000
0x838 	 0xffff1000
0x83c 	 0xffff1000
0x840 	 0xffff1000
0x844 	 0xffff1000
0x848 	 0xffff1000
0x84c 	 0xffff1000
0x850 	 0xffff1000
0x854 	 0xffff1000
0x858 	 0xffff1000
0x85c 	 0xffff1000
0x860 	 0xffff1000
0x864 	 0xffff1000
0x868 	 0xffff1000
0x86c 	 0xffff1000
0x870 	 0xffff1000
0x874 	 0xffff1000
0x878 	 0xffff1000
0x87c 	 0xffff1000
0x880 	 0xffff1000
0x884 	 0xffff1000
0x888 	 0xffff1000
0x88c 	 0xffff1000
0x890 	 0xffff1000
0x894 	 0xffff1000
0x898 	 0xffff1000
0x89c 	 0xffff1000
0x8a0 	 0xffff1000
0x8a4 	 0xffff1000
0x8a8 	 0xffff1000
0x8ac 	 0xffff1000
0x8b0 	 0xffff1000
0x8b4 	 0xffff1000
0x8b8 	 0xffff1000
0x8bc 	 0xffff1000
0x8c0 	 0xffff1000
0x8c4 	 0xffff1000
0x8c8 	 0xffff1000
0x8cc 	 0xffff1000
0x8d0 	 0xffff1000
0x8d4 	 0xffff1000
0x8d8 	 0xffff1000
0x8dc 	 0xffff1000
0x8e0 	 0xffff1000
0x8e4 	 0xffff1000
0x8e8 	 0xffff1000
0x8ec 	 0xffff1000
0x8f0 	 0xffff1000
0x8f4 	 0xffff1000
0x8f8 	 0xffff1000
0x8fc 	 0xffff1000
0x900 	 0xffff1000
0x904 	 0xffff1000
0x908 	 0xffff1000
0x90c 	 0xffff1000
0x910 	 0xffff1000
0x914 	 0xffff1000
0x918 	 0xffff1000
0x91c 	 0xffff1000
0x920 	 0xffff1000
0x924 	 0xffff1000
0x928 	 0xffff1000
0x92c 	 0xffff1000
0x930 	 0xffff1000
0x934 	 0xffff1000
0x938 	 0xffff1000
0x93c 	 0xffff1000
0x940 	 0xffff1000
0x944 	 0xffff1000
0x948 	 0xffff1000
0x94c 	 0xffff1000
0x950 	 0xffff1000
0x954 	 0xffff1000
0x958 	 0xffff1000
0x95c 	 0xffff1000
0x960 	 0xffff1000
0x964 	 0xffff1000
0x968 	 0xffff1000
0x96c 	 0xffff1000
0x970 	 0xffff1000
0x974 	 0xffff1000
0x978 	 0xffff1000
0x97c 	 0xffff1000
0x980 	 0xffff1000
0x984 	 0xffff1000
0x988 	 0xffff1000
0x98c 	 0xffff1000
0x990 	 0xffff1000
0x994 	 0xffff1000
0x998 	 0xffff1000
0x99c 	 0xffff1000
0x9a0 	 0xffff1000
0x9a4 	 0xffff1000
0x9a8 	 0xffff1000
0x9ac 	 0xffff1000
0x9b0 	 0xffff1000
0x9b4 	 0xffff1000
0x9b8 	 0xffff1000
0x9bc 	 0xffff1000
0x9c0 	 0xffff1000
0x9c4 	 0xffff1000
0x9c8 	 0xffff1000
0x9cc 	 0xffff1000
0x9d0 	 0xffff1000
0x9d4 	 0xffff1000
0x9d8 	 0xffff1000
0x9dc 	 0xffff1000
0x9e0 	 0xffff1000
0x9e4 	 0xffff1000
0x9e8 	 0xffff1000
0x9ec 	 0xffff1000
0x9f0 	 0xffff1000
0x9f4 	 0xffff1000
0x9f8 	 0xffff1000
0x9fc 	 0xffff1000
0xa00 	 0xffff1000
0xa04 	 0xffff1000
0xa08 	 0xffff1000
0xa0c 	 0xffff1000
0xa10 	 0xffff1000
0xa14 	 0xffff1000
0xa18 	 0xffff1000
0xa1c 	 0xffff1000
0xa20 	 0xffff1000
0xa24 	 0xffff1000
0xa28 	 0xffff1000
0xa2c 	 0xffff1000
0xa30 	 0xffff1000
0xa34 	 0xffff1000
0xa38 	 0xffff1000
0xa3c 	 0xffff1000
0xa40 	 0xffff1000
0xa44 	 0xffff1000
0xa48 	 0xffff1000
0xa4c 	 0xffff1000
0xa50 	 0xffff1000
0xa54 	 0xffff1000
0xa58 	 0xffff1000
0xa5c 	 0xffff1000
0xa60 	 0xffff1000
0xa64 	 0xffff1000
0xa68 	 0xffff1000
0xa6c 	 0xffff1000
0xa70 	 0xffff1000
0xa74 	 0xffff1000
0xa78 	 0xffff1000
0xa7c 	 0xffff1000
0xa80 	 0xffff1000
0xa84 	 0xffff1000
0xa88 	 0xffff1000
0xa8c 	 0xffff1000
0xa90 	 0xffff1000
0xa94 	 0xffff1000
0xa98 	 0xffff1000
0xa9c 	 0xffff1000
0xaa0 	 0xffff1000
0xaa4 	 0xffff1000
0xaa8 	 0xffff1000
0xaac 	 0xffff1000
0xab0 	 0xffff1000
0xab4 	 0xffff1000
0xab8 	 0xffff1000
0xabc 	 0xffff1000
0xac0 	 0xffff1000
0xac4 	 0xffff1000
0xac8 	 0xffff1000
0xacc 	 0xffff1000
0xad0 	 0xffff1000
0xad4 	 0xffff1000
0xad8 	 0xffff1000
0xadc 	 0xffff1000
0xae0 	 0xffff1000
0xae4 	 0xffff1000
0xae8 	 0xffff1000
0xaec 	 0xffff1000
0xaf0 	 0xffff1000
0xaf4 	 0xffff1000
0xaf8 	 0xffff1000
0xafc 	 0xffff1000
0xb00 	 0xffff1000
0xb04 	 0xffff1000
0xb08 	 0xffff1000
0xb0c 	 0xffff1000
0xb10 	 0xffff1000
0xb14 	 0xffff1000
0xb18 	 0xffff1000
0xb1c 	 0xffff1000
0xb20 	 0xffff1000
0xb24 	 0xffff1000
0xb28 	 0xffff1000
0xb2c 	 0xffff1000
0xb30 	 0xffff1000
0xb34 	 0xffff1000
0xb38 	 0xffff1000
0xb3c 	 0xffff1000
0xb40 	 0xffff1000
0xb44 	 0xffff1000
0xb48 	 0xffff1000
0xb4c 	 0xffff1000
0xb50 	 0xffff1000
0xb54 	 0xffff1000
0xb58 	 0xffff1000
0xb5c 	 0xffff1000
0xb60 	 0xffff1000
0xb64 	 0xffff1000
0xb68 	 0xffff1000
0xb6c 	 0xffff1000
0xb70 	 0xffff1000
0xb74 	 0xffff1000
0xb78 	 0xffff1000
0xb7c 	 0xffff1000
0xb80 	 0xffff1000
0xb84 	 0xffff1000
0xb88 	 0xffff1000
0xb8c 	 0xffff1000
0xb90 	 0xffff1000
0xb94 	 0xffff1000
0xb98 	 0xffff1000
0xb9c 	 0xffff1000
0xba0 	 0xffff1000
0xba4 	 0xffff1000
0xba8 	 0xffff1000
0xbac 	 0xffff1000
0xbb0 	 0xffff1000
0xbb4 	 0xffff1000
0xbb8 	 0xffff1000
0xbbc 	 0xffff1000
0xbc0 	 0xffff1000
0xbc4 	 0xffff1000
0xbc8 	 0xffff1000
0xbcc 	 0xffff1000
0xbd0 	 0xffff1000
0xbd4 	 0xffff1000
0xbd8 	 0xffff1000
0xbdc 	 0xffff1000
0xbe0 	 0xffff1000
0xbe4 	 0xffff1000
0xbe8 	 0xffff1000
0xbec 	 0xffff1000
0xbf0 	 0xffff1000
0xbf4 	 0xffff1000
0xbf8 	 0xffff1000
0xbfc 	 0xffff1000
0xc00 	 0xffff1000
0xc04 	 0xffff1000
0xc08 	 0xffff1000
0xc0c 	 0xffff1000
0xc10 	 0xffff1000
0xc14 	 0xffff1000
0xc18 	 0xffff1000
0xc1c 	 0xffff1000
0xc20 	 0xffff1000
0xc24 	 0xffff1000
0xc28 	 0xffff1000
0xc2c 	 0xffff1000
0xc30 	 0xffff1000
0xc34 	 0xffff1000
0xc38 	 0xffff1000
0xc3c 	 0xffff1000
0xc40 	 0xffff1000
0xc44 	 0xffff1000
0xc48 	 0xffff1000
0xc4c 	 0xffff1000
0xc50 	 0xffff1000
0xc54 	 0xffff1000
0xc58 	 0xffff1000
0xc5c 	 0xffff1000
0xc60 	 0xffff1000
0xc64 	 0xffff1000
0xc68 	 0xffff1000
0xc6c 	 0xffff1000
0xc70 	 0xffff1000
0xc74 	 0xffff1000
0xc78 	 0xffff1000
0xc7c 	 0xffff1000
0xc80 	 0xffff1000
0xc84 	 0xffff1000
0xc88 	 0xffff1000
0xc8c 	 0xffff1000
0xc90 	 0xffff1000
0xc94 	 0xffff1000
0xc98 	 0xffff1000
0xc9c 	 0xffff1000
0xca0 	 0xffff1000
0xca4 	 0xffff1000
0xca8 	 0xffff1000
0xcac 	 0xffff1000
0xcb0 	 0xffff1000
0xcb4 	 0xffff1000
0xcb8 	 0xffff1000
0xcbc 	 0xffff1000
0xcc0 	 0xffff1000
0xcc4 	 0xffff1000
0xcc8 	 0xffff1000
0xccc 	 0xffff1000
0xcd0 	 0xffff1000
0xcd4 	 0xffff1000
0xcd8 	 0xffff1000
0xcdc 	 0xffff1000
0xce0 	 0xffff1000
0xce4 	 0xffff1000
0xce8 	 0xffff1000
0xcec 	 0xffff1000
0xcf0 	 0xffff1000
0xcf4 	 0xffff1000
0xcf8 	 0xffff1000
0xcfc 	 0xffff1000
0xd00 	 0xffff1000
0xd04 	 0xffff1000
0xd08 	 0xffff1000
0xd0c 	 0xffff1000
0xd10 	 0xffff1000
0xd14 	 0xffff1000
0xd18 	 0xffff1000
0xd1c 	 0xffff1000
0xd20 	 0xffff1000
0xd24 	 0xffff1000
0xd28 	 0xffff1000
0xd2c 	 0xffff1000
0xd30 	 0xffff1000
0xd34 	 0xffff1000
0xd38 	 0xffff1000
0xd3c 	 0xffff1000
0xd40 	 0xffff1000
0xd44 	 0xffff1000
0xd48 	 0xffff1000
0xd4c 	 0xffff1000
0xd50 	 0xffff1000
0xd54 	 0xffff1000
0xd58 	 0xffff1000
0xd5c 	 0xffff1000
0xd60 	 0xffff1000
0xd64 	 0xffff1000
0xd68 	 0xffff1000
0xd6c 	 0xffff1000
0xd70 	 0xffff1000
0xd74 	 0xffff1000
0xd78 	 0xffff1000
0xd7c 	 0xffff1000
0xd80 	 0xffff1000
0xd84 	 0xffff1000
0xd88 	 0xffff1000
0xd8c 	 0xffff1000
0xd90 	 0xffff1000
0xd94 	 0xffff1000
0xd98 	 0xffff1000
0xd9c 	 0xffff1000
0xda0 	 0xffff1000
0xda4 	 0xffff1000
0xda8 	 0xffff1000
0xdac 	 0xffff1000
0xdb0 	 0xffff1000
0xdb4 	 0xffff1000
0xdb8 	 0xffff1000
0xdbc 	 0xffff1000
0xdc0 	 0xffff1000
0xdc4 	 0xffff1000
0xdc8 	 0xffff1000
0xdcc 	 0xffff1000
0xdd0 	 0xffff1000
0xdd4 	 0xffff1000
0xdd8 	 0xffff1000
0xddc 	 0xffff1000
0xde0 	 0xffff1000
0xde4 	 0xffff1000
0xde8 	 0xffff1000
0xdec 	 0xffff1000
0xdf0 	 0xffff1000
0xdf4 	 0xffff1000
0xdf8 	 0xffff1000
0xdfc 	 0xffff1000
0xe00 	 0xffff1000
0xe04 	 0xffff1000
0xe08 	 0xffff1000
0xe0c 	 0xffff1000
0xe10 	 0xffff1000
0xe14 	 0xffff1000
0xe18 	 0xffff1000
0xe1c 	 0xffff1000
0xe20 	 0xffff1000
0xe24 	 0xffff1000
0xe28 	 0xffff1000
0xe2c 	 0xffff1000
0xe30 	 0xffff1000
0xe34 	 0xffff1000
0xe38 	 0xffff1000
0xe3c 	 0xffff1000
0xe40 	 0xffff1000
0xe44 	 0xffff1000
0xe48 	 0xffff1000
0xe4c 	 0xffff1000
0xe50 	 0xffff1000
0xe54 	 0xffff1000
0xe58 	 0xffff1000
0xe5c 	 0xffff1000
0xe60 	 0xffff1000
0xe64 	 0xffff1000
0xe68 	 0xffff1000
0xe6c 	 0xffff1000
0xe70 	 0xffff1000
0xe74 	 0xffff1000
0xe78 	 0xffff1000
0xe7c 	 0xffff1000
0xe80 	 0xffff1000
0xe84 	 0xffff1000
0xe88 	 0xffff1000
0xe8c 	 0xffff1000
0xe90 	 0xffff1000
0xe94 	 0xffff1000
0xe98 	 0xffff1000
0xe9c 	 0xffff1000
0xea0 	 0xffff1000
0xea4 	 0xffff1000
0xea8 	 0xffff1000
0xeac 	 0xffff1000
0xeb0 	 0xffff1000
0xeb4 	 0xffff1000
0xeb8 	 0xffff1000
0xebc 	 0xffff1000
0xec0 	 0xffff1000
0xec4 	 0xffff1000
0xec8 	 0xffff1000
0xecc 	 0xffff1000
0xed0 	 0xffff1000
0xed4 	 0xffff1000
0xed8 	 0xffff1000
0xedc 	 0xffff1000
0xee0 	 0xffff1000
0xee4 	 0xffff1000
0xee8 	 0xffff1000
0xeec 	 0xffff1000
0xef0 	 0xffff1000
0xef4 	 0xffff1000
0xef8 	 0xffff1000
0xefc 	 0xffff1000
0xf00 	 0xffff1000
0xf04 	 0xffff1000
0xf08 	 0xffff1000
0xf0c 	 0xffff1000
0xf10 	 0xffff1000
0xf14 	 0xffff1000
0xf18 	 0xffff1000
0xf1c 	 0xffff1000
0xf20 	 0xffff1000
0xf24 	 0xffff1000
0xf28 	 0xffff1000
0xf2c 	 0xffff1000
0xf30 	 0xffff1000
0xf34 	 0xffff1000
0xf38 	 0xffff1000
0xf3c 	 0xffff1000
0xf40 	 0xffff1000
0xf44 	 0xffff1000
0xf48 	 0xffff1000
0xf4c 	 0xffff1000
0xf50 	 0xffff1000
0xf54 	 0xffff1000
0xf58 	 0xffff1000
0xf5c 	 0xffff1000
0xf60 	 0xffff1000
0xf64 	 0xffff1000
0xf68 	 0xffff1000
0xf6c 	 0xffff1000
0xf70 	 0xffff1000
0xf74 	 0xffff1000
0xf78 	 0xffff1000
0xf7c 	 0xffff1000
0xf80 	 0xffff1000
0xf84 	 0xffff1000
0xf88 	 0xffff1000
0xf8c 	 0xffff1000
0xf90 	 0xffff1000
0xf94 	 0xffff1000
0xf98 	 0xffff1000
0xf9c 	 0xffff1000
0xfa0 	 0xffff1000
0xfa4 	 0xffff1000
0xfa8 	 0xffff1000
0xfac 	 0xffff1000
0xfb0 	 0xffff1000
0xfb4 	 0xffff1000
0xfb8 	 0xffff1000
0xfbc 	 0xffff1000
0xfc0 	 0xffff1000
0xfc4 	 0xffff1000
0xfc8 	 0xffff1000
0xfcc 	 0xffff1000
0xfd0 	 0xffff1000
0xfd4 	 0xffff1000
0xfd8 	 0xffff1000
0xfdc 	 0xffff1000
0xfe0 	 0xffff1000
0xfe4 	 0xffff1000
0xfe8 	 0xffff1000
0xfec 	 0xffff1000
0xff0 	 0xffff1000
0xff4 	 0xffff1000
0xff8 	 0xffff1000
0xffc 	 0xffff1000
0x1000 	 0xffff1000
0x1004 	 0xffff1000
0x1008 	 0xffff1000
0x100c 	 0xffff1000
0x1010 	 0xffff1000
0x1014 	 0xffff1000
0x1018 	 0xffff1000
0x101c 	 0xffff1000
0x1020 	 0xffff1000
0x1024 	 0xffff1000
0x1028 	 0xffff1000
0x102c 	 0xffff1000
0x1030 	 0xffff1000
0x1034 	 0xffff1000
0x1038 	 0xffff1000
0x103c 	 0xffff1000
0x1040 	 0xffff1000
0x1044 	 0xffff1000
0x1048 	 0xffff1000
0x104c 	 0xffff1000
0x1050 	 0xffff1000
0x1054 	 0xffff1000
0x1058 	 0xffff1000
0x105c 	 0xffff1000
0x1060 	 0xffff1000
0x1064 	 0xffff1000
0x1068 	 0xffff1000
0x106c 	 0xffff1000
0x1070 	 0xffff1000
0x1074 	 0xffff1000
0x1078 	 0xffff1000
0x107c 	 0xffff1000
0x1080 	 0xffff1000
0x1084 	 0xffff1000
0x1088 	 0xffff1000
0x108c 	 0xffff1000
0x1090 	 0xffff1000
0x1094 	 0xffff1000
0x1098 	 0xffff1000
0x109c 	 0xffff1000
0x10a0 	 0xffff1000
0x10a4 	 0xffff1000
0x10a8 	 0xffff1000
0x10ac 	 0xffff1000
0x10b0 	 0xffff1000
0x10b4 	 0xffff1000
0x10b8 	 0xffff1000
0x10bc 	 0xffff1000
0x10c0 	 0xffff1000
0x10c4 	 0xffff1000
0x10c8 	 0xffff1000
0x10cc 	 0xffff1000
0x10d0 	 0xffff1000
0x10d4 	 0xffff1000
0x10d8 	 0xffff1000
0x10dc 	 0xffff1000
0x10e0 	 0xffff1000
0x10e4 	 0xffff1000
0x10e8 	 0xffff1000
0x10ec 	 0xffff1000
0x10f0 	 0xffff1000
0x10f4 	 0xffff1000
0x10f8 	 0xffff1000
0x10fc 	 0xffff1000
0x1100 	 0xffff1000
0x1104 	 0xffff1000
0x1108 	 0xffff1000
0x110c 	 0xffff1000
0x1110 	 0xffff1000
0x1114 	 0xffff1000
0x1118 	 0xffff1000
0x111c 	 0xffff1000
0x1120 	 0xffff1000
0x1124 	 0xffff1000
0x1128 	 0xffff1000
0x112c 	 0xffff1000
0x1130 	 0xffff1000
0x1134 	 0xffff1000
0x1138 	 0xffff1000
0x113c 	 0xffff1000
0x1140 	 0xffff1000
0x1144 	 0xffff1000
0x1148 	 0xffff1000
0x114c 	 0xffff1000
0x1150 	 0xffff1000
0x1154 	 0xffff1000
0x1158 	 0xffff1000
0x115c 	 0xffff1000
0x1160 	 0xffff1000
0x1164 	 0xffff1000
0x1168 	 0xffff1000
0x116c 	 0xffff1000
0x1170 	 0xffff1000
0x1174 	 0xffff1000
0x1178 	 0xffff1000
0x117c 	 0xffff1000
0x1180 	 0xffff1000
0x1184 	 0xffff1000
0x1188 	 0xffff1000
0x118c 	 0xffff1000
0x1190 	 0xffff1000
0x1194 	 0xffff1000
0x1198 	 0xffff1000
0x119c 	 0xffff1000
0x11a0 	 0xffff1000
0x11a4 	 0xffff1000
0x11a8 	 0xffff1000
0x11ac 	 0xffff1000
0x11b0 	 0xffff1000
0x11b4 	 0xffff1000
0x11b8 	 0xffff1000
0x11bc 	 0xffff1000
0x11c0 	 0xffff1000
0x11c4 	 0xffff1000
0x11c8 	 0xffff1000
0x11cc 	 0xffff1000
0x11d0 	 0xffff1000
0x11d4 	 0xffff1000
0x11d8 	 0xffff1000
0x11dc 	 0xffff1000
0x11e0 	 0xffff1000
0x11e4 	 0xffff1000
0x11e8 	 0xffff1000
0x11ec 	 0xffff1000
0x11f0 	 0xffff1000
0x11f4 	 0xffff1000
0x11f8 	 0xffff1000
0x11fc 	 0xffff1000
0x1200 	 0xffff1000
0x1204 	 0xffff1000
0x1208 	 0xffff1000
0x120c 	 0xffff1000
0x1210 	 0xffff1000
0x1214 	 0xffff1000
0x1218 	 0xffff1000
0x121c 	 0xffff1000
0x1220 	 0xffff1000
0x1224 	 0xffff1000
0x1228 	 0xffff1000
0x122c 	 0xffff1000
0x1230 	 0xffff1000
0x1234 	 0xffff1000
0x1238 	 0xffff1000
0x123c 	 0xffff1000
0x1240 	 0xffff1000
0x1244 	 0xffff1000
0x1248 	 0xffff1000
0x124c 	 0xffff1000
0x1250 	 0xffff1000
0x1254 	 0xffff1000
0x1258 	 0xffff1000
0x125c 	 0xffff1000
0x1260 	 0xffff1000
0x1264 	 0xffff1000
0x1268 	 0xffff1000
0x126c 	 0xffff1000
0x1270 	 0xffff1000
0x1274 	 0xffff1000
0x1278 	 0xffff1000
0x127c 	 0xffff1000
0x1280 	 0xffff1000
0x1284 	 0xffff1000
0x1288 	 0xffff1000
0x128c 	 0xffff1000
0x1290 	 0xffff1000
0x1294 	 0xffff1000
0x1298 	 0xffff1000
0x129c 	 0xffff1000
0x12a0 	 0xffff1000
0x12a4 	 0xffff1000
0x12a8 	 0xffff1000
0x12ac 	 0xffff1000
0x12b0 	 0xffff1000
0x12b4 	 0xffff1000
0x12b8 	 0xffff1000
0x12bc 	 0xffff1000
0x12c0 	 0xffff1000
0x12c4 	 0xffff1000
0x12c8 	 0xffff1000
0x12cc 	 0xffff1000
0x12d0 	 0xffff1000
0x12d4 	 0xffff1000
0x12d8 	 0xffff1000
0x12dc 	 0xffff1000
0x12e0 	 0xffff1000
0x12e4 	 0xffff1000
0x12e8 	 0xffff1000
0x12ec 	 0xffff1000
0x12f0 	 0xffff1000
0x12f4 	 0xffff1000
0x12f8 	 0xffff1000
0x12fc 	 0xffff1000
0x1300 	 0xffff1000
0x1304 	 0xffff1000
0x1308 	 0xffff1000
0x130c 	 0xffff1000
0x1310 	 0xffff1000
0x1314 	 0xffff1000
0x1318 	 0xffff1000
0x131c 	 0xffff1000
0x1320 	 0xffff1000
0x1324 	 0xffff1000
0x1328 	 0xffff1000
0x132c 	 0xffff1000
0x1330 	 0xffff1000
0x1334 	 0xffff1000
0x1338 	 0xffff1000
0x133c 	 0xffff1000
0x1340 	 0xffff1000
0x1344 	 0xffff1000
0x1348 	 0xffff1000
0x134c 	 0xffff1000
0x1350 	 0xffff1000
0x1354 	 0xffff1000
0x1358 	 0xffff1000
0x135c 	 0xffff1000
0x1360 	 0xffff1000
0x1364 	 0xffff1000
0x1368 	 0xffff1000
0x136c 	 0xffff1000
0x1370 	 0xffff1000
0x1374 	 0xffff1000
0x1378 	 0xffff1000
0x137c 	 0xffff1000
0x1380 	 0xffff1000
0x1384 	 0xffff1000
0x1388 	 0xffff1000
0x138c 	 0xffff1000
0x1390 	 0xffff1000
0x1394 	 0xffff1000
0x1398 	 0xffff1000
0x139c 	 0xffff1000
0x13a0 	 0xffff1000
0x13a4 	 0xffff1000
0x13a8 	 0xffff1000
0x13ac 	 0xffff1000
0x13b0 	 0xffff1000
0x13b4 	 0xffff1000
0x13b8 	 0xffff1000
0x13bc 	 0xffff1000
0x13c0 	 0xffff1000
0x13c4 	 0xffff1000
0x13c8 	 0xffff1000
0x13cc 	 0xffff1000
0x13d0 	 0xffff1000
0x13d4 	 0xffff1000
0x13d8 	 0xffff1000
0x13dc 	 0xffff1000
0x13e0 	 0xffff1000
0x13e4 	 0xffff1000
0x13e8 	 0xffff1000
0x13ec 	 0xffff1000
0x13f0 	 0xffff1000
0x13f4 	 0xffff1000
0x13f8 	 0xffff1000
0x13fc 	 0xffff1000
0x1400 	 0xffff1000
0x1404 	 0xffff1000
0x1408 	 0xffff1000
0x140c 	 0xffff1000
0x1410 	 0xffff1000
0x1414 	 0xffff1000
0x1418 	 0xffff1000
0x141c 	 0xffff1000
0x1420 	 0xffff1000
0x1424 	 0xffff1000
0x1428 	 0xffff1000
0x142c 	 0xffff1000
0x1430 	 0xffff1000
0x1434 	 0xffff1000
0x1438 	 0xffff1000
0x143c 	 0xffff1000
0x1440 	 0xffff1000
0x1444 	 0xffff1000
0x1448 	 0xffff1000
0x144c 	 0xffff1000
0x1450 	 0xffff1000
0x1454 	 0xffff1000
0x1458 	 0xffff1000
0x145c 	 0xffff1000
0x1460 	 0xffff1000
0x1464 	 0xffff1000
0x1468 	 0xffff1000
0x146c 	 0xffff1000
0x1470 	 0xffff1000
0x1474 	 0xffff1000
0x1478 	 0xffff1000
0x147c 	 0xffff1000
0x1480 	 0xffff1000
0x1484 	 0xffff1000
0x1488 	 0xffff1000
0x148c 	 0xffff1000
0x1490 	 0xffff1000
0x1494 	 0xffff1000
0x1498 	 0xffff1000
0x149c 	 0xffff1000
0x14a0 	 0xffff1000
0x14a4 	 0xffff1000
0x14a8 	 0xffff1000
0x14ac 	 0xffff1000
0x14b0 	 0xffff1000
0x14b4 	 0xffff1000
0x14b8 	 0xffff1000
0x14bc 	 0xffff1000
0x14c0 	 0xffff1000
0x14c4 	 0xffff1000
0x14c8 	 0xffff1000
0x14cc 	 0xffff1000
0x14d0 	 0xffff1000
0x14d4 	 0xffff1000
0x14d8 	 0xffff1000
0x14dc 	 0xffff1000
0x14e0 	 0xffff1000
0x14e4 	 0xffff1000
0x14e8 	 0xffff1000
0x14ec 	 0xffff1000
0x14f0 	 0xffff1000
0x14f4 	 0xffff1000
0x14f8 	 0xffff1000
0x14fc 	 0xffff1000
0x1500 	 0xffff1000
0x1504 	 0xffff1000
0x1508 	 0xffff1000
0x150c 	 0xffff1000
0x1510 	 0xffff1000
0x1514 	 0xffff1000
0x1518 	 0xffff1000
0x151c 	 0xffff1000
0x1520 	 0xffff1000
0x1524 	 0xffff1000
0x1528 	 0xffff1000
0x152c 	 0xffff1000
0x1530 	 0xffff1000
0x1534 	 0xffff1000
0x1538 	 0xffff1000
0x153c 	 0xffff1000
0x1540 	 0xffff1000
0x1544 	 0xffff1000
0x1548 	 0xffff1000
0x154c 	 0xffff1000
0x1550 	 0xffff1000
0x1554 	 0xffff1000
0x1558 	 0xffff1000
0x155c 	 0xffff1000
0x1560 	 0xffff1000
0x1564 	 0xffff1000
0x1568 	 0xffff1000
0x156c 	 0xffff1000
0x1570 	 0xffff1000
0x1574 	 0xffff1000
0x1578 	 0xffff1000
0x157c 	 0xffff1000
0x1580 	 0xffff1000
0x1584 	 0xffff1000
0x1588 	 0xffff1000
0x158c 	 0xffff1000
0x1590 	 0xffff1000
0x1594 	 0xffff1000
0x1598 	 0xffff1000
0x159c 	 0xffff1000
0x15a0 	 0xffff1000
0x15a4 	 0xffff1000
0x15a8 	 0xffff1000
0x15ac 	 0xffff1000
0x15b0 	 0xffff1000
0x15b4 	 0xffff1000
0x15b8 	 0xffff1000
0x15bc 	 0xffff1000
0x15c0 	 0xffff1000
0x15c4 	 0xffff1000
0x15c8 	 0xffff1000
0x15cc 	 0xffff1000
0x15d0 	 0xffff1000
0x15d4 	 0xffff1000
0x15d8 	 0xffff1000
0x15dc 	 0xffff1000
0x15e0 	 0xffff1000
0x15e4 	 0xffff1000
0x15e8 	 0xffff1000
0x15ec 	 0xffff1000
0x15f0 	 0xffff1000
0x15f4 	 0xffff1000
0x15f8 	 0xffff1000
0x15fc 	 0xffff1000
0x1600 	 0xffff1000
0x1604 	 0xffff1000
0x1608 	 0xffff1000
0x160c 	 0xffff1000
0x1610 	 0xffff1000
0x1614 	 0xffff1000
0x1618 	 0xffff1000
0x161c 	 0xffff1000
0x1620 	 0xffff1000
0x1624 	 0xffff1000
0x1628 	 0xffff1000
0x162c 	 0xffff1000
0x1630 	 0xffff1000
0x1634 	 0xffff1000
0x1638 	 0xffff1000
0x163c 	 0xffff1000
0x1640 	 0xffff1000
0x1644 	 0xffff1000
0x1648 	 0xffff1000
0x164c 	 0xffff1000
0x1650 	 0xffff1000
0x1654 	 0xffff1000
0x1658 	 0xffff1000
0x165c 	 0xffff1000
0x1660 	 0xffff1000
0x1664 	 0xffff1000
0x1668 	 0xffff1000
0x166c 	 0xffff1000
0x1670 	 0xffff1000
0x1674 	 0xffff1000
0x1678 	 0xffff1000
0x167c 	 0xffff1000
0x1680 	 0xffff1000
0x1684 	 0xffff1000
0x1688 	 0xffff1000
0x168c 	 0xffff1000
0x1690 	 0xffff1000
0x1694 	 0xffff1000
0x1698 	 0xffff1000
0x169c 	 0xffff1000
0x16a0 	 0xffff1000
0x16a4 	 0xffff1000
0x16a8 	 0xffff1000
0x16ac 	 0xffff1000
0x16b0 	 0xffff1000
0x16b4 	 0xffff1000
0x16b8 	 0xffff1000
0x16bc 	 0xffff1000
0x16c0 	 0xffff1000
0x16c4 	 0xffff1000
0x16c8 	 0xffff1000
0x16cc 	 0xffff1000
0x16d0 	 0xffff1000
0x16d4 	 0xffff1000
0x16d8 	 0xffff1000
0x16dc 	 0xffff1000
0x16e0 	 0xffff1000
0x16e4 	 0xffff1000
0x16e8 	 0xffff1000
0x16ec 	 0xffff1000
0x16f0 	 0xffff1000
0x16f4 	 0xffff1000
0x16f8 	 0xffff1000
0x16fc 	 0xffff1000
0x1700 	 0xffff1000
0x1704 	 0xffff1000
0x1708 	 0xffff1000
0x170c 	 0xffff1000
0x1710 	 0xffff1000
0x1714 	 0xffff1000
0x1718 	 0xffff1000
0x171c 	 0xffff1000
0x1720 	 0xffff1000
0x1724 	 0xffff1000
0x1728 	 0xffff1000
0x172c 	 0xffff1000
0x1730 	 0xffff1000
0x1734 	 0xffff1000
0x1738 	 0xffff1000
0x173c 	 0xffff1000
0x1740 	 0xffff1000
0x1744 	 0xffff1000
0x1748 	 0xffff1000
0x174c 	 0xffff1000
0x1750 	 0xffff1000
0x1754 	 0xffff1000
0x1758 	 0xffff1000
0x175c 	 0xffff1000
0x1760 	 0xffff1000
0x1764 	 0xffff1000
0x1768 	 0xffff1000
0x176c 	 0xffff1000
0x1770 	 0xffff1000
0x1774 	 0xffff1000
0x1778 	 0xffff1000
0x177c 	 0xffff1000
0x1780 	 0xffff1000
0x1784 	 0xffff1000
0x1788 	 0xffff1000
0x178c 	 0xffff1000
0x1790 	 0xffff1000
0x1794 	 0xffff1000
0x1798 	 0xffff1000
0x179c 	 0xffff1000
0x17a0 	 0xffff1000
0x17a4 	 0xffff1000
0x17a8 	 0xffff1000
0x17ac 	 0xffff1000
0x17b0 	 0xffff1000
0x17b4 	 0xffff1000
0x17b8 	 0xffff1000
0x17bc 	 0xffff1000
0x17c0 	 0xffff1000
0x17c4 	 0xffff1000
0x17c8 	 0xffff1000
0x17cc 	 0xffff1000
0x17d0 	 0xffff1000
0x17d4 	 0xffff1000
0x17d8 	 0xffff1000
0x17dc 	 0xffff1000
0x17e0 	 0xffff1000
0x17e4 	 0xffff1000
0x17e8 	 0xffff1000
0x17ec 	 0xffff1000
0x17f0 	 0xffff1000
0x17f4 	 0xffff1000
0x17f8 	 0xffff1000
0x17fc 	 0xffff1000
0x1800 	 0xffff1000
0x1804 	 0xffff1000
0x1808 	 0xffff1000
0x180c 	 0xffff1000
0x1810 	 0xffff1000
0x1814 	 0xffff1000
0x1818 	 0xffff1000
0x181c 	 0xffff1000
0x1820 	 0xffff1000
0x1824 	 0xffff1000
0x1828 	 0xffff1000
0x182c 	 0xffff1000
0x1830 	 0xffff1000
0x1834 	 0xffff1000
0x1838 	 0xffff1000
0x183c 	 0xffff1000
0x1840 	 0xffff1000
0x1844 	 0xffff1000
0x1848 	 0xffff1000
0x184c 	 0xffff1000
0x1850 	 0xffff1000
0x1854 	 0xffff1000
0x1858 	 0xffff1000
0x185c 	 0xffff1000
0x1860 	 0xffff1000
0x1864 	 0xffff1000
0x1868 	 0xffff1000
0x186c 	 0xffff1000
0x1870 	 0xffff1000
0x1874 	 0xffff1000
0x1878 	 0xffff1000
0x187c 	 0xffff1000
0x1880 	 0xffff1000
0x1884 	 0xffff1000
0x1888 	 0xffff1000
0x188c 	 0xffff1000
0x1890 	 0xffff1000
0x1894 	 0xffff1000
0x1898 	 0xffff1000
0x189c 	 0xffff1000
0x18a0 	 0xffff1000
0x18a4 	 0xffff1000
0x18a8 	 0xffff1000
0x18ac 	 0xffff1000
0x18b0 	 0xffff1000
0x18b4 	 0xffff1000
0x18b8 	 0xffff1000
0x18bc 	 0xffff1000
0x18c0 	 0xffff1000
0x18c4 	 0xffff1000
0x18c8 	 0xffff1000
0x18cc 	 0xffff1000
0x18d0 	 0xffff1000
0x18d4 	 0xffff1000
0x18d8 	 0xffff1000
0x18dc 	 0xffff1000
0x18e0 	 0xffff1000
0x18e4 	 0xffff1000
0x18e8 	 0xffff1000
0x18ec 	 0xffff1000
0x18f0 	 0xffff1000
0x18f4 	 0xffff1000
0x18f8 	 0xffff1000
0x18fc 	 0xffff1000
0x1900 	 0xffff1000
0x1904 	 0xffff1000
0x1908 	 0xffff1000
0x190c 	 0xffff1000
0x1910 	 0xffff1000
0x1914 	 0xffff1000
0x1918 	 0xffff1000
0x191c 	 0xffff1000
0x1920 	 0xffff1000
0x1924 	 0xffff1000
0x1928 	 0xffff1000
0x192c 	 0xffff1000
0x1930 	 0xffff1000
0x1934 	 0xffff1000
0x1938 	 0xffff1000
0x193c 	 0xffff1000
0x1940 	 0xffff1000
0x1944 	 0xffff1000
0x1948 	 0xffff1000
0x194c 	 0xffff1000
0x1950 	 0xffff1000
0x1954 	 0xffff1000
0x1958 	 0xffff1000
0x195c 	 0xffff1000
0x1960 	 0xffff1000
0x1964 	 0xffff1000
0x1968 	 0xffff1000
0x196c 	 0xffff1000
0x1970 	 0xffff1000
0x1974 	 0xffff1000
0x1978 	 0xffff1000
0x197c 	 0xffff1000
0x1980 	 0xffff1000
0x1984 	 0xffff1000
0x1988 	 0xffff1000
0x198c 	 0xffff1000
0x1990 	 0xffff1000
0x1994 	 0xffff1000
0x1998 	 0xffff1000
0x199c 	 0xffff1000
0x19a0 	 0xffff1000
0x19a4 	 0xffff1000
0x19a8 	 0xffff1000
0x19ac 	 0xffff1000
0x19b0 	 0xffff1000
0x19b4 	 0xffff1000
0x19b8 	 0xffff1000
0x19bc 	 0xffff1000
0x19c0 	 0xffff1000
0x19c4 	 0xffff1000
0x19c8 	 0xffff1000
0x19cc 	 0xffff1000
0x19d0 	 0xffff1000
0x19d4 	 0xffff1000
0x19d8 	 0xffff1000
0x19dc 	 0xffff1000
0x19e0 	 0xffff1000
0x19e4 	 0xffff1000
0x19e8 	 0xffff1000
0x19ec 	 0xffff1000
0x19f0 	 0xffff1000
0x19f4 	 0xffff1000
0x19f8 	 0xffff1000
0x19fc 	 0xffff1000
0x1a00 	 0xffff1000
0x1a04 	 0xffff1000
0x1a08 	 0xffff1000
0x1a0c 	 0xffff1000
0x1a10 	 0xffff1000
0x1a14 	 0xffff1000
0x1a18 	 0xffff1000
0x1a1c 	 0xffff1000
0x1a20 	 0xffff1000
0x1a24 	 0xffff1000
0x1a28 	 0xffff1000
0x1a2c 	 0xffff1000
0x1a30 	 0xffff1000
0x1a34 	 0xffff1000
0x1a38 	 0xffff1000
0x1a3c 	 0xffff1000
0x1a40 	 0xffff1000
0x1a44 	 0xffff1000
0x1a48 	 0xffff1000
0x1a4c 	 0xffff1000
0x1a50 	 0xffff1000
0x1a54 	 0xffff1000
0x1a58 	 0xffff1000
0x1a5c 	 0xffff1000
0x1a60 	 0xffff1000
0x1a64 	 0xffff1000
0x1a68 	 0xffff1000
0x1a6c 	 0xffff1000
0x1a70 	 0xffff1000
0x1a74 	 0xffff1000
0x1a78 	 0xffff1000
0x1a7c 	 0xffff1000
0x1a80 	 0xffff1000
0x1a84 	 0xffff1000
0x1a88 	 0xffff1000
0x1a8c 	 0xffff1000
0x1a90 	 0xffff1000
0x1a94 	 0xffff1000
0x1a98 	 0xffff1000
0x1a9c 	 0xffff1000
0x1aa0 	 0xffff1000
0x1aa4 	 0xffff1000
0x1aa8 	 0xffff1000
0x1aac 	 0xffff1000
0x1ab0 	 0xffff1000
0x1ab4 	 0xffff1000
0x1ab8 	 0xffff1000
0x1abc 	 0xffff1000
0x1ac0 	 0xffff1000
0x1ac4 	 0xffff1000
0x1ac8 	 0xffff1000
0x1acc 	 0xffff1000
0x1ad0 	 0xffff1000
0x1ad4 	 0xffff1000
0x1ad8 	 0xffff1000
0x1adc 	 0xffff1000
0x1ae0 	 0xffff1000
0x1ae4 	 0xffff1000
0x1ae8 	 0xffff1000
0x1aec 	 0xffff1000
0x1af0 	 0xffff1000
0x1af4 	 0xffff1000
0x1af8 	 0xffff1000
0x1afc 	 0xffff1000
0x1b00 	 0xffff1000
0x1b04 	 0xffff1000
0x1b08 	 0xffff1000
0x1b0c 	 0xffff1000
0x1b10 	 0xffff1000
0x1b14 	 0xffff1000
0x1b18 	 0xffff1000
0x1b1c 	 0xffff1000
0x1b20 	 0xffff1000
0x1b24 	 0xffff1000
0x1b28 	 0xffff1000
0x1b2c 	 0xffff1000
0x1b30 	 0xffff1000
0x1b34 	 0xffff1000
0x1b38 	 0xffff1000
0x1b3c 	 0xffff1000
0x1b40 	 0xffff1000
0x1b44 	 0xffff1000
0x1b48 	 0xffff1000
0x1b4c 	 0xffff1000
0x1b50 	 0xffff1000
0x1b54 	 0xffff1000
0x1b58 	 0xffff1000
0x1b5c 	 0xffff1000
0x1b60 	 0xffff1000
0x1b64 	 0xffff1000
0x1b68 	 0xffff1000
0x1b6c 	 0xffff1000
0x1b70 	 0xffff1000
0x1b74 	 0xffff1000
0x1b78 	 0xffff1000
0x1b7c 	 0xffff1000
0x1b80 	 0xffff1000
0x1b84 	 0xffff1000
0x1b88 	 0xffff1000
0x1b8c 	 0xffff1000
0x1b90 	 0xffff1000
0x1b94 	 0xffff1000
0x1b98 	 0xffff1000
0x1b9c 	 0xffff1000
0x1ba0 	 0xffff1000
0x1ba4 	 0xffff1000
0x1ba8 	 0xffff1000
0x1bac 	 0xffff1000
0x1bb0 	 0xffff1000
0x1bb4 	 0xffff1000
0x1bb8 	 0xffff1000
0x1bbc 	 0xffff1000
0x1bc0 	 0xffff1000
0x1bc4 	 0xffff1000
0x1bc8 	 0xffff1000
0x1bcc 	 0xffff1000
0x1bd0 	 0xffff1000
0x1bd4 	 0xffff1000
0x1bd8 	 0xffff1000
0x1bdc 	 0xffff1000
0x1be0 	 0xffff1000
0x1be4 	 0xffff1000
0x1be8 	 0xffff1000
0x1bec 	 0xffff1000
0x1bf0 	 0xffff1000
0x1bf4 	 0xffff1000
0x1bf8 	 0xffff1000
0x1bfc 	 0xffff1000
0x1c00 	 0xffff1000
0x1c04 	 0xffff1000
0x1c08 	 0xffff1000
0x1c0c 	 0xffff1000
0x1c10 	 0xffff1000
0x1c14 	 0xffff1000
0x1c18 	 0xffff1000
0x1c1c 	 0xffff1000
0x1c20 	 0xffff1000
0x1c24 	 0xffff1000
0x1c28 	 0xffff1000
0x1c2c 	 0xffff1000
0x1c30 	 0xffff1000
0x1c34 	 0xffff1000
0x1c38 	 0xffff1000
0x1c3c 	 0xffff1000
0x1c40 	 0xffff1000
0x1c44 	 0xffff1000
0x1c48 	 0xffff1000
0x1c4c 	 0xffff1000
0x1c50 	 0xffff1000
0x1c54 	 0xffff1000
0x1c58 	 0xffff1000
0x1c5c 	 0xffff1000
0x1c60 	 0xffff1000
0x1c64 	 0xffff1000
0x1c68 	 0xffff1000
0x1c6c 	 0xffff1000
0x1c70 	 0xffff1000
0x1c74 	 0xffff1000
0x1c78 	 0xffff1000
0x1c7c 	 0xffff1000
0x1c80 	 0xffff1000
0x1c84 	 0xffff1000
0x1c88 	 0xffff1000
0x1c8c 	 0xffff1000
0x1c90 	 0xffff1000
0x1c94 	 0xffff1000
0x1c98 	 0xffff1000
0x1c9c 	 0xffff1000
0x1ca0 	 0xffff1000
0x1ca4 	 0xffff1000
0x1ca8 	 0xffff1000
0x1cac 	 0xffff1000
0x1cb0 	 0xffff1000
0x1cb4 	 0xffff1000
0x1cb8 	 0xffff1000
0x1cbc 	 0xffff1000
0x1cc0 	 0xffff1000
0x1cc4 	 0xffff1000
0x1cc8 	 0xffff1000
0x1ccc 	 0xffff1000
0x1cd0 	 0xffff1000
0x1cd4 	 0xffff1000
0x1cd8 	 0xffff1000
0x1cdc 	 0xffff1000
0x1ce0 	 0xffff1000
0x1ce4 	 0xffff1000
0x1ce8 	 0xffff1000
0x1cec 	 0xffff1000
0x1cf0 	 0xffff1000
0x1cf4 	 0xffff1000
0x1cf8 	 0xffff1000
0x1cfc 	 0xffff1000
0x1d00 	 0xffff1000
0x1d04 	 0xffff1000
0x1d08 	 0xffff1000
0x1d0c 	 0xffff1000
0x1d10 	 0xffff1000
0x1d14 	 0xffff1000
0x1d18 	 0xffff1000
0x1d1c 	 0xffff1000
0x1d20 	 0xffff1000
0x1d24 	 0xffff1000
0x1d28 	 0xffff1000
0x1d2c 	 0xffff1000
0x1d30 	 0xffff1000
0x1d34 	 0xffff1000
0x1d38 	 0xffff1000
0x1d3c 	 0xffff1000
0x1d40 	 0xffff1000
0x1d44 	 0xffff1000
0x1d48 	 0xffff1000
0x1d4c 	 0xffff1000
0x1d50 	 0xffff1000
0x1d54 	 0xffff1000
0x1d58 	 0xffff1000
0x1d5c 	 0xffff1000
0x1d60 	 0xffff1000
0x1d64 	 0xffff1000
0x1d68 	 0xffff1000
0x1d6c 	 0xffff1000
0x1d70 	 0xffff1000
0x1d74 	 0xffff1000
0x1d78 	 0xffff1000
0x1d7c 	 0xffff1000
0x1d80 	 0xffff1000
0x1d84 	 0xffff1000
0x1d88 	 0xffff1000
0x1d8c 	 0xffff1000
0x1d90 	 0xffff1000
0x1d94 	 0xffff1000
0x1d98 	 0xffff1000
0x1d9c 	 0xffff1000
0x1da0 	 0xffff1000
0x1da4 	 0xffff1000
0x1da8 	 0xffff1000
0x1dac 	 0xffff1000
0x1db0 	 0xffff1000
0x1db4 	 0xffff1000
0x1db8 	 0xffff1000
0x1dbc 	 0xffff1000
0x1dc0 	 0xffff1000
0x1dc4 	 0xffff1000
0x1dc8 	 0xffff1000
0x1dcc 	 0xffff1000
0x1dd0 	 0xffff1000
0x1dd4 	 0xffff1000
0x1dd8 	 0xffff1000
0x1ddc 	 0xffff1000
0x1de0 	 0xffff1000
0x1de4 	 0xffff1000
0x1de8 	 0xffff1000
0x1dec 	 0xffff1000
0x1df0 	 0xffff1000
0x1df4 	 0xffff1000
0x1df8 	 0xffff1000
0x1dfc 	 0xffff1000
0x1e00 	 0xffff1000
0x1e04 	 0xffff1000
0x1e08 	 0xffff1000
0x1e0c 	 0xffff1000
0x1e10 	 0xffff1000
0x1e14 	 0xffff1000
0x1e18 	 0xffff1000
0x1e1c 	 0xffff1000
0x1e20 	 0xffff1000
0x1e24 	 0xffff1000
0x1e28 	 0xffff1000
0x1e2c 	 0xffff1000
0x1e30 	 0xffff1000
0x1e34 	 0xffff1000
0x1e38 	 0xffff1000
0x1e3c 	 0xffff1000
0x1e40 	 0xffff1000
0x1e44 	 0xffff1000
0x1e48 	 0xffff1000
0x1e4c 	 0xffff1000
0x1e50 	 0xffff1000
0x1e54 	 0xffff1000
0x1e58 	 0xffff1000
0x1e5c 	 0xffff1000
0x1e60 	 0xffff1000
0x1e64 	 0xffff1000
0x1e68 	 0xffff1000
0x1e6c 	 0xffff1000
0x1e70 	 0xffff1000
0x1e74 	 0xffff1000
0x1e78 	 0xffff1000
0x1e7c 	 0xffff1000
0x1e80 	 0xffff1000
0x1e84 	 0xffff1000
0x1e88 	 0xffff1000
0x1e8c 	 0xffff1000
0x1e90 	 0xffff1000
0x1e94 	 0xffff1000
0x1e98 	 0xffff1000
0x1e9c 	 0xffff1000
0x1ea0 	 0xffff1000
0x1ea4 	 0xffff1000
0x1ea8 	 0xffff1000
0x1eac 	 0xffff1000
0x1eb0 	 0xffff1000
0x1eb4 	 0xffff1000
0x1eb8 	 0xffff1000
0x1ebc 	 0xffff1000
0x1ec0 	 0xffff1000
0x1ec4 	 0xffff1000
0x1ec8 	 0xffff1000
0x1ecc 	 0xffff1000
0x1ed0 	 0xffff1000
0x1ed4 	 0xffff1000
0x1ed8 	 0xffff1000
0x1edc 	 0xffff1000
0x1ee0 	 0xffff1000
0x1ee4 	 0xffff1000
0x1ee8 	 0xffff1000
0x1eec 	 0xffff1000
0x1ef0 	 0xffff1000
0x1ef4 	 0xffff1000
0x1ef8 	 0xffff1000
0x1efc 	 0xffff1000
0x1f00 	 0xffff1000
0x1f04 	 0xffff1000
0x1f08 	 0xffff1000
0x1f0c 	 0xffff1000
0x1f10 	 0xffff1000
0x1f14 	 0xffff1000
0x1f18 	 0xffff1000
0x1f1c 	 0xffff1000
0x1f20 	 0xffff1000
0x1f24 	 0xffff1000
0x1f28 	 0xffff1000
0x1f2c 	 0xffff1000
0x1f30 	 0xffff1000
0x1f34 	 0xffff1000
0x1f38 	 0xffff1000
0x1f3c 	 0xffff1000
0x1f40 	 0xffff1000
0x1f44 	 0xffff1000
0x1f48 	 0xffff1000
0x1f4c 	 0xffff1000
0x1f50 	 0xffff1000
0x1f54 	 0xffff1000
0x1f58 	 0xffff1000
0x1f5c 	 0xffff1000
0x1f60 	 0xffff1000
0x1f64 	 0xffff1000
0x1f68 	 0xffff1000
0x1f6c 	 0xffff1000
0x1f70 	 0xffff1000
0x1f74 	 0xffff1000
0x1f78 	 0xffff1000
0x1f7c 	 0xffff1000
0x1f80 	 0xffff1000
0x1f84 	 0xffff1000
0x1f88 	 0xffff1000
0x1f8c 	 0xffff1000
0x1f90 	 0xffff1000
0x1f94 	 0xffff1000
0x1f98 	 0xffff1000
0x1f9c 	 0xffff1000
0x1fa0 	 0xffff1000
0x1fa4 	 0xffff1000
0x1fa8 	 0xffff1000
0x1fac 	 0xffff1000
0x1fb0 	 0xffff1000
0x1fb4 	 0xffff1000
0x1fb8 	 0xffff1000
0x1fbc 	 0xffff1000
0x1fc0 	 0xffff1000
0x1fc4 	 0xffff1000
0x1fc8 	 0xffff1000
0x1fcc 	 0xffff1000
0x1fd0 	 0xffff1000
0x1fd4 	 0xffff1000
0x1fd8 	 0xffff1000
0x1fdc 	 0xffff1000
0x1fe0 	 0xffff1000
0x1fe4 	 0xffff1000
0x1fe8 	 0xffff1000
0x1fec 	 0xffff1000
0x1ff0 	 0xffff1000
0x1ff4 	 0xffff1000
0x1ff8 	 0xffff1000
0x1ffc 	 0xffff1000
ring name: comp_1.1.0
Rptr: 0x300 Wptr: 0x119b00 RB mask: 7ff
Ring size in dwords: 2048
Ring contents
Offset 	 Value
0x0 	 0xc0053c00
0x4 	 0x43
0x8 	 0xe26
0xc 	 0xe27
0x10 	 0x8
0x14 	 0x8
0x18 	 0x20
0x1c 	 0xc0023f00
0x20 	 0x17000
0x24 	 0xffff8001
0x28 	 0x5800048
0x2c 	 0xc0023f00
0x30 	 0x1000
0x34 	 0xffff8001
0x38 	 0x5800060
0x3c 	 0xc0064900
0x40 	 0x6600514
0x44 	 0x40000000
0x48 	 0x6b8100
0x4c 	 0x0
0x50 	 0x128cc
0x54 	 0x0
0x58 	 0x0
0x5c 	 0xc0064900
0x60 	 0x6600514
0x64 	 0x22000000
0x68 	 0x401200
0x6c 	 0x0
0x70 	 0x11c2
0x74 	 0x0
0x78 	 0x0
0x7c 	 0xc0df1000
0x80 	 0xffff1000
0x84 	 0xffff1000
0x88 	 0xffff1000
0x8c 	 0xffff1000
0x90 	 0xffff1000
0x94 	 0xffff1000
0x98 	 0xffff1000
0x9c 	 0xffff1000
0xa0 	 0xffff1000
0xa4 	 0xffff1000
0xa8 	 0xffff1000
0xac 	 0xffff1000
0xb0 	 0xffff1000
0xb4 	 0xffff1000
0xb8 	 0xffff1000
0xbc 	 0xffff1000
0xc0 	 0xffff1000
0xc4 	 0xffff1000
0xc8 	 0xffff1000
0xcc 	 0xffff1000
0xd0 	 0xffff1000
0xd4 	 0xffff1000
0xd8 	 0xffff1000
0xdc 	 0xffff1000
0xe0 	 0xffff1000
0xe4 	 0xffff1000
0xe8 	 0xffff1000
0xec 	 0xffff1000
0xf0 	 0xffff1000
0xf4 	 0xffff1000
0xf8 	 0xffff1000
0xfc 	 0xffff1000
0x100 	 0xffff1000
0x104 	 0xffff1000
0x108 	 0xffff1000
0x10c 	 0xffff1000
0x110 	 0xffff1000
0x114 	 0xffff1000
0x118 	 0xffff1000
0x11c 	 0xffff1000
0x120 	 0xffff1000
0x124 	 0xffff1000
0x128 	 0xffff1000
0x12c 	 0xffff1000
0x130 	 0xffff1000
0x134 	 0xffff1000
0x138 	 0xffff1000
0x13c 	 0xffff1000
0x140 	 0xffff1000
0x144 	 0xffff1000
0x148 	 0xffff1000
0x14c 	 0xffff1000
0x150 	 0xffff1000
0x154 	 0xffff1000
0x158 	 0xffff1000
0x15c 	 0xffff1000
0x160 	 0xffff1000
0x164 	 0xffff1000
0x168 	 0xffff1000
0x16c 	 0xffff1000
0x170 	 0xffff1000
0x174 	 0xffff1000
0x178 	 0xffff1000
0x17c 	 0xffff1000
0x180 	 0xffff1000
0x184 	 0xffff1000
0x188 	 0xffff1000
0x18c 	 0xffff1000
0x190 	 0xffff1000
0x194 	 0xffff1000
0x198 	 0xffff1000
0x19c 	 0xffff1000
0x1a0 	 0xffff1000
0x1a4 	 0xffff1000
0x1a8 	 0xffff1000
0x1ac 	 0xffff1000
0x1b0 	 0xffff1000
0x1b4 	 0xffff1000
0x1b8 	 0xffff1000
0x1bc 	 0xffff1000
0x1c0 	 0xffff1000
0x1c4 	 0xffff1000
0x1c8 	 0xffff1000
0x1cc 	 0xffff1000
0x1d0 	 0xffff1000
0x1d4 	 0xffff1000
0x1d8 	 0xffff1000
0x1dc 	 0xffff1000
0x1e0 	 0xffff1000
0x1e4 	 0xffff1000
0x1e8 	 0xffff1000
0x1ec 	 0xffff1000
0x1f0 	 0xffff1000
0x1f4 	 0xffff1000
0x1f8 	 0xffff1000
0x1fc 	 0xffff1000
0x200 	 0xffff1000
0x204 	 0xffff1000
0x208 	 0xffff1000
0x20c 	 0xffff1000
0x210 	 0xffff1000
0x214 	 0xffff1000
0x218 	 0xffff1000
0x21c 	 0xffff1000
0x220 	 0xffff1000
0x224 	 0xffff1000
0x228 	 0xffff1000
0x22c 	 0xffff1000
0x230 	 0xffff1000
0x234 	 0xffff1000
0x238 	 0xffff1000
0x23c 	 0xffff1000
0x240 	 0xffff1000
0x244 	 0xffff1000
0x248 	 0xffff1000
0x24c 	 0xffff1000
0x250 	 0xffff1000
0x254 	 0xffff1000
0x258 	 0xffff1000
0x25c 	 0xffff1000
0x260 	 0xffff1000
0x264 	 0xffff1000
0x268 	 0xffff1000
0x26c 	 0xffff1000
0x270 	 0xffff1000
0x274 	 0xffff1000
0x278 	 0xffff1000
0x27c 	 0xffff1000
0x280 	 0xffff1000
0x284 	 0xffff1000
0x288 	 0xffff1000
0x28c 	 0xffff1000
0x290 	 0xffff1000
0x294 	 0xffff1000
0x298 	 0xffff1000
0x29c 	 0xffff1000
0x2a0 	 0xffff1000
0x2a4 	 0xffff1000
0x2a8 	 0xffff1000
0x2ac 	 0xffff1000
0x2b0 	 0xffff1000
0x2b4 	 0xffff1000
0x2b8 	 0xffff1000
0x2bc 	 0xffff1000
0x2c0 	 0xffff1000
0x2c4 	 0xffff1000
0x2c8 	 0xffff1000
0x2cc 	 0xffff1000
0x2d0 	 0xffff1000
0x2d4 	 0xffff1000
0x2d8 	 0xffff1000
0x2dc 	 0xffff1000
0x2e0 	 0xffff1000
0x2e4 	 0xffff1000
0x2e8 	 0xffff1000
0x2ec 	 0xffff1000
0x2f0 	 0xffff1000
0x2f4 	 0xffff1000
0x2f8 	 0xffff1000
0x2fc 	 0xffff1000
0x300 	 0xffff1000
0x304 	 0xffff1000
0x308 	 0xffff1000
0x30c 	 0xffff1000
0x310 	 0xffff1000
0x314 	 0xffff1000
0x318 	 0xffff1000
0x31c 	 0xffff1000
0x320 	 0xffff1000
0x324 	 0xffff1000
0x328 	 0xffff1000
0x32c 	 0xffff1000
0x330 	 0xffff1000
0x334 	 0xffff1000
0x338 	 0xffff1000
0x33c 	 0xffff1000
0x340 	 0xffff1000
0x344 	 0xffff1000
0x348 	 0xffff1000
0x34c 	 0xffff1000
0x350 	 0xffff1000
0x354 	 0xffff1000
0x358 	 0xffff1000
0x35c 	 0xffff1000
0x360 	 0xffff1000
0x364 	 0xffff1000
0x368 	 0xffff1000
0x36c 	 0xffff1000
0x370 	 0xffff1000
0x374 	 0xffff1000
0x378 	 0xffff1000
0x37c 	 0xffff1000
0x380 	 0xffff1000
0x384 	 0xffff1000
0x388 	 0xffff1000
0x38c 	 0xffff1000
0x390 	 0xffff1000
0x394 	 0xffff1000
0x398 	 0xffff1000
0x39c 	 0xffff1000
0x3a0 	 0xffff1000
0x3a4 	 0xffff1000
0x3a8 	 0xffff1000
0x3ac 	 0xffff1000
0x3b0 	 0xffff1000
0x3b4 	 0xffff1000
0x3b8 	 0xffff1000
0x3bc 	 0xffff1000
0x3c0 	 0xffff1000
0x3c4 	 0xffff1000
0x3c8 	 0xffff1000
0x3cc 	 0xffff1000
0x3d0 	 0xffff1000
0x3d4 	 0xffff1000
0x3d8 	 0xffff1000
0x3dc 	 0xffff1000
0x3e0 	 0xffff1000
0x3e4 	 0xffff1000
0x3e8 	 0xffff1000
0x3ec 	 0xffff1000
0x3f0 	 0xffff1000
0x3f4 	 0xffff1000
0x3f8 	 0xffff1000
0x3fc 	 0xffff1000
0x400 	 0xc0053c00
0x404 	 0x43
0x408 	 0xe26
0x40c 	 0xe27
0x410 	 0x8
0x414 	 0x8
0x418 	 0x20
0x41c 	 0xc0023f00
0x420 	 0x17000
0x424 	 0xffff8001
0x428 	 0x5800048
0x42c 	 0xc0023f00
0x430 	 0x1000
0x434 	 0xffff8001
0x438 	 0x5800060
0x43c 	 0xc0064900
0x440 	 0x6600514
0x444 	 0x40000000
0x448 	 0x6b8100
0x44c 	 0x0
0x450 	 0x128ce
0x454 	 0x0
0x458 	 0x0
0x45c 	 0xc0064900
0x460 	 0x6600514
0x464 	 0x22000000
0x468 	 0x401200
0x46c 	 0x0
0x470 	 0x11c3
0x474 	 0x0
0x478 	 0x0
0x47c 	 0xc0df1000
0x480 	 0xffff1000
0x484 	 0xffff1000
0x488 	 0xffff1000
0x48c 	 0xffff1000
0x490 	 0xffff1000
0x494 	 0xffff1000
0x498 	 0xffff1000
0x49c 	 0xffff1000
0x4a0 	 0xffff1000
0x4a4 	 0xffff1000
0x4a8 	 0xffff1000
0x4ac 	 0xffff1000
0x4b0 	 0xffff1000
0x4b4 	 0xffff1000
0x4b8 	 0xffff1000
0x4bc 	 0xffff1000
0x4c0 	 0xffff1000
0x4c4 	 0xffff1000
0x4c8 	 0xffff1000
0x4cc 	 0xffff1000
0x4d0 	 0xffff1000
0x4d4 	 0xffff1000
0x4d8 	 0xffff1000
0x4dc 	 0xffff1000
0x4e0 	 0xffff1000
0x4e4 	 0xffff1000
0x4e8 	 0xffff1000
0x4ec 	 0xffff1000
0x4f0 	 0xffff1000
0x4f4 	 0xffff1000
0x4f8 	 0xffff1000
0x4fc 	 0xffff1000
0x500 	 0xffff1000
0x504 	 0xffff1000
0x508 	 0xffff1000
0x50c 	 0xffff1000
0x510 	 0xffff1000
0x514 	 0xffff1000
0x518 	 0xffff1000
0x51c 	 0xffff1000
0x520 	 0xffff1000
0x524 	 0xffff1000
0x528 	 0xffff1000
0x52c 	 0xffff1000
0x530 	 0xffff1000
0x534 	 0xffff1000
0x538 	 0xffff1000
0x53c 	 0xffff1000
0x540 	 0xffff1000
0x544 	 0xffff1000
0x548 	 0xffff1000
0x54c 	 0xffff1000
0x550 	 0xffff1000
0x554 	 0xffff1000
0x558 	 0xffff1000
0x55c 	 0xffff1000
0x560 	 0xffff1000
0x564 	 0xffff1000
0x568 	 0xffff1000
0x56c 	 0xffff1000
0x570 	 0xffff1000
0x574 	 0xffff1000
0x578 	 0xffff1000
0x57c 	 0xffff1000
0x580 	 0xffff1000
0x584 	 0xffff1000
0x588 	 0xffff1000
0x58c 	 0xffff1000
0x590 	 0xffff1000
0x594 	 0xffff1000
0x598 	 0xffff1000
0x59c 	 0xffff1000
0x5a0 	 0xffff1000
0x5a4 	 0xffff1000
0x5a8 	 0xffff1000
0x5ac 	 0xffff1000
0x5b0 	 0xffff1000
0x5b4 	 0xffff1000
0x5b8 	 0xffff1000
0x5bc 	 0xffff1000
0x5c0 	 0xffff1000
0x5c4 	 0xffff1000
0x5c8 	 0xffff1000
0x5cc 	 0xffff1000
0x5d0 	 0xffff1000
0x5d4 	 0xffff1000
0x5d8 	 0xffff1000
0x5dc 	 0xffff1000
0x5e0 	 0xffff1000
0x5e4 	 0xffff1000
0x5e8 	 0xffff1000
0x5ec 	 0xffff1000
0x5f0 	 0xffff1000
0x5f4 	 0xffff1000
0x5f8 	 0xffff1000
0x5fc 	 0xffff1000
0x600 	 0xffff1000
0x604 	 0xffff1000
0x608 	 0xffff1000
0x60c 	 0xffff1000
0x610 	 0xffff1000
0x614 	 0xffff1000
0x618 	 0xffff1000
0x61c 	 0xffff1000
0x620 	 0xffff1000
0x624 	 0xffff1000
0x628 	 0xffff1000
0x62c 	 0xffff1000
0x630 	 0xffff1000
0x634 	 0xffff1000
0x638 	 0xffff1000
0x63c 	 0xffff1000
0x640 	 0xffff1000
0x644 	 0xffff1000
0x648 	 0xffff1000
0x64c 	 0xffff1000
0x650 	 0xffff1000
0x654 	 0xffff1000
0x658 	 0xffff1000
0x65c 	 0xffff1000
0x660 	 0xffff1000
0x664 	 0xffff1000
0x668 	 0xffff1000
0x66c 	 0xffff1000
0x670 	 0xffff1000
0x674 	 0xffff1000
0x678 	 0xffff1000
0x67c 	 0xffff1000
0x680 	 0xffff1000
0x684 	 0xffff1000
0x688 	 0xffff1000
0x68c 	 0xffff1000
0x690 	 0xffff1000
0x694 	 0xffff1000
0x698 	 0xffff1000
0x69c 	 0xffff1000
0x6a0 	 0xffff1000
0x6a4 	 0xffff1000
0x6a8 	 0xffff1000
0x6ac 	 0xffff1000
0x6b0 	 0xffff1000
0x6b4 	 0xffff1000
0x6b8 	 0xffff1000
0x6bc 	 0xffff1000
0x6c0 	 0xffff1000
0x6c4 	 0xffff1000
0x6c8 	 0xffff1000
0x6cc 	 0xffff1000
0x6d0 	 0xffff1000
0x6d4 	 0xffff1000
0x6d8 	 0xffff1000
0x6dc 	 0xffff1000
0x6e0 	 0xffff1000
0x6e4 	 0xffff1000
0x6e8 	 0xffff1000
0x6ec 	 0xffff1000
0x6f0 	 0xffff1000
0x6f4 	 0xffff1000
0x6f8 	 0xffff1000
0x6fc 	 0xffff1000
0x700 	 0xffff1000
0x704 	 0xffff1000
0x708 	 0xffff1000
0x70c 	 0xffff1000
0x710 	 0xffff1000
0x714 	 0xffff1000
0x718 	 0xffff1000
0x71c 	 0xffff1000
0x720 	 0xffff1000
0x724 	 0xffff1000
0x728 	 0xffff1000
0x72c 	 0xffff1000
0x730 	 0xffff1000
0x734 	 0xffff1000
0x738 	 0xffff1000
0x73c 	 0xffff1000
0x740 	 0xffff1000
0x744 	 0xffff1000
0x748 	 0xffff1000
0x74c 	 0xffff1000
0x750 	 0xffff1000
0x754 	 0xffff1000
0x758 	 0xffff1000
0x75c 	 0xffff1000
0x760 	 0xffff1000
0x764 	 0xffff1000
0x768 	 0xffff1000
0x76c 	 0xffff1000
0x770 	 0xffff1000
0x774 	 0xffff1000
0x778 	 0xffff1000
0x77c 	 0xffff1000
0x780 	 0xffff1000
0x784 	 0xffff1000
0x788 	 0xffff1000
0x78c 	 0xffff1000
0x790 	 0xffff1000
0x794 	 0xffff1000
0x798 	 0xffff1000
0x79c 	 0xffff1000
0x7a0 	 0xffff1000
0x7a4 	 0xffff1000
0x7a8 	 0xffff1000
0x7ac 	 0xffff1000
0x7b0 	 0xffff1000
0x7b4 	 0xffff1000
0x7b8 	 0xffff1000
0x7bc 	 0xffff1000
0x7c0 	 0xffff1000
0x7c4 	 0xffff1000
0x7c8 	 0xffff1000
0x7cc 	 0xffff1000
0x7d0 	 0xffff1000
0x7d4 	 0xffff1000
0x7d8 	 0xffff1000
0x7dc 	 0xffff1000
0x7e0 	 0xffff1000
0x7e4 	 0xffff1000
0x7e8 	 0xffff1000
0x7ec 	 0xffff1000
0x7f0 	 0xffff1000
0x7f4 	 0xffff1000
0x7f8 	 0xffff1000
0x7fc 	 0xffff1000
0x800 	 0xc0053c00
0x804 	 0x43
0x808 	 0xe26
0x80c 	 0xe27
0x810 	 0x8
0x814 	 0x8
0x818 	 0x20
0x81c 	 0xc0023f00
0x820 	 0x17000
0x824 	 0xffff8001
0x828 	 0x5800048
0x82c 	 0xc0023f00
0x830 	 0x1000
0x834 	 0xffff8001
0x838 	 0x5800060
0x83c 	 0xc0064900
0x840 	 0x6600514
0x844 	 0x40000000
0x848 	 0x6b8100
0x84c 	 0x0
0x850 	 0x128d0
0x854 	 0x0
0x858 	 0x0
0x85c 	 0xc0064900
0x860 	 0x6600514
0x864 	 0x22000000
0x868 	 0x401200
0x86c 	 0x0
0x870 	 0x11c4
0x874 	 0x0
0x878 	 0x0
0x87c 	 0xc0df1000
0x880 	 0xffff1000
0x884 	 0xffff1000
0x888 	 0xffff1000
0x88c 	 0xffff1000
0x890 	 0xffff1000
0x894 	 0xffff1000
0x898 	 0xffff1000
0x89c 	 0xffff1000
0x8a0 	 0xffff1000
0x8a4 	 0xffff1000
0x8a8 	 0xffff1000
0x8ac 	 0xffff1000
0x8b0 	 0xffff1000
0x8b4 	 0xffff1000
0x8b8 	 0xffff1000
0x8bc 	 0xffff1000
0x8c0 	 0xffff1000
0x8c4 	 0xffff1000
0x8c8 	 0xffff1000
0x8cc 	 0xffff1000
0x8d0 	 0xffff1000
0x8d4 	 0xffff1000
0x8d8 	 0xffff1000
0x8dc 	 0xffff1000
0x8e0 	 0xffff1000
0x8e4 	 0xffff1000
0x8e8 	 0xffff1000
0x8ec 	 0xffff1000
0x8f0 	 0xffff1000
0x8f4 	 0xffff1000
0x8f8 	 0xffff1000
0x8fc 	 0xffff1000
0x900 	 0xffff1000
0x904 	 0xffff1000
0x908 	 0xffff1000
0x90c 	 0xffff1000
0x910 	 0xffff1000
0x914 	 0xffff1000
0x918 	 0xffff1000
0x91c 	 0xffff1000
0x920 	 0xffff1000
0x924 	 0xffff1000
0x928 	 0xffff1000
0x92c 	 0xffff1000
0x930 	 0xffff1000
0x934 	 0xffff1000
0x938 	 0xffff1000
0x93c 	 0xffff1000
0x940 	 0xffff1000
0x944 	 0xffff1000
0x948 	 0xffff1000
0x94c 	 0xffff1000
0x950 	 0xffff1000
0x954 	 0xffff1000
0x958 	 0xffff1000
0x95c 	 0xffff1000
0x960 	 0xffff1000
0x964 	 0xffff1000
0x968 	 0xffff1000
0x96c 	 0xffff1000
0x970 	 0xffff1000
0x974 	 0xffff1000
0x978 	 0xffff1000
0x97c 	 0xffff1000
0x980 	 0xffff1000
0x984 	 0xffff1000
0x988 	 0xffff1000
0x98c 	 0xffff1000
0x990 	 0xffff1000
0x994 	 0xffff1000
0x998 	 0xffff1000
0x99c 	 0xffff1000
0x9a0 	 0xffff1000
0x9a4 	 0xffff1000
0x9a8 	 0xffff1000
0x9ac 	 0xffff1000
0x9b0 	 0xffff1000
0x9b4 	 0xffff1000
0x9b8 	 0xffff1000
0x9bc 	 0xffff1000
0x9c0 	 0xffff1000
0x9c4 	 0xffff1000
0x9c8 	 0xffff1000
0x9cc 	 0xffff1000
0x9d0 	 0xffff1000
0x9d4 	 0xffff1000
0x9d8 	 0xffff1000
0x9dc 	 0xffff1000
0x9e0 	 0xffff1000
0x9e4 	 0xffff1000
0x9e8 	 0xffff1000
0x9ec 	 0xffff1000
0x9f0 	 0xffff1000
0x9f4 	 0xffff1000
0x9f8 	 0xffff1000
0x9fc 	 0xffff1000
0xa00 	 0xffff1000
0xa04 	 0xffff1000
0xa08 	 0xffff1000
0xa0c 	 0xffff1000
0xa10 	 0xffff1000
0xa14 	 0xffff1000
0xa18 	 0xffff1000
0xa1c 	 0xffff1000
0xa20 	 0xffff1000
0xa24 	 0xffff1000
0xa28 	 0xffff1000
0xa2c 	 0xffff1000
0xa30 	 0xffff1000
0xa34 	 0xffff1000
0xa38 	 0xffff1000
0xa3c 	 0xffff1000
0xa40 	 0xffff1000
0xa44 	 0xffff1000
0xa48 	 0xffff1000
0xa4c 	 0xffff1000
0xa50 	 0xffff1000
0xa54 	 0xffff1000
0xa58 	 0xffff1000
0xa5c 	 0xffff1000
0xa60 	 0xffff1000
0xa64 	 0xffff1000
0xa68 	 0xffff1000
0xa6c 	 0xffff1000
0xa70 	 0xffff1000
0xa74 	 0xffff1000
0xa78 	 0xffff1000
0xa7c 	 0xffff1000
0xa80 	 0xffff1000
0xa84 	 0xffff1000
0xa88 	 0xffff1000
0xa8c 	 0xffff1000
0xa90 	 0xffff1000
0xa94 	 0xffff1000
0xa98 	 0xffff1000
0xa9c 	 0xffff1000
0xaa0 	 0xffff1000
0xaa4 	 0xffff1000
0xaa8 	 0xffff1000
0xaac 	 0xffff1000
0xab0 	 0xffff1000
0xab4 	 0xffff1000
0xab8 	 0xffff1000
0xabc 	 0xffff1000
0xac0 	 0xffff1000
0xac4 	 0xffff1000
0xac8 	 0xffff1000
0xacc 	 0xffff1000
0xad0 	 0xffff1000
0xad4 	 0xffff1000
0xad8 	 0xffff1000
0xadc 	 0xffff1000
0xae0 	 0xffff1000
0xae4 	 0xffff1000
0xae8 	 0xffff1000
0xaec 	 0xffff1000
0xaf0 	 0xffff1000
0xaf4 	 0xffff1000
0xaf8 	 0xffff1000
0xafc 	 0xffff1000
0xb00 	 0xffff1000
0xb04 	 0xffff1000
0xb08 	 0xffff1000
0xb0c 	 0xffff1000
0xb10 	 0xffff1000
0xb14 	 0xffff1000
0xb18 	 0xffff1000
0xb1c 	 0xffff1000
0xb20 	 0xffff1000
0xb24 	 0xffff1000
0xb28 	 0xffff1000
0xb2c 	 0xffff1000
0xb30 	 0xffff1000
0xb34 	 0xffff1000
0xb38 	 0xffff1000
0xb3c 	 0xffff1000
0xb40 	 0xffff1000
0xb44 	 0xffff1000
0xb48 	 0xffff1000
0xb4c 	 0xffff1000
0xb50 	 0xffff1000
0xb54 	 0xffff1000
0xb58 	 0xffff1000
0xb5c 	 0xffff1000
0xb60 	 0xffff1000
0xb64 	 0xffff1000
0xb68 	 0xffff1000
0xb6c 	 0xffff1000
0xb70 	 0xffff1000
0xb74 	 0xffff1000
0xb78 	 0xffff1000
0xb7c 	 0xffff1000
0xb80 	 0xffff1000
0xb84 	 0xffff1000
0xb88 	 0xffff1000
0xb8c 	 0xffff1000
0xb90 	 0xffff1000
0xb94 	 0xffff1000
0xb98 	 0xffff1000
0xb9c 	 0xffff1000
0xba0 	 0xffff1000
0xba4 	 0xffff1000
0xba8 	 0xffff1000
0xbac 	 0xffff1000
0xbb0 	 0xffff1000
0xbb4 	 0xffff1000
0xbb8 	 0xffff1000
0xbbc 	 0xffff1000
0xbc0 	 0xffff1000
0xbc4 	 0xffff1000
0xbc8 	 0xffff1000
0xbcc 	 0xffff1000
0xbd0 	 0xffff1000
0xbd4 	 0xffff1000
0xbd8 	 0xffff1000
0xbdc 	 0xffff1000
0xbe0 	 0xffff1000
0xbe4 	 0xffff1000
0xbe8 	 0xffff1000
0xbec 	 0xffff1000
0xbf0 	 0xffff1000
0xbf4 	 0xffff1000
0xbf8 	 0xffff1000
0xbfc 	 0xffff1000
0xc00 	 0xc0053c00
0xc04 	 0x43
0xc08 	 0xe26
0xc0c 	 0xe27
0xc10 	 0x8
0xc14 	 0x8
0xc18 	 0x20
0xc1c 	 0xc0023f00
0xc20 	 0x17000
0xc24 	 0xffff8001
0xc28 	 0x5800048
0xc2c 	 0xc0023f00
0xc30 	 0x1000
0xc34 	 0xffff8001
0xc38 	 0x5800060
0xc3c 	 0xc0064900
0xc40 	 0x6600514
0xc44 	 0x40000000
0xc48 	 0x6b8100
0xc4c 	 0x0
0xc50 	 0x128c2
0xc54 	 0x0
0xc58 	 0x0
0xc5c 	 0xc0064900
0xc60 	 0x6600514
0xc64 	 0x22000000
0xc68 	 0x401200
0xc6c 	 0x0
0xc70 	 0x11bd
0xc74 	 0x0
0xc78 	 0x0
0xc7c 	 0xc0df1000
0xc80 	 0xffff1000
0xc84 	 0xffff1000
0xc88 	 0xffff1000
0xc8c 	 0xffff1000
0xc90 	 0xffff1000
0xc94 	 0xffff1000
0xc98 	 0xffff1000
0xc9c 	 0xffff1000
0xca0 	 0xffff1000
0xca4 	 0xffff1000
0xca8 	 0xffff1000
0xcac 	 0xffff1000
0xcb0 	 0xffff1000
0xcb4 	 0xffff1000
0xcb8 	 0xffff1000
0xcbc 	 0xffff1000
0xcc0 	 0xffff1000
0xcc4 	 0xffff1000
0xcc8 	 0xffff1000
0xccc 	 0xffff1000
0xcd0 	 0xffff1000
0xcd4 	 0xffff1000
0xcd8 	 0xffff1000
0xcdc 	 0xffff1000
0xce0 	 0xffff1000
0xce4 	 0xffff1000
0xce8 	 0xffff1000
0xcec 	 0xffff1000
0xcf0 	 0xffff1000
0xcf4 	 0xffff1000
0xcf8 	 0xffff1000
0xcfc 	 0xffff1000
0xd00 	 0xffff1000
0xd04 	 0xffff1000
0xd08 	 0xffff1000
0xd0c 	 0xffff1000
0xd10 	 0xffff1000
0xd14 	 0xffff1000
0xd18 	 0xffff1000
0xd1c 	 0xffff1000
0xd20 	 0xffff1000
0xd24 	 0xffff1000
0xd28 	 0xffff1000
0xd2c 	 0xffff1000
0xd30 	 0xffff1000
0xd34 	 0xffff1000
0xd38 	 0xffff1000
0xd3c 	 0xffff1000
0xd40 	 0xffff1000
0xd44 	 0xffff1000
0xd48 	 0xffff1000
0xd4c 	 0xffff1000
0xd50 	 0xffff1000
0xd54 	 0xffff1000
0xd58 	 0xffff1000
0xd5c 	 0xffff1000
0xd60 	 0xffff1000
0xd64 	 0xffff1000
0xd68 	 0xffff1000
0xd6c 	 0xffff1000
0xd70 	 0xffff1000
0xd74 	 0xffff1000
0xd78 	 0xffff1000
0xd7c 	 0xffff1000
0xd80 	 0xffff1000
0xd84 	 0xffff1000
0xd88 	 0xffff1000
0xd8c 	 0xffff1000
0xd90 	 0xffff1000
0xd94 	 0xffff1000
0xd98 	 0xffff1000
0xd9c 	 0xffff1000
0xda0 	 0xffff1000
0xda4 	 0xffff1000
0xda8 	 0xffff1000
0xdac 	 0xffff1000
0xdb0 	 0xffff1000
0xdb4 	 0xffff1000
0xdb8 	 0xffff1000
0xdbc 	 0xffff1000
0xdc0 	 0xffff1000
0xdc4 	 0xffff1000
0xdc8 	 0xffff1000
0xdcc 	 0xffff1000
0xdd0 	 0xffff1000
0xdd4 	 0xffff1000
0xdd8 	 0xffff1000
0xddc 	 0xffff1000
0xde0 	 0xffff1000
0xde4 	 0xffff1000
0xde8 	 0xffff1000
0xdec 	 0xffff1000
0xdf0 	 0xffff1000
0xdf4 	 0xffff1000
0xdf8 	 0xffff1000
0xdfc 	 0xffff1000
0xe00 	 0xffff1000
0xe04 	 0xffff1000
0xe08 	 0xffff1000
0xe0c 	 0xffff1000
0xe10 	 0xffff1000
0xe14 	 0xffff1000
0xe18 	 0xffff1000
0xe1c 	 0xffff1000
0xe20 	 0xffff1000
0xe24 	 0xffff1000
0xe28 	 0xffff1000
0xe2c 	 0xffff1000
0xe30 	 0xffff1000
0xe34 	 0xffff1000
0xe38 	 0xffff1000
0xe3c 	 0xffff1000
0xe40 	 0xffff1000
0xe44 	 0xffff1000
0xe48 	 0xffff1000
0xe4c 	 0xffff1000
0xe50 	 0xffff1000
0xe54 	 0xffff1000
0xe58 	 0xffff1000
0xe5c 	 0xffff1000
0xe60 	 0xffff1000
0xe64 	 0xffff1000
0xe68 	 0xffff1000
0xe6c 	 0xffff1000
0xe70 	 0xffff1000
0xe74 	 0xffff1000
0xe78 	 0xffff1000
0xe7c 	 0xffff1000
0xe80 	 0xffff1000
0xe84 	 0xffff1000
0xe88 	 0xffff1000
0xe8c 	 0xffff1000
0xe90 	 0xffff1000
0xe94 	 0xffff1000
0xe98 	 0xffff1000
0xe9c 	 0xffff1000
0xea0 	 0xffff1000
0xea4 	 0xffff1000
0xea8 	 0xffff1000
0xeac 	 0xffff1000
0xeb0 	 0xffff1000
0xeb4 	 0xffff1000
0xeb8 	 0xffff1000
0xebc 	 0xffff1000
0xec0 	 0xffff1000
0xec4 	 0xffff1000
0xec8 	 0xffff1000
0xecc 	 0xffff1000
0xed0 	 0xffff1000
0xed4 	 0xffff1000
0xed8 	 0xffff1000
0xedc 	 0xffff1000
0xee0 	 0xffff1000
0xee4 	 0xffff1000
0xee8 	 0xffff1000
0xeec 	 0xffff1000
0xef0 	 0xffff1000
0xef4 	 0xffff1000
0xef8 	 0xffff1000
0xefc 	 0xffff1000
0xf00 	 0xffff1000
0xf04 	 0xffff1000
0xf08 	 0xffff1000
0xf0c 	 0xffff1000
0xf10 	 0xffff1000
0xf14 	 0xffff1000
0xf18 	 0xffff1000
0xf1c 	 0xffff1000
0xf20 	 0xffff1000
0xf24 	 0xffff1000
0xf28 	 0xffff1000
0xf2c 	 0xffff1000
0xf30 	 0xffff1000
0xf34 	 0xffff1000
0xf38 	 0xffff1000
0xf3c 	 0xffff1000
0xf40 	 0xffff1000
0xf44 	 0xffff1000
0xf48 	 0xffff1000
0xf4c 	 0xffff1000
0xf50 	 0xffff1000
0xf54 	 0xffff1000
0xf58 	 0xffff1000
0xf5c 	 0xffff1000
0xf60 	 0xffff1000
0xf64 	 0xffff1000
0xf68 	 0xffff1000
0xf6c 	 0xffff1000
0xf70 	 0xffff1000
0xf74 	 0xffff1000
0xf78 	 0xffff1000
0xf7c 	 0xffff1000
0xf80 	 0xffff1000
0xf84 	 0xffff1000
0xf88 	 0xffff1000
0xf8c 	 0xffff1000
0xf90 	 0xffff1000
0xf94 	 0xffff1000
0xf98 	 0xffff1000
0xf9c 	 0xffff1000
0xfa0 	 0xffff1000
0xfa4 	 0xffff1000
0xfa8 	 0xffff1000
0xfac 	 0xffff1000
0xfb0 	 0xffff1000
0xfb4 	 0xffff1000
0xfb8 	 0xffff1000
0xfbc 	 0xffff1000
0xfc0 	 0xffff1000
0xfc4 	 0xffff1000
0xfc8 	 0xffff1000
0xfcc 	 0xffff1000
0xfd0 	 0xffff1000
0xfd4 	 0xffff1000
0xfd8 	 0xffff1000
0xfdc 	 0xffff1000
0xfe0 	 0xffff1000
0xfe4 	 0xffff1000
0xfe8 	 0xffff1000
0xfec 	 0xffff1000
0xff0 	 0xffff1000
0xff4 	 0xffff1000
0xff8 	 0xffff1000
0xffc 	 0xffff1000
0x1000 	 0xc0053c00
0x1004 	 0x43
0x1008 	 0xe26
0x100c 	 0xe27
0x1010 	 0x8
0x1014 	 0x8
0x1018 	 0x20
0x101c 	 0xc0023f00
0x1020 	 0x17000
0x1024 	 0xffff8001
0x1028 	 0x5800048
0x102c 	 0xc0023f00
0x1030 	 0x1000
0x1034 	 0xffff8001
0x1038 	 0x5800060
0x103c 	 0xc0064900
0x1040 	 0x6600514
0x1044 	 0x40000000
0x1048 	 0x6b8100
0x104c 	 0x0
0x1050 	 0x128c4
0x1054 	 0x0
0x1058 	 0x0
0x105c 	 0xc0064900
0x1060 	 0x6600514
0x1064 	 0x22000000
0x1068 	 0x401200
0x106c 	 0x0
0x1070 	 0x11be
0x1074 	 0x0
0x1078 	 0x0
0x107c 	 0xc0df1000
0x1080 	 0xffff1000
0x1084 	 0xffff1000
0x1088 	 0xffff1000
0x108c 	 0xffff1000
0x1090 	 0xffff1000
0x1094 	 0xffff1000
0x1098 	 0xffff1000
0x109c 	 0xffff1000
0x10a0 	 0xffff1000
0x10a4 	 0xffff1000
0x10a8 	 0xffff1000
0x10ac 	 0xffff1000
0x10b0 	 0xffff1000
0x10b4 	 0xffff1000
0x10b8 	 0xffff1000
0x10bc 	 0xffff1000
0x10c0 	 0xffff1000
0x10c4 	 0xffff1000
0x10c8 	 0xffff1000
0x10cc 	 0xffff1000
0x10d0 	 0xffff1000
0x10d4 	 0xffff1000
0x10d8 	 0xffff1000
0x10dc 	 0xffff1000
0x10e0 	 0xffff1000
0x10e4 	 0xffff1000
0x10e8 	 0xffff1000
0x10ec 	 0xffff1000
0x10f0 	 0xffff1000
0x10f4 	 0xffff1000
0x10f8 	 0xffff1000
0x10fc 	 0xffff1000
0x1100 	 0xffff1000
0x1104 	 0xffff1000
0x1108 	 0xffff1000
0x110c 	 0xffff1000
0x1110 	 0xffff1000
0x1114 	 0xffff1000
0x1118 	 0xffff1000
0x111c 	 0xffff1000
0x1120 	 0xffff1000
0x1124 	 0xffff1000
0x1128 	 0xffff1000
0x112c 	 0xffff1000
0x1130 	 0xffff1000
0x1134 	 0xffff1000
0x1138 	 0xffff1000
0x113c 	 0xffff1000
0x1140 	 0xffff1000
0x1144 	 0xffff1000
0x1148 	 0xffff1000
0x114c 	 0xffff1000
0x1150 	 0xffff1000
0x1154 	 0xffff1000
0x1158 	 0xffff1000
0x115c 	 0xffff1000
0x1160 	 0xffff1000
0x1164 	 0xffff1000
0x1168 	 0xffff1000
0x116c 	 0xffff1000
0x1170 	 0xffff1000
0x1174 	 0xffff1000
0x1178 	 0xffff1000
0x117c 	 0xffff1000
0x1180 	 0xffff1000
0x1184 	 0xffff1000
0x1188 	 0xffff1000
0x118c 	 0xffff1000
0x1190 	 0xffff1000
0x1194 	 0xffff1000
0x1198 	 0xffff1000
0x119c 	 0xffff1000
0x11a0 	 0xffff1000
0x11a4 	 0xffff1000
0x11a8 	 0xffff1000
0x11ac 	 0xffff1000
0x11b0 	 0xffff1000
0x11b4 	 0xffff1000
0x11b8 	 0xffff1000
0x11bc 	 0xffff1000
0x11c0 	 0xffff1000
0x11c4 	 0xffff1000
0x11c8 	 0xffff1000
0x11cc 	 0xffff1000
0x11d0 	 0xffff1000
0x11d4 	 0xffff1000
0x11d8 	 0xffff1000
0x11dc 	 0xffff1000
0x11e0 	 0xffff1000
0x11e4 	 0xffff1000
0x11e8 	 0xffff1000
0x11ec 	 0xffff1000
0x11f0 	 0xffff1000
0x11f4 	 0xffff1000
0x11f8 	 0xffff1000
0x11fc 	 0xffff1000
0x1200 	 0xffff1000
0x1204 	 0xffff1000
0x1208 	 0xffff1000
0x120c 	 0xffff1000
0x1210 	 0xffff1000
0x1214 	 0xffff1000
0x1218 	 0xffff1000
0x121c 	 0xffff1000
0x1220 	 0xffff1000
0x1224 	 0xffff1000
0x1228 	 0xffff1000
0x122c 	 0xffff1000
0x1230 	 0xffff1000
0x1234 	 0xffff1000
0x1238 	 0xffff1000
0x123c 	 0xffff1000
0x1240 	 0xffff1000
0x1244 	 0xffff1000
0x1248 	 0xffff1000
0x124c 	 0xffff1000
0x1250 	 0xffff1000
0x1254 	 0xffff1000
0x1258 	 0xffff1000
0x125c 	 0xffff1000
0x1260 	 0xffff1000
0x1264 	 0xffff1000
0x1268 	 0xffff1000
0x126c 	 0xffff1000
0x1270 	 0xffff1000
0x1274 	 0xffff1000
0x1278 	 0xffff1000
0x127c 	 0xffff1000
0x1280 	 0xffff1000
0x1284 	 0xffff1000
0x1288 	 0xffff1000
0x128c 	 0xffff1000
0x1290 	 0xffff1000
0x1294 	 0xffff1000
0x1298 	 0xffff1000
0x129c 	 0xffff1000
0x12a0 	 0xffff1000
0x12a4 	 0xffff1000
0x12a8 	 0xffff1000
0x12ac 	 0xffff1000
0x12b0 	 0xffff1000
0x12b4 	 0xffff1000
0x12b8 	 0xffff1000
0x12bc 	 0xffff1000
0x12c0 	 0xffff1000
0x12c4 	 0xffff1000
0x12c8 	 0xffff1000
0x12cc 	 0xffff1000
0x12d0 	 0xffff1000
0x12d4 	 0xffff1000
0x12d8 	 0xffff1000
0x12dc 	 0xffff1000
0x12e0 	 0xffff1000
0x12e4 	 0xffff1000
0x12e8 	 0xffff1000
0x12ec 	 0xffff1000
0x12f0 	 0xffff1000
0x12f4 	 0xffff1000
0x12f8 	 0xffff1000
0x12fc 	 0xffff1000
0x1300 	 0xffff1000
0x1304 	 0xffff1000
0x1308 	 0xffff1000
0x130c 	 0xffff1000
0x1310 	 0xffff1000
0x1314 	 0xffff1000
0x1318 	 0xffff1000
0x131c 	 0xffff1000
0x1320 	 0xffff1000
0x1324 	 0xffff1000
0x1328 	 0xffff1000
0x132c 	 0xffff1000
0x1330 	 0xffff1000
0x1334 	 0xffff1000
0x1338 	 0xffff1000
0x133c 	 0xffff1000
0x1340 	 0xffff1000
0x1344 	 0xffff1000
0x1348 	 0xffff1000
0x134c 	 0xffff1000
0x1350 	 0xffff1000
0x1354 	 0xffff1000
0x1358 	 0xffff1000
0x135c 	 0xffff1000
0x1360 	 0xffff1000
0x1364 	 0xffff1000
0x1368 	 0xffff1000
0x136c 	 0xffff1000
0x1370 	 0xffff1000
0x1374 	 0xffff1000
0x1378 	 0xffff1000
0x137c 	 0xffff1000
0x1380 	 0xffff1000
0x1384 	 0xffff1000
0x1388 	 0xffff1000
0x138c 	 0xffff1000
0x1390 	 0xffff1000
0x1394 	 0xffff1000
0x1398 	 0xffff1000
0x139c 	 0xffff1000
0x13a0 	 0xffff1000
0x13a4 	 0xffff1000
0x13a8 	 0xffff1000
0x13ac 	 0xffff1000
0x13b0 	 0xffff1000
0x13b4 	 0xffff1000
0x13b8 	 0xffff1000
0x13bc 	 0xffff1000
0x13c0 	 0xffff1000
0x13c4 	 0xffff1000
0x13c8 	 0xffff1000
0x13cc 	 0xffff1000
0x13d0 	 0xffff1000
0x13d4 	 0xffff1000
0x13d8 	 0xffff1000
0x13dc 	 0xffff1000
0x13e0 	 0xffff1000
0x13e4 	 0xffff1000
0x13e8 	 0xffff1000
0x13ec 	 0xffff1000
0x13f0 	 0xffff1000
0x13f4 	 0xffff1000
0x13f8 	 0xffff1000
0x13fc 	 0xffff1000
0x1400 	 0xc0053c00
0x1404 	 0x43
0x1408 	 0xe26
0x140c 	 0xe27
0x1410 	 0x8
0x1414 	 0x8
0x1418 	 0x20
0x141c 	 0xc0023f00
0x1420 	 0x17000
0x1424 	 0xffff8001
0x1428 	 0x5800048
0x142c 	 0xc0023f00
0x1430 	 0x1000
0x1434 	 0xffff8001
0x1438 	 0x5800060
0x143c 	 0xc0064900
0x1440 	 0x6600514
0x1444 	 0x40000000
0x1448 	 0x6b8100
0x144c 	 0x0
0x1450 	 0x128c6
0x1454 	 0x0
0x1458 	 0x0
0x145c 	 0xc0064900
0x1460 	 0x6600514
0x1464 	 0x22000000
0x1468 	 0x401200
0x146c 	 0x0
0x1470 	 0x11bf
0x1474 	 0x0
0x1478 	 0x0
0x147c 	 0xc0df1000
0x1480 	 0xffff1000
0x1484 	 0xffff1000
0x1488 	 0xffff1000
0x148c 	 0xffff1000
0x1490 	 0xffff1000
0x1494 	 0xffff1000
0x1498 	 0xffff1000
0x149c 	 0xffff1000
0x14a0 	 0xffff1000
0x14a4 	 0xffff1000
0x14a8 	 0xffff1000
0x14ac 	 0xffff1000
0x14b0 	 0xffff1000
0x14b4 	 0xffff1000
0x14b8 	 0xffff1000
0x14bc 	 0xffff1000
0x14c0 	 0xffff1000
0x14c4 	 0xffff1000
0x14c8 	 0xffff1000
0x14cc 	 0xffff1000
0x14d0 	 0xffff1000
0x14d4 	 0xffff1000
0x14d8 	 0xffff1000
0x14dc 	 0xffff1000
0x14e0 	 0xffff1000
0x14e4 	 0xffff1000
0x14e8 	 0xffff1000
0x14ec 	 0xffff1000
0x14f0 	 0xffff1000
0x14f4 	 0xffff1000
0x14f8 	 0xffff1000
0x14fc 	 0xffff1000
0x1500 	 0xffff1000
0x1504 	 0xffff1000
0x1508 	 0xffff1000
0x150c 	 0xffff1000
0x1510 	 0xffff1000
0x1514 	 0xffff1000
0x1518 	 0xffff1000
0x151c 	 0xffff1000
0x1520 	 0xffff1000
0x1524 	 0xffff1000
0x1528 	 0xffff1000
0x152c 	 0xffff1000
0x1530 	 0xffff1000
0x1534 	 0xffff1000
0x1538 	 0xffff1000
0x153c 	 0xffff1000
0x1540 	 0xffff1000
0x1544 	 0xffff1000
0x1548 	 0xffff1000
0x154c 	 0xffff1000
0x1550 	 0xffff1000
0x1554 	 0xffff1000
0x1558 	 0xffff1000
0x155c 	 0xffff1000
0x1560 	 0xffff1000
0x1564 	 0xffff1000
0x1568 	 0xffff1000
0x156c 	 0xffff1000
0x1570 	 0xffff1000
0x1574 	 0xffff1000
0x1578 	 0xffff1000
0x157c 	 0xffff1000
0x1580 	 0xffff1000
0x1584 	 0xffff1000
0x1588 	 0xffff1000
0x158c 	 0xffff1000
0x1590 	 0xffff1000
0x1594 	 0xffff1000
0x1598 	 0xffff1000
0x159c 	 0xffff1000
0x15a0 	 0xffff1000
0x15a4 	 0xffff1000
0x15a8 	 0xffff1000
0x15ac 	 0xffff1000
0x15b0 	 0xffff1000
0x15b4 	 0xffff1000
0x15b8 	 0xffff1000
0x15bc 	 0xffff1000
0x15c0 	 0xffff1000
0x15c4 	 0xffff1000
0x15c8 	 0xffff1000
0x15cc 	 0xffff1000
0x15d0 	 0xffff1000
0x15d4 	 0xffff1000
0x15d8 	 0xffff1000
0x15dc 	 0xffff1000
0x15e0 	 0xffff1000
0x15e4 	 0xffff1000
0x15e8 	 0xffff1000
0x15ec 	 0xffff1000
0x15f0 	 0xffff1000
0x15f4 	 0xffff1000
0x15f8 	 0xffff1000
0x15fc 	 0xffff1000
0x1600 	 0xffff1000
0x1604 	 0xffff1000
0x1608 	 0xffff1000
0x160c 	 0xffff1000
0x1610 	 0xffff1000
0x1614 	 0xffff1000
0x1618 	 0xffff1000
0x161c 	 0xffff1000
0x1620 	 0xffff1000
0x1624 	 0xffff1000
0x1628 	 0xffff1000
0x162c 	 0xffff1000
0x1630 	 0xffff1000
0x1634 	 0xffff1000
0x1638 	 0xffff1000
0x163c 	 0xffff1000
0x1640 	 0xffff1000
0x1644 	 0xffff1000
0x1648 	 0xffff1000
0x164c 	 0xffff1000
0x1650 	 0xffff1000
0x1654 	 0xffff1000
0x1658 	 0xffff1000
0x165c 	 0xffff1000
0x1660 	 0xffff1000
0x1664 	 0xffff1000
0x1668 	 0xffff1000
0x166c 	 0xffff1000
0x1670 	 0xffff1000
0x1674 	 0xffff1000
0x1678 	 0xffff1000
0x167c 	 0xffff1000
0x1680 	 0xffff1000
0x1684 	 0xffff1000
0x1688 	 0xffff1000
0x168c 	 0xffff1000
0x1690 	 0xffff1000
0x1694 	 0xffff1000
0x1698 	 0xffff1000
0x169c 	 0xffff1000
0x16a0 	 0xffff1000
0x16a4 	 0xffff1000
0x16a8 	 0xffff1000
0x16ac 	 0xffff1000
0x16b0 	 0xffff1000
0x16b4 	 0xffff1000
0x16b8 	 0xffff1000
0x16bc 	 0xffff1000
0x16c0 	 0xffff1000
0x16c4 	 0xffff1000
0x16c8 	 0xffff1000
0x16cc 	 0xffff1000
0x16d0 	 0xffff1000
0x16d4 	 0xffff1000
0x16d8 	 0xffff1000
0x16dc 	 0xffff1000
0x16e0 	 0xffff1000
0x16e4 	 0xffff1000
0x16e8 	 0xffff1000
0x16ec 	 0xffff1000
0x16f0 	 0xffff1000
0x16f4 	 0xffff1000
0x16f8 	 0xffff1000
0x16fc 	 0xffff1000
0x1700 	 0xffff1000
0x1704 	 0xffff1000
0x1708 	 0xffff1000
0x170c 	 0xffff1000
0x1710 	 0xffff1000
0x1714 	 0xffff1000
0x1718 	 0xffff1000
0x171c 	 0xffff1000
0x1720 	 0xffff1000
0x1724 	 0xffff1000
0x1728 	 0xffff1000
0x172c 	 0xffff1000
0x1730 	 0xffff1000
0x1734 	 0xffff1000
0x1738 	 0xffff1000
0x173c 	 0xffff1000
0x1740 	 0xffff1000
0x1744 	 0xffff1000
0x1748 	 0xffff1000
0x174c 	 0xffff1000
0x1750 	 0xffff1000
0x1754 	 0xffff1000
0x1758 	 0xffff1000
0x175c 	 0xffff1000
0x1760 	 0xffff1000
0x1764 	 0xffff1000
0x1768 	 0xffff1000
0x176c 	 0xffff1000
0x1770 	 0xffff1000
0x1774 	 0xffff1000
0x1778 	 0xffff1000
0x177c 	 0xffff1000
0x1780 	 0xffff1000
0x1784 	 0xffff1000
0x1788 	 0xffff1000
0x178c 	 0xffff1000
0x1790 	 0xffff1000
0x1794 	 0xffff1000
0x1798 	 0xffff1000
0x179c 	 0xffff1000
0x17a0 	 0xffff1000
0x17a4 	 0xffff1000
0x17a8 	 0xffff1000
0x17ac 	 0xffff1000
0x17b0 	 0xffff1000
0x17b4 	 0xffff1000
0x17b8 	 0xffff1000
0x17bc 	 0xffff1000
0x17c0 	 0xffff1000
0x17c4 	 0xffff1000
0x17c8 	 0xffff1000
0x17cc 	 0xffff1000
0x17d0 	 0xffff1000
0x17d4 	 0xffff1000
0x17d8 	 0xffff1000
0x17dc 	 0xffff1000
0x17e0 	 0xffff1000
0x17e4 	 0xffff1000
0x17e8 	 0xffff1000
0x17ec 	 0xffff1000
0x17f0 	 0xffff1000
0x17f4 	 0xffff1000
0x17f8 	 0xffff1000
0x17fc 	 0xffff1000
0x1800 	 0xc0053c00
0x1804 	 0x43
0x1808 	 0xe26
0x180c 	 0xe27
0x1810 	 0x8
0x1814 	 0x8
0x1818 	 0x20
0x181c 	 0xc0023f00
0x1820 	 0x17000
0x1824 	 0xffff8001
0x1828 	 0x5800048
0x182c 	 0xc0023f00
0x1830 	 0x1000
0x1834 	 0xffff8001
0x1838 	 0x5800060
0x183c 	 0xc0064900
0x1840 	 0x6600514
0x1844 	 0x40000000
0x1848 	 0x6b8100
0x184c 	 0x0
0x1850 	 0x128c8
0x1854 	 0x0
0x1858 	 0x0
0x185c 	 0xc0064900
0x1860 	 0x6600514
0x1864 	 0x22000000
0x1868 	 0x401200
0x186c 	 0x0
0x1870 	 0x11c0
0x1874 	 0x0
0x1878 	 0x0
0x187c 	 0xc0df1000
0x1880 	 0xffff1000
0x1884 	 0xffff1000
0x1888 	 0xffff1000
0x188c 	 0xffff1000
0x1890 	 0xffff1000
0x1894 	 0xffff1000
0x1898 	 0xffff1000
0x189c 	 0xffff1000
0x18a0 	 0xffff1000
0x18a4 	 0xffff1000
0x18a8 	 0xffff1000
0x18ac 	 0xffff1000
0x18b0 	 0xffff1000
0x18b4 	 0xffff1000
0x18b8 	 0xffff1000
0x18bc 	 0xffff1000
0x18c0 	 0xffff1000
0x18c4 	 0xffff1000
0x18c8 	 0xffff1000
0x18cc 	 0xffff1000
0x18d0 	 0xffff1000
0x18d4 	 0xffff1000
0x18d8 	 0xffff1000
0x18dc 	 0xffff1000
0x18e0 	 0xffff1000
0x18e4 	 0xffff1000
0x18e8 	 0xffff1000
0x18ec 	 0xffff1000
0x18f0 	 0xffff1000
0x18f4 	 0xffff1000
0x18f8 	 0xffff1000
0x18fc 	 0xffff1000
0x1900 	 0xffff1000
0x1904 	 0xffff1000
0x1908 	 0xffff1000
0x190c 	 0xffff1000
0x1910 	 0xffff1000
0x1914 	 0xffff1000
0x1918 	 0xffff1000
0x191c 	 0xffff1000
0x1920 	 0xffff1000
0x1924 	 0xffff1000
0x1928 	 0xffff1000
0x192c 	 0xffff1000
0x1930 	 0xffff1000
0x1934 	 0xffff1000
0x1938 	 0xffff1000
0x193c 	 0xffff1000
0x1940 	 0xffff1000
0x1944 	 0xffff1000
0x1948 	 0xffff1000
0x194c 	 0xffff1000
0x1950 	 0xffff1000
0x1954 	 0xffff1000
0x1958 	 0xffff1000
0x195c 	 0xffff1000
0x1960 	 0xffff1000
0x1964 	 0xffff1000
0x1968 	 0xffff1000
0x196c 	 0xffff1000
0x1970 	 0xffff1000
0x1974 	 0xffff1000
0x1978 	 0xffff1000
0x197c 	 0xffff1000
0x1980 	 0xffff1000
0x1984 	 0xffff1000
0x1988 	 0xffff1000
0x198c 	 0xffff1000
0x1990 	 0xffff1000
0x1994 	 0xffff1000
0x1998 	 0xffff1000
0x199c 	 0xffff1000
0x19a0 	 0xffff1000
0x19a4 	 0xffff1000
0x19a8 	 0xffff1000
0x19ac 	 0xffff1000
0x19b0 	 0xffff1000
0x19b4 	 0xffff1000
0x19b8 	 0xffff1000
0x19bc 	 0xffff1000
0x19c0 	 0xffff1000
0x19c4 	 0xffff1000
0x19c8 	 0xffff1000
0x19cc 	 0xffff1000
0x19d0 	 0xffff1000
0x19d4 	 0xffff1000
0x19d8 	 0xffff1000
0x19dc 	 0xffff1000
0x19e0 	 0xffff1000
0x19e4 	 0xffff1000
0x19e8 	 0xffff1000
0x19ec 	 0xffff1000
0x19f0 	 0xffff1000
0x19f4 	 0xffff1000
0x19f8 	 0xffff1000
0x19fc 	 0xffff1000
0x1a00 	 0xffff1000
0x1a04 	 0xffff1000
0x1a08 	 0xffff1000
0x1a0c 	 0xffff1000
0x1a10 	 0xffff1000
0x1a14 	 0xffff1000
0x1a18 	 0xffff1000
0x1a1c 	 0xffff1000
0x1a20 	 0xffff1000
0x1a24 	 0xffff1000
0x1a28 	 0xffff1000
0x1a2c 	 0xffff1000
0x1a30 	 0xffff1000
0x1a34 	 0xffff1000
0x1a38 	 0xffff1000
0x1a3c 	 0xffff1000
0x1a40 	 0xffff1000
0x1a44 	 0xffff1000
0x1a48 	 0xffff1000
0x1a4c 	 0xffff1000
0x1a50 	 0xffff1000
0x1a54 	 0xffff1000
0x1a58 	 0xffff1000
0x1a5c 	 0xffff1000
0x1a60 	 0xffff1000
0x1a64 	 0xffff1000
0x1a68 	 0xffff1000
0x1a6c 	 0xffff1000
0x1a70 	 0xffff1000
0x1a74 	 0xffff1000
0x1a78 	 0xffff1000
0x1a7c 	 0xffff1000
0x1a80 	 0xffff1000
0x1a84 	 0xffff1000
0x1a88 	 0xffff1000
0x1a8c 	 0xffff1000
0x1a90 	 0xffff1000
0x1a94 	 0xffff1000
0x1a98 	 0xffff1000
0x1a9c 	 0xffff1000
0x1aa0 	 0xffff1000
0x1aa4 	 0xffff1000
0x1aa8 	 0xffff1000
0x1aac 	 0xffff1000
0x1ab0 	 0xffff1000
0x1ab4 	 0xffff1000
0x1ab8 	 0xffff1000
0x1abc 	 0xffff1000
0x1ac0 	 0xffff1000
0x1ac4 	 0xffff1000
0x1ac8 	 0xffff1000
0x1acc 	 0xffff1000
0x1ad0 	 0xffff1000
0x1ad4 	 0xffff1000
0x1ad8 	 0xffff1000
0x1adc 	 0xffff1000
0x1ae0 	 0xffff1000
0x1ae4 	 0xffff1000
0x1ae8 	 0xffff1000
0x1aec 	 0xffff1000
0x1af0 	 0xffff1000
0x1af4 	 0xffff1000
0x1af8 	 0xffff1000
0x1afc 	 0xffff1000
0x1b00 	 0xffff1000
0x1b04 	 0xffff1000
0x1b08 	 0xffff1000
0x1b0c 	 0xffff1000
0x1b10 	 0xffff1000
0x1b14 	 0xffff1000
0x1b18 	 0xffff1000
0x1b1c 	 0xffff1000
0x1b20 	 0xffff1000
0x1b24 	 0xffff1000
0x1b28 	 0xffff1000
0x1b2c 	 0xffff1000
0x1b30 	 0xffff1000
0x1b34 	 0xffff1000
0x1b38 	 0xffff1000
0x1b3c 	 0xffff1000
0x1b40 	 0xffff1000
0x1b44 	 0xffff1000
0x1b48 	 0xffff1000
0x1b4c 	 0xffff1000
0x1b50 	 0xffff1000
0x1b54 	 0xffff1000
0x1b58 	 0xffff1000
0x1b5c 	 0xffff1000
0x1b60 	 0xffff1000
0x1b64 	 0xffff1000
0x1b68 	 0xffff1000
0x1b6c 	 0xffff1000
0x1b70 	 0xffff1000
0x1b74 	 0xffff1000
0x1b78 	 0xffff1000
0x1b7c 	 0xffff1000
0x1b80 	 0xffff1000
0x1b84 	 0xffff1000
0x1b88 	 0xffff1000
0x1b8c 	 0xffff1000
0x1b90 	 0xffff1000
0x1b94 	 0xffff1000
0x1b98 	 0xffff1000
0x1b9c 	 0xffff1000
0x1ba0 	 0xffff1000
0x1ba4 	 0xffff1000
0x1ba8 	 0xffff1000
0x1bac 	 0xffff1000
0x1bb0 	 0xffff1000
0x1bb4 	 0xffff1000
0x1bb8 	 0xffff1000
0x1bbc 	 0xffff1000
0x1bc0 	 0xffff1000
0x1bc4 	 0xffff1000
0x1bc8 	 0xffff1000
0x1bcc 	 0xffff1000
0x1bd0 	 0xffff1000
0x1bd4 	 0xffff1000
0x1bd8 	 0xffff1000
0x1bdc 	 0xffff1000
0x1be0 	 0xffff1000
0x1be4 	 0xffff1000
0x1be8 	 0xffff1000
0x1bec 	 0xffff1000
0x1bf0 	 0xffff1000
0x1bf4 	 0xffff1000
0x1bf8 	 0xffff1000
0x1bfc 	 0xffff1000
0x1c00 	 0xc0053c00
0x1c04 	 0x43
0x1c08 	 0xe26
0x1c0c 	 0xe27
0x1c10 	 0x8
0x1c14 	 0x8
0x1c18 	 0x20
0x1c1c 	 0xc0023f00
0x1c20 	 0x17000
0x1c24 	 0xffff8001
0x1c28 	 0x5800048
0x1c2c 	 0xc0023f00
0x1c30 	 0x1000
0x1c34 	 0xffff8001
0x1c38 	 0x5800060
0x1c3c 	 0xc0064900
0x1c40 	 0x6600514
0x1c44 	 0x40000000
0x1c48 	 0x6b8100
0x1c4c 	 0x0
0x1c50 	 0x128ca
0x1c54 	 0x0
0x1c58 	 0x0
0x1c5c 	 0xc0064900
0x1c60 	 0x6600514
0x1c64 	 0x22000000
0x1c68 	 0x401200
0x1c6c 	 0x0
0x1c70 	 0x11c1
0x1c74 	 0x0
0x1c78 	 0x0
0x1c7c 	 0xc0df1000
0x1c80 	 0xffff1000
0x1c84 	 0xffff1000
0x1c88 	 0xffff1000
0x1c8c 	 0xffff1000
0x1c90 	 0xffff1000
0x1c94 	 0xffff1000
0x1c98 	 0xffff1000
0x1c9c 	 0xffff1000
0x1ca0 	 0xffff1000
0x1ca4 	 0xffff1000
0x1ca8 	 0xffff1000
0x1cac 	 0xffff1000
0x1cb0 	 0xffff1000
0x1cb4 	 0xffff1000
0x1cb8 	 0xffff1000
0x1cbc 	 0xffff1000
0x1cc0 	 0xffff1000
0x1cc4 	 0xffff1000
0x1cc8 	 0xffff1000
0x1ccc 	 0xffff1000
0x1cd0 	 0xffff1000
0x1cd4 	 0xffff1000
0x1cd8 	 0xffff1000
0x1cdc 	 0xffff1000
0x1ce0 	 0xffff1000
0x1ce4 	 0xffff1000
0x1ce8 	 0xffff1000
0x1cec 	 0xffff1000
0x1cf0 	 0xffff1000
0x1cf4 	 0xffff1000
0x1cf8 	 0xffff1000
0x1cfc 	 0xffff1000
0x1d00 	 0xffff1000
0x1d04 	 0xffff1000
0x1d08 	 0xffff1000
0x1d0c 	 0xffff1000
0x1d10 	 0xffff1000
0x1d14 	 0xffff1000
0x1d18 	 0xffff1000
0x1d1c 	 0xffff1000
0x1d20 	 0xffff1000
0x1d24 	 0xffff1000
0x1d28 	 0xffff1000
0x1d2c 	 0xffff1000
0x1d30 	 0xffff1000
0x1d34 	 0xffff1000
0x1d38 	 0xffff1000
0x1d3c 	 0xffff1000
0x1d40 	 0xffff1000
0x1d44 	 0xffff1000
0x1d48 	 0xffff1000
0x1d4c 	 0xffff1000
0x1d50 	 0xffff1000
0x1d54 	 0xffff1000
0x1d58 	 0xffff1000
0x1d5c 	 0xffff1000
0x1d60 	 0xffff1000
0x1d64 	 0xffff1000
0x1d68 	 0xffff1000
0x1d6c 	 0xffff1000
0x1d70 	 0xffff1000
0x1d74 	 0xffff1000
0x1d78 	 0xffff1000
0x1d7c 	 0xffff1000
0x1d80 	 0xffff1000
0x1d84 	 0xffff1000
0x1d88 	 0xffff1000
0x1d8c 	 0xffff1000
0x1d90 	 0xffff1000
0x1d94 	 0xffff1000
0x1d98 	 0xffff1000
0x1d9c 	 0xffff1000
0x1da0 	 0xffff1000
0x1da4 	 0xffff1000
0x1da8 	 0xffff1000
0x1dac 	 0xffff1000
0x1db0 	 0xffff1000
0x1db4 	 0xffff1000
0x1db8 	 0xffff1000
0x1dbc 	 0xffff1000
0x1dc0 	 0xffff1000
0x1dc4 	 0xffff1000
0x1dc8 	 0xffff1000
0x1dcc 	 0xffff1000
0x1dd0 	 0xffff1000
0x1dd4 	 0xffff1000
0x1dd8 	 0xffff1000
0x1ddc 	 0xffff1000
0x1de0 	 0xffff1000
0x1de4 	 0xffff1000
0x1de8 	 0xffff1000
0x1dec 	 0xffff1000
0x1df0 	 0xffff1000
0x1df4 	 0xffff1000
0x1df8 	 0xffff1000
0x1dfc 	 0xffff1000
0x1e00 	 0xffff1000
0x1e04 	 0xffff1000
0x1e08 	 0xffff1000
0x1e0c 	 0xffff1000
0x1e10 	 0xffff1000
0x1e14 	 0xffff1000
0x1e18 	 0xffff1000
0x1e1c 	 0xffff1000
0x1e20 	 0xffff1000
0x1e24 	 0xffff1000
0x1e28 	 0xffff1000
0x1e2c 	 0xffff1000
0x1e30 	 0xffff1000
0x1e34 	 0xffff1000
0x1e38 	 0xffff1000
0x1e3c 	 0xffff1000
0x1e40 	 0xffff1000
0x1e44 	 0xffff1000
0x1e48 	 0xffff1000
0x1e4c 	 0xffff1000
0x1e50 	 0xffff1000
0x1e54 	 0xffff1000
0x1e58 	 0xffff1000
0x1e5c 	 0xffff1000
0x1e60 	 0xffff1000
0x1e64 	 0xffff1000
0x1e68 	 0xffff1000
0x1e6c 	 0xffff1000
0x1e70 	 0xffff1000
0x1e74 	 0xffff1000
0x1e78 	 0xffff1000
0x1e7c 	 0xffff1000
0x1e80 	 0xffff1000
0x1e84 	 0xffff1000
0x1e88 	 0xffff1000
0x1e8c 	 0xffff1000
0x1e90 	 0xffff1000
0x1e94 	 0xffff1000
0x1e98 	 0xffff1000
0x1e9c 	 0xffff1000
0x1ea0 	 0xffff1000
0x1ea4 	 0xffff1000
0x1ea8 	 0xffff1000
0x1eac 	 0xffff1000
0x1eb0 	 0xffff1000
0x1eb4 	 0xffff1000
0x1eb8 	 0xffff1000
0x1ebc 	 0xffff1000
0x1ec0 	 0xffff1000
0x1ec4 	 0xffff1000
0x1ec8 	 0xffff1000
0x1ecc 	 0xffff1000
0x1ed0 	 0xffff1000
0x1ed4 	 0xffff1000
0x1ed8 	 0xffff1000
0x1edc 	 0xffff1000
0x1ee0 	 0xffff1000
0x1ee4 	 0xffff1000
0x1ee8 	 0xffff1000
0x1eec 	 0xffff1000
0x1ef0 	 0xffff1000
0x1ef4 	 0xffff1000
0x1ef8 	 0xffff1000
0x1efc 	 0xffff1000
0x1f00 	 0xffff1000
0x1f04 	 0xffff1000
0x1f08 	 0xffff1000
0x1f0c 	 0xffff1000
0x1f10 	 0xffff1000
0x1f14 	 0xffff1000
0x1f18 	 0xffff1000
0x1f1c 	 0xffff1000
0x1f20 	 0xffff1000
0x1f24 	 0xffff1000
0x1f28 	 0xffff1000
0x1f2c 	 0xffff1000
0x1f30 	 0xffff1000
0x1f34 	 0xffff1000
0x1f38 	 0xffff1000
0x1f3c 	 0xffff1000
0x1f40 	 0xffff1000
0x1f44 	 0xffff1000
0x1f48 	 0xffff1000
0x1f4c 	 0xffff1000
0x1f50 	 0xffff1000
0x1f54 	 0xffff1000
0x1f58 	 0xffff1000
0x1f5c 	 0xffff1000
0x1f60 	 0xffff1000
0x1f64 	 0xffff1000
0x1f68 	 0xffff1000
0x1f6c 	 0xffff1000
0x1f70 	 0xffff1000
0x1f74 	 0xffff1000
0x1f78 	 0xffff1000
0x1f7c 	 0xffff1000
0x1f80 	 0xffff1000
0x1f84 	 0xffff1000
0x1f88 	 0xffff1000
0x1f8c 	 0xffff1000
0x1f90 	 0xffff1000
0x1f94 	 0xffff1000
0x1f98 	 0xffff1000
0x1f9c 	 0xffff1000
0x1fa0 	 0xffff1000
0x1fa4 	 0xffff1000
0x1fa8 	 0xffff1000
0x1fac 	 0xffff1000
0x1fb0 	 0xffff1000
0x1fb4 	 0xffff1000
0x1fb8 	 0xffff1000
0x1fbc 	 0xffff1000
0x1fc0 	 0xffff1000
0x1fc4 	 0xffff1000
0x1fc8 	 0xffff1000
0x1fcc 	 0xffff1000
0x1fd0 	 0xffff1000
0x1fd4 	 0xffff1000
0x1fd8 	 0xffff1000
0x1fdc 	 0xffff1000
0x1fe0 	 0xffff1000
0x1fe4 	 0xffff1000
0x1fe8 	 0xffff1000
0x1fec 	 0xffff1000
0x1ff0 	 0xffff1000
0x1ff4 	 0xffff1000
0x1ff8 	 0xffff1000
0x1ffc 	 0xffff1000
ring name: comp_1.0.1
Rptr: 0x300 Wptr: 0x837300 RB mask: 7ff
Ring size in dwords: 2048
Ring contents
Offset 	 Value
0x0 	 0xc0053c00
0x4 	 0x43
0x8 	 0xe26
0xc 	 0xe27
0x10 	 0x4
0x14 	 0x4
0x18 	 0x20
0x1c 	 0xc0023f00
0x20 	 0x17000
0x24 	 0xffff8001
0x28 	 0x5800048
0x2c 	 0xc0023f00
0x30 	 0x1000
0x34 	 0xffff8001
0x38 	 0x5800048
0x3c 	 0xc0064900
0x40 	 0x6600514
0x44 	 0x40000000
0x48 	 0x6b8100
0x4c 	 0x0
0x50 	 0x106a8
0x54 	 0x0
0x58 	 0x0
0x5c 	 0xc0064900
0x60 	 0x6600514
0x64 	 0x22000000
0x68 	 0x4012a0
0x6c 	 0x0
0x70 	 0x83e2
0x74 	 0x0
0x78 	 0x0
0x7c 	 0xc0df1000
0x80 	 0xffff1000
0x84 	 0xffff1000
0x88 	 0xffff1000
0x8c 	 0xffff1000
0x90 	 0xffff1000
0x94 	 0xffff1000
0x98 	 0xffff1000
0x9c 	 0xffff1000
0xa0 	 0xffff1000
0xa4 	 0xffff1000
0xa8 	 0xffff1000
0xac 	 0xffff1000
0xb0 	 0xffff1000
0xb4 	 0xffff1000
0xb8 	 0xffff1000
0xbc 	 0xffff1000
0xc0 	 0xffff1000
0xc4 	 0xffff1000
0xc8 	 0xffff1000
0xcc 	 0xffff1000
0xd0 	 0xffff1000
0xd4 	 0xffff1000
0xd8 	 0xffff1000
0xdc 	 0xffff1000
0xe0 	 0xffff1000
0xe4 	 0xffff1000
0xe8 	 0xffff1000
0xec 	 0xffff1000
0xf0 	 0xffff1000
0xf4 	 0xffff1000
0xf8 	 0xffff1000
0xfc 	 0xffff1000
0x100 	 0xffff1000
0x104 	 0xffff1000
0x108 	 0xffff1000
0x10c 	 0xffff1000
0x110 	 0xffff1000
0x114 	 0xffff1000
0x118 	 0xffff1000
0x11c 	 0xffff1000
0x120 	 0xffff1000
0x124 	 0xffff1000
0x128 	 0xffff1000
0x12c 	 0xffff1000
0x130 	 0xffff1000
0x134 	 0xffff1000
0x138 	 0xffff1000
0x13c 	 0xffff1000
0x140 	 0xffff1000
0x144 	 0xffff1000
0x148 	 0xffff1000
0x14c 	 0xffff1000
0x150 	 0xffff1000
0x154 	 0xffff1000
0x158 	 0xffff1000
0x15c 	 0xffff1000
0x160 	 0xffff1000
0x164 	 0xffff1000
0x168 	 0xffff1000
0x16c 	 0xffff1000
0x170 	 0xffff1000
0x174 	 0xffff1000
0x178 	 0xffff1000
0x17c 	 0xffff1000
0x180 	 0xffff1000
0x184 	 0xffff1000
0x188 	 0xffff1000
0x18c 	 0xffff1000
0x190 	 0xffff1000
0x194 	 0xffff1000
0x198 	 0xffff1000
0x19c 	 0xffff1000
0x1a0 	 0xffff1000
0x1a4 	 0xffff1000
0x1a8 	 0xffff1000
0x1ac 	 0xffff1000
0x1b0 	 0xffff1000
0x1b4 	 0xffff1000
0x1b8 	 0xffff1000
0x1bc 	 0xffff1000
0x1c0 	 0xffff1000
0x1c4 	 0xffff1000
0x1c8 	 0xffff1000
0x1cc 	 0xffff1000
0x1d0 	 0xffff1000
0x1d4 	 0xffff1000
0x1d8 	 0xffff1000
0x1dc 	 0xffff1000
0x1e0 	 0xffff1000
0x1e4 	 0xffff1000
0x1e8 	 0xffff1000
0x1ec 	 0xffff1000
0x1f0 	 0xffff1000
0x1f4 	 0xffff1000
0x1f8 	 0xffff1000
0x1fc 	 0xffff1000
0x200 	 0xffff1000
0x204 	 0xffff1000
0x208 	 0xffff1000
0x20c 	 0xffff1000
0x210 	 0xffff1000
0x214 	 0xffff1000
0x218 	 0xffff1000
0x21c 	 0xffff1000
0x220 	 0xffff1000
0x224 	 0xffff1000
0x228 	 0xffff1000
0x22c 	 0xffff1000
0x230 	 0xffff1000
0x234 	 0xffff1000
0x238 	 0xffff1000
0x23c 	 0xffff1000
0x240 	 0xffff1000
0x244 	 0xffff1000
0x248 	 0xffff1000
0x24c 	 0xffff1000
0x250 	 0xffff1000
0x254 	 0xffff1000
0x258 	 0xffff1000
0x25c 	 0xffff1000
0x260 	 0xffff1000
0x264 	 0xffff1000
0x268 	 0xffff1000
0x26c 	 0xffff1000
0x270 	 0xffff1000
0x274 	 0xffff1000
0x278 	 0xffff1000
0x27c 	 0xffff1000
0x280 	 0xffff1000
0x284 	 0xffff1000
0x288 	 0xffff1000
0x28c 	 0xffff1000
0x290 	 0xffff1000
0x294 	 0xffff1000
0x298 	 0xffff1000
0x29c 	 0xffff1000
0x2a0 	 0xffff1000
0x2a4 	 0xffff1000
0x2a8 	 0xffff1000
0x2ac 	 0xffff1000
0x2b0 	 0xffff1000
0x2b4 	 0xffff1000
0x2b8 	 0xffff1000
0x2bc 	 0xffff1000
0x2c0 	 0xffff1000
0x2c4 	 0xffff1000
0x2c8 	 0xffff1000
0x2cc 	 0xffff1000
0x2d0 	 0xffff1000
0x2d4 	 0xffff1000
0x2d8 	 0xffff1000
0x2dc 	 0xffff1000
0x2e0 	 0xffff1000
0x2e4 	 0xffff1000
0x2e8 	 0xffff1000
0x2ec 	 0xffff1000
0x2f0 	 0xffff1000
0x2f4 	 0xffff1000
0x2f8 	 0xffff1000
0x2fc 	 0xffff1000
0x300 	 0xffff1000
0x304 	 0xffff1000
0x308 	 0xffff1000
0x30c 	 0xffff1000
0x310 	 0xffff1000
0x314 	 0xffff1000
0x318 	 0xffff1000
0x31c 	 0xffff1000
0x320 	 0xffff1000
0x324 	 0xffff1000
0x328 	 0xffff1000
0x32c 	 0xffff1000
0x330 	 0xffff1000
0x334 	 0xffff1000
0x338 	 0xffff1000
0x33c 	 0xffff1000
0x340 	 0xffff1000
0x344 	 0xffff1000
0x348 	 0xffff1000
0x34c 	 0xffff1000
0x350 	 0xffff1000
0x354 	 0xffff1000
0x358 	 0xffff1000
0x35c 	 0xffff1000
0x360 	 0xffff1000
0x364 	 0xffff1000
0x368 	 0xffff1000
0x36c 	 0xffff1000
0x370 	 0xffff1000
0x374 	 0xffff1000
0x378 	 0xffff1000
0x37c 	 0xffff1000
0x380 	 0xffff1000
0x384 	 0xffff1000
0x388 	 0xffff1000
0x38c 	 0xffff1000
0x390 	 0xffff1000
0x394 	 0xffff1000
0x398 	 0xffff1000
0x39c 	 0xffff1000
0x3a0 	 0xffff1000
0x3a4 	 0xffff1000
0x3a8 	 0xffff1000
0x3ac 	 0xffff1000
0x3b0 	 0xffff1000
0x3b4 	 0xffff1000
0x3b8 	 0xffff1000
0x3bc 	 0xffff1000
0x3c0 	 0xffff1000
0x3c4 	 0xffff1000
0x3c8 	 0xffff1000
0x3cc 	 0xffff1000
0x3d0 	 0xffff1000
0x3d4 	 0xffff1000
0x3d8 	 0xffff1000
0x3dc 	 0xffff1000
0x3e0 	 0xffff1000
0x3e4 	 0xffff1000
0x3e8 	 0xffff1000
0x3ec 	 0xffff1000
0x3f0 	 0xffff1000
0x3f4 	 0xffff1000
0x3f8 	 0xffff1000
0x3fc 	 0xffff1000
0x400 	 0xc0053c00
0x404 	 0x43
0x408 	 0xe26
0x40c 	 0xe27
0x410 	 0x4
0x414 	 0x4
0x418 	 0x20
0x41c 	 0xc0023f00
0x420 	 0x17000
0x424 	 0xffff8001
0x428 	 0x5800048
0x42c 	 0xc0023f00
0x430 	 0x1000
0x434 	 0xffff8001
0x438 	 0x5800048
0x43c 	 0xc0064900
0x440 	 0x6600514
0x444 	 0x40000000
0x448 	 0x6b8100
0x44c 	 0x0
0x450 	 0x106aa
0x454 	 0x0
0x458 	 0x0
0x45c 	 0xc0064900
0x460 	 0x6600514
0x464 	 0x22000000
0x468 	 0x4012a0
0x46c 	 0x0
0x470 	 0x83e3
0x474 	 0x0
0x478 	 0x0
0x47c 	 0xc0df1000
0x480 	 0xffff1000
0x484 	 0xffff1000
0x488 	 0xffff1000
0x48c 	 0xffff1000
0x490 	 0xffff1000
0x494 	 0xffff1000
0x498 	 0xffff1000
0x49c 	 0xffff1000
0x4a0 	 0xffff1000
0x4a4 	 0xffff1000
0x4a8 	 0xffff1000
0x4ac 	 0xffff1000
0x4b0 	 0xffff1000
0x4b4 	 0xffff1000
0x4b8 	 0xffff1000
0x4bc 	 0xffff1000
0x4c0 	 0xffff1000
0x4c4 	 0xffff1000
0x4c8 	 0xffff1000
0x4cc 	 0xffff1000
0x4d0 	 0xffff1000
0x4d4 	 0xffff1000
0x4d8 	 0xffff1000
0x4dc 	 0xffff1000
0x4e0 	 0xffff1000
0x4e4 	 0xffff1000
0x4e8 	 0xffff1000
0x4ec 	 0xffff1000
0x4f0 	 0xffff1000
0x4f4 	 0xffff1000
0x4f8 	 0xffff1000
0x4fc 	 0xffff1000
0x500 	 0xffff1000
0x504 	 0xffff1000
0x508 	 0xffff1000
0x50c 	 0xffff1000
0x510 	 0xffff1000
0x514 	 0xffff1000
0x518 	 0xffff1000
0x51c 	 0xffff1000
0x520 	 0xffff1000
0x524 	 0xffff1000
0x528 	 0xffff1000
0x52c 	 0xffff1000
0x530 	 0xffff1000
0x534 	 0xffff1000
0x538 	 0xffff1000
0x53c 	 0xffff1000
0x540 	 0xffff1000
0x544 	 0xffff1000
0x548 	 0xffff1000
0x54c 	 0xffff1000
0x550 	 0xffff1000
0x554 	 0xffff1000
0x558 	 0xffff1000
0x55c 	 0xffff1000
0x560 	 0xffff1000
0x564 	 0xffff1000
0x568 	 0xffff1000
0x56c 	 0xffff1000
0x570 	 0xffff1000
0x574 	 0xffff1000
0x578 	 0xffff1000
0x57c 	 0xffff1000
0x580 	 0xffff1000
0x584 	 0xffff1000
0x588 	 0xffff1000
0x58c 	 0xffff1000
0x590 	 0xffff1000
0x594 	 0xffff1000
0x598 	 0xffff1000
0x59c 	 0xffff1000
0x5a0 	 0xffff1000
0x5a4 	 0xffff1000
0x5a8 	 0xffff1000
0x5ac 	 0xffff1000
0x5b0 	 0xffff1000
0x5b4 	 0xffff1000
0x5b8 	 0xffff1000
0x5bc 	 0xffff1000
0x5c0 	 0xffff1000
0x5c4 	 0xffff1000
0x5c8 	 0xffff1000
0x5cc 	 0xffff1000
0x5d0 	 0xffff1000
0x5d4 	 0xffff1000
0x5d8 	 0xffff1000
0x5dc 	 0xffff1000
0x5e0 	 0xffff1000
0x5e4 	 0xffff1000
0x5e8 	 0xffff1000
0x5ec 	 0xffff1000
0x5f0 	 0xffff1000
0x5f4 	 0xffff1000
0x5f8 	 0xffff1000
0x5fc 	 0xffff1000
0x600 	 0xffff1000
0x604 	 0xffff1000
0x608 	 0xffff1000
0x60c 	 0xffff1000
0x610 	 0xffff1000
0x614 	 0xffff1000
0x618 	 0xffff1000
0x61c 	 0xffff1000
0x620 	 0xffff1000
0x624 	 0xffff1000
0x628 	 0xffff1000
0x62c 	 0xffff1000
0x630 	 0xffff1000
0x634 	 0xffff1000
0x638 	 0xffff1000
0x63c 	 0xffff1000
0x640 	 0xffff1000
0x644 	 0xffff1000
0x648 	 0xffff1000
0x64c 	 0xffff1000
0x650 	 0xffff1000
0x654 	 0xffff1000
0x658 	 0xffff1000
0x65c 	 0xffff1000
0x660 	 0xffff1000
0x664 	 0xffff1000
0x668 	 0xffff1000
0x66c 	 0xffff1000
0x670 	 0xffff1000
0x674 	 0xffff1000
0x678 	 0xffff1000
0x67c 	 0xffff1000
0x680 	 0xffff1000
0x684 	 0xffff1000
0x688 	 0xffff1000
0x68c 	 0xffff1000
0x690 	 0xffff1000
0x694 	 0xffff1000
0x698 	 0xffff1000
0x69c 	 0xffff1000
0x6a0 	 0xffff1000
0x6a4 	 0xffff1000
0x6a8 	 0xffff1000
0x6ac 	 0xffff1000
0x6b0 	 0xffff1000
0x6b4 	 0xffff1000
0x6b8 	 0xffff1000
0x6bc 	 0xffff1000
0x6c0 	 0xffff1000
0x6c4 	 0xffff1000
0x6c8 	 0xffff1000
0x6cc 	 0xffff1000
0x6d0 	 0xffff1000
0x6d4 	 0xffff1000
0x6d8 	 0xffff1000
0x6dc 	 0xffff1000
0x6e0 	 0xffff1000
0x6e4 	 0xffff1000
0x6e8 	 0xffff1000
0x6ec 	 0xffff1000
0x6f0 	 0xffff1000
0x6f4 	 0xffff1000
0x6f8 	 0xffff1000
0x6fc 	 0xffff1000
0x700 	 0xffff1000
0x704 	 0xffff1000
0x708 	 0xffff1000
0x70c 	 0xffff1000
0x710 	 0xffff1000
0x714 	 0xffff1000
0x718 	 0xffff1000
0x71c 	 0xffff1000
0x720 	 0xffff1000
0x724 	 0xffff1000
0x728 	 0xffff1000
0x72c 	 0xffff1000
0x730 	 0xffff1000
0x734 	 0xffff1000
0x738 	 0xffff1000
0x73c 	 0xffff1000
0x740 	 0xffff1000
0x744 	 0xffff1000
0x748 	 0xffff1000
0x74c 	 0xffff1000
0x750 	 0xffff1000
0x754 	 0xffff1000
0x758 	 0xffff1000
0x75c 	 0xffff1000
0x760 	 0xffff1000
0x764 	 0xffff1000
0x768 	 0xffff1000
0x76c 	 0xffff1000
0x770 	 0xffff1000
0x774 	 0xffff1000
0x778 	 0xffff1000
0x77c 	 0xffff1000
0x780 	 0xffff1000
0x784 	 0xffff1000
0x788 	 0xffff1000
0x78c 	 0xffff1000
0x790 	 0xffff1000
0x794 	 0xffff1000
0x798 	 0xffff1000
0x79c 	 0xffff1000
0x7a0 	 0xffff1000
0x7a4 	 0xffff1000
0x7a8 	 0xffff1000
0x7ac 	 0xffff1000
0x7b0 	 0xffff1000
0x7b4 	 0xffff1000
0x7b8 	 0xffff1000
0x7bc 	 0xffff1000
0x7c0 	 0xffff1000
0x7c4 	 0xffff1000
0x7c8 	 0xffff1000
0x7cc 	 0xffff1000
0x7d0 	 0xffff1000
0x7d4 	 0xffff1000
0x7d8 	 0xffff1000
0x7dc 	 0xffff1000
0x7e0 	 0xffff1000
0x7e4 	 0xffff1000
0x7e8 	 0xffff1000
0x7ec 	 0xffff1000
0x7f0 	 0xffff1000
0x7f4 	 0xffff1000
0x7f8 	 0xffff1000
0x7fc 	 0xffff1000
0x800 	 0xc0053c00
0x804 	 0x13
0x808 	 0x4012a0
0x80c 	 0x0
0x810 	 0x83e3
0x814 	 0xffffffff
0x818 	 0x4
0x81c 	 0xc0033700
0x820 	 0x100000
0x824 	 0x28fd
0x828 	 0x0
0x82c 	 0xf7d78001
0x830 	 0xc0033700
0x834 	 0x100000
0x838 	 0x28fe
0x83c 	 0x0
0x840 	 0x3
0x844 	 0xc0053c00
0x848 	 0x43
0x84c 	 0x28ae
0x850 	 0x28c0
0x854 	 0xf80080
0x858 	 0x80
0x85c 	 0x20
0x860 	 0xc0064900
0x864 	 0x6600514
0x868 	 0x22000000
0x86c 	 0x4012a0
0x870 	 0x0
0x874 	 0x83e4
0x878 	 0x0
0x87c 	 0x0
0x880 	 0xc0053c00
0x884 	 0x43
0x888 	 0xe26
0x88c 	 0xe27
0x890 	 0x4
0x894 	 0x4
0x898 	 0x20
0x89c 	 0xc0023f00
0x8a0 	 0x28e1000
0x8a4 	 0xffff8001
0x8a8 	 0x7800048
0x8ac 	 0xc0023f00
0x8b0 	 0xde000
0x8b4 	 0xffff8001
0x8b8 	 0x7800050
0x8bc 	 0xc0064900
0x8c0 	 0x6600514
0x8c4 	 0x40000000
0x8c8 	 0x6b9160
0x8cc 	 0x0
0x8d0 	 0x16
0x8d4 	 0x0
0x8d8 	 0x0
0x8dc 	 0xc0064900
0x8e0 	 0x6600514
0x8e4 	 0x22000000
0x8e8 	 0x4012a0
0x8ec 	 0x0
0x8f0 	 0x83e5
0x8f4 	 0x0
0x8f8 	 0x0
0x8fc 	 0xc0bf1000
0x900 	 0xffff1000
0x904 	 0xffff1000
0x908 	 0xffff1000
0x90c 	 0xffff1000
0x910 	 0xffff1000
0x914 	 0xffff1000
0x918 	 0xffff1000
0x91c 	 0xffff1000
0x920 	 0xffff1000
0x924 	 0xffff1000
0x928 	 0xffff1000
0x92c 	 0xffff1000
0x930 	 0xffff1000
0x934 	 0xffff1000
0x938 	 0xffff1000
0x93c 	 0xffff1000
0x940 	 0xffff1000
0x944 	 0xffff1000
0x948 	 0xffff1000
0x94c 	 0xffff1000
0x950 	 0xffff1000
0x954 	 0xffff1000
0x958 	 0xffff1000
0x95c 	 0xffff1000
0x960 	 0xffff1000
0x964 	 0xffff1000
0x968 	 0xffff1000
0x96c 	 0xffff1000
0x970 	 0xffff1000
0x974 	 0xffff1000
0x978 	 0xffff1000
0x97c 	 0xffff1000
0x980 	 0xffff1000
0x984 	 0xffff1000
0x988 	 0xffff1000
0x98c 	 0xffff1000
0x990 	 0xffff1000
0x994 	 0xffff1000
0x998 	 0xffff1000
0x99c 	 0xffff1000
0x9a0 	 0xffff1000
0x9a4 	 0xffff1000
0x9a8 	 0xffff1000
0x9ac 	 0xffff1000
0x9b0 	 0xffff1000
0x9b4 	 0xffff1000
0x9b8 	 0xffff1000
0x9bc 	 0xffff1000
0x9c0 	 0xffff1000
0x9c4 	 0xffff1000
0x9c8 	 0xffff1000
0x9cc 	 0xffff1000
0x9d0 	 0xffff1000
0x9d4 	 0xffff1000
0x9d8 	 0xffff1000
0x9dc 	 0xffff1000
0x9e0 	 0xffff1000
0x9e4 	 0xffff1000
0x9e8 	 0xffff1000
0x9ec 	 0xffff1000
0x9f0 	 0xffff1000
0x9f4 	 0xffff1000
0x9f8 	 0xffff1000
0x9fc 	 0xffff1000
0xa00 	 0xffff1000
0xa04 	 0xffff1000
0xa08 	 0xffff1000
0xa0c 	 0xffff1000
0xa10 	 0xffff1000
0xa14 	 0xffff1000
0xa18 	 0xffff1000
0xa1c 	 0xffff1000
0xa20 	 0xffff1000
0xa24 	 0xffff1000
0xa28 	 0xffff1000
0xa2c 	 0xffff1000
0xa30 	 0xffff1000
0xa34 	 0xffff1000
0xa38 	 0xffff1000
0xa3c 	 0xffff1000
0xa40 	 0xffff1000
0xa44 	 0xffff1000
0xa48 	 0xffff1000
0xa4c 	 0xffff1000
0xa50 	 0xffff1000
0xa54 	 0xffff1000
0xa58 	 0xffff1000
0xa5c 	 0xffff1000
0xa60 	 0xffff1000
0xa64 	 0xffff1000
0xa68 	 0xffff1000
0xa6c 	 0xffff1000
0xa70 	 0xffff1000
0xa74 	 0xffff1000
0xa78 	 0xffff1000
0xa7c 	 0xffff1000
0xa80 	 0xffff1000
0xa84 	 0xffff1000
0xa88 	 0xffff1000
0xa8c 	 0xffff1000
0xa90 	 0xffff1000
0xa94 	 0xffff1000
0xa98 	 0xffff1000
0xa9c 	 0xffff1000
0xaa0 	 0xffff1000
0xaa4 	 0xffff1000
0xaa8 	 0xffff1000
0xaac 	 0xffff1000
0xab0 	 0xffff1000
0xab4 	 0xffff1000
0xab8 	 0xffff1000
0xabc 	 0xffff1000
0xac0 	 0xffff1000
0xac4 	 0xffff1000
0xac8 	 0xffff1000
0xacc 	 0xffff1000
0xad0 	 0xffff1000
0xad4 	 0xffff1000
0xad8 	 0xffff1000
0xadc 	 0xffff1000
0xae0 	 0xffff1000
0xae4 	 0xffff1000
0xae8 	 0xffff1000
0xaec 	 0xffff1000
0xaf0 	 0xffff1000
0xaf4 	 0xffff1000
0xaf8 	 0xffff1000
0xafc 	 0xffff1000
0xb00 	 0xffff1000
0xb04 	 0xffff1000
0xb08 	 0xffff1000
0xb0c 	 0xffff1000
0xb10 	 0xffff1000
0xb14 	 0xffff1000
0xb18 	 0xffff1000
0xb1c 	 0xffff1000
0xb20 	 0xffff1000
0xb24 	 0xffff1000
0xb28 	 0xffff1000
0xb2c 	 0xffff1000
0xb30 	 0xffff1000
0xb34 	 0xffff1000
0xb38 	 0xffff1000
0xb3c 	 0xffff1000
0xb40 	 0xffff1000
0xb44 	 0xffff1000
0xb48 	 0xffff1000
0xb4c 	 0xffff1000
0xb50 	 0xffff1000
0xb54 	 0xffff1000
0xb58 	 0xffff1000
0xb5c 	 0xffff1000
0xb60 	 0xffff1000
0xb64 	 0xffff1000
0xb68 	 0xffff1000
0xb6c 	 0xffff1000
0xb70 	 0xffff1000
0xb74 	 0xffff1000
0xb78 	 0xffff1000
0xb7c 	 0xffff1000
0xb80 	 0xffff1000
0xb84 	 0xffff1000
0xb88 	 0xffff1000
0xb8c 	 0xffff1000
0xb90 	 0xffff1000
0xb94 	 0xffff1000
0xb98 	 0xffff1000
0xb9c 	 0xffff1000
0xba0 	 0xffff1000
0xba4 	 0xffff1000
0xba8 	 0xffff1000
0xbac 	 0xffff1000
0xbb0 	 0xffff1000
0xbb4 	 0xffff1000
0xbb8 	 0xffff1000
0xbbc 	 0xffff1000
0xbc0 	 0xffff1000
0xbc4 	 0xffff1000
0xbc8 	 0xffff1000
0xbcc 	 0xffff1000
0xbd0 	 0xffff1000
0xbd4 	 0xffff1000
0xbd8 	 0xffff1000
0xbdc 	 0xffff1000
0xbe0 	 0xffff1000
0xbe4 	 0xffff1000
0xbe8 	 0xffff1000
0xbec 	 0xffff1000
0xbf0 	 0xffff1000
0xbf4 	 0xffff1000
0xbf8 	 0xffff1000
0xbfc 	 0xffff1000
0xc00 	 0xc0053c00
0xc04 	 0x43
0xc08 	 0xe26
0xc0c 	 0xe27
0xc10 	 0x4
0xc14 	 0x4
0xc18 	 0x20
0xc1c 	 0xc0023f00
0xc20 	 0x17000
0xc24 	 0xffff8001
0xc28 	 0x5800048
0xc2c 	 0xc0023f00
0xc30 	 0x1000
0xc34 	 0xffff8001
0xc38 	 0x5800048
0xc3c 	 0xc0064900
0xc40 	 0x6600514
0xc44 	 0x40000000
0xc48 	 0x6b8100
0xc4c 	 0x0
0xc50 	 0x1069e
0xc54 	 0x0
0xc58 	 0x0
0xc5c 	 0xc0064900
0xc60 	 0x6600514
0xc64 	 0x22000000
0xc68 	 0x4012a0
0xc6c 	 0x0
0xc70 	 0x83dd
0xc74 	 0x0
0xc78 	 0x0
0xc7c 	 0xc0df1000
0xc80 	 0xffff1000
0xc84 	 0xffff1000
0xc88 	 0xffff1000
0xc8c 	 0xffff1000
0xc90 	 0xffff1000
0xc94 	 0xffff1000
0xc98 	 0xffff1000
0xc9c 	 0xffff1000
0xca0 	 0xffff1000
0xca4 	 0xffff1000
0xca8 	 0xffff1000
0xcac 	 0xffff1000
0xcb0 	 0xffff1000
0xcb4 	 0xffff1000
0xcb8 	 0xffff1000
0xcbc 	 0xffff1000
0xcc0 	 0xffff1000
0xcc4 	 0xffff1000
0xcc8 	 0xffff1000
0xccc 	 0xffff1000
0xcd0 	 0xffff1000
0xcd4 	 0xffff1000
0xcd8 	 0xffff1000
0xcdc 	 0xffff1000
0xce0 	 0xffff1000
0xce4 	 0xffff1000
0xce8 	 0xffff1000
0xcec 	 0xffff1000
0xcf0 	 0xffff1000
0xcf4 	 0xffff1000
0xcf8 	 0xffff1000
0xcfc 	 0xffff1000
0xd00 	 0xffff1000
0xd04 	 0xffff1000
0xd08 	 0xffff1000
0xd0c 	 0xffff1000
0xd10 	 0xffff1000
0xd14 	 0xffff1000
0xd18 	 0xffff1000
0xd1c 	 0xffff1000
0xd20 	 0xffff1000
0xd24 	 0xffff1000
0xd28 	 0xffff1000
0xd2c 	 0xffff1000
0xd30 	 0xffff1000
0xd34 	 0xffff1000
0xd38 	 0xffff1000
0xd3c 	 0xffff1000
0xd40 	 0xffff1000
0xd44 	 0xffff1000
0xd48 	 0xffff1000
0xd4c 	 0xffff1000
0xd50 	 0xffff1000
0xd54 	 0xffff1000
0xd58 	 0xffff1000
0xd5c 	 0xffff1000
0xd60 	 0xffff1000
0xd64 	 0xffff1000
0xd68 	 0xffff1000
0xd6c 	 0xffff1000
0xd70 	 0xffff1000
0xd74 	 0xffff1000
0xd78 	 0xffff1000
0xd7c 	 0xffff1000
0xd80 	 0xffff1000
0xd84 	 0xffff1000
0xd88 	 0xffff1000
0xd8c 	 0xffff1000
0xd90 	 0xffff1000
0xd94 	 0xffff1000
0xd98 	 0xffff1000
0xd9c 	 0xffff1000
0xda0 	 0xffff1000
0xda4 	 0xffff1000
0xda8 	 0xffff1000
0xdac 	 0xffff1000
0xdb0 	 0xffff1000
0xdb4 	 0xffff1000
0xdb8 	 0xffff1000
0xdbc 	 0xffff1000
0xdc0 	 0xffff1000
0xdc4 	 0xffff1000
0xdc8 	 0xffff1000
0xdcc 	 0xffff1000
0xdd0 	 0xffff1000
0xdd4 	 0xffff1000
0xdd8 	 0xffff1000
0xddc 	 0xffff1000
0xde0 	 0xffff1000
0xde4 	 0xffff1000
0xde8 	 0xffff1000
0xdec 	 0xffff1000
0xdf0 	 0xffff1000
0xdf4 	 0xffff1000
0xdf8 	 0xffff1000
0xdfc 	 0xffff1000
0xe00 	 0xffff1000
0xe04 	 0xffff1000
0xe08 	 0xffff1000
0xe0c 	 0xffff1000
0xe10 	 0xffff1000
0xe14 	 0xffff1000
0xe18 	 0xffff1000
0xe1c 	 0xffff1000
0xe20 	 0xffff1000
0xe24 	 0xffff1000
0xe28 	 0xffff1000
0xe2c 	 0xffff1000
0xe30 	 0xffff1000
0xe34 	 0xffff1000
0xe38 	 0xffff1000
0xe3c 	 0xffff1000
0xe40 	 0xffff1000
0xe44 	 0xffff1000
0xe48 	 0xffff1000
0xe4c 	 0xffff1000
0xe50 	 0xffff1000
0xe54 	 0xffff1000
0xe58 	 0xffff1000
0xe5c 	 0xffff1000
0xe60 	 0xffff1000
0xe64 	 0xffff1000
0xe68 	 0xffff1000
0xe6c 	 0xffff1000
0xe70 	 0xffff1000
0xe74 	 0xffff1000
0xe78 	 0xffff1000
0xe7c 	 0xffff1000
0xe80 	 0xffff1000
0xe84 	 0xffff1000
0xe88 	 0xffff1000
0xe8c 	 0xffff1000
0xe90 	 0xffff1000
0xe94 	 0xffff1000
0xe98 	 0xffff1000
0xe9c 	 0xffff1000
0xea0 	 0xffff1000
0xea4 	 0xffff1000
0xea8 	 0xffff1000
0xeac 	 0xffff1000
0xeb0 	 0xffff1000
0xeb4 	 0xffff1000
0xeb8 	 0xffff1000
0xebc 	 0xffff1000
0xec0 	 0xffff1000
0xec4 	 0xffff1000
0xec8 	 0xffff1000
0xecc 	 0xffff1000
0xed0 	 0xffff1000
0xed4 	 0xffff1000
0xed8 	 0xffff1000
0xedc 	 0xffff1000
0xee0 	 0xffff1000
0xee4 	 0xffff1000
0xee8 	 0xffff1000
0xeec 	 0xffff1000
0xef0 	 0xffff1000
0xef4 	 0xffff1000
0xef8 	 0xffff1000
0xefc 	 0xffff1000
0xf00 	 0xffff1000
0xf04 	 0xffff1000
0xf08 	 0xffff1000
0xf0c 	 0xffff1000
0xf10 	 0xffff1000
0xf14 	 0xffff1000
0xf18 	 0xffff1000
0xf1c 	 0xffff1000
0xf20 	 0xffff1000
0xf24 	 0xffff1000
0xf28 	 0xffff1000
0xf2c 	 0xffff1000
0xf30 	 0xffff1000
0xf34 	 0xffff1000
0xf38 	 0xffff1000
0xf3c 	 0xffff1000
0xf40 	 0xffff1000
0xf44 	 0xffff1000
0xf48 	 0xffff1000
0xf4c 	 0xffff1000
0xf50 	 0xffff1000
0xf54 	 0xffff1000
0xf58 	 0xffff1000
0xf5c 	 0xffff1000
0xf60 	 0xffff1000
0xf64 	 0xffff1000
0xf68 	 0xffff1000
0xf6c 	 0xffff1000
0xf70 	 0xffff1000
0xf74 	 0xffff1000
0xf78 	 0xffff1000
0xf7c 	 0xffff1000
0xf80 	 0xffff1000
0xf84 	 0xffff1000
0xf88 	 0xffff1000
0xf8c 	 0xffff1000
0xf90 	 0xffff1000
0xf94 	 0xffff1000
0xf98 	 0xffff1000
0xf9c 	 0xffff1000
0xfa0 	 0xffff1000
0xfa4 	 0xffff1000
0xfa8 	 0xffff1000
0xfac 	 0xffff1000
0xfb0 	 0xffff1000
0xfb4 	 0xffff1000
0xfb8 	 0xffff1000
0xfbc 	 0xffff1000
0xfc0 	 0xffff1000
0xfc4 	 0xffff1000
0xfc8 	 0xffff1000
0xfcc 	 0xffff1000
0xfd0 	 0xffff1000
0xfd4 	 0xffff1000
0xfd8 	 0xffff1000
0xfdc 	 0xffff1000
0xfe0 	 0xffff1000
0xfe4 	 0xffff1000
0xfe8 	 0xffff1000
0xfec 	 0xffff1000
0xff0 	 0xffff1000
0xff4 	 0xffff1000
0xff8 	 0xffff1000
0xffc 	 0xffff1000
0x1000 	 0xc0053c00
0x1004 	 0x43
0x1008 	 0xe26
0x100c 	 0xe27
0x1010 	 0x4
0x1014 	 0x4
0x1018 	 0x20
0x101c 	 0xc0023f00
0x1020 	 0x17000
0x1024 	 0xffff8001
0x1028 	 0x5800048
0x102c 	 0xc0023f00
0x1030 	 0x1000
0x1034 	 0xffff8001
0x1038 	 0x5800048
0x103c 	 0xc0064900
0x1040 	 0x6600514
0x1044 	 0x40000000
0x1048 	 0x6b8100
0x104c 	 0x0
0x1050 	 0x106a0
0x1054 	 0x0
0x1058 	 0x0
0x105c 	 0xc0064900
0x1060 	 0x6600514
0x1064 	 0x22000000
0x1068 	 0x4012a0
0x106c 	 0x0
0x1070 	 0x83de
0x1074 	 0x0
0x1078 	 0x0
0x107c 	 0xc0df1000
0x1080 	 0xffff1000
0x1084 	 0xffff1000
0x1088 	 0xffff1000
0x108c 	 0xffff1000
0x1090 	 0xffff1000
0x1094 	 0xffff1000
0x1098 	 0xffff1000
0x109c 	 0xffff1000
0x10a0 	 0xffff1000
0x10a4 	 0xffff1000
0x10a8 	 0xffff1000
0x10ac 	 0xffff1000
0x10b0 	 0xffff1000
0x10b4 	 0xffff1000
0x10b8 	 0xffff1000
0x10bc 	 0xffff1000
0x10c0 	 0xffff1000
0x10c4 	 0xffff1000
0x10c8 	 0xffff1000
0x10cc 	 0xffff1000
0x10d0 	 0xffff1000
0x10d4 	 0xffff1000
0x10d8 	 0xffff1000
0x10dc 	 0xffff1000
0x10e0 	 0xffff1000
0x10e4 	 0xffff1000
0x10e8 	 0xffff1000
0x10ec 	 0xffff1000
0x10f0 	 0xffff1000
0x10f4 	 0xffff1000
0x10f8 	 0xffff1000
0x10fc 	 0xffff1000
0x1100 	 0xffff1000
0x1104 	 0xffff1000
0x1108 	 0xffff1000
0x110c 	 0xffff1000
0x1110 	 0xffff1000
0x1114 	 0xffff1000
0x1118 	 0xffff1000
0x111c 	 0xffff1000
0x1120 	 0xffff1000
0x1124 	 0xffff1000
0x1128 	 0xffff1000
0x112c 	 0xffff1000
0x1130 	 0xffff1000
0x1134 	 0xffff1000
0x1138 	 0xffff1000
0x113c 	 0xffff1000
0x1140 	 0xffff1000
0x1144 	 0xffff1000
0x1148 	 0xffff1000
0x114c 	 0xffff1000
0x1150 	 0xffff1000
0x1154 	 0xffff1000
0x1158 	 0xffff1000
0x115c 	 0xffff1000
0x1160 	 0xffff1000
0x1164 	 0xffff1000
0x1168 	 0xffff1000
0x116c 	 0xffff1000
0x1170 	 0xffff1000
0x1174 	 0xffff1000
0x1178 	 0xffff1000
0x117c 	 0xffff1000
0x1180 	 0xffff1000
0x1184 	 0xffff1000
0x1188 	 0xffff1000
0x118c 	 0xffff1000
0x1190 	 0xffff1000
0x1194 	 0xffff1000
0x1198 	 0xffff1000
0x119c 	 0xffff1000
0x11a0 	 0xffff1000
0x11a4 	 0xffff1000
0x11a8 	 0xffff1000
0x11ac 	 0xffff1000
0x11b0 	 0xffff1000
0x11b4 	 0xffff1000
0x11b8 	 0xffff1000
0x11bc 	 0xffff1000
0x11c0 	 0xffff1000
0x11c4 	 0xffff1000
0x11c8 	 0xffff1000
0x11cc 	 0xffff1000
0x11d0 	 0xffff1000
0x11d4 	 0xffff1000
0x11d8 	 0xffff1000
0x11dc 	 0xffff1000
0x11e0 	 0xffff1000
0x11e4 	 0xffff1000
0x11e8 	 0xffff1000
0x11ec 	 0xffff1000
0x11f0 	 0xffff1000
0x11f4 	 0xffff1000
0x11f8 	 0xffff1000
0x11fc 	 0xffff1000
0x1200 	 0xffff1000
0x1204 	 0xffff1000
0x1208 	 0xffff1000
0x120c 	 0xffff1000
0x1210 	 0xffff1000
0x1214 	 0xffff1000
0x1218 	 0xffff1000
0x121c 	 0xffff1000
0x1220 	 0xffff1000
0x1224 	 0xffff1000
0x1228 	 0xffff1000
0x122c 	 0xffff1000
0x1230 	 0xffff1000
0x1234 	 0xffff1000
0x1238 	 0xffff1000
0x123c 	 0xffff1000
0x1240 	 0xffff1000
0x1244 	 0xffff1000
0x1248 	 0xffff1000
0x124c 	 0xffff1000
0x1250 	 0xffff1000
0x1254 	 0xffff1000
0x1258 	 0xffff1000
0x125c 	 0xffff1000
0x1260 	 0xffff1000
0x1264 	 0xffff1000
0x1268 	 0xffff1000
0x126c 	 0xffff1000
0x1270 	 0xffff1000
0x1274 	 0xffff1000
0x1278 	 0xffff1000
0x127c 	 0xffff1000
0x1280 	 0xffff1000
0x1284 	 0xffff1000
0x1288 	 0xffff1000
0x128c 	 0xffff1000
0x1290 	 0xffff1000
0x1294 	 0xffff1000
0x1298 	 0xffff1000
0x129c 	 0xffff1000
0x12a0 	 0xffff1000
0x12a4 	 0xffff1000
0x12a8 	 0xffff1000
0x12ac 	 0xffff1000
0x12b0 	 0xffff1000
0x12b4 	 0xffff1000
0x12b8 	 0xffff1000
0x12bc 	 0xffff1000
0x12c0 	 0xffff1000
0x12c4 	 0xffff1000
0x12c8 	 0xffff1000
0x12cc 	 0xffff1000
0x12d0 	 0xffff1000
0x12d4 	 0xffff1000
0x12d8 	 0xffff1000
0x12dc 	 0xffff1000
0x12e0 	 0xffff1000
0x12e4 	 0xffff1000
0x12e8 	 0xffff1000
0x12ec 	 0xffff1000
0x12f0 	 0xffff1000
0x12f4 	 0xffff1000
0x12f8 	 0xffff1000
0x12fc 	 0xffff1000
0x1300 	 0xffff1000
0x1304 	 0xffff1000
0x1308 	 0xffff1000
0x130c 	 0xffff1000
0x1310 	 0xffff1000
0x1314 	 0xffff1000
0x1318 	 0xffff1000
0x131c 	 0xffff1000
0x1320 	 0xffff1000
0x1324 	 0xffff1000
0x1328 	 0xffff1000
0x132c 	 0xffff1000
0x1330 	 0xffff1000
0x1334 	 0xffff1000
0x1338 	 0xffff1000
0x133c 	 0xffff1000
0x1340 	 0xffff1000
0x1344 	 0xffff1000
0x1348 	 0xffff1000
0x134c 	 0xffff1000
0x1350 	 0xffff1000
0x1354 	 0xffff1000
0x1358 	 0xffff1000
0x135c 	 0xffff1000
0x1360 	 0xffff1000
0x1364 	 0xffff1000
0x1368 	 0xffff1000
0x136c 	 0xffff1000
0x1370 	 0xffff1000
0x1374 	 0xffff1000
0x1378 	 0xffff1000
0x137c 	 0xffff1000
0x1380 	 0xffff1000
0x1384 	 0xffff1000
0x1388 	 0xffff1000
0x138c 	 0xffff1000
0x1390 	 0xffff1000
0x1394 	 0xffff1000
0x1398 	 0xffff1000
0x139c 	 0xffff1000
0x13a0 	 0xffff1000
0x13a4 	 0xffff1000
0x13a8 	 0xffff1000
0x13ac 	 0xffff1000
0x13b0 	 0xffff1000
0x13b4 	 0xffff1000
0x13b8 	 0xffff1000
0x13bc 	 0xffff1000
0x13c0 	 0xffff1000
0x13c4 	 0xffff1000
0x13c8 	 0xffff1000
0x13cc 	 0xffff1000
0x13d0 	 0xffff1000
0x13d4 	 0xffff1000
0x13d8 	 0xffff1000
0x13dc 	 0xffff1000
0x13e0 	 0xffff1000
0x13e4 	 0xffff1000
0x13e8 	 0xffff1000
0x13ec 	 0xffff1000
0x13f0 	 0xffff1000
0x13f4 	 0xffff1000
0x13f8 	 0xffff1000
0x13fc 	 0xffff1000
0x1400 	 0xc0053c00
0x1404 	 0x43
0x1408 	 0xe26
0x140c 	 0xe27
0x1410 	 0x4
0x1414 	 0x4
0x1418 	 0x20
0x141c 	 0xc0023f00
0x1420 	 0x17000
0x1424 	 0xffff8001
0x1428 	 0x5800048
0x142c 	 0xc0023f00
0x1430 	 0x1000
0x1434 	 0xffff8001
0x1438 	 0x5800088
0x143c 	 0xc0064900
0x1440 	 0x6600514
0x1444 	 0x40000000
0x1448 	 0x6b8100
0x144c 	 0x0
0x1450 	 0x106a2
0x1454 	 0x0
0x1458 	 0x0
0x145c 	 0xc0064900
0x1460 	 0x6600514
0x1464 	 0x22000000
0x1468 	 0x4012a0
0x146c 	 0x0
0x1470 	 0x83df
0x1474 	 0x0
0x1478 	 0x0
0x147c 	 0xc0df1000
0x1480 	 0xffff1000
0x1484 	 0xffff1000
0x1488 	 0xffff1000
0x148c 	 0xffff1000
0x1490 	 0xffff1000
0x1494 	 0xffff1000
0x1498 	 0xffff1000
0x149c 	 0xffff1000
0x14a0 	 0xffff1000
0x14a4 	 0xffff1000
0x14a8 	 0xffff1000
0x14ac 	 0xffff1000
0x14b0 	 0xffff1000
0x14b4 	 0xffff1000
0x14b8 	 0xffff1000
0x14bc 	 0xffff1000
0x14c0 	 0xffff1000
0x14c4 	 0xffff1000
0x14c8 	 0xffff1000
0x14cc 	 0xffff1000
0x14d0 	 0xffff1000
0x14d4 	 0xffff1000
0x14d8 	 0xffff1000
0x14dc 	 0xffff1000
0x14e0 	 0xffff1000
0x14e4 	 0xffff1000
0x14e8 	 0xffff1000
0x14ec 	 0xffff1000
0x14f0 	 0xffff1000
0x14f4 	 0xffff1000
0x14f8 	 0xffff1000
0x14fc 	 0xffff1000
0x1500 	 0xffff1000
0x1504 	 0xffff1000
0x1508 	 0xffff1000
0x150c 	 0xffff1000
0x1510 	 0xffff1000
0x1514 	 0xffff1000
0x1518 	 0xffff1000
0x151c 	 0xffff1000
0x1520 	 0xffff1000
0x1524 	 0xffff1000
0x1528 	 0xffff1000
0x152c 	 0xffff1000
0x1530 	 0xffff1000
0x1534 	 0xffff1000
0x1538 	 0xffff1000
0x153c 	 0xffff1000
0x1540 	 0xffff1000
0x1544 	 0xffff1000
0x1548 	 0xffff1000
0x154c 	 0xffff1000
0x1550 	 0xffff1000
0x1554 	 0xffff1000
0x1558 	 0xffff1000
0x155c 	 0xffff1000
0x1560 	 0xffff1000
0x1564 	 0xffff1000
0x1568 	 0xffff1000
0x156c 	 0xffff1000
0x1570 	 0xffff1000
0x1574 	 0xffff1000
0x1578 	 0xffff1000
0x157c 	 0xffff1000
0x1580 	 0xffff1000
0x1584 	 0xffff1000
0x1588 	 0xffff1000
0x158c 	 0xffff1000
0x1590 	 0xffff1000
0x1594 	 0xffff1000
0x1598 	 0xffff1000
0x159c 	 0xffff1000
0x15a0 	 0xffff1000
0x15a4 	 0xffff1000
0x15a8 	 0xffff1000
0x15ac 	 0xffff1000
0x15b0 	 0xffff1000
0x15b4 	 0xffff1000
0x15b8 	 0xffff1000
0x15bc 	 0xffff1000
0x15c0 	 0xffff1000
0x15c4 	 0xffff1000
0x15c8 	 0xffff1000
0x15cc 	 0xffff1000
0x15d0 	 0xffff1000
0x15d4 	 0xffff1000
0x15d8 	 0xffff1000
0x15dc 	 0xffff1000
0x15e0 	 0xffff1000
0x15e4 	 0xffff1000
0x15e8 	 0xffff1000
0x15ec 	 0xffff1000
0x15f0 	 0xffff1000
0x15f4 	 0xffff1000
0x15f8 	 0xffff1000
0x15fc 	 0xffff1000
0x1600 	 0xffff1000
0x1604 	 0xffff1000
0x1608 	 0xffff1000
0x160c 	 0xffff1000
0x1610 	 0xffff1000
0x1614 	 0xffff1000
0x1618 	 0xffff1000
0x161c 	 0xffff1000
0x1620 	 0xffff1000
0x1624 	 0xffff1000
0x1628 	 0xffff1000
0x162c 	 0xffff1000
0x1630 	 0xffff1000
0x1634 	 0xffff1000
0x1638 	 0xffff1000
0x163c 	 0xffff1000
0x1640 	 0xffff1000
0x1644 	 0xffff1000
0x1648 	 0xffff1000
0x164c 	 0xffff1000
0x1650 	 0xffff1000
0x1654 	 0xffff1000
0x1658 	 0xffff1000
0x165c 	 0xffff1000
0x1660 	 0xffff1000
0x1664 	 0xffff1000
0x1668 	 0xffff1000
0x166c 	 0xffff1000
0x1670 	 0xffff1000
0x1674 	 0xffff1000
0x1678 	 0xffff1000
0x167c 	 0xffff1000
0x1680 	 0xffff1000
0x1684 	 0xffff1000
0x1688 	 0xffff1000
0x168c 	 0xffff1000
0x1690 	 0xffff1000
0x1694 	 0xffff1000
0x1698 	 0xffff1000
0x169c 	 0xffff1000
0x16a0 	 0xffff1000
0x16a4 	 0xffff1000
0x16a8 	 0xffff1000
0x16ac 	 0xffff1000
0x16b0 	 0xffff1000
0x16b4 	 0xffff1000
0x16b8 	 0xffff1000
0x16bc 	 0xffff1000
0x16c0 	 0xffff1000
0x16c4 	 0xffff1000
0x16c8 	 0xffff1000
0x16cc 	 0xffff1000
0x16d0 	 0xffff1000
0x16d4 	 0xffff1000
0x16d8 	 0xffff1000
0x16dc 	 0xffff1000
0x16e0 	 0xffff1000
0x16e4 	 0xffff1000
0x16e8 	 0xffff1000
0x16ec 	 0xffff1000
0x16f0 	 0xffff1000
0x16f4 	 0xffff1000
0x16f8 	 0xffff1000
0x16fc 	 0xffff1000
0x1700 	 0xffff1000
0x1704 	 0xffff1000
0x1708 	 0xffff1000
0x170c 	 0xffff1000
0x1710 	 0xffff1000
0x1714 	 0xffff1000
0x1718 	 0xffff1000
0x171c 	 0xffff1000
0x1720 	 0xffff1000
0x1724 	 0xffff1000
0x1728 	 0xffff1000
0x172c 	 0xffff1000
0x1730 	 0xffff1000
0x1734 	 0xffff1000
0x1738 	 0xffff1000
0x173c 	 0xffff1000
0x1740 	 0xffff1000
0x1744 	 0xffff1000
0x1748 	 0xffff1000
0x174c 	 0xffff1000
0x1750 	 0xffff1000
0x1754 	 0xffff1000
0x1758 	 0xffff1000
0x175c 	 0xffff1000
0x1760 	 0xffff1000
0x1764 	 0xffff1000
0x1768 	 0xffff1000
0x176c 	 0xffff1000
0x1770 	 0xffff1000
0x1774 	 0xffff1000
0x1778 	 0xffff1000
0x177c 	 0xffff1000
0x1780 	 0xffff1000
0x1784 	 0xffff1000
0x1788 	 0xffff1000
0x178c 	 0xffff1000
0x1790 	 0xffff1000
0x1794 	 0xffff1000
0x1798 	 0xffff1000
0x179c 	 0xffff1000
0x17a0 	 0xffff1000
0x17a4 	 0xffff1000
0x17a8 	 0xffff1000
0x17ac 	 0xffff1000
0x17b0 	 0xffff1000
0x17b4 	 0xffff1000
0x17b8 	 0xffff1000
0x17bc 	 0xffff1000
0x17c0 	 0xffff1000
0x17c4 	 0xffff1000
0x17c8 	 0xffff1000
0x17cc 	 0xffff1000
0x17d0 	 0xffff1000
0x17d4 	 0xffff1000
0x17d8 	 0xffff1000
0x17dc 	 0xffff1000
0x17e0 	 0xffff1000
0x17e4 	 0xffff1000
0x17e8 	 0xffff1000
0x17ec 	 0xffff1000
0x17f0 	 0xffff1000
0x17f4 	 0xffff1000
0x17f8 	 0xffff1000
0x17fc 	 0xffff1000
0x1800 	 0xc0053c00
0x1804 	 0x43
0x1808 	 0xe26
0x180c 	 0xe27
0x1810 	 0x4
0x1814 	 0x4
0x1818 	 0x20
0x181c 	 0xc0023f00
0x1820 	 0x17000
0x1824 	 0xffff8001
0x1828 	 0x5800048
0x182c 	 0xc0023f00
0x1830 	 0x1000
0x1834 	 0xffff8001
0x1838 	 0x5800048
0x183c 	 0xc0064900
0x1840 	 0x6600514
0x1844 	 0x40000000
0x1848 	 0x6b8100
0x184c 	 0x0
0x1850 	 0x106a4
0x1854 	 0x0
0x1858 	 0x0
0x185c 	 0xc0064900
0x1860 	 0x6600514
0x1864 	 0x22000000
0x1868 	 0x4012a0
0x186c 	 0x0
0x1870 	 0x83e0
0x1874 	 0x0
0x1878 	 0x0
0x187c 	 0xc0df1000
0x1880 	 0xffff1000
0x1884 	 0xffff1000
0x1888 	 0xffff1000
0x188c 	 0xffff1000
0x1890 	 0xffff1000
0x1894 	 0xffff1000
0x1898 	 0xffff1000
0x189c 	 0xffff1000
0x18a0 	 0xffff1000
0x18a4 	 0xffff1000
0x18a8 	 0xffff1000
0x18ac 	 0xffff1000
0x18b0 	 0xffff1000
0x18b4 	 0xffff1000
0x18b8 	 0xffff1000
0x18bc 	 0xffff1000
0x18c0 	 0xffff1000
0x18c4 	 0xffff1000
0x18c8 	 0xffff1000
0x18cc 	 0xffff1000
0x18d0 	 0xffff1000
0x18d4 	 0xffff1000
0x18d8 	 0xffff1000
0x18dc 	 0xffff1000
0x18e0 	 0xffff1000
0x18e4 	 0xffff1000
0x18e8 	 0xffff1000
0x18ec 	 0xffff1000
0x18f0 	 0xffff1000
0x18f4 	 0xffff1000
0x18f8 	 0xffff1000
0x18fc 	 0xffff1000
0x1900 	 0xffff1000
0x1904 	 0xffff1000
0x1908 	 0xffff1000
0x190c 	 0xffff1000
0x1910 	 0xffff1000
0x1914 	 0xffff1000
0x1918 	 0xffff1000
0x191c 	 0xffff1000
0x1920 	 0xffff1000
0x1924 	 0xffff1000
0x1928 	 0xffff1000
0x192c 	 0xffff1000
0x1930 	 0xffff1000
0x1934 	 0xffff1000
0x1938 	 0xffff1000
0x193c 	 0xffff1000
0x1940 	 0xffff1000
0x1944 	 0xffff1000
0x1948 	 0xffff1000
0x194c 	 0xffff1000
0x1950 	 0xffff1000
0x1954 	 0xffff1000
0x1958 	 0xffff1000
0x195c 	 0xffff1000
0x1960 	 0xffff1000
0x1964 	 0xffff1000
0x1968 	 0xffff1000
0x196c 	 0xffff1000
0x1970 	 0xffff1000
0x1974 	 0xffff1000
0x1978 	 0xffff1000
0x197c 	 0xffff1000
0x1980 	 0xffff1000
0x1984 	 0xffff1000
0x1988 	 0xffff1000
0x198c 	 0xffff1000
0x1990 	 0xffff1000
0x1994 	 0xffff1000
0x1998 	 0xffff1000
0x199c 	 0xffff1000
0x19a0 	 0xffff1000
0x19a4 	 0xffff1000
0x19a8 	 0xffff1000
0x19ac 	 0xffff1000
0x19b0 	 0xffff1000
0x19b4 	 0xffff1000
0x19b8 	 0xffff1000
0x19bc 	 0xffff1000
0x19c0 	 0xffff1000
0x19c4 	 0xffff1000
0x19c8 	 0xffff1000
0x19cc 	 0xffff1000
0x19d0 	 0xffff1000
0x19d4 	 0xffff1000
0x19d8 	 0xffff1000
0x19dc 	 0xffff1000
0x19e0 	 0xffff1000
0x19e4 	 0xffff1000
0x19e8 	 0xffff1000
0x19ec 	 0xffff1000
0x19f0 	 0xffff1000
0x19f4 	 0xffff1000
0x19f8 	 0xffff1000
0x19fc 	 0xffff1000
0x1a00 	 0xffff1000
0x1a04 	 0xffff1000
0x1a08 	 0xffff1000
0x1a0c 	 0xffff1000
0x1a10 	 0xffff1000
0x1a14 	 0xffff1000
0x1a18 	 0xffff1000
0x1a1c 	 0xffff1000
0x1a20 	 0xffff1000
0x1a24 	 0xffff1000
0x1a28 	 0xffff1000
0x1a2c 	 0xffff1000
0x1a30 	 0xffff1000
0x1a34 	 0xffff1000
0x1a38 	 0xffff1000
0x1a3c 	 0xffff1000
0x1a40 	 0xffff1000
0x1a44 	 0xffff1000
0x1a48 	 0xffff1000
0x1a4c 	 0xffff1000
0x1a50 	 0xffff1000
0x1a54 	 0xffff1000
0x1a58 	 0xffff1000
0x1a5c 	 0xffff1000
0x1a60 	 0xffff1000
0x1a64 	 0xffff1000
0x1a68 	 0xffff1000
0x1a6c 	 0xffff1000
0x1a70 	 0xffff1000
0x1a74 	 0xffff1000
0x1a78 	 0xffff1000
0x1a7c 	 0xffff1000
0x1a80 	 0xffff1000
0x1a84 	 0xffff1000
0x1a88 	 0xffff1000
0x1a8c 	 0xffff1000
0x1a90 	 0xffff1000
0x1a94 	 0xffff1000
0x1a98 	 0xffff1000
0x1a9c 	 0xffff1000
0x1aa0 	 0xffff1000
0x1aa4 	 0xffff1000
0x1aa8 	 0xffff1000
0x1aac 	 0xffff1000
0x1ab0 	 0xffff1000
0x1ab4 	 0xffff1000
0x1ab8 	 0xffff1000
0x1abc 	 0xffff1000
0x1ac0 	 0xffff1000
0x1ac4 	 0xffff1000
0x1ac8 	 0xffff1000
0x1acc 	 0xffff1000
0x1ad0 	 0xffff1000
0x1ad4 	 0xffff1000
0x1ad8 	 0xffff1000
0x1adc 	 0xffff1000
0x1ae0 	 0xffff1000
0x1ae4 	 0xffff1000
0x1ae8 	 0xffff1000
0x1aec 	 0xffff1000
0x1af0 	 0xffff1000
0x1af4 	 0xffff1000
0x1af8 	 0xffff1000
0x1afc 	 0xffff1000
0x1b00 	 0xffff1000
0x1b04 	 0xffff1000
0x1b08 	 0xffff1000
0x1b0c 	 0xffff1000
0x1b10 	 0xffff1000
0x1b14 	 0xffff1000
0x1b18 	 0xffff1000
0x1b1c 	 0xffff1000
0x1b20 	 0xffff1000
0x1b24 	 0xffff1000
0x1b28 	 0xffff1000
0x1b2c 	 0xffff1000
0x1b30 	 0xffff1000
0x1b34 	 0xffff1000
0x1b38 	 0xffff1000
0x1b3c 	 0xffff1000
0x1b40 	 0xffff1000
0x1b44 	 0xffff1000
0x1b48 	 0xffff1000
0x1b4c 	 0xffff1000
0x1b50 	 0xffff1000
0x1b54 	 0xffff1000
0x1b58 	 0xffff1000
0x1b5c 	 0xffff1000
0x1b60 	 0xffff1000
0x1b64 	 0xffff1000
0x1b68 	 0xffff1000
0x1b6c 	 0xffff1000
0x1b70 	 0xffff1000
0x1b74 	 0xffff1000
0x1b78 	 0xffff1000
0x1b7c 	 0xffff1000
0x1b80 	 0xffff1000
0x1b84 	 0xffff1000
0x1b88 	 0xffff1000
0x1b8c 	 0xffff1000
0x1b90 	 0xffff1000
0x1b94 	 0xffff1000
0x1b98 	 0xffff1000
0x1b9c 	 0xffff1000
0x1ba0 	 0xffff1000
0x1ba4 	 0xffff1000
0x1ba8 	 0xffff1000
0x1bac 	 0xffff1000
0x1bb0 	 0xffff1000
0x1bb4 	 0xffff1000
0x1bb8 	 0xffff1000
0x1bbc 	 0xffff1000
0x1bc0 	 0xffff1000
0x1bc4 	 0xffff1000
0x1bc8 	 0xffff1000
0x1bcc 	 0xffff1000
0x1bd0 	 0xffff1000
0x1bd4 	 0xffff1000
0x1bd8 	 0xffff1000
0x1bdc 	 0xffff1000
0x1be0 	 0xffff1000
0x1be4 	 0xffff1000
0x1be8 	 0xffff1000
0x1bec 	 0xffff1000
0x1bf0 	 0xffff1000
0x1bf4 	 0xffff1000
0x1bf8 	 0xffff1000
0x1bfc 	 0xffff1000
0x1c00 	 0xc0053c00
0x1c04 	 0x43
0x1c08 	 0xe26
0x1c0c 	 0xe27
0x1c10 	 0x4
0x1c14 	 0x4
0x1c18 	 0x20
0x1c1c 	 0xc0023f00
0x1c20 	 0x17000
0x1c24 	 0xffff8001
0x1c28 	 0x5800048
0x1c2c 	 0xc0023f00
0x1c30 	 0x1000
0x1c34 	 0xffff8001
0x1c38 	 0x5800048
0x1c3c 	 0xc0064900
0x1c40 	 0x6600514
0x1c44 	 0x40000000
0x1c48 	 0x6b8100
0x1c4c 	 0x0
0x1c50 	 0x106a6
0x1c54 	 0x0
0x1c58 	 0x0
0x1c5c 	 0xc0064900
0x1c60 	 0x6600514
0x1c64 	 0x22000000
0x1c68 	 0x4012a0
0x1c6c 	 0x0
0x1c70 	 0x83e1
0x1c74 	 0x0
0x1c78 	 0x0
0x1c7c 	 0xc0df1000
0x1c80 	 0xffff1000
0x1c84 	 0xffff1000
0x1c88 	 0xffff1000
0x1c8c 	 0xffff1000
0x1c90 	 0xffff1000
0x1c94 	 0xffff1000
0x1c98 	 0xffff1000
0x1c9c 	 0xffff1000
0x1ca0 	 0xffff1000
0x1ca4 	 0xffff1000
0x1ca8 	 0xffff1000
0x1cac 	 0xffff1000
0x1cb0 	 0xffff1000
0x1cb4 	 0xffff1000
0x1cb8 	 0xffff1000
0x1cbc 	 0xffff1000
0x1cc0 	 0xffff1000
0x1cc4 	 0xffff1000
0x1cc8 	 0xffff1000
0x1ccc 	 0xffff1000
0x1cd0 	 0xffff1000
0x1cd4 	 0xffff1000
0x1cd8 	 0xffff1000
0x1cdc 	 0xffff1000
0x1ce0 	 0xffff1000
0x1ce4 	 0xffff1000
0x1ce8 	 0xffff1000
0x1cec 	 0xffff1000
0x1cf0 	 0xffff1000
0x1cf4 	 0xffff1000
0x1cf8 	 0xffff1000
0x1cfc 	 0xffff1000
0x1d00 	 0xffff1000
0x1d04 	 0xffff1000
0x1d08 	 0xffff1000
0x1d0c 	 0xffff1000
0x1d10 	 0xffff1000
0x1d14 	 0xffff1000
0x1d18 	 0xffff1000
0x1d1c 	 0xffff1000
0x1d20 	 0xffff1000
0x1d24 	 0xffff1000
0x1d28 	 0xffff1000
0x1d2c 	 0xffff1000
0x1d30 	 0xffff1000
0x1d34 	 0xffff1000
0x1d38 	 0xffff1000
0x1d3c 	 0xffff1000
0x1d40 	 0xffff1000
0x1d44 	 0xffff1000
0x1d48 	 0xffff1000
0x1d4c 	 0xffff1000
0x1d50 	 0xffff1000
0x1d54 	 0xffff1000
0x1d58 	 0xffff1000
0x1d5c 	 0xffff1000
0x1d60 	 0xffff1000
0x1d64 	 0xffff1000
0x1d68 	 0xffff1000
0x1d6c 	 0xffff1000
0x1d70 	 0xffff1000
0x1d74 	 0xffff1000
0x1d78 	 0xffff1000
0x1d7c 	 0xffff1000
0x1d80 	 0xffff1000
0x1d84 	 0xffff1000
0x1d88 	 0xffff1000
0x1d8c 	 0xffff1000
0x1d90 	 0xffff1000
0x1d94 	 0xffff1000
0x1d98 	 0xffff1000
0x1d9c 	 0xffff1000
0x1da0 	 0xffff1000
0x1da4 	 0xffff1000
0x1da8 	 0xffff1000
0x1dac 	 0xffff1000
0x1db0 	 0xffff1000
0x1db4 	 0xffff1000
0x1db8 	 0xffff1000
0x1dbc 	 0xffff1000
0x1dc0 	 0xffff1000
0x1dc4 	 0xffff1000
0x1dc8 	 0xffff1000
0x1dcc 	 0xffff1000
0x1dd0 	 0xffff1000
0x1dd4 	 0xffff1000
0x1dd8 	 0xffff1000
0x1ddc 	 0xffff1000
0x1de0 	 0xffff1000
0x1de4 	 0xffff1000
0x1de8 	 0xffff1000
0x1dec 	 0xffff1000
0x1df0 	 0xffff1000
0x1df4 	 0xffff1000
0x1df8 	 0xffff1000
0x1dfc 	 0xffff1000
0x1e00 	 0xffff1000
0x1e04 	 0xffff1000
0x1e08 	 0xffff1000
0x1e0c 	 0xffff1000
0x1e10 	 0xffff1000
0x1e14 	 0xffff1000
0x1e18 	 0xffff1000
0x1e1c 	 0xffff1000
0x1e20 	 0xffff1000
0x1e24 	 0xffff1000
0x1e28 	 0xffff1000
0x1e2c 	 0xffff1000
0x1e30 	 0xffff1000
0x1e34 	 0xffff1000
0x1e38 	 0xffff1000
0x1e3c 	 0xffff1000
0x1e40 	 0xffff1000
0x1e44 	 0xffff1000
0x1e48 	 0xffff1000
0x1e4c 	 0xffff1000
0x1e50 	 0xffff1000
0x1e54 	 0xffff1000
0x1e58 	 0xffff1000
0x1e5c 	 0xffff1000
0x1e60 	 0xffff1000
0x1e64 	 0xffff1000
0x1e68 	 0xffff1000
0x1e6c 	 0xffff1000
0x1e70 	 0xffff1000
0x1e74 	 0xffff1000
0x1e78 	 0xffff1000
0x1e7c 	 0xffff1000
0x1e80 	 0xffff1000
0x1e84 	 0xffff1000
0x1e88 	 0xffff1000
0x1e8c 	 0xffff1000
0x1e90 	 0xffff1000
0x1e94 	 0xffff1000
0x1e98 	 0xffff1000
0x1e9c 	 0xffff1000
0x1ea0 	 0xffff1000
0x1ea4 	 0xffff1000
0x1ea8 	 0xffff1000
0x1eac 	 0xffff1000
0x1eb0 	 0xffff1000
0x1eb4 	 0xffff1000
0x1eb8 	 0xffff1000
0x1ebc 	 0xffff1000
0x1ec0 	 0xffff1000
0x1ec4 	 0xffff1000
0x1ec8 	 0xffff1000
0x1ecc 	 0xffff1000
0x1ed0 	 0xffff1000
0x1ed4 	 0xffff1000
0x1ed8 	 0xffff1000
0x1edc 	 0xffff1000
0x1ee0 	 0xffff1000
0x1ee4 	 0xffff1000
0x1ee8 	 0xffff1000
0x1eec 	 0xffff1000
0x1ef0 	 0xffff1000
0x1ef4 	 0xffff1000
0x1ef8 	 0xffff1000
0x1efc 	 0xffff1000
0x1f00 	 0xffff1000
0x1f04 	 0xffff1000
0x1f08 	 0xffff1000
0x1f0c 	 0xffff1000
0x1f10 	 0xffff1000
0x1f14 	 0xffff1000
0x1f18 	 0xffff1000
0x1f1c 	 0xffff1000
0x1f20 	 0xffff1000
0x1f24 	 0xffff1000
0x1f28 	 0xffff1000
0x1f2c 	 0xffff1000
0x1f30 	 0xffff1000
0x1f34 	 0xffff1000
0x1f38 	 0xffff1000
0x1f3c 	 0xffff1000
0x1f40 	 0xffff1000
0x1f44 	 0xffff1000
0x1f48 	 0xffff1000
0x1f4c 	 0xffff1000
0x1f50 	 0xffff1000
0x1f54 	 0xffff1000
0x1f58 	 0xffff1000
0x1f5c 	 0xffff1000
0x1f60 	 0xffff1000
0x1f64 	 0xffff1000
0x1f68 	 0xffff1000
0x1f6c 	 0xffff1000
0x1f70 	 0xffff1000
0x1f74 	 0xffff1000
0x1f78 	 0xffff1000
0x1f7c 	 0xffff1000
0x1f80 	 0xffff1000
0x1f84 	 0xffff1000
0x1f88 	 0xffff1000
0x1f8c 	 0xffff1000
0x1f90 	 0xffff1000
0x1f94 	 0xffff1000
0x1f98 	 0xffff1000
0x1f9c 	 0xffff1000
0x1fa0 	 0xffff1000
0x1fa4 	 0xffff1000
0x1fa8 	 0xffff1000
0x1fac 	 0xffff1000
0x1fb0 	 0xffff1000
0x1fb4 	 0xffff1000
0x1fb8 	 0xffff1000
0x1fbc 	 0xffff1000
0x1fc0 	 0xffff1000
0x1fc4 	 0xffff1000
0x1fc8 	 0xffff1000
0x1fcc 	 0xffff1000
0x1fd0 	 0xffff1000
0x1fd4 	 0xffff1000
0x1fd8 	 0xffff1000
0x1fdc 	 0xffff1000
0x1fe0 	 0xffff1000
0x1fe4 	 0xffff1000
0x1fe8 	 0xffff1000
0x1fec 	 0xffff1000
0x1ff0 	 0xffff1000
0x1ff4 	 0xffff1000
0x1ff8 	 0xffff1000
0x1ffc 	 0xffff1000
ring name: comp_1.1.1
Rptr: 0x0 Wptr: 0x942000 RB mask: 7ff
Ring size in dwords: 2048
Ring contents
Offset 	 Value
0x0 	 0xc0053c00
0x4 	 0x43
0x8 	 0xe26
0xc 	 0xe27
0x10 	 0x8
0x14 	 0x8
0x18 	 0x20
0x1c 	 0xc0023f00
0x20 	 0x17000
0x24 	 0xffff8001
0x28 	 0x5800048
0x2c 	 0xc0023f00
0x30 	 0x1000
0x34 	 0xffff8001
0x38 	 0x5800060
0x3c 	 0xc0064900
0x40 	 0x6600514
0x44 	 0x40000000
0x48 	 0x6b8100
0x4c 	 0x0
0x50 	 0x128c1
0x54 	 0x0
0x58 	 0x0
0x5c 	 0xc0064900
0x60 	 0x6600514
0x64 	 0x22000000
0x68 	 0x401340
0x6c 	 0x0
0x70 	 0x9498
0x74 	 0x0
0x78 	 0x0
0x7c 	 0xc0df1000
0x80 	 0xffff1000
0x84 	 0xffff1000
0x88 	 0xffff1000
0x8c 	 0xffff1000
0x90 	 0xffff1000
0x94 	 0xffff1000
0x98 	 0xffff1000
0x9c 	 0xffff1000
0xa0 	 0xffff1000
0xa4 	 0xffff1000
0xa8 	 0xffff1000
0xac 	 0xffff1000
0xb0 	 0xffff1000
0xb4 	 0xffff1000
0xb8 	 0xffff1000
0xbc 	 0xffff1000
0xc0 	 0xffff1000
0xc4 	 0xffff1000
0xc8 	 0xffff1000
0xcc 	 0xffff1000
0xd0 	 0xffff1000
0xd4 	 0xffff1000
0xd8 	 0xffff1000
0xdc 	 0xffff1000
0xe0 	 0xffff1000
0xe4 	 0xffff1000
0xe8 	 0xffff1000
0xec 	 0xffff1000
0xf0 	 0xffff1000
0xf4 	 0xffff1000
0xf8 	 0xffff1000
0xfc 	 0xffff1000
0x100 	 0xffff1000
0x104 	 0xffff1000
0x108 	 0xffff1000
0x10c 	 0xffff1000
0x110 	 0xffff1000
0x114 	 0xffff1000
0x118 	 0xffff1000
0x11c 	 0xffff1000
0x120 	 0xffff1000
0x124 	 0xffff1000
0x128 	 0xffff1000
0x12c 	 0xffff1000
0x130 	 0xffff1000
0x134 	 0xffff1000
0x138 	 0xffff1000
0x13c 	 0xffff1000
0x140 	 0xffff1000
0x144 	 0xffff1000
0x148 	 0xffff1000
0x14c 	 0xffff1000
0x150 	 0xffff1000
0x154 	 0xffff1000
0x158 	 0xffff1000
0x15c 	 0xffff1000
0x160 	 0xffff1000
0x164 	 0xffff1000
0x168 	 0xffff1000
0x16c 	 0xffff1000
0x170 	 0xffff1000
0x174 	 0xffff1000
0x178 	 0xffff1000
0x17c 	 0xffff1000
0x180 	 0xffff1000
0x184 	 0xffff1000
0x188 	 0xffff1000
0x18c 	 0xffff1000
0x190 	 0xffff1000
0x194 	 0xffff1000
0x198 	 0xffff1000
0x19c 	 0xffff1000
0x1a0 	 0xffff1000
0x1a4 	 0xffff1000
0x1a8 	 0xffff1000
0x1ac 	 0xffff1000
0x1b0 	 0xffff1000
0x1b4 	 0xffff1000
0x1b8 	 0xffff1000
0x1bc 	 0xffff1000
0x1c0 	 0xffff1000
0x1c4 	 0xffff1000
0x1c8 	 0xffff1000
0x1cc 	 0xffff1000
0x1d0 	 0xffff1000
0x1d4 	 0xffff1000
0x1d8 	 0xffff1000
0x1dc 	 0xffff1000
0x1e0 	 0xffff1000
0x1e4 	 0xffff1000
0x1e8 	 0xffff1000
0x1ec 	 0xffff1000
0x1f0 	 0xffff1000
0x1f4 	 0xffff1000
0x1f8 	 0xffff1000
0x1fc 	 0xffff1000
0x200 	 0xffff1000
0x204 	 0xffff1000
0x208 	 0xffff1000
0x20c 	 0xffff1000
0x210 	 0xffff1000
0x214 	 0xffff1000
0x218 	 0xffff1000
0x21c 	 0xffff1000
0x220 	 0xffff1000
0x224 	 0xffff1000
0x228 	 0xffff1000
0x22c 	 0xffff1000
0x230 	 0xffff1000
0x234 	 0xffff1000
0x238 	 0xffff1000
0x23c 	 0xffff1000
0x240 	 0xffff1000
0x244 	 0xffff1000
0x248 	 0xffff1000
0x24c 	 0xffff1000
0x250 	 0xffff1000
0x254 	 0xffff1000
0x258 	 0xffff1000
0x25c 	 0xffff1000
0x260 	 0xffff1000
0x264 	 0xffff1000
0x268 	 0xffff1000
0x26c 	 0xffff1000
0x270 	 0xffff1000
0x274 	 0xffff1000
0x278 	 0xffff1000
0x27c 	 0xffff1000
0x280 	 0xffff1000
0x284 	 0xffff1000
0x288 	 0xffff1000
0x28c 	 0xffff1000
0x290 	 0xffff1000
0x294 	 0xffff1000
0x298 	 0xffff1000
0x29c 	 0xffff1000
0x2a0 	 0xffff1000
0x2a4 	 0xffff1000
0x2a8 	 0xffff1000
0x2ac 	 0xffff1000
0x2b0 	 0xffff1000
0x2b4 	 0xffff1000
0x2b8 	 0xffff1000
0x2bc 	 0xffff1000
0x2c0 	 0xffff1000
0x2c4 	 0xffff1000
0x2c8 	 0xffff1000
0x2cc 	 0xffff1000
0x2d0 	 0xffff1000
0x2d4 	 0xffff1000
0x2d8 	 0xffff1000
0x2dc 	 0xffff1000
0x2e0 	 0xffff1000
0x2e4 	 0xffff1000
0x2e8 	 0xffff1000
0x2ec 	 0xffff1000
0x2f0 	 0xffff1000
0x2f4 	 0xffff1000
0x2f8 	 0xffff1000
0x2fc 	 0xffff1000
0x300 	 0xffff1000
0x304 	 0xffff1000
0x308 	 0xffff1000
0x30c 	 0xffff1000
0x310 	 0xffff1000
0x314 	 0xffff1000
0x318 	 0xffff1000
0x31c 	 0xffff1000
0x320 	 0xffff1000
0x324 	 0xffff1000
0x328 	 0xffff1000
0x32c 	 0xffff1000
0x330 	 0xffff1000
0x334 	 0xffff1000
0x338 	 0xffff1000
0x33c 	 0xffff1000
0x340 	 0xffff1000
0x344 	 0xffff1000
0x348 	 0xffff1000
0x34c 	 0xffff1000
0x350 	 0xffff1000
0x354 	 0xffff1000
0x358 	 0xffff1000
0x35c 	 0xffff1000
0x360 	 0xffff1000
0x364 	 0xffff1000
0x368 	 0xffff1000
0x36c 	 0xffff1000
0x370 	 0xffff1000
0x374 	 0xffff1000
0x378 	 0xffff1000
0x37c 	 0xffff1000
0x380 	 0xffff1000
0x384 	 0xffff1000
0x388 	 0xffff1000
0x38c 	 0xffff1000
0x390 	 0xffff1000
0x394 	 0xffff1000
0x398 	 0xffff1000
0x39c 	 0xffff1000
0x3a0 	 0xffff1000
0x3a4 	 0xffff1000
0x3a8 	 0xffff1000
0x3ac 	 0xffff1000
0x3b0 	 0xffff1000
0x3b4 	 0xffff1000
0x3b8 	 0xffff1000
0x3bc 	 0xffff1000
0x3c0 	 0xffff1000
0x3c4 	 0xffff1000
0x3c8 	 0xffff1000
0x3cc 	 0xffff1000
0x3d0 	 0xffff1000
0x3d4 	 0xffff1000
0x3d8 	 0xffff1000
0x3dc 	 0xffff1000
0x3e0 	 0xffff1000
0x3e4 	 0xffff1000
0x3e8 	 0xffff1000
0x3ec 	 0xffff1000
0x3f0 	 0xffff1000
0x3f4 	 0xffff1000
0x3f8 	 0xffff1000
0x3fc 	 0xffff1000
0x400 	 0xc0053c00
0x404 	 0x43
0x408 	 0xe26
0x40c 	 0xe27
0x410 	 0x8
0x414 	 0x8
0x418 	 0x20
0x41c 	 0xc0023f00
0x420 	 0x17000
0x424 	 0xffff8001
0x428 	 0x5800048
0x42c 	 0xc0023f00
0x430 	 0x1000
0x434 	 0xffff8001
0x438 	 0x5800060
0x43c 	 0xc0064900
0x440 	 0x6600514
0x444 	 0x40000000
0x448 	 0x6b8100
0x44c 	 0x0
0x450 	 0x128c3
0x454 	 0x0
0x458 	 0x0
0x45c 	 0xc0064900
0x460 	 0x6600514
0x464 	 0x22000000
0x468 	 0x401340
0x46c 	 0x0
0x470 	 0x9499
0x474 	 0x0
0x478 	 0x0
0x47c 	 0xc0df1000
0x480 	 0xffff1000
0x484 	 0xffff1000
0x488 	 0xffff1000
0x48c 	 0xffff1000
0x490 	 0xffff1000
0x494 	 0xffff1000
0x498 	 0xffff1000
0x49c 	 0xffff1000
0x4a0 	 0xffff1000
0x4a4 	 0xffff1000
0x4a8 	 0xffff1000
0x4ac 	 0xffff1000
0x4b0 	 0xffff1000
0x4b4 	 0xffff1000
0x4b8 	 0xffff1000
0x4bc 	 0xffff1000
0x4c0 	 0xffff1000
0x4c4 	 0xffff1000
0x4c8 	 0xffff1000
0x4cc 	 0xffff1000
0x4d0 	 0xffff1000
0x4d4 	 0xffff1000
0x4d8 	 0xffff1000
0x4dc 	 0xffff1000
0x4e0 	 0xffff1000
0x4e4 	 0xffff1000
0x4e8 	 0xffff1000
0x4ec 	 0xffff1000
0x4f0 	 0xffff1000
0x4f4 	 0xffff1000
0x4f8 	 0xffff1000
0x4fc 	 0xffff1000
0x500 	 0xffff1000
0x504 	 0xffff1000
0x508 	 0xffff1000
0x50c 	 0xffff1000
0x510 	 0xffff1000
0x514 	 0xffff1000
0x518 	 0xffff1000
0x51c 	 0xffff1000
0x520 	 0xffff1000
0x524 	 0xffff1000
0x528 	 0xffff1000
0x52c 	 0xffff1000
0x530 	 0xffff1000
0x534 	 0xffff1000
0x538 	 0xffff1000
0x53c 	 0xffff1000
0x540 	 0xffff1000
0x544 	 0xffff1000
0x548 	 0xffff1000
0x54c 	 0xffff1000
0x550 	 0xffff1000
0x554 	 0xffff1000
0x558 	 0xffff1000
0x55c 	 0xffff1000
0x560 	 0xffff1000
0x564 	 0xffff1000
0x568 	 0xffff1000
0x56c 	 0xffff1000
0x570 	 0xffff1000
0x574 	 0xffff1000
0x578 	 0xffff1000
0x57c 	 0xffff1000
0x580 	 0xffff1000
0x584 	 0xffff1000
0x588 	 0xffff1000
0x58c 	 0xffff1000
0x590 	 0xffff1000
0x594 	 0xffff1000
0x598 	 0xffff1000
0x59c 	 0xffff1000
0x5a0 	 0xffff1000
0x5a4 	 0xffff1000
0x5a8 	 0xffff1000
0x5ac 	 0xffff1000
0x5b0 	 0xffff1000
0x5b4 	 0xffff1000
0x5b8 	 0xffff1000
0x5bc 	 0xffff1000
0x5c0 	 0xffff1000
0x5c4 	 0xffff1000
0x5c8 	 0xffff1000
0x5cc 	 0xffff1000
0x5d0 	 0xffff1000
0x5d4 	 0xffff1000
0x5d8 	 0xffff1000
0x5dc 	 0xffff1000
0x5e0 	 0xffff1000
0x5e4 	 0xffff1000
0x5e8 	 0xffff1000
0x5ec 	 0xffff1000
0x5f0 	 0xffff1000
0x5f4 	 0xffff1000
0x5f8 	 0xffff1000
0x5fc 	 0xffff1000
0x600 	 0xffff1000
0x604 	 0xffff1000
0x608 	 0xffff1000
0x60c 	 0xffff1000
0x610 	 0xffff1000
0x614 	 0xffff1000
0x618 	 0xffff1000
0x61c 	 0xffff1000
0x620 	 0xffff1000
0x624 	 0xffff1000
0x628 	 0xffff1000
0x62c 	 0xffff1000
0x630 	 0xffff1000
0x634 	 0xffff1000
0x638 	 0xffff1000
0x63c 	 0xffff1000
0x640 	 0xffff1000
0x644 	 0xffff1000
0x648 	 0xffff1000
0x64c 	 0xffff1000
0x650 	 0xffff1000
0x654 	 0xffff1000
0x658 	 0xffff1000
0x65c 	 0xffff1000
0x660 	 0xffff1000
0x664 	 0xffff1000
0x668 	 0xffff1000
0x66c 	 0xffff1000
0x670 	 0xffff1000
0x674 	 0xffff1000
0x678 	 0xffff1000
0x67c 	 0xffff1000
0x680 	 0xffff1000
0x684 	 0xffff1000
0x688 	 0xffff1000
0x68c 	 0xffff1000
0x690 	 0xffff1000
0x694 	 0xffff1000
0x698 	 0xffff1000
0x69c 	 0xffff1000
0x6a0 	 0xffff1000
0x6a4 	 0xffff1000
0x6a8 	 0xffff1000
0x6ac 	 0xffff1000
0x6b0 	 0xffff1000
0x6b4 	 0xffff1000
0x6b8 	 0xffff1000
0x6bc 	 0xffff1000
0x6c0 	 0xffff1000
0x6c4 	 0xffff1000
0x6c8 	 0xffff1000
0x6cc 	 0xffff1000
0x6d0 	 0xffff1000
0x6d4 	 0xffff1000
0x6d8 	 0xffff1000
0x6dc 	 0xffff1000
0x6e0 	 0xffff1000
0x6e4 	 0xffff1000
0x6e8 	 0xffff1000
0x6ec 	 0xffff1000
0x6f0 	 0xffff1000
0x6f4 	 0xffff1000
0x6f8 	 0xffff1000
0x6fc 	 0xffff1000
0x700 	 0xffff1000
0x704 	 0xffff1000
0x708 	 0xffff1000
0x70c 	 0xffff1000
0x710 	 0xffff1000
0x714 	 0xffff1000
0x718 	 0xffff1000
0x71c 	 0xffff1000
0x720 	 0xffff1000
0x724 	 0xffff1000
0x728 	 0xffff1000
0x72c 	 0xffff1000
0x730 	 0xffff1000
0x734 	 0xffff1000
0x738 	 0xffff1000
0x73c 	 0xffff1000
0x740 	 0xffff1000
0x744 	 0xffff1000
0x748 	 0xffff1000
0x74c 	 0xffff1000
0x750 	 0xffff1000
0x754 	 0xffff1000
0x758 	 0xffff1000
0x75c 	 0xffff1000
0x760 	 0xffff1000
0x764 	 0xffff1000
0x768 	 0xffff1000
0x76c 	 0xffff1000
0x770 	 0xffff1000
0x774 	 0xffff1000
0x778 	 0xffff1000
0x77c 	 0xffff1000
0x780 	 0xffff1000
0x784 	 0xffff1000
0x788 	 0xffff1000
0x78c 	 0xffff1000
0x790 	 0xffff1000
0x794 	 0xffff1000
0x798 	 0xffff1000
0x79c 	 0xffff1000
0x7a0 	 0xffff1000
0x7a4 	 0xffff1000
0x7a8 	 0xffff1000
0x7ac 	 0xffff1000
0x7b0 	 0xffff1000
0x7b4 	 0xffff1000
0x7b8 	 0xffff1000
0x7bc 	 0xffff1000
0x7c0 	 0xffff1000
0x7c4 	 0xffff1000
0x7c8 	 0xffff1000
0x7cc 	 0xffff1000
0x7d0 	 0xffff1000
0x7d4 	 0xffff1000
0x7d8 	 0xffff1000
0x7dc 	 0xffff1000
0x7e0 	 0xffff1000
0x7e4 	 0xffff1000
0x7e8 	 0xffff1000
0x7ec 	 0xffff1000
0x7f0 	 0xffff1000
0x7f4 	 0xffff1000
0x7f8 	 0xffff1000
0x7fc 	 0xffff1000
0x800 	 0xc0053c00
0x804 	 0x43
0x808 	 0xe26
0x80c 	 0xe27
0x810 	 0x8
0x814 	 0x8
0x818 	 0x20
0x81c 	 0xc0023f00
0x820 	 0x17000
0x824 	 0xffff8001
0x828 	 0x5800048
0x82c 	 0xc0023f00
0x830 	 0x1000
0x834 	 0xffff8001
0x838 	 0x5800060
0x83c 	 0xc0064900
0x840 	 0x6600514
0x844 	 0x40000000
0x848 	 0x6b8100
0x84c 	 0x0
0x850 	 0x128c5
0x854 	 0x0
0x858 	 0x0
0x85c 	 0xc0064900
0x860 	 0x6600514
0x864 	 0x22000000
0x868 	 0x401340
0x86c 	 0x0
0x870 	 0x949a
0x874 	 0x0
0x878 	 0x0
0x87c 	 0xc0df1000
0x880 	 0xffff1000
0x884 	 0xffff1000
0x888 	 0xffff1000
0x88c 	 0xffff1000
0x890 	 0xffff1000
0x894 	 0xffff1000
0x898 	 0xffff1000
0x89c 	 0xffff1000
0x8a0 	 0xffff1000
0x8a4 	 0xffff1000
0x8a8 	 0xffff1000
0x8ac 	 0xffff1000
0x8b0 	 0xffff1000
0x8b4 	 0xffff1000
0x8b8 	 0xffff1000
0x8bc 	 0xffff1000
0x8c0 	 0xffff1000
0x8c4 	 0xffff1000
0x8c8 	 0xffff1000
0x8cc 	 0xffff1000
0x8d0 	 0xffff1000
0x8d4 	 0xffff1000
0x8d8 	 0xffff1000
0x8dc 	 0xffff1000
0x8e0 	 0xffff1000
0x8e4 	 0xffff1000
0x8e8 	 0xffff1000
0x8ec 	 0xffff1000
0x8f0 	 0xffff1000
0x8f4 	 0xffff1000
0x8f8 	 0xffff1000
0x8fc 	 0xffff1000
0x900 	 0xffff1000
0x904 	 0xffff1000
0x908 	 0xffff1000
0x90c 	 0xffff1000
0x910 	 0xffff1000
0x914 	 0xffff1000
0x918 	 0xffff1000
0x91c 	 0xffff1000
0x920 	 0xffff1000
0x924 	 0xffff1000
0x928 	 0xffff1000
0x92c 	 0xffff1000
0x930 	 0xffff1000
0x934 	 0xffff1000
0x938 	 0xffff1000
0x93c 	 0xffff1000
0x940 	 0xffff1000
0x944 	 0xffff1000
0x948 	 0xffff1000
0x94c 	 0xffff1000
0x950 	 0xffff1000
0x954 	 0xffff1000
0x958 	 0xffff1000
0x95c 	 0xffff1000
0x960 	 0xffff1000
0x964 	 0xffff1000
0x968 	 0xffff1000
0x96c 	 0xffff1000
0x970 	 0xffff1000
0x974 	 0xffff1000
0x978 	 0xffff1000
0x97c 	 0xffff1000
0x980 	 0xffff1000
0x984 	 0xffff1000
0x988 	 0xffff1000
0x98c 	 0xffff1000
0x990 	 0xffff1000
0x994 	 0xffff1000
0x998 	 0xffff1000
0x99c 	 0xffff1000
0x9a0 	 0xffff1000
0x9a4 	 0xffff1000
0x9a8 	 0xffff1000
0x9ac 	 0xffff1000
0x9b0 	 0xffff1000
0x9b4 	 0xffff1000
0x9b8 	 0xffff1000
0x9bc 	 0xffff1000
0x9c0 	 0xffff1000
0x9c4 	 0xffff1000
0x9c8 	 0xffff1000
0x9cc 	 0xffff1000
0x9d0 	 0xffff1000
0x9d4 	 0xffff1000
0x9d8 	 0xffff1000
0x9dc 	 0xffff1000
0x9e0 	 0xffff1000
0x9e4 	 0xffff1000
0x9e8 	 0xffff1000
0x9ec 	 0xffff1000
0x9f0 	 0xffff1000
0x9f4 	 0xffff1000
0x9f8 	 0xffff1000
0x9fc 	 0xffff1000
0xa00 	 0xffff1000
0xa04 	 0xffff1000
0xa08 	 0xffff1000
0xa0c 	 0xffff1000
0xa10 	 0xffff1000
0xa14 	 0xffff1000
0xa18 	 0xffff1000
0xa1c 	 0xffff1000
0xa20 	 0xffff1000
0xa24 	 0xffff1000
0xa28 	 0xffff1000
0xa2c 	 0xffff1000
0xa30 	 0xffff1000
0xa34 	 0xffff1000
0xa38 	 0xffff1000
0xa3c 	 0xffff1000
0xa40 	 0xffff1000
0xa44 	 0xffff1000
0xa48 	 0xffff1000
0xa4c 	 0xffff1000
0xa50 	 0xffff1000
0xa54 	 0xffff1000
0xa58 	 0xffff1000
0xa5c 	 0xffff1000
0xa60 	 0xffff1000
0xa64 	 0xffff1000
0xa68 	 0xffff1000
0xa6c 	 0xffff1000
0xa70 	 0xffff1000
0xa74 	 0xffff1000
0xa78 	 0xffff1000
0xa7c 	 0xffff1000
0xa80 	 0xffff1000
0xa84 	 0xffff1000
0xa88 	 0xffff1000
0xa8c 	 0xffff1000
0xa90 	 0xffff1000
0xa94 	 0xffff1000
0xa98 	 0xffff1000
0xa9c 	 0xffff1000
0xaa0 	 0xffff1000
0xaa4 	 0xffff1000
0xaa8 	 0xffff1000
0xaac 	 0xffff1000
0xab0 	 0xffff1000
0xab4 	 0xffff1000
0xab8 	 0xffff1000
0xabc 	 0xffff1000
0xac0 	 0xffff1000
0xac4 	 0xffff1000
0xac8 	 0xffff1000
0xacc 	 0xffff1000
0xad0 	 0xffff1000
0xad4 	 0xffff1000
0xad8 	 0xffff1000
0xadc 	 0xffff1000
0xae0 	 0xffff1000
0xae4 	 0xffff1000
0xae8 	 0xffff1000
0xaec 	 0xffff1000
0xaf0 	 0xffff1000
0xaf4 	 0xffff1000
0xaf8 	 0xffff1000
0xafc 	 0xffff1000
0xb00 	 0xffff1000
0xb04 	 0xffff1000
0xb08 	 0xffff1000
0xb0c 	 0xffff1000
0xb10 	 0xffff1000
0xb14 	 0xffff1000
0xb18 	 0xffff1000
0xb1c 	 0xffff1000
0xb20 	 0xffff1000
0xb24 	 0xffff1000
0xb28 	 0xffff1000
0xb2c 	 0xffff1000
0xb30 	 0xffff1000
0xb34 	 0xffff1000
0xb38 	 0xffff1000
0xb3c 	 0xffff1000
0xb40 	 0xffff1000
0xb44 	 0xffff1000
0xb48 	 0xffff1000
0xb4c 	 0xffff1000
0xb50 	 0xffff1000
0xb54 	 0xffff1000
0xb58 	 0xffff1000
0xb5c 	 0xffff1000
0xb60 	 0xffff1000
0xb64 	 0xffff1000
0xb68 	 0xffff1000
0xb6c 	 0xffff1000
0xb70 	 0xffff1000
0xb74 	 0xffff1000
0xb78 	 0xffff1000
0xb7c 	 0xffff1000
0xb80 	 0xffff1000
0xb84 	 0xffff1000
0xb88 	 0xffff1000
0xb8c 	 0xffff1000
0xb90 	 0xffff1000
0xb94 	 0xffff1000
0xb98 	 0xffff1000
0xb9c 	 0xffff1000
0xba0 	 0xffff1000
0xba4 	 0xffff1000
0xba8 	 0xffff1000
0xbac 	 0xffff1000
0xbb0 	 0xffff1000
0xbb4 	 0xffff1000
0xbb8 	 0xffff1000
0xbbc 	 0xffff1000
0xbc0 	 0xffff1000
0xbc4 	 0xffff1000
0xbc8 	 0xffff1000
0xbcc 	 0xffff1000
0xbd0 	 0xffff1000
0xbd4 	 0xffff1000
0xbd8 	 0xffff1000
0xbdc 	 0xffff1000
0xbe0 	 0xffff1000
0xbe4 	 0xffff1000
0xbe8 	 0xffff1000
0xbec 	 0xffff1000
0xbf0 	 0xffff1000
0xbf4 	 0xffff1000
0xbf8 	 0xffff1000
0xbfc 	 0xffff1000
0xc00 	 0xc0053c00
0xc04 	 0x43
0xc08 	 0xe26
0xc0c 	 0xe27
0xc10 	 0x8
0xc14 	 0x8
0xc18 	 0x20
0xc1c 	 0xc0023f00
0xc20 	 0x17000
0xc24 	 0xffff8001
0xc28 	 0x5800048
0xc2c 	 0xc0023f00
0xc30 	 0x1000
0xc34 	 0xffff8001
0xc38 	 0x5800060
0xc3c 	 0xc0064900
0xc40 	 0x6600514
0xc44 	 0x40000000
0xc48 	 0x6b8100
0xc4c 	 0x0
0xc50 	 0x128c7
0xc54 	 0x0
0xc58 	 0x0
0xc5c 	 0xc0064900
0xc60 	 0x6600514
0xc64 	 0x22000000
0xc68 	 0x401340
0xc6c 	 0x0
0xc70 	 0x949b
0xc74 	 0x0
0xc78 	 0x0
0xc7c 	 0xc0df1000
0xc80 	 0xffff1000
0xc84 	 0xffff1000
0xc88 	 0xffff1000
0xc8c 	 0xffff1000
0xc90 	 0xffff1000
0xc94 	 0xffff1000
0xc98 	 0xffff1000
0xc9c 	 0xffff1000
0xca0 	 0xffff1000
0xca4 	 0xffff1000
0xca8 	 0xffff1000
0xcac 	 0xffff1000
0xcb0 	 0xffff1000
0xcb4 	 0xffff1000
0xcb8 	 0xffff1000
0xcbc 	 0xffff1000
0xcc0 	 0xffff1000
0xcc4 	 0xffff1000
0xcc8 	 0xffff1000
0xccc 	 0xffff1000
0xcd0 	 0xffff1000
0xcd4 	 0xffff1000
0xcd8 	 0xffff1000
0xcdc 	 0xffff1000
0xce0 	 0xffff1000
0xce4 	 0xffff1000
0xce8 	 0xffff1000
0xcec 	 0xffff1000
0xcf0 	 0xffff1000
0xcf4 	 0xffff1000
0xcf8 	 0xffff1000
0xcfc 	 0xffff1000
0xd00 	 0xffff1000
0xd04 	 0xffff1000
0xd08 	 0xffff1000
0xd0c 	 0xffff1000
0xd10 	 0xffff1000
0xd14 	 0xffff1000
0xd18 	 0xffff1000
0xd1c 	 0xffff1000
0xd20 	 0xffff1000
0xd24 	 0xffff1000
0xd28 	 0xffff1000
0xd2c 	 0xffff1000
0xd30 	 0xffff1000
0xd34 	 0xffff1000
0xd38 	 0xffff1000
0xd3c 	 0xffff1000
0xd40 	 0xffff1000
0xd44 	 0xffff1000
0xd48 	 0xffff1000
0xd4c 	 0xffff1000
0xd50 	 0xffff1000
0xd54 	 0xffff1000
0xd58 	 0xffff1000
0xd5c 	 0xffff1000
0xd60 	 0xffff1000
0xd64 	 0xffff1000
0xd68 	 0xffff1000
0xd6c 	 0xffff1000
0xd70 	 0xffff1000
0xd74 	 0xffff1000
0xd78 	 0xffff1000
0xd7c 	 0xffff1000
0xd80 	 0xffff1000
0xd84 	 0xffff1000
0xd88 	 0xffff1000
0xd8c 	 0xffff1000
0xd90 	 0xffff1000
0xd94 	 0xffff1000
0xd98 	 0xffff1000
0xd9c 	 0xffff1000
0xda0 	 0xffff1000
0xda4 	 0xffff1000
0xda8 	 0xffff1000
0xdac 	 0xffff1000
0xdb0 	 0xffff1000
0xdb4 	 0xffff1000
0xdb8 	 0xffff1000
0xdbc 	 0xffff1000
0xdc0 	 0xffff1000
0xdc4 	 0xffff1000
0xdc8 	 0xffff1000
0xdcc 	 0xffff1000
0xdd0 	 0xffff1000
0xdd4 	 0xffff1000
0xdd8 	 0xffff1000
0xddc 	 0xffff1000
0xde0 	 0xffff1000
0xde4 	 0xffff1000
0xde8 	 0xffff1000
0xdec 	 0xffff1000
0xdf0 	 0xffff1000
0xdf4 	 0xffff1000
0xdf8 	 0xffff1000
0xdfc 	 0xffff1000
0xe00 	 0xffff1000
0xe04 	 0xffff1000
0xe08 	 0xffff1000
0xe0c 	 0xffff1000
0xe10 	 0xffff1000
0xe14 	 0xffff1000
0xe18 	 0xffff1000
0xe1c 	 0xffff1000
0xe20 	 0xffff1000
0xe24 	 0xffff1000
0xe28 	 0xffff1000
0xe2c 	 0xffff1000
0xe30 	 0xffff1000
0xe34 	 0xffff1000
0xe38 	 0xffff1000
0xe3c 	 0xffff1000
0xe40 	 0xffff1000
0xe44 	 0xffff1000
0xe48 	 0xffff1000
0xe4c 	 0xffff1000
0xe50 	 0xffff1000
0xe54 	 0xffff1000
0xe58 	 0xffff1000
0xe5c 	 0xffff1000
0xe60 	 0xffff1000
0xe64 	 0xffff1000
0xe68 	 0xffff1000
0xe6c 	 0xffff1000
0xe70 	 0xffff1000
0xe74 	 0xffff1000
0xe78 	 0xffff1000
0xe7c 	 0xffff1000
0xe80 	 0xffff1000
0xe84 	 0xffff1000
0xe88 	 0xffff1000
0xe8c 	 0xffff1000
0xe90 	 0xffff1000
0xe94 	 0xffff1000
0xe98 	 0xffff1000
0xe9c 	 0xffff1000
0xea0 	 0xffff1000
0xea4 	 0xffff1000
0xea8 	 0xffff1000
0xeac 	 0xffff1000
0xeb0 	 0xffff1000
0xeb4 	 0xffff1000
0xeb8 	 0xffff1000
0xebc 	 0xffff1000
0xec0 	 0xffff1000
0xec4 	 0xffff1000
0xec8 	 0xffff1000
0xecc 	 0xffff1000
0xed0 	 0xffff1000
0xed4 	 0xffff1000
0xed8 	 0xffff1000
0xedc 	 0xffff1000
0xee0 	 0xffff1000
0xee4 	 0xffff1000
0xee8 	 0xffff1000
0xeec 	 0xffff1000
0xef0 	 0xffff1000
0xef4 	 0xffff1000
0xef8 	 0xffff1000
0xefc 	 0xffff1000
0xf00 	 0xffff1000
0xf04 	 0xffff1000
0xf08 	 0xffff1000
0xf0c 	 0xffff1000
0xf10 	 0xffff1000
0xf14 	 0xffff1000
0xf18 	 0xffff1000
0xf1c 	 0xffff1000
0xf20 	 0xffff1000
0xf24 	 0xffff1000
0xf28 	 0xffff1000
0xf2c 	 0xffff1000
0xf30 	 0xffff1000
0xf34 	 0xffff1000
0xf38 	 0xffff1000
0xf3c 	 0xffff1000
0xf40 	 0xffff1000
0xf44 	 0xffff1000
0xf48 	 0xffff1000
0xf4c 	 0xffff1000
0xf50 	 0xffff1000
0xf54 	 0xffff1000
0xf58 	 0xffff1000
0xf5c 	 0xffff1000
0xf60 	 0xffff1000
0xf64 	 0xffff1000
0xf68 	 0xffff1000
0xf6c 	 0xffff1000
0xf70 	 0xffff1000
0xf74 	 0xffff1000
0xf78 	 0xffff1000
0xf7c 	 0xffff1000
0xf80 	 0xffff1000
0xf84 	 0xffff1000
0xf88 	 0xffff1000
0xf8c 	 0xffff1000
0xf90 	 0xffff1000
0xf94 	 0xffff1000
0xf98 	 0xffff1000
0xf9c 	 0xffff1000
0xfa0 	 0xffff1000
0xfa4 	 0xffff1000
0xfa8 	 0xffff1000
0xfac 	 0xffff1000
0xfb0 	 0xffff1000
0xfb4 	 0xffff1000
0xfb8 	 0xffff1000
0xfbc 	 0xffff1000
0xfc0 	 0xffff1000
0xfc4 	 0xffff1000
0xfc8 	 0xffff1000
0xfcc 	 0xffff1000
0xfd0 	 0xffff1000
0xfd4 	 0xffff1000
0xfd8 	 0xffff1000
0xfdc 	 0xffff1000
0xfe0 	 0xffff1000
0xfe4 	 0xffff1000
0xfe8 	 0xffff1000
0xfec 	 0xffff1000
0xff0 	 0xffff1000
0xff4 	 0xffff1000
0xff8 	 0xffff1000
0xffc 	 0xffff1000
0x1000 	 0xc0053c00
0x1004 	 0x43
0x1008 	 0xe26
0x100c 	 0xe27
0x1010 	 0x8
0x1014 	 0x8
0x1018 	 0x20
0x101c 	 0xc0023f00
0x1020 	 0x17000
0x1024 	 0xffff8001
0x1028 	 0x5800048
0x102c 	 0xc0023f00
0x1030 	 0x1000
0x1034 	 0xffff8001
0x1038 	 0x5800060
0x103c 	 0xc0064900
0x1040 	 0x6600514
0x1044 	 0x40000000
0x1048 	 0x6b8100
0x104c 	 0x0
0x1050 	 0x128c9
0x1054 	 0x0
0x1058 	 0x0
0x105c 	 0xc0064900
0x1060 	 0x6600514
0x1064 	 0x22000000
0x1068 	 0x401340
0x106c 	 0x0
0x1070 	 0x949c
0x1074 	 0x0
0x1078 	 0x0
0x107c 	 0xc0df1000
0x1080 	 0xffff1000
0x1084 	 0xffff1000
0x1088 	 0xffff1000
0x108c 	 0xffff1000
0x1090 	 0xffff1000
0x1094 	 0xffff1000
0x1098 	 0xffff1000
0x109c 	 0xffff1000
0x10a0 	 0xffff1000
0x10a4 	 0xffff1000
0x10a8 	 0xffff1000
0x10ac 	 0xffff1000
0x10b0 	 0xffff1000
0x10b4 	 0xffff1000
0x10b8 	 0xffff1000
0x10bc 	 0xffff1000
0x10c0 	 0xffff1000
0x10c4 	 0xffff1000
0x10c8 	 0xffff1000
0x10cc 	 0xffff1000
0x10d0 	 0xffff1000
0x10d4 	 0xffff1000
0x10d8 	 0xffff1000
0x10dc 	 0xffff1000
0x10e0 	 0xffff1000
0x10e4 	 0xffff1000
0x10e8 	 0xffff1000
0x10ec 	 0xffff1000
0x10f0 	 0xffff1000
0x10f4 	 0xffff1000
0x10f8 	 0xffff1000
0x10fc 	 0xffff1000
0x1100 	 0xffff1000
0x1104 	 0xffff1000
0x1108 	 0xffff1000
0x110c 	 0xffff1000
0x1110 	 0xffff1000
0x1114 	 0xffff1000
0x1118 	 0xffff1000
0x111c 	 0xffff1000
0x1120 	 0xffff1000
0x1124 	 0xffff1000
0x1128 	 0xffff1000
0x112c 	 0xffff1000
0x1130 	 0xffff1000
0x1134 	 0xffff1000
0x1138 	 0xffff1000
0x113c 	 0xffff1000
0x1140 	 0xffff1000
0x1144 	 0xffff1000
0x1148 	 0xffff1000
0x114c 	 0xffff1000
0x1150 	 0xffff1000
0x1154 	 0xffff1000
0x1158 	 0xffff1000
0x115c 	 0xffff1000
0x1160 	 0xffff1000
0x1164 	 0xffff1000
0x1168 	 0xffff1000
0x116c 	 0xffff1000
0x1170 	 0xffff1000
0x1174 	 0xffff1000
0x1178 	 0xffff1000
0x117c 	 0xffff1000
0x1180 	 0xffff1000
0x1184 	 0xffff1000
0x1188 	 0xffff1000
0x118c 	 0xffff1000
0x1190 	 0xffff1000
0x1194 	 0xffff1000
0x1198 	 0xffff1000
0x119c 	 0xffff1000
0x11a0 	 0xffff1000
0x11a4 	 0xffff1000
0x11a8 	 0xffff1000
0x11ac 	 0xffff1000
0x11b0 	 0xffff1000
0x11b4 	 0xffff1000
0x11b8 	 0xffff1000
0x11bc 	 0xffff1000
0x11c0 	 0xffff1000
0x11c4 	 0xffff1000
0x11c8 	 0xffff1000
0x11cc 	 0xffff1000
0x11d0 	 0xffff1000
0x11d4 	 0xffff1000
0x11d8 	 0xffff1000
0x11dc 	 0xffff1000
0x11e0 	 0xffff1000
0x11e4 	 0xffff1000
0x11e8 	 0xffff1000
0x11ec 	 0xffff1000
0x11f0 	 0xffff1000
0x11f4 	 0xffff1000
0x11f8 	 0xffff1000
0x11fc 	 0xffff1000
0x1200 	 0xffff1000
0x1204 	 0xffff1000
0x1208 	 0xffff1000
0x120c 	 0xffff1000
0x1210 	 0xffff1000
0x1214 	 0xffff1000
0x1218 	 0xffff1000
0x121c 	 0xffff1000
0x1220 	 0xffff1000
0x1224 	 0xffff1000
0x1228 	 0xffff1000
0x122c 	 0xffff1000
0x1230 	 0xffff1000
0x1234 	 0xffff1000
0x1238 	 0xffff1000
0x123c 	 0xffff1000
0x1240 	 0xffff1000
0x1244 	 0xffff1000
0x1248 	 0xffff1000
0x124c 	 0xffff1000
0x1250 	 0xffff1000
0x1254 	 0xffff1000
0x1258 	 0xffff1000
0x125c 	 0xffff1000
0x1260 	 0xffff1000
0x1264 	 0xffff1000
0x1268 	 0xffff1000
0x126c 	 0xffff1000
0x1270 	 0xffff1000
0x1274 	 0xffff1000
0x1278 	 0xffff1000
0x127c 	 0xffff1000
0x1280 	 0xffff1000
0x1284 	 0xffff1000
0x1288 	 0xffff1000
0x128c 	 0xffff1000
0x1290 	 0xffff1000
0x1294 	 0xffff1000
0x1298 	 0xffff1000
0x129c 	 0xffff1000
0x12a0 	 0xffff1000
0x12a4 	 0xffff1000
0x12a8 	 0xffff1000
0x12ac 	 0xffff1000
0x12b0 	 0xffff1000
0x12b4 	 0xffff1000
0x12b8 	 0xffff1000
0x12bc 	 0xffff1000
0x12c0 	 0xffff1000
0x12c4 	 0xffff1000
0x12c8 	 0xffff1000
0x12cc 	 0xffff1000
0x12d0 	 0xffff1000
0x12d4 	 0xffff1000
0x12d8 	 0xffff1000
0x12dc 	 0xffff1000
0x12e0 	 0xffff1000
0x12e4 	 0xffff1000
0x12e8 	 0xffff1000
0x12ec 	 0xffff1000
0x12f0 	 0xffff1000
0x12f4 	 0xffff1000
0x12f8 	 0xffff1000
0x12fc 	 0xffff1000
0x1300 	 0xffff1000
0x1304 	 0xffff1000
0x1308 	 0xffff1000
0x130c 	 0xffff1000
0x1310 	 0xffff1000
0x1314 	 0xffff1000
0x1318 	 0xffff1000
0x131c 	 0xffff1000
0x1320 	 0xffff1000
0x1324 	 0xffff1000
0x1328 	 0xffff1000
0x132c 	 0xffff1000
0x1330 	 0xffff1000
0x1334 	 0xffff1000
0x1338 	 0xffff1000
0x133c 	 0xffff1000
0x1340 	 0xffff1000
0x1344 	 0xffff1000
0x1348 	 0xffff1000
0x134c 	 0xffff1000
0x1350 	 0xffff1000
0x1354 	 0xffff1000
0x1358 	 0xffff1000
0x135c 	 0xffff1000
0x1360 	 0xffff1000
0x1364 	 0xffff1000
0x1368 	 0xffff1000
0x136c 	 0xffff1000
0x1370 	 0xffff1000
0x1374 	 0xffff1000
0x1378 	 0xffff1000
0x137c 	 0xffff1000
0x1380 	 0xffff1000
0x1384 	 0xffff1000
0x1388 	 0xffff1000
0x138c 	 0xffff1000
0x1390 	 0xffff1000
0x1394 	 0xffff1000
0x1398 	 0xffff1000
0x139c 	 0xffff1000
0x13a0 	 0xffff1000
0x13a4 	 0xffff1000
0x13a8 	 0xffff1000
0x13ac 	 0xffff1000
0x13b0 	 0xffff1000
0x13b4 	 0xffff1000
0x13b8 	 0xffff1000
0x13bc 	 0xffff1000
0x13c0 	 0xffff1000
0x13c4 	 0xffff1000
0x13c8 	 0xffff1000
0x13cc 	 0xffff1000
0x13d0 	 0xffff1000
0x13d4 	 0xffff1000
0x13d8 	 0xffff1000
0x13dc 	 0xffff1000
0x13e0 	 0xffff1000
0x13e4 	 0xffff1000
0x13e8 	 0xffff1000
0x13ec 	 0xffff1000
0x13f0 	 0xffff1000
0x13f4 	 0xffff1000
0x13f8 	 0xffff1000
0x13fc 	 0xffff1000
0x1400 	 0xc0053c00
0x1404 	 0x43
0x1408 	 0xe26
0x140c 	 0xe27
0x1410 	 0x8
0x1414 	 0x8
0x1418 	 0x20
0x141c 	 0xc0023f00
0x1420 	 0x17000
0x1424 	 0xffff8001
0x1428 	 0x5800048
0x142c 	 0xc0023f00
0x1430 	 0x1000
0x1434 	 0xffff8001
0x1438 	 0x5800060
0x143c 	 0xc0064900
0x1440 	 0x6600514
0x1444 	 0x40000000
0x1448 	 0x6b8100
0x144c 	 0x0
0x1450 	 0x128cb
0x1454 	 0x0
0x1458 	 0x0
0x145c 	 0xc0064900
0x1460 	 0x6600514
0x1464 	 0x22000000
0x1468 	 0x401340
0x146c 	 0x0
0x1470 	 0x949d
0x1474 	 0x0
0x1478 	 0x0
0x147c 	 0xc0df1000
0x1480 	 0xffff1000
0x1484 	 0xffff1000
0x1488 	 0xffff1000
0x148c 	 0xffff1000
0x1490 	 0xffff1000
0x1494 	 0xffff1000
0x1498 	 0xffff1000
0x149c 	 0xffff1000
0x14a0 	 0xffff1000
0x14a4 	 0xffff1000
0x14a8 	 0xffff1000
0x14ac 	 0xffff1000
0x14b0 	 0xffff1000
0x14b4 	 0xffff1000
0x14b8 	 0xffff1000
0x14bc 	 0xffff1000
0x14c0 	 0xffff1000
0x14c4 	 0xffff1000
0x14c8 	 0xffff1000
0x14cc 	 0xffff1000
0x14d0 	 0xffff1000
0x14d4 	 0xffff1000
0x14d8 	 0xffff1000
0x14dc 	 0xffff1000
0x14e0 	 0xffff1000
0x14e4 	 0xffff1000
0x14e8 	 0xffff1000
0x14ec 	 0xffff1000
0x14f0 	 0xffff1000
0x14f4 	 0xffff1000
0x14f8 	 0xffff1000
0x14fc 	 0xffff1000
0x1500 	 0xffff1000
0x1504 	 0xffff1000
0x1508 	 0xffff1000
0x150c 	 0xffff1000
0x1510 	 0xffff1000
0x1514 	 0xffff1000
0x1518 	 0xffff1000
0x151c 	 0xffff1000
0x1520 	 0xffff1000
0x1524 	 0xffff1000
0x1528 	 0xffff1000
0x152c 	 0xffff1000
0x1530 	 0xffff1000
0x1534 	 0xffff1000
0x1538 	 0xffff1000
0x153c 	 0xffff1000
0x1540 	 0xffff1000
0x1544 	 0xffff1000
0x1548 	 0xffff1000
0x154c 	 0xffff1000
0x1550 	 0xffff1000
0x1554 	 0xffff1000
0x1558 	 0xffff1000
0x155c 	 0xffff1000
0x1560 	 0xffff1000
0x1564 	 0xffff1000
0x1568 	 0xffff1000
0x156c 	 0xffff1000
0x1570 	 0xffff1000
0x1574 	 0xffff1000
0x1578 	 0xffff1000
0x157c 	 0xffff1000
0x1580 	 0xffff1000
0x1584 	 0xffff1000
0x1588 	 0xffff1000
0x158c 	 0xffff1000
0x1590 	 0xffff1000
0x1594 	 0xffff1000
0x1598 	 0xffff1000
0x159c 	 0xffff1000
0x15a0 	 0xffff1000
0x15a4 	 0xffff1000
0x15a8 	 0xffff1000
0x15ac 	 0xffff1000
0x15b0 	 0xffff1000
0x15b4 	 0xffff1000
0x15b8 	 0xffff1000
0x15bc 	 0xffff1000
0x15c0 	 0xffff1000
0x15c4 	 0xffff1000
0x15c8 	 0xffff1000
0x15cc 	 0xffff1000
0x15d0 	 0xffff1000
0x15d4 	 0xffff1000
0x15d8 	 0xffff1000
0x15dc 	 0xffff1000
0x15e0 	 0xffff1000
0x15e4 	 0xffff1000
0x15e8 	 0xffff1000
0x15ec 	 0xffff1000
0x15f0 	 0xffff1000
0x15f4 	 0xffff1000
0x15f8 	 0xffff1000
0x15fc 	 0xffff1000
0x1600 	 0xffff1000
0x1604 	 0xffff1000
0x1608 	 0xffff1000
0x160c 	 0xffff1000
0x1610 	 0xffff1000
0x1614 	 0xffff1000
0x1618 	 0xffff1000
0x161c 	 0xffff1000
0x1620 	 0xffff1000
0x1624 	 0xffff1000
0x1628 	 0xffff1000
0x162c 	 0xffff1000
0x1630 	 0xffff1000
0x1634 	 0xffff1000
0x1638 	 0xffff1000
0x163c 	 0xffff1000
0x1640 	 0xffff1000
0x1644 	 0xffff1000
0x1648 	 0xffff1000
0x164c 	 0xffff1000
0x1650 	 0xffff1000
0x1654 	 0xffff1000
0x1658 	 0xffff1000
0x165c 	 0xffff1000
0x1660 	 0xffff1000
0x1664 	 0xffff1000
0x1668 	 0xffff1000
0x166c 	 0xffff1000
0x1670 	 0xffff1000
0x1674 	 0xffff1000
0x1678 	 0xffff1000
0x167c 	 0xffff1000
0x1680 	 0xffff1000
0x1684 	 0xffff1000
0x1688 	 0xffff1000
0x168c 	 0xffff1000
0x1690 	 0xffff1000
0x1694 	 0xffff1000
0x1698 	 0xffff1000
0x169c 	 0xffff1000
0x16a0 	 0xffff1000
0x16a4 	 0xffff1000
0x16a8 	 0xffff1000
0x16ac 	 0xffff1000
0x16b0 	 0xffff1000
0x16b4 	 0xffff1000
0x16b8 	 0xffff1000
0x16bc 	 0xffff1000
0x16c0 	 0xffff1000
0x16c4 	 0xffff1000
0x16c8 	 0xffff1000
0x16cc 	 0xffff1000
0x16d0 	 0xffff1000
0x16d4 	 0xffff1000
0x16d8 	 0xffff1000
0x16dc 	 0xffff1000
0x16e0 	 0xffff1000
0x16e4 	 0xffff1000
0x16e8 	 0xffff1000
0x16ec 	 0xffff1000
0x16f0 	 0xffff1000
0x16f4 	 0xffff1000
0x16f8 	 0xffff1000
0x16fc 	 0xffff1000
0x1700 	 0xffff1000
0x1704 	 0xffff1000
0x1708 	 0xffff1000
0x170c 	 0xffff1000
0x1710 	 0xffff1000
0x1714 	 0xffff1000
0x1718 	 0xffff1000
0x171c 	 0xffff1000
0x1720 	 0xffff1000
0x1724 	 0xffff1000
0x1728 	 0xffff1000
0x172c 	 0xffff1000
0x1730 	 0xffff1000
0x1734 	 0xffff1000
0x1738 	 0xffff1000
0x173c 	 0xffff1000
0x1740 	 0xffff1000
0x1744 	 0xffff1000
0x1748 	 0xffff1000
0x174c 	 0xffff1000
0x1750 	 0xffff1000
0x1754 	 0xffff1000
0x1758 	 0xffff1000
0x175c 	 0xffff1000
0x1760 	 0xffff1000
0x1764 	 0xffff1000
0x1768 	 0xffff1000
0x176c 	 0xffff1000
0x1770 	 0xffff1000
0x1774 	 0xffff1000
0x1778 	 0xffff1000
0x177c 	 0xffff1000
0x1780 	 0xffff1000
0x1784 	 0xffff1000
0x1788 	 0xffff1000
0x178c 	 0xffff1000
0x1790 	 0xffff1000
0x1794 	 0xffff1000
0x1798 	 0xffff1000
0x179c 	 0xffff1000
0x17a0 	 0xffff1000
0x17a4 	 0xffff1000
0x17a8 	 0xffff1000
0x17ac 	 0xffff1000
0x17b0 	 0xffff1000
0x17b4 	 0xffff1000
0x17b8 	 0xffff1000
0x17bc 	 0xffff1000
0x17c0 	 0xffff1000
0x17c4 	 0xffff1000
0x17c8 	 0xffff1000
0x17cc 	 0xffff1000
0x17d0 	 0xffff1000
0x17d4 	 0xffff1000
0x17d8 	 0xffff1000
0x17dc 	 0xffff1000
0x17e0 	 0xffff1000
0x17e4 	 0xffff1000
0x17e8 	 0xffff1000
0x17ec 	 0xffff1000
0x17f0 	 0xffff1000
0x17f4 	 0xffff1000
0x17f8 	 0xffff1000
0x17fc 	 0xffff1000
0x1800 	 0xc0053c00
0x1804 	 0x43
0x1808 	 0xe26
0x180c 	 0xe27
0x1810 	 0x8
0x1814 	 0x8
0x1818 	 0x20
0x181c 	 0xc0023f00
0x1820 	 0x17000
0x1824 	 0xffff8001
0x1828 	 0x5800048
0x182c 	 0xc0023f00
0x1830 	 0x1000
0x1834 	 0xffff8001
0x1838 	 0x5800060
0x183c 	 0xc0064900
0x1840 	 0x6600514
0x1844 	 0x40000000
0x1848 	 0x6b8100
0x184c 	 0x0
0x1850 	 0x128cd
0x1854 	 0x0
0x1858 	 0x0
0x185c 	 0xc0064900
0x1860 	 0x6600514
0x1864 	 0x22000000
0x1868 	 0x401340
0x186c 	 0x0
0x1870 	 0x949e
0x1874 	 0x0
0x1878 	 0x0
0x187c 	 0xc0df1000
0x1880 	 0xffff1000
0x1884 	 0xffff1000
0x1888 	 0xffff1000
0x188c 	 0xffff1000
0x1890 	 0xffff1000
0x1894 	 0xffff1000
0x1898 	 0xffff1000
0x189c 	 0xffff1000
0x18a0 	 0xffff1000
0x18a4 	 0xffff1000
0x18a8 	 0xffff1000
0x18ac 	 0xffff1000
0x18b0 	 0xffff1000
0x18b4 	 0xffff1000
0x18b8 	 0xffff1000
0x18bc 	 0xffff1000
0x18c0 	 0xffff1000
0x18c4 	 0xffff1000
0x18c8 	 0xffff1000
0x18cc 	 0xffff1000
0x18d0 	 0xffff1000
0x18d4 	 0xffff1000
0x18d8 	 0xffff1000
0x18dc 	 0xffff1000
0x18e0 	 0xffff1000
0x18e4 	 0xffff1000
0x18e8 	 0xffff1000
0x18ec 	 0xffff1000
0x18f0 	 0xffff1000
0x18f4 	 0xffff1000
0x18f8 	 0xffff1000
0x18fc 	 0xffff1000
0x1900 	 0xffff1000
0x1904 	 0xffff1000
0x1908 	 0xffff1000
0x190c 	 0xffff1000
0x1910 	 0xffff1000
0x1914 	 0xffff1000
0x1918 	 0xffff1000
0x191c 	 0xffff1000
0x1920 	 0xffff1000
0x1924 	 0xffff1000
0x1928 	 0xffff1000
0x192c 	 0xffff1000
0x1930 	 0xffff1000
0x1934 	 0xffff1000
0x1938 	 0xffff1000
0x193c 	 0xffff1000
0x1940 	 0xffff1000
0x1944 	 0xffff1000
0x1948 	 0xffff1000
0x194c 	 0xffff1000
0x1950 	 0xffff1000
0x1954 	 0xffff1000
0x1958 	 0xffff1000
0x195c 	 0xffff1000
0x1960 	 0xffff1000
0x1964 	 0xffff1000
0x1968 	 0xffff1000
0x196c 	 0xffff1000
0x1970 	 0xffff1000
0x1974 	 0xffff1000
0x1978 	 0xffff1000
0x197c 	 0xffff1000
0x1980 	 0xffff1000
0x1984 	 0xffff1000
0x1988 	 0xffff1000
0x198c 	 0xffff1000
0x1990 	 0xffff1000
0x1994 	 0xffff1000
0x1998 	 0xffff1000
0x199c 	 0xffff1000
0x19a0 	 0xffff1000
0x19a4 	 0xffff1000
0x19a8 	 0xffff1000
0x19ac 	 0xffff1000
0x19b0 	 0xffff1000
0x19b4 	 0xffff1000
0x19b8 	 0xffff1000
0x19bc 	 0xffff1000
0x19c0 	 0xffff1000
0x19c4 	 0xffff1000
0x19c8 	 0xffff1000
0x19cc 	 0xffff1000
0x19d0 	 0xffff1000
0x19d4 	 0xffff1000
0x19d8 	 0xffff1000
0x19dc 	 0xffff1000
0x19e0 	 0xffff1000
0x19e4 	 0xffff1000
0x19e8 	 0xffff1000
0x19ec 	 0xffff1000
0x19f0 	 0xffff1000
0x19f4 	 0xffff1000
0x19f8 	 0xffff1000
0x19fc 	 0xffff1000
0x1a00 	 0xffff1000
0x1a04 	 0xffff1000
0x1a08 	 0xffff1000
0x1a0c 	 0xffff1000
0x1a10 	 0xffff1000
0x1a14 	 0xffff1000
0x1a18 	 0xffff1000
0x1a1c 	 0xffff1000
0x1a20 	 0xffff1000
0x1a24 	 0xffff1000
0x1a28 	 0xffff1000
0x1a2c 	 0xffff1000
0x1a30 	 0xffff1000
0x1a34 	 0xffff1000
0x1a38 	 0xffff1000
0x1a3c 	 0xffff1000
0x1a40 	 0xffff1000
0x1a44 	 0xffff1000
0x1a48 	 0xffff1000
0x1a4c 	 0xffff1000
0x1a50 	 0xffff1000
0x1a54 	 0xffff1000
0x1a58 	 0xffff1000
0x1a5c 	 0xffff1000
0x1a60 	 0xffff1000
0x1a64 	 0xffff1000
0x1a68 	 0xffff1000
0x1a6c 	 0xffff1000
0x1a70 	 0xffff1000
0x1a74 	 0xffff1000
0x1a78 	 0xffff1000
0x1a7c 	 0xffff1000
0x1a80 	 0xffff1000
0x1a84 	 0xffff1000
0x1a88 	 0xffff1000
0x1a8c 	 0xffff1000
0x1a90 	 0xffff1000
0x1a94 	 0xffff1000
0x1a98 	 0xffff1000
0x1a9c 	 0xffff1000
0x1aa0 	 0xffff1000
0x1aa4 	 0xffff1000
0x1aa8 	 0xffff1000
0x1aac 	 0xffff1000
0x1ab0 	 0xffff1000
0x1ab4 	 0xffff1000
0x1ab8 	 0xffff1000
0x1abc 	 0xffff1000
0x1ac0 	 0xffff1000
0x1ac4 	 0xffff1000
0x1ac8 	 0xffff1000
0x1acc 	 0xffff1000
0x1ad0 	 0xffff1000
0x1ad4 	 0xffff1000
0x1ad8 	 0xffff1000
0x1adc 	 0xffff1000
0x1ae0 	 0xffff1000
0x1ae4 	 0xffff1000
0x1ae8 	 0xffff1000
0x1aec 	 0xffff1000
0x1af0 	 0xffff1000
0x1af4 	 0xffff1000
0x1af8 	 0xffff1000
0x1afc 	 0xffff1000
0x1b00 	 0xffff1000
0x1b04 	 0xffff1000
0x1b08 	 0xffff1000
0x1b0c 	 0xffff1000
0x1b10 	 0xffff1000
0x1b14 	 0xffff1000
0x1b18 	 0xffff1000
0x1b1c 	 0xffff1000
0x1b20 	 0xffff1000
0x1b24 	 0xffff1000
0x1b28 	 0xffff1000
0x1b2c 	 0xffff1000
0x1b30 	 0xffff1000
0x1b34 	 0xffff1000
0x1b38 	 0xffff1000
0x1b3c 	 0xffff1000
0x1b40 	 0xffff1000
0x1b44 	 0xffff1000
0x1b48 	 0xffff1000
0x1b4c 	 0xffff1000
0x1b50 	 0xffff1000
0x1b54 	 0xffff1000
0x1b58 	 0xffff1000
0x1b5c 	 0xffff1000
0x1b60 	 0xffff1000
0x1b64 	 0xffff1000
0x1b68 	 0xffff1000
0x1b6c 	 0xffff1000
0x1b70 	 0xffff1000
0x1b74 	 0xffff1000
0x1b78 	 0xffff1000
0x1b7c 	 0xffff1000
0x1b80 	 0xffff1000
0x1b84 	 0xffff1000
0x1b88 	 0xffff1000
0x1b8c 	 0xffff1000
0x1b90 	 0xffff1000
0x1b94 	 0xffff1000
0x1b98 	 0xffff1000
0x1b9c 	 0xffff1000
0x1ba0 	 0xffff1000
0x1ba4 	 0xffff1000
0x1ba8 	 0xffff1000
0x1bac 	 0xffff1000
0x1bb0 	 0xffff1000
0x1bb4 	 0xffff1000
0x1bb8 	 0xffff1000
0x1bbc 	 0xffff1000
0x1bc0 	 0xffff1000
0x1bc4 	 0xffff1000
0x1bc8 	 0xffff1000
0x1bcc 	 0xffff1000
0x1bd0 	 0xffff1000
0x1bd4 	 0xffff1000
0x1bd8 	 0xffff1000
0x1bdc 	 0xffff1000
0x1be0 	 0xffff1000
0x1be4 	 0xffff1000
0x1be8 	 0xffff1000
0x1bec 	 0xffff1000
0x1bf0 	 0xffff1000
0x1bf4 	 0xffff1000
0x1bf8 	 0xffff1000
0x1bfc 	 0xffff1000
0x1c00 	 0xc0053c00
0x1c04 	 0x43
0x1c08 	 0xe26
0x1c0c 	 0xe27
0x1c10 	 0x8
0x1c14 	 0x8
0x1c18 	 0x20
0x1c1c 	 0xc0023f00
0x1c20 	 0x17000
0x1c24 	 0xffff8001
0x1c28 	 0x5800048
0x1c2c 	 0xc0023f00
0x1c30 	 0x1000
0x1c34 	 0xffff8001
0x1c38 	 0x5800060
0x1c3c 	 0xc0064900
0x1c40 	 0x6600514
0x1c44 	 0x40000000
0x1c48 	 0x6b8100
0x1c4c 	 0x0
0x1c50 	 0x128cf
0x1c54 	 0x0
0x1c58 	 0x0
0x1c5c 	 0xc0064900
0x1c60 	 0x6600514
0x1c64 	 0x22000000
0x1c68 	 0x401340
0x1c6c 	 0x0
0x1c70 	 0x949f
0x1c74 	 0x0
0x1c78 	 0x0
0x1c7c 	 0xc0df1000
0x1c80 	 0xffff1000
0x1c84 	 0xffff1000
0x1c88 	 0xffff1000
0x1c8c 	 0xffff1000
0x1c90 	 0xffff1000
0x1c94 	 0xffff1000
0x1c98 	 0xffff1000
0x1c9c 	 0xffff1000
0x1ca0 	 0xffff1000
0x1ca4 	 0xffff1000
0x1ca8 	 0xffff1000
0x1cac 	 0xffff1000
0x1cb0 	 0xffff1000
0x1cb4 	 0xffff1000
0x1cb8 	 0xffff1000
0x1cbc 	 0xffff1000
0x1cc0 	 0xffff1000
0x1cc4 	 0xffff1000
0x1cc8 	 0xffff1000
0x1ccc 	 0xffff1000
0x1cd0 	 0xffff1000
0x1cd4 	 0xffff1000
0x1cd8 	 0xffff1000
0x1cdc 	 0xffff1000
0x1ce0 	 0xffff1000
0x1ce4 	 0xffff1000
0x1ce8 	 0xffff1000
0x1cec 	 0xffff1000
0x1cf0 	 0xffff1000
0x1cf4 	 0xffff1000
0x1cf8 	 0xffff1000
0x1cfc 	 0xffff1000
0x1d00 	 0xffff1000
0x1d04 	 0xffff1000
0x1d08 	 0xffff1000
0x1d0c 	 0xffff1000
0x1d10 	 0xffff1000
0x1d14 	 0xffff1000
0x1d18 	 0xffff1000
0x1d1c 	 0xffff1000
0x1d20 	 0xffff1000
0x1d24 	 0xffff1000
0x1d28 	 0xffff1000
0x1d2c 	 0xffff1000
0x1d30 	 0xffff1000
0x1d34 	 0xffff1000
0x1d38 	 0xffff1000
0x1d3c 	 0xffff1000
0x1d40 	 0xffff1000
0x1d44 	 0xffff1000
0x1d48 	 0xffff1000
0x1d4c 	 0xffff1000
0x1d50 	 0xffff1000
0x1d54 	 0xffff1000
0x1d58 	 0xffff1000
0x1d5c 	 0xffff1000
0x1d60 	 0xffff1000
0x1d64 	 0xffff1000
0x1d68 	 0xffff1000
0x1d6c 	 0xffff1000
0x1d70 	 0xffff1000
0x1d74 	 0xffff1000
0x1d78 	 0xffff1000
0x1d7c 	 0xffff1000
0x1d80 	 0xffff1000
0x1d84 	 0xffff1000
0x1d88 	 0xffff1000
0x1d8c 	 0xffff1000
0x1d90 	 0xffff1000
0x1d94 	 0xffff1000
0x1d98 	 0xffff1000
0x1d9c 	 0xffff1000
0x1da0 	 0xffff1000
0x1da4 	 0xffff1000
0x1da8 	 0xffff1000
0x1dac 	 0xffff1000
0x1db0 	 0xffff1000
0x1db4 	 0xffff1000
0x1db8 	 0xffff1000
0x1dbc 	 0xffff1000
0x1dc0 	 0xffff1000
0x1dc4 	 0xffff1000
0x1dc8 	 0xffff1000
0x1dcc 	 0xffff1000
0x1dd0 	 0xffff1000
0x1dd4 	 0xffff1000
0x1dd8 	 0xffff1000
0x1ddc 	 0xffff1000
0x1de0 	 0xffff1000
0x1de4 	 0xffff1000
0x1de8 	 0xffff1000
0x1dec 	 0xffff1000
0x1df0 	 0xffff1000
0x1df4 	 0xffff1000
0x1df8 	 0xffff1000
0x1dfc 	 0xffff1000
0x1e00 	 0xffff1000
0x1e04 	 0xffff1000
0x1e08 	 0xffff1000
0x1e0c 	 0xffff1000
0x1e10 	 0xffff1000
0x1e14 	 0xffff1000
0x1e18 	 0xffff1000
0x1e1c 	 0xffff1000
0x1e20 	 0xffff1000
0x1e24 	 0xffff1000
0x1e28 	 0xffff1000
0x1e2c 	 0xffff1000
0x1e30 	 0xffff1000
0x1e34 	 0xffff1000
0x1e38 	 0xffff1000
0x1e3c 	 0xffff1000
0x1e40 	 0xffff1000
0x1e44 	 0xffff1000
0x1e48 	 0xffff1000
0x1e4c 	 0xffff1000
0x1e50 	 0xffff1000
0x1e54 	 0xffff1000
0x1e58 	 0xffff1000
0x1e5c 	 0xffff1000
0x1e60 	 0xffff1000
0x1e64 	 0xffff1000
0x1e68 	 0xffff1000
0x1e6c 	 0xffff1000
0x1e70 	 0xffff1000
0x1e74 	 0xffff1000
0x1e78 	 0xffff1000
0x1e7c 	 0xffff1000
0x1e80 	 0xffff1000
0x1e84 	 0xffff1000
0x1e88 	 0xffff1000
0x1e8c 	 0xffff1000
0x1e90 	 0xffff1000
0x1e94 	 0xffff1000
0x1e98 	 0xffff1000
0x1e9c 	 0xffff1000
0x1ea0 	 0xffff1000
0x1ea4 	 0xffff1000
0x1ea8 	 0xffff1000
0x1eac 	 0xffff1000
0x1eb0 	 0xffff1000
0x1eb4 	 0xffff1000
0x1eb8 	 0xffff1000
0x1ebc 	 0xffff1000
0x1ec0 	 0xffff1000
0x1ec4 	 0xffff1000
0x1ec8 	 0xffff1000
0x1ecc 	 0xffff1000
0x1ed0 	 0xffff1000
0x1ed4 	 0xffff1000
0x1ed8 	 0xffff1000
0x1edc 	 0xffff1000
0x1ee0 	 0xffff1000
0x1ee4 	 0xffff1000
0x1ee8 	 0xffff1000
0x1eec 	 0xffff1000
0x1ef0 	 0xffff1000
0x1ef4 	 0xffff1000
0x1ef8 	 0xffff1000
0x1efc 	 0xffff1000
0x1f00 	 0xffff1000
0x1f04 	 0xffff1000
0x1f08 	 0xffff1000
0x1f0c 	 0xffff1000
0x1f10 	 0xffff1000
0x1f14 	 0xffff1000
0x1f18 	 0xffff1000
0x1f1c 	 0xffff1000
0x1f20 	 0xffff1000
0x1f24 	 0xffff1000
0x1f28 	 0xffff1000
0x1f2c 	 0xffff1000
0x1f30 	 0xffff1000
0x1f34 	 0xffff1000
0x1f38 	 0xffff1000
0x1f3c 	 0xffff1000
0x1f40 	 0xffff1000
0x1f44 	 0xffff1000
0x1f48 	 0xffff1000
0x1f4c 	 0xffff1000
0x1f50 	 0xffff1000
0x1f54 	 0xffff1000
0x1f58 	 0xffff1000
0x1f5c 	 0xffff1000
0x1f60 	 0xffff1000
0x1f64 	 0xffff1000
0x1f68 	 0xffff1000
0x1f6c 	 0xffff1000
0x1f70 	 0xffff1000
0x1f74 	 0xffff1000
0x1f78 	 0xffff1000
0x1f7c 	 0xffff1000
0x1f80 	 0xffff1000
0x1f84 	 0xffff1000
0x1f88 	 0xffff1000
0x1f8c 	 0xffff1000
0x1f90 	 0xffff1000
0x1f94 	 0xffff1000
0x1f98 	 0xffff1000
0x1f9c 	 0xffff1000
0x1fa0 	 0xffff1000
0x1fa4 	 0xffff1000
0x1fa8 	 0xffff1000
0x1fac 	 0xffff1000
0x1fb0 	 0xffff1000
0x1fb4 	 0xffff1000
0x1fb8 	 0xffff1000
0x1fbc 	 0xffff1000
0x1fc0 	 0xffff1000
0x1fc4 	 0xffff1000
0x1fc8 	 0xffff1000
0x1fcc 	 0xffff1000
0x1fd0 	 0xffff1000
0x1fd4 	 0xffff1000
0x1fd8 	 0xffff1000
0x1fdc 	 0xffff1000
0x1fe0 	 0xffff1000
0x1fe4 	 0xffff1000
0x1fe8 	 0xffff1000
0x1fec 	 0xffff1000
0x1ff0 	 0xffff1000
0x1ff4 	 0xffff1000
0x1ff8 	 0xffff1000
0x1ffc 	 0xffff1000
ring name: sdma0
Rptr: 0x5e760 Wptr: 0x5e760 RB mask: 7ff
Ring size in dwords: 2048
Ring contents
Offset 	 Value
0x0 	 0x9
0x4 	 0x401420
0x8 	 0x0
0xc 	 0x1
0x10 	 0x19
0x14 	 0x34000008
0x18 	 0x389c
0x1c 	 0x3898
0x20 	 0x400
0x24 	 0x400
0x28 	 0xfff000a
0x2c 	 0x60000
0x30 	 0x0
0x34 	 0x0
0x38 	 0x0
0x3c 	 0x0
0x40 	 0x0
0x44 	 0x0
0x48 	 0x4
0x4c 	 0x8f7f00
0x50 	 0x0
0x54 	 0x10
0x58 	 0x0
0x5c 	 0x0
0x60 	 0x30005
0x64 	 0x4013e0
0x68 	 0x0
0x6c 	 0x2af2
0x70 	 0x6
0x74 	 0x0
0x78 	 0x10000
0x7c 	 0x0
0x80 	 0x11
0x84 	 0x0
0x88 	 0xc3a10000
0x8c 	 0x0
0x90 	 0x0
0x94 	 0x9
0x98 	 0x401420
0x9c 	 0x0
0xa0 	 0x1
0xa4 	 0x14
0xa8 	 0x34000008
0xac 	 0x389c
0xb0 	 0x3898
0xb4 	 0x400
0xb8 	 0x400
0xbc 	 0xfff000a
0xc0 	 0x10000
0xc4 	 0x0
0xc8 	 0x4
0xcc 	 0x8f8700
0xd0 	 0x0
0xd4 	 0x10
0xd8 	 0x0
0xdc 	 0x0
0xe0 	 0x30005
0xe4 	 0x4013e0
0xe8 	 0x0
0xec 	 0x2af3
0xf0 	 0x6
0xf4 	 0x0
0xf8 	 0x10000
0xfc 	 0x0
0x100 	 0x11
0x104 	 0x0
0x108 	 0xc3a10000
0x10c 	 0x0
0x110 	 0x0
0x114 	 0x9
0x118 	 0x401420
0x11c 	 0x0
0x120 	 0x1
0x124 	 0x14
0x128 	 0x34000008
0x12c 	 0x389c
0x130 	 0x3898
0x134 	 0x400
0x138 	 0x400
0x13c 	 0xfff000a
0x140 	 0x10000
0x144 	 0x0
0x148 	 0x4
0x14c 	 0x8f8b00
0x150 	 0x0
0x154 	 0x10
0x158 	 0x0
0x15c 	 0x0
0x160 	 0x30005
0x164 	 0x4013e0
0x168 	 0x0
0x16c 	 0x2af4
0x170 	 0x6
0x174 	 0x0
0x178 	 0x10000
0x17c 	 0x0
0x180 	 0x11
0x184 	 0x0
0x188 	 0xc3a10000
0x18c 	 0x0
0x190 	 0x0
0x194 	 0x9
0x198 	 0x401420
0x19c 	 0x0
0x1a0 	 0x1
0x1a4 	 0x14
0x1a8 	 0x34000008
0x1ac 	 0x389c
0x1b0 	 0x3898
0x1b4 	 0x400
0x1b8 	 0x400
0x1bc 	 0xfff000a
0x1c0 	 0x10000
0x1c4 	 0x0
0x1c8 	 0x4
0x1cc 	 0x8f8300
0x1d0 	 0x0
0x1d4 	 0x8
0x1d8 	 0x0
0x1dc 	 0x0
0x1e0 	 0x30005
0x1e4 	 0x4013e0
0x1e8 	 0x0
0x1ec 	 0x2af5
0x1f0 	 0x6
0x1f4 	 0x0
0x1f8 	 0x10000
0x1fc 	 0x0
0x200 	 0x11
0x204 	 0x0
0x208 	 0xc3a10000
0x20c 	 0x0
0x210 	 0x0
0x214 	 0x9
0x218 	 0x401420
0x21c 	 0x0
0x220 	 0x1
0x224 	 0x6
0x228 	 0xb0000008
0x22c 	 0x4013e0
0x230 	 0x0
0x234 	 0x2af5
0x238 	 0xffffffff
0x23c 	 0xfff0004
0x240 	 0x9
0x244 	 0x401420
0x248 	 0x0
0x24c 	 0x1
0x250 	 0x19
0x254 	 0x34000008
0x258 	 0x389c
0x25c 	 0x3898
0x260 	 0x400
0x264 	 0x400
0x268 	 0xfff000a
0x26c 	 0x60000
0x270 	 0x0
0x274 	 0x0
0x278 	 0x0
0x27c 	 0x0
0x280 	 0x0
0x284 	 0x0
0x288 	 0x4
0x28c 	 0x8f8f00
0x290 	 0x0
0x294 	 0x10
0x298 	 0x0
0x29c 	 0x0
0x2a0 	 0x30005
0x2a4 	 0x4013e0
0x2a8 	 0x0
0x2ac 	 0x2af6
0x2b0 	 0x6
0x2b4 	 0x0
0x2b8 	 0x10000
0x2bc 	 0x0
0x2c0 	 0x11
0x2c4 	 0x0
0x2c8 	 0xc3a10000
0x2cc 	 0x0
0x2d0 	 0x0
0x2d4 	 0x9
0x2d8 	 0x401420
0x2dc 	 0x0
0x2e0 	 0x1
0x2e4 	 0x14
0x2e8 	 0x34000008
0x2ec 	 0x389c
0x2f0 	 0x3898
0x2f4 	 0x400
0x2f8 	 0x400
0x2fc 	 0xfff000a
0x300 	 0x10000
0x304 	 0x0
0x308 	 0x4
0x30c 	 0x8f9700
0x310 	 0x0
0x314 	 0x10
0x318 	 0x0
0x31c 	 0x0
0x320 	 0x30005
0x324 	 0x4013e0
0x328 	 0x0
0x32c 	 0x2af7
0x330 	 0x6
0x334 	 0x0
0x338 	 0x10000
0x33c 	 0x0
0x340 	 0x11
0x344 	 0x0
0x348 	 0xc3a10000
0x34c 	 0x0
0x350 	 0x0
0x354 	 0x9
0x358 	 0x401420
0x35c 	 0x0
0x360 	 0x1
0x364 	 0x14
0x368 	 0x34000008
0x36c 	 0x389c
0x370 	 0x3898
0x374 	 0x400
0x378 	 0x400
0x37c 	 0xfff000a
0x380 	 0x10000
0x384 	 0x0
0x388 	 0x4
0x38c 	 0x8f9b00
0x390 	 0x0
0x394 	 0x10
0x398 	 0x0
0x39c 	 0x0
0x3a0 	 0x30005
0x3a4 	 0x4013e0
0x3a8 	 0x0
0x3ac 	 0x2af8
0x3b0 	 0x6
0x3b4 	 0x0
0x3b8 	 0x10000
0x3bc 	 0x0
0x3c0 	 0x11
0x3c4 	 0x0
0x3c8 	 0xc3a10000
0x3cc 	 0x0
0x3d0 	 0x0
0x3d4 	 0x9
0x3d8 	 0x401420
0x3dc 	 0x0
0x3e0 	 0x1
0x3e4 	 0x14
0x3e8 	 0x34000008
0x3ec 	 0x389c
0x3f0 	 0x3898
0x3f4 	 0x400
0x3f8 	 0x400
0x3fc 	 0xfff000a
0x400 	 0x10000
0x404 	 0x0
0x408 	 0x4
0x40c 	 0x8f9300
0x410 	 0x0
0x414 	 0x8
0x418 	 0x0
0x41c 	 0x0
0x420 	 0x30005
0x424 	 0x4013e0
0x428 	 0x0
0x42c 	 0x2af9
0x430 	 0x6
0x434 	 0x0
0x438 	 0x10000
0x43c 	 0x0
0x440 	 0x11
0x444 	 0x0
0x448 	 0xc3a10000
0x44c 	 0x0
0x450 	 0x0
0x454 	 0x9
0x458 	 0x401420
0x45c 	 0x0
0x460 	 0x1
0x464 	 0x6
0x468 	 0xb0000008
0x46c 	 0x4013e0
0x470 	 0x0
0x474 	 0x2af9
0x478 	 0xffffffff
0x47c 	 0xfff0004
0x480 	 0x9
0x484 	 0x401420
0x488 	 0x0
0x48c 	 0x1
0x490 	 0x19
0x494 	 0x34000008
0x498 	 0x389c
0x49c 	 0x3898
0x4a0 	 0x400
0x4a4 	 0x400
0x4a8 	 0xfff000a
0x4ac 	 0x60000
0x4b0 	 0x0
0x4b4 	 0x0
0x4b8 	 0x0
0x4bc 	 0x0
0x4c0 	 0x0
0x4c4 	 0x0
0x4c8 	 0x4
0x4cc 	 0x8f9f00
0x4d0 	 0x0
0x4d4 	 0x10
0x4d8 	 0x0
0x4dc 	 0x0
0x4e0 	 0x30005
0x4e4 	 0x4013e0
0x4e8 	 0x0
0x4ec 	 0x2afa
0x4f0 	 0x6
0x4f4 	 0x0
0x4f8 	 0x10000
0x4fc 	 0x0
0x500 	 0x11
0x504 	 0x0
0x508 	 0xc3a10000
0x50c 	 0x0
0x510 	 0x0
0x514 	 0x9
0x518 	 0x401420
0x51c 	 0x0
0x520 	 0x1
0x524 	 0x14
0x528 	 0x34000008
0x52c 	 0x389c
0x530 	 0x3898
0x534 	 0x400
0x538 	 0x400
0x53c 	 0xfff000a
0x540 	 0x10000
0x544 	 0x0
0x548 	 0x4
0x54c 	 0x8fa700
0x550 	 0x0
0x554 	 0x10
0x558 	 0x0
0x55c 	 0x0
0x560 	 0x30005
0x564 	 0x4013e0
0x568 	 0x0
0x56c 	 0x2afb
0x570 	 0x6
0x574 	 0x0
0x578 	 0x10000
0x57c 	 0x0
0x580 	 0x11
0x584 	 0x0
0x588 	 0xc3a10000
0x58c 	 0x0
0x590 	 0x0
0x594 	 0x9
0x598 	 0x401420
0x59c 	 0x0
0x5a0 	 0x1
0x5a4 	 0x14
0x5a8 	 0x34000008
0x5ac 	 0x389c
0x5b0 	 0x3898
0x5b4 	 0x400
0x5b8 	 0x400
0x5bc 	 0xfff000a
0x5c0 	 0x10000
0x5c4 	 0x0
0x5c8 	 0x4
0x5cc 	 0x8fab00
0x5d0 	 0x0
0x5d4 	 0x10
0x5d8 	 0x0
0x5dc 	 0x0
0x5e0 	 0x30005
0x5e4 	 0x4013e0
0x5e8 	 0x0
0x5ec 	 0x2afc
0x5f0 	 0x6
0x5f4 	 0x0
0x5f8 	 0x10000
0x5fc 	 0x0
0x600 	 0x11
0x604 	 0x0
0x608 	 0xc3a10000
0x60c 	 0x0
0x610 	 0x0
0x614 	 0x9
0x618 	 0x401420
0x61c 	 0x0
0x620 	 0x1
0x624 	 0x14
0x628 	 0x34000008
0x62c 	 0x389c
0x630 	 0x3898
0x634 	 0x400
0x638 	 0x400
0x63c 	 0xfff000a
0x640 	 0x10000
0x644 	 0x0
0x648 	 0x4
0x64c 	 0x8fa300
0x650 	 0x0
0x654 	 0x8
0x658 	 0x0
0x65c 	 0x0
0x660 	 0x30005
0x664 	 0x4013e0
0x668 	 0x0
0x66c 	 0x2afd
0x670 	 0x6
0x674 	 0x0
0x678 	 0x10000
0x67c 	 0x0
0x680 	 0x11
0x684 	 0x0
0x688 	 0xc3a10000
0x68c 	 0x0
0x690 	 0x0
0x694 	 0x9
0x698 	 0x401420
0x69c 	 0x0
0x6a0 	 0x1
0x6a4 	 0x6
0x6a8 	 0xb0000008
0x6ac 	 0x4013e0
0x6b0 	 0x0
0x6b4 	 0x2afd
0x6b8 	 0xffffffff
0x6bc 	 0xfff0004
0x6c0 	 0x9
0x6c4 	 0x401420
0x6c8 	 0x0
0x6cc 	 0x1
0x6d0 	 0x19
0x6d4 	 0x34000008
0x6d8 	 0x389c
0x6dc 	 0x3898
0x6e0 	 0x400
0x6e4 	 0x400
0x6e8 	 0xfff000a
0x6ec 	 0x60000
0x6f0 	 0x0
0x6f4 	 0x0
0x6f8 	 0x0
0x6fc 	 0x0
0x700 	 0x0
0x704 	 0x0
0x708 	 0x4
0x70c 	 0x8faf00
0x710 	 0x0
0x714 	 0x10
0x718 	 0x0
0x71c 	 0x0
0x720 	 0x30005
0x724 	 0x4013e0
0x728 	 0x0
0x72c 	 0x2afe
0x730 	 0x6
0x734 	 0x0
0x738 	 0x10000
0x73c 	 0x0
0x740 	 0x11
0x744 	 0x0
0x748 	 0xc3a10000
0x74c 	 0x0
0x750 	 0x0
0x754 	 0x9
0x758 	 0x401420
0x75c 	 0x0
0x760 	 0x1
0x764 	 0x14
0x768 	 0x34000008
0x76c 	 0x389c
0x770 	 0x3898
0x774 	 0x400
0x778 	 0x400
0x77c 	 0xfff000a
0x780 	 0x10000
0x784 	 0x0
0x788 	 0x4
0x78c 	 0x8fb700
0x790 	 0x0
0x794 	 0x10
0x798 	 0x0
0x79c 	 0x0
0x7a0 	 0x30005
0x7a4 	 0x4013e0
0x7a8 	 0x0
0x7ac 	 0x2aff
0x7b0 	 0x6
0x7b4 	 0x0
0x7b8 	 0x10000
0x7bc 	 0x0
0x7c0 	 0x11
0x7c4 	 0x0
0x7c8 	 0xc3a10000
0x7cc 	 0x0
0x7d0 	 0x0
0x7d4 	 0x9
0x7d8 	 0x401420
0x7dc 	 0x0
0x7e0 	 0x1
0x7e4 	 0x14
0x7e8 	 0x34000008
0x7ec 	 0x389c
0x7f0 	 0x3898
0x7f4 	 0x400
0x7f8 	 0x400
0x7fc 	 0xfff000a
0x800 	 0x10000
0x804 	 0x0
0x808 	 0x4
0x80c 	 0x8fbb00
0x810 	 0x0
0x814 	 0x10
0x818 	 0x0
0x81c 	 0x0
0x820 	 0x30005
0x824 	 0x4013e0
0x828 	 0x0
0x82c 	 0x2b00
0x830 	 0x6
0x834 	 0x0
0x838 	 0x10000
0x83c 	 0x0
0x840 	 0x11
0x844 	 0x0
0x848 	 0xc3a10000
0x84c 	 0x0
0x850 	 0x0
0x854 	 0x9
0x858 	 0x401420
0x85c 	 0x0
0x860 	 0x1
0x864 	 0x14
0x868 	 0x34000008
0x86c 	 0x389c
0x870 	 0x3898
0x874 	 0x400
0x878 	 0x400
0x87c 	 0xfff000a
0x880 	 0x10000
0x884 	 0x0
0x888 	 0x4
0x88c 	 0x8fb300
0x890 	 0x0
0x894 	 0x8
0x898 	 0x0
0x89c 	 0x0
0x8a0 	 0x30005
0x8a4 	 0x4013e0
0x8a8 	 0x0
0x8ac 	 0x2b01
0x8b0 	 0x6
0x8b4 	 0x0
0x8b8 	 0x10000
0x8bc 	 0x0
0x8c0 	 0x11
0x8c4 	 0x0
0x8c8 	 0xc3a10000
0x8cc 	 0x0
0x8d0 	 0x0
0x8d4 	 0x9
0x8d8 	 0x401420
0x8dc 	 0x0
0x8e0 	 0x1
0x8e4 	 0x6
0x8e8 	 0xb0000008
0x8ec 	 0x4013e0
0x8f0 	 0x0
0x8f4 	 0x2b01
0x8f8 	 0xffffffff
0x8fc 	 0xfff0004
0x900 	 0x9
0x904 	 0x401420
0x908 	 0x0
0x90c 	 0x1
0x910 	 0x19
0x914 	 0x34000008
0x918 	 0x389c
0x91c 	 0x3898
0x920 	 0x400
0x924 	 0x400
0x928 	 0xfff000a
0x92c 	 0x60000
0x930 	 0x0
0x934 	 0x0
0x938 	 0x0
0x93c 	 0x0
0x940 	 0x0
0x944 	 0x0
0x948 	 0x4
0x94c 	 0x8fcf00
0x950 	 0x0
0x954 	 0x10
0x958 	 0x0
0x95c 	 0x0
0x960 	 0x30005
0x964 	 0x4013e0
0x968 	 0x0
0x96c 	 0x2b02
0x970 	 0x6
0x974 	 0x0
0x978 	 0x10000
0x97c 	 0x0
0x980 	 0x11
0x984 	 0x0
0x988 	 0xc3a10000
0x98c 	 0x0
0x990 	 0x0
0x994 	 0x9
0x998 	 0x401420
0x99c 	 0x0
0x9a0 	 0x1
0x9a4 	 0x14
0x9a8 	 0x34000008
0x9ac 	 0x389c
0x9b0 	 0x3898
0x9b4 	 0x400
0x9b8 	 0x400
0x9bc 	 0xfff000a
0x9c0 	 0x10000
0x9c4 	 0x0
0x9c8 	 0x4
0x9cc 	 0x8fd700
0x9d0 	 0x0
0x9d4 	 0x10
0x9d8 	 0x0
0x9dc 	 0x0
0x9e0 	 0x30005
0x9e4 	 0x4013e0
0x9e8 	 0x0
0x9ec 	 0x2b03
0x9f0 	 0x6
0x9f4 	 0x0
0x9f8 	 0x10000
0x9fc 	 0x0
0xa00 	 0x11
0xa04 	 0x0
0xa08 	 0xc3a10000
0xa0c 	 0x0
0xa10 	 0x0
0xa14 	 0x9
0xa18 	 0x401420
0xa1c 	 0x0
0xa20 	 0x1
0xa24 	 0x14
0xa28 	 0x34000008
0xa2c 	 0x389c
0xa30 	 0x3898
0xa34 	 0x400
0xa38 	 0x400
0xa3c 	 0xfff000a
0xa40 	 0x10000
0xa44 	 0x0
0xa48 	 0x4
0xa4c 	 0x8fdb00
0xa50 	 0x0
0xa54 	 0x10
0xa58 	 0x0
0xa5c 	 0x0
0xa60 	 0x30005
0xa64 	 0x4013e0
0xa68 	 0x0
0xa6c 	 0x2b04
0xa70 	 0x6
0xa74 	 0x0
0xa78 	 0x10000
0xa7c 	 0x0
0xa80 	 0x11
0xa84 	 0x0
0xa88 	 0xc3a10000
0xa8c 	 0x0
0xa90 	 0x0
0xa94 	 0x9
0xa98 	 0x401420
0xa9c 	 0x0
0xaa0 	 0x1
0xaa4 	 0x14
0xaa8 	 0x34000008
0xaac 	 0x389c
0xab0 	 0x3898
0xab4 	 0x400
0xab8 	 0x400
0xabc 	 0xfff000a
0xac0 	 0x10000
0xac4 	 0x0
0xac8 	 0x4
0xacc 	 0x8fd300
0xad0 	 0x0
0xad4 	 0x8
0xad8 	 0x0
0xadc 	 0x0
0xae0 	 0x30005
0xae4 	 0x4013e0
0xae8 	 0x0
0xaec 	 0x2b05
0xaf0 	 0x6
0xaf4 	 0x0
0xaf8 	 0x10000
0xafc 	 0x0
0xb00 	 0x11
0xb04 	 0x0
0xb08 	 0xc3a10000
0xb0c 	 0x0
0xb10 	 0x0
0xb14 	 0x9
0xb18 	 0x401420
0xb1c 	 0x0
0xb20 	 0x1
0xb24 	 0x6
0xb28 	 0xb0000008
0xb2c 	 0x4013e0
0xb30 	 0x0
0xb34 	 0x2b05
0xb38 	 0xffffffff
0xb3c 	 0xfff0004
0xb40 	 0x9
0xb44 	 0x401420
0xb48 	 0x0
0xb4c 	 0x1
0xb50 	 0x19
0xb54 	 0x34000008
0xb58 	 0x389c
0xb5c 	 0x3898
0xb60 	 0x400
0xb64 	 0x400
0xb68 	 0xfff000a
0xb6c 	 0x60000
0xb70 	 0x0
0xb74 	 0x0
0xb78 	 0x0
0xb7c 	 0x0
0xb80 	 0x0
0xb84 	 0x0
0xb88 	 0x4
0xb8c 	 0x8fdf00
0xb90 	 0x0
0xb94 	 0x10
0xb98 	 0x0
0xb9c 	 0x0
0xba0 	 0x30005
0xba4 	 0x4013e0
0xba8 	 0x0
0xbac 	 0x2b06
0xbb0 	 0x6
0xbb4 	 0x0
0xbb8 	 0x10000
0xbbc 	 0x0
0xbc0 	 0x11
0xbc4 	 0x0
0xbc8 	 0xc3a10000
0xbcc 	 0x0
0xbd0 	 0x0
0xbd4 	 0x9
0xbd8 	 0x401420
0xbdc 	 0x0
0xbe0 	 0x1
0xbe4 	 0x14
0xbe8 	 0x34000008
0xbec 	 0x389c
0xbf0 	 0x3898
0xbf4 	 0x400
0xbf8 	 0x400
0xbfc 	 0xfff000a
0xc00 	 0x10000
0xc04 	 0x0
0xc08 	 0x4
0xc0c 	 0x8fe700
0xc10 	 0x0
0xc14 	 0x10
0xc18 	 0x0
0xc1c 	 0x0
0xc20 	 0x30005
0xc24 	 0x4013e0
0xc28 	 0x0
0xc2c 	 0x2b07
0xc30 	 0x6
0xc34 	 0x0
0xc38 	 0x10000
0xc3c 	 0x0
0xc40 	 0x11
0xc44 	 0x0
0xc48 	 0xc3a10000
0xc4c 	 0x0
0xc50 	 0x0
0xc54 	 0x9
0xc58 	 0x401420
0xc5c 	 0x0
0xc60 	 0x1
0xc64 	 0x14
0xc68 	 0x34000008
0xc6c 	 0x389c
0xc70 	 0x3898
0xc74 	 0x400
0xc78 	 0x400
0xc7c 	 0xfff000a
0xc80 	 0x10000
0xc84 	 0x0
0xc88 	 0x4
0xc8c 	 0x8feb00
0xc90 	 0x0
0xc94 	 0x10
0xc98 	 0x0
0xc9c 	 0x0
0xca0 	 0x30005
0xca4 	 0x4013e0
0xca8 	 0x0
0xcac 	 0x2b08
0xcb0 	 0x6
0xcb4 	 0x0
0xcb8 	 0x10000
0xcbc 	 0x0
0xcc0 	 0x11
0xcc4 	 0x0
0xcc8 	 0xc3a10000
0xccc 	 0x0
0xcd0 	 0x0
0xcd4 	 0x9
0xcd8 	 0x401420
0xcdc 	 0x0
0xce0 	 0x1
0xce4 	 0x14
0xce8 	 0x34000008
0xcec 	 0x389c
0xcf0 	 0x3898
0xcf4 	 0x400
0xcf8 	 0x400
0xcfc 	 0xfff000a
0xd00 	 0x10000
0xd04 	 0x0
0xd08 	 0x4
0xd0c 	 0x8fe300
0xd10 	 0x0
0xd14 	 0x8
0xd18 	 0x0
0xd1c 	 0x0
0xd20 	 0x30005
0xd24 	 0x4013e0
0xd28 	 0x0
0xd2c 	 0x2b09
0xd30 	 0x6
0xd34 	 0x0
0xd38 	 0x10000
0xd3c 	 0x0
0xd40 	 0x11
0xd44 	 0x0
0xd48 	 0xc3a10000
0xd4c 	 0x0
0xd50 	 0x0
0xd54 	 0x9
0xd58 	 0x401420
0xd5c 	 0x0
0xd60 	 0x1
0xd64 	 0x6
0xd68 	 0xb0000008
0xd6c 	 0x4013e0
0xd70 	 0x0
0xd74 	 0x2b09
0xd78 	 0xffffffff
0xd7c 	 0xfff0004
0xd80 	 0x9
0xd84 	 0x401420
0xd88 	 0x0
0xd8c 	 0x1
0xd90 	 0x19
0xd94 	 0x34000008
0xd98 	 0x389c
0xd9c 	 0x3898
0xda0 	 0x400
0xda4 	 0x400
0xda8 	 0xfff000a
0xdac 	 0x60000
0xdb0 	 0x0
0xdb4 	 0x0
0xdb8 	 0x0
0xdbc 	 0x0
0xdc0 	 0x0
0xdc4 	 0x0
0xdc8 	 0x4
0xdcc 	 0x8fef00
0xdd0 	 0x0
0xdd4 	 0x10
0xdd8 	 0x0
0xddc 	 0x0
0xde0 	 0x30005
0xde4 	 0x4013e0
0xde8 	 0x0
0xdec 	 0x2b0a
0xdf0 	 0x6
0xdf4 	 0x0
0xdf8 	 0x10000
0xdfc 	 0x0
0xe00 	 0x11
0xe04 	 0x0
0xe08 	 0xc3a10000
0xe0c 	 0x0
0xe10 	 0x0
0xe14 	 0x9
0xe18 	 0x401420
0xe1c 	 0x0
0xe20 	 0x1
0xe24 	 0x14
0xe28 	 0x34000008
0xe2c 	 0x389c
0xe30 	 0x3898
0xe34 	 0x400
0xe38 	 0x400
0xe3c 	 0xfff000a
0xe40 	 0x10000
0xe44 	 0x0
0xe48 	 0x4
0xe4c 	 0x8ff700
0xe50 	 0x0
0xe54 	 0x10
0xe58 	 0x0
0xe5c 	 0x0
0xe60 	 0x30005
0xe64 	 0x4013e0
0xe68 	 0x0
0xe6c 	 0x2b0b
0xe70 	 0x6
0xe74 	 0x0
0xe78 	 0x10000
0xe7c 	 0x0
0xe80 	 0x11
0xe84 	 0x0
0xe88 	 0xc3a10000
0xe8c 	 0x0
0xe90 	 0x0
0xe94 	 0x9
0xe98 	 0x401420
0xe9c 	 0x0
0xea0 	 0x1
0xea4 	 0x14
0xea8 	 0x34000008
0xeac 	 0x389c
0xeb0 	 0x3898
0xeb4 	 0x400
0xeb8 	 0x400
0xebc 	 0xfff000a
0xec0 	 0x10000
0xec4 	 0x0
0xec8 	 0x4
0xecc 	 0x8ffb00
0xed0 	 0x0
0xed4 	 0x10
0xed8 	 0x0
0xedc 	 0x0
0xee0 	 0x30005
0xee4 	 0x4013e0
0xee8 	 0x0
0xeec 	 0x2b0c
0xef0 	 0x6
0xef4 	 0x0
0xef8 	 0x10000
0xefc 	 0x0
0xf00 	 0x11
0xf04 	 0x0
0xf08 	 0xc3a10000
0xf0c 	 0x0
0xf10 	 0x0
0xf14 	 0x9
0xf18 	 0x401420
0xf1c 	 0x0
0xf20 	 0x1
0xf24 	 0x14
0xf28 	 0x34000008
0xf2c 	 0x389c
0xf30 	 0x3898
0xf34 	 0x400
0xf38 	 0x400
0xf3c 	 0xfff000a
0xf40 	 0x10000
0xf44 	 0x0
0xf48 	 0x4
0xf4c 	 0x8ff300
0xf50 	 0x0
0xf54 	 0x8
0xf58 	 0x0
0xf5c 	 0x0
0xf60 	 0x30005
0xf64 	 0x4013e0
0xf68 	 0x0
0xf6c 	 0x2b0d
0xf70 	 0x6
0xf74 	 0x0
0xf78 	 0x10000
0xf7c 	 0x0
0xf80 	 0x11
0xf84 	 0x0
0xf88 	 0xc3a10000
0xf8c 	 0x0
0xf90 	 0x0
0xf94 	 0x9
0xf98 	 0x401420
0xf9c 	 0x0
0xfa0 	 0x1
0xfa4 	 0x6
0xfa8 	 0xb0000008
0xfac 	 0x4013e0
0xfb0 	 0x0
0xfb4 	 0x2b0d
0xfb8 	 0xffffffff
0xfbc 	 0xfff0004
0xfc0 	 0x9
0xfc4 	 0x401420
0xfc8 	 0x0
0xfcc 	 0x1
0xfd0 	 0x19
0xfd4 	 0x34000008
0xfd8 	 0x389c
0xfdc 	 0x3898
0xfe0 	 0x400
0xfe4 	 0x400
0xfe8 	 0xfff000a
0xfec 	 0x60000
0xff0 	 0x0
0xff4 	 0x0
0xff8 	 0x0
0xffc 	 0x0
0x1000 	 0x0
0x1004 	 0x0
0x1008 	 0x4
0x100c 	 0x800000
0x1010 	 0x0
0x1014 	 0x10
0x1018 	 0x0
0x101c 	 0x0
0x1020 	 0x30005
0x1024 	 0x4013e0
0x1028 	 0x0
0x102c 	 0x2b0e
0x1030 	 0x6
0x1034 	 0x0
0x1038 	 0x10000
0x103c 	 0x0
0x1040 	 0x11
0x1044 	 0x0
0x1048 	 0xc3a10000
0x104c 	 0x0
0x1050 	 0x0
0x1054 	 0x9
0x1058 	 0x401420
0x105c 	 0x0
0x1060 	 0x1
0x1064 	 0x14
0x1068 	 0x34000008
0x106c 	 0x389c
0x1070 	 0x3898
0x1074 	 0x400
0x1078 	 0x400
0x107c 	 0xfff000a
0x1080 	 0x10000
0x1084 	 0x0
0x1088 	 0x4
0x108c 	 0x800800
0x1090 	 0x0
0x1094 	 0x10
0x1098 	 0x0
0x109c 	 0x0
0x10a0 	 0x30005
0x10a4 	 0x4013e0
0x10a8 	 0x0
0x10ac 	 0x2b0f
0x10b0 	 0x6
0x10b4 	 0x0
0x10b8 	 0x10000
0x10bc 	 0x0
0x10c0 	 0x11
0x10c4 	 0x0
0x10c8 	 0xc3a10000
0x10cc 	 0x0
0x10d0 	 0x0
0x10d4 	 0x9
0x10d8 	 0x401420
0x10dc 	 0x0
0x10e0 	 0x1
0x10e4 	 0x14
0x10e8 	 0x34000008
0x10ec 	 0x389c
0x10f0 	 0x3898
0x10f4 	 0x400
0x10f8 	 0x400
0x10fc 	 0xfff000a
0x1100 	 0x10000
0x1104 	 0x0
0x1108 	 0x4
0x110c 	 0x800c00
0x1110 	 0x0
0x1114 	 0x10
0x1118 	 0x0
0x111c 	 0x0
0x1120 	 0x30005
0x1124 	 0x4013e0
0x1128 	 0x0
0x112c 	 0x2b10
0x1130 	 0x6
0x1134 	 0x0
0x1138 	 0x10000
0x113c 	 0x0
0x1140 	 0x11
0x1144 	 0x0
0x1148 	 0xc3a10000
0x114c 	 0x0
0x1150 	 0x0
0x1154 	 0x9
0x1158 	 0x401420
0x115c 	 0x0
0x1160 	 0x1
0x1164 	 0x14
0x1168 	 0x34000008
0x116c 	 0x389c
0x1170 	 0x3898
0x1174 	 0x400
0x1178 	 0x400
0x117c 	 0xfff000a
0x1180 	 0x10000
0x1184 	 0x0
0x1188 	 0x4
0x118c 	 0x800400
0x1190 	 0x0
0x1194 	 0x8
0x1198 	 0x0
0x119c 	 0x0
0x11a0 	 0x30005
0x11a4 	 0x4013e0
0x11a8 	 0x0
0x11ac 	 0x2b11
0x11b0 	 0x6
0x11b4 	 0x0
0x11b8 	 0x10000
0x11bc 	 0x0
0x11c0 	 0x11
0x11c4 	 0x0
0x11c8 	 0xc3a10000
0x11cc 	 0x0
0x11d0 	 0x0
0x11d4 	 0x9
0x11d8 	 0x401420
0x11dc 	 0x0
0x11e0 	 0x1
0x11e4 	 0x6
0x11e8 	 0xb0000008
0x11ec 	 0x4013e0
0x11f0 	 0x0
0x11f4 	 0x2b11
0x11f8 	 0xffffffff
0x11fc 	 0xfff0004
0x1200 	 0x9
0x1204 	 0x401420
0x1208 	 0x0
0x120c 	 0x1
0x1210 	 0x19
0x1214 	 0x34000008
0x1218 	 0x389c
0x121c 	 0x3898
0x1220 	 0x400
0x1224 	 0x400
0x1228 	 0xfff000a
0x122c 	 0x60000
0x1230 	 0x0
0x1234 	 0x0
0x1238 	 0x0
0x123c 	 0x0
0x1240 	 0x0
0x1244 	 0x0
0x1248 	 0x4
0x124c 	 0x801000
0x1250 	 0x0
0x1254 	 0x10
0x1258 	 0x0
0x125c 	 0x0
0x1260 	 0x30005
0x1264 	 0x4013e0
0x1268 	 0x0
0x126c 	 0x2b12
0x1270 	 0x6
0x1274 	 0x0
0x1278 	 0x10000
0x127c 	 0x0
0x1280 	 0x11
0x1284 	 0x0
0x1288 	 0xc3a10000
0x128c 	 0x0
0x1290 	 0x0
0x1294 	 0x9
0x1298 	 0x401420
0x129c 	 0x0
0x12a0 	 0x1
0x12a4 	 0x14
0x12a8 	 0x34000008
0x12ac 	 0x389c
0x12b0 	 0x3898
0x12b4 	 0x400
0x12b8 	 0x400
0x12bc 	 0xfff000a
0x12c0 	 0x10000
0x12c4 	 0x0
0x12c8 	 0x4
0x12cc 	 0x801800
0x12d0 	 0x0
0x12d4 	 0x10
0x12d8 	 0x0
0x12dc 	 0x0
0x12e0 	 0x30005
0x12e4 	 0x4013e0
0x12e8 	 0x0
0x12ec 	 0x2b13
0x12f0 	 0x6
0x12f4 	 0x0
0x12f8 	 0x10000
0x12fc 	 0x0
0x1300 	 0x11
0x1304 	 0x0
0x1308 	 0xc3a10000
0x130c 	 0x0
0x1310 	 0x0
0x1314 	 0x9
0x1318 	 0x401420
0x131c 	 0x0
0x1320 	 0x1
0x1324 	 0x14
0x1328 	 0x34000008
0x132c 	 0x389c
0x1330 	 0x3898
0x1334 	 0x400
0x1338 	 0x400
0x133c 	 0xfff000a
0x1340 	 0x10000
0x1344 	 0x0
0x1348 	 0x4
0x134c 	 0x801c00
0x1350 	 0x0
0x1354 	 0x10
0x1358 	 0x0
0x135c 	 0x0
0x1360 	 0x30005
0x1364 	 0x4013e0
0x1368 	 0x0
0x136c 	 0x2b14
0x1370 	 0x6
0x1374 	 0x0
0x1378 	 0x10000
0x137c 	 0x0
0x1380 	 0x11
0x1384 	 0x0
0x1388 	 0xc3a10000
0x138c 	 0x0
0x1390 	 0x0
0x1394 	 0x9
0x1398 	 0x401420
0x139c 	 0x0
0x13a0 	 0x1
0x13a4 	 0x14
0x13a8 	 0x34000008
0x13ac 	 0x389c
0x13b0 	 0x3898
0x13b4 	 0x400
0x13b8 	 0x400
0x13bc 	 0xfff000a
0x13c0 	 0x10000
0x13c4 	 0x0
0x13c8 	 0x4
0x13cc 	 0x801400
0x13d0 	 0x0
0x13d4 	 0x8
0x13d8 	 0x0
0x13dc 	 0x0
0x13e0 	 0x30005
0x13e4 	 0x4013e0
0x13e8 	 0x0
0x13ec 	 0x2b15
0x13f0 	 0x6
0x13f4 	 0x0
0x13f8 	 0x10000
0x13fc 	 0x0
0x1400 	 0x11
0x1404 	 0x0
0x1408 	 0xc3a10000
0x140c 	 0x0
0x1410 	 0x0
0x1414 	 0x9
0x1418 	 0x401420
0x141c 	 0x0
0x1420 	 0x1
0x1424 	 0x6
0x1428 	 0xb0000008
0x142c 	 0x4013e0
0x1430 	 0x0
0x1434 	 0x2b15
0x1438 	 0xffffffff
0x143c 	 0xfff0004
0x1440 	 0x9
0x1444 	 0x401420
0x1448 	 0x0
0x144c 	 0x1
0x1450 	 0x19
0x1454 	 0x34000008
0x1458 	 0x389c
0x145c 	 0x3898
0x1460 	 0x400
0x1464 	 0x400
0x1468 	 0xfff000a
0x146c 	 0x60000
0x1470 	 0x0
0x1474 	 0x0
0x1478 	 0x0
0x147c 	 0x0
0x1480 	 0x0
0x1484 	 0x0
0x1488 	 0x4
0x148c 	 0x803000
0x1490 	 0x0
0x1494 	 0x10
0x1498 	 0x0
0x149c 	 0x0
0x14a0 	 0x30005
0x14a4 	 0x4013e0
0x14a8 	 0x0
0x14ac 	 0x2b16
0x14b0 	 0x6
0x14b4 	 0x0
0x14b8 	 0x10000
0x14bc 	 0x0
0x14c0 	 0x11
0x14c4 	 0x0
0x14c8 	 0xc3a10000
0x14cc 	 0x0
0x14d0 	 0x0
0x14d4 	 0x9
0x14d8 	 0x401420
0x14dc 	 0x0
0x14e0 	 0x1
0x14e4 	 0x14
0x14e8 	 0x34000008
0x14ec 	 0x389c
0x14f0 	 0x3898
0x14f4 	 0x400
0x14f8 	 0x400
0x14fc 	 0xfff000a
0x1500 	 0x10000
0x1504 	 0x0
0x1508 	 0x4
0x150c 	 0x803800
0x1510 	 0x0
0x1514 	 0x10
0x1518 	 0x0
0x151c 	 0x0
0x1520 	 0x30005
0x1524 	 0x4013e0
0x1528 	 0x0
0x152c 	 0x2b17
0x1530 	 0x6
0x1534 	 0x0
0x1538 	 0x10000
0x153c 	 0x0
0x1540 	 0x11
0x1544 	 0x0
0x1548 	 0xc3a10000
0x154c 	 0x0
0x1550 	 0x0
0x1554 	 0x9
0x1558 	 0x401420
0x155c 	 0x0
0x1560 	 0x1
0x1564 	 0x14
0x1568 	 0x34000008
0x156c 	 0x389c
0x1570 	 0x3898
0x1574 	 0x400
0x1578 	 0x400
0x157c 	 0xfff000a
0x1580 	 0x10000
0x1584 	 0x0
0x1588 	 0x4
0x158c 	 0x803c00
0x1590 	 0x0
0x1594 	 0x10
0x1598 	 0x0
0x159c 	 0x0
0x15a0 	 0x30005
0x15a4 	 0x4013e0
0x15a8 	 0x0
0x15ac 	 0x2b18
0x15b0 	 0x6
0x15b4 	 0x0
0x15b8 	 0x10000
0x15bc 	 0x0
0x15c0 	 0x11
0x15c4 	 0x0
0x15c8 	 0xc3a10000
0x15cc 	 0x0
0x15d0 	 0x0
0x15d4 	 0x9
0x15d8 	 0x401420
0x15dc 	 0x0
0x15e0 	 0x1
0x15e4 	 0x14
0x15e8 	 0x34000008
0x15ec 	 0x389c
0x15f0 	 0x3898
0x15f4 	 0x400
0x15f8 	 0x400
0x15fc 	 0xfff000a
0x1600 	 0x10000
0x1604 	 0x0
0x1608 	 0x4
0x160c 	 0x803400
0x1610 	 0x0
0x1614 	 0x8
0x1618 	 0x0
0x161c 	 0x0
0x1620 	 0x30005
0x1624 	 0x4013e0
0x1628 	 0x0
0x162c 	 0x2b19
0x1630 	 0x6
0x1634 	 0x0
0x1638 	 0x10000
0x163c 	 0x0
0x1640 	 0x11
0x1644 	 0x0
0x1648 	 0xc3a10000
0x164c 	 0x0
0x1650 	 0x0
0x1654 	 0x9
0x1658 	 0x401420
0x165c 	 0x0
0x1660 	 0x1
0x1664 	 0x6
0x1668 	 0xb0000008
0x166c 	 0x4013e0
0x1670 	 0x0
0x1674 	 0x2b19
0x1678 	 0xffffffff
0x167c 	 0xfff0004
0x1680 	 0x9
0x1684 	 0x401420
0x1688 	 0x0
0x168c 	 0x1
0x1690 	 0x19
0x1694 	 0x34000008
0x1698 	 0x389c
0x169c 	 0x3898
0x16a0 	 0x400
0x16a4 	 0x400
0x16a8 	 0xfff000a
0x16ac 	 0x60000
0x16b0 	 0x0
0x16b4 	 0x0
0x16b8 	 0x0
0x16bc 	 0x0
0x16c0 	 0x0
0x16c4 	 0x0
0x16c8 	 0x4
0x16cc 	 0x804000
0x16d0 	 0x0
0x16d4 	 0x10
0x16d8 	 0x0
0x16dc 	 0x0
0x16e0 	 0x30005
0x16e4 	 0x4013e0
0x16e8 	 0x0
0x16ec 	 0x2b1a
0x16f0 	 0x6
0x16f4 	 0x0
0x16f8 	 0x10000
0x16fc 	 0x0
0x1700 	 0x11
0x1704 	 0x0
0x1708 	 0xc3a10000
0x170c 	 0x0
0x1710 	 0x0
0x1714 	 0x9
0x1718 	 0x401420
0x171c 	 0x0
0x1720 	 0x1
0x1724 	 0x14
0x1728 	 0x34000008
0x172c 	 0x389c
0x1730 	 0x3898
0x1734 	 0x400
0x1738 	 0x400
0x173c 	 0xfff000a
0x1740 	 0x10000
0x1744 	 0x0
0x1748 	 0x4
0x174c 	 0x804800
0x1750 	 0x0
0x1754 	 0x10
0x1758 	 0x0
0x175c 	 0x0
0x1760 	 0x30005
0x1764 	 0x4013e0
0x1768 	 0x0
0x176c 	 0x2b1b
0x1770 	 0x6
0x1774 	 0x0
0x1778 	 0x10000
0x177c 	 0x0
0x1780 	 0x11
0x1784 	 0x0
0x1788 	 0xc3a10000
0x178c 	 0x0
0x1790 	 0x0
0x1794 	 0x9
0x1798 	 0x401420
0x179c 	 0x0
0x17a0 	 0x1
0x17a4 	 0x14
0x17a8 	 0x34000008
0x17ac 	 0x389c
0x17b0 	 0x3898
0x17b4 	 0x400
0x17b8 	 0x400
0x17bc 	 0xfff000a
0x17c0 	 0x10000
0x17c4 	 0x0
0x17c8 	 0x4
0x17cc 	 0x804c00
0x17d0 	 0x0
0x17d4 	 0x10
0x17d8 	 0x0
0x17dc 	 0x0
0x17e0 	 0x30005
0x17e4 	 0x4013e0
0x17e8 	 0x0
0x17ec 	 0x2b1c
0x17f0 	 0x6
0x17f4 	 0x0
0x17f8 	 0x10000
0x17fc 	 0x0
0x1800 	 0x11
0x1804 	 0x0
0x1808 	 0xc3a10000
0x180c 	 0x0
0x1810 	 0x0
0x1814 	 0x9
0x1818 	 0x401420
0x181c 	 0x0
0x1820 	 0x1
0x1824 	 0x14
0x1828 	 0x34000008
0x182c 	 0x389c
0x1830 	 0x3898
0x1834 	 0x400
0x1838 	 0x400
0x183c 	 0xfff000a
0x1840 	 0x10000
0x1844 	 0x0
0x1848 	 0x4
0x184c 	 0x804400
0x1850 	 0x0
0x1854 	 0x8
0x1858 	 0x0
0x185c 	 0x0
0x1860 	 0x30005
0x1864 	 0x4013e0
0x1868 	 0x0
0x186c 	 0x2b1d
0x1870 	 0x6
0x1874 	 0x0
0x1878 	 0x10000
0x187c 	 0x0
0x1880 	 0x11
0x1884 	 0x0
0x1888 	 0xc3a10000
0x188c 	 0x0
0x1890 	 0x0
0x1894 	 0x9
0x1898 	 0x401420
0x189c 	 0x0
0x18a0 	 0x1
0x18a4 	 0x6
0x18a8 	 0xb0000008
0x18ac 	 0x4013e0
0x18b0 	 0x0
0x18b4 	 0x2b1d
0x18b8 	 0xffffffff
0x18bc 	 0xfff0004
0x18c0 	 0x9
0x18c4 	 0x401420
0x18c8 	 0x0
0x18cc 	 0x1
0x18d0 	 0x19
0x18d4 	 0x34000008
0x18d8 	 0x389c
0x18dc 	 0x3898
0x18e0 	 0x400
0x18e4 	 0x400
0x18e8 	 0xfff000a
0x18ec 	 0x60000
0x18f0 	 0x0
0x18f4 	 0x0
0x18f8 	 0x0
0x18fc 	 0x0
0x1900 	 0x0
0x1904 	 0x0
0x1908 	 0x4
0x190c 	 0x806000
0x1910 	 0x0
0x1914 	 0x10
0x1918 	 0x0
0x191c 	 0x0
0x1920 	 0x30005
0x1924 	 0x4013e0
0x1928 	 0x0
0x192c 	 0x2b1e
0x1930 	 0x6
0x1934 	 0x0
0x1938 	 0x10000
0x193c 	 0x0
0x1940 	 0x11
0x1944 	 0x0
0x1948 	 0xc3a10000
0x194c 	 0x0
0x1950 	 0x0
0x1954 	 0x9
0x1958 	 0x401420
0x195c 	 0x0
0x1960 	 0x1
0x1964 	 0x14
0x1968 	 0x34000008
0x196c 	 0x389c
0x1970 	 0x3898
0x1974 	 0x400
0x1978 	 0x400
0x197c 	 0xfff000a
0x1980 	 0x10000
0x1984 	 0x0
0x1988 	 0x4
0x198c 	 0x806800
0x1990 	 0x0
0x1994 	 0x10
0x1998 	 0x0
0x199c 	 0x0
0x19a0 	 0x30005
0x19a4 	 0x4013e0
0x19a8 	 0x0
0x19ac 	 0x2b1f
0x19b0 	 0x6
0x19b4 	 0x0
0x19b8 	 0x10000
0x19bc 	 0x0
0x19c0 	 0x11
0x19c4 	 0x0
0x19c8 	 0xc3a10000
0x19cc 	 0x0
0x19d0 	 0x0
0x19d4 	 0x9
0x19d8 	 0x401420
0x19dc 	 0x0
0x19e0 	 0x1
0x19e4 	 0x14
0x19e8 	 0x34000008
0x19ec 	 0x389c
0x19f0 	 0x3898
0x19f4 	 0x400
0x19f8 	 0x400
0x19fc 	 0xfff000a
0x1a00 	 0x10000
0x1a04 	 0x0
0x1a08 	 0x4
0x1a0c 	 0x806c00
0x1a10 	 0x0
0x1a14 	 0x10
0x1a18 	 0x0
0x1a1c 	 0x0
0x1a20 	 0x30005
0x1a24 	 0x4013e0
0x1a28 	 0x0
0x1a2c 	 0x2b20
0x1a30 	 0x6
0x1a34 	 0x0
0x1a38 	 0x10000
0x1a3c 	 0x0
0x1a40 	 0x11
0x1a44 	 0x0
0x1a48 	 0xc3a10000
0x1a4c 	 0x0
0x1a50 	 0x0
0x1a54 	 0x9
0x1a58 	 0x401420
0x1a5c 	 0x0
0x1a60 	 0x1
0x1a64 	 0x14
0x1a68 	 0x34000008
0x1a6c 	 0x389c
0x1a70 	 0x3898
0x1a74 	 0x400
0x1a78 	 0x400
0x1a7c 	 0xfff000a
0x1a80 	 0x10000
0x1a84 	 0x0
0x1a88 	 0x4
0x1a8c 	 0x806400
0x1a90 	 0x0
0x1a94 	 0x8
0x1a98 	 0x0
0x1a9c 	 0x0
0x1aa0 	 0x30005
0x1aa4 	 0x4013e0
0x1aa8 	 0x0
0x1aac 	 0x2b21
0x1ab0 	 0x6
0x1ab4 	 0x0
0x1ab8 	 0x10000
0x1abc 	 0x0
0x1ac0 	 0x11
0x1ac4 	 0x0
0x1ac8 	 0xc3a10000
0x1acc 	 0x0
0x1ad0 	 0x0
0x1ad4 	 0x9
0x1ad8 	 0x401420
0x1adc 	 0x0
0x1ae0 	 0x1
0x1ae4 	 0x6
0x1ae8 	 0xb0000008
0x1aec 	 0x4013e0
0x1af0 	 0x0
0x1af4 	 0x2b21
0x1af8 	 0xffffffff
0x1afc 	 0xfff0004
0x1b00 	 0x9
0x1b04 	 0x401420
0x1b08 	 0x0
0x1b0c 	 0x1
0x1b10 	 0x19
0x1b14 	 0x34000008
0x1b18 	 0x389c
0x1b1c 	 0x3898
0x1b20 	 0x400
0x1b24 	 0x400
0x1b28 	 0xfff000a
0x1b2c 	 0x60000
0x1b30 	 0x0
0x1b34 	 0x0
0x1b38 	 0x0
0x1b3c 	 0x0
0x1b40 	 0x0
0x1b44 	 0x0
0x1b48 	 0x4
0x1b4c 	 0x807000
0x1b50 	 0x0
0x1b54 	 0x10
0x1b58 	 0x0
0x1b5c 	 0x0
0x1b60 	 0x30005
0x1b64 	 0x4013e0
0x1b68 	 0x0
0x1b6c 	 0x2b22
0x1b70 	 0x6
0x1b74 	 0x0
0x1b78 	 0x10000
0x1b7c 	 0x0
0x1b80 	 0x11
0x1b84 	 0x0
0x1b88 	 0xc3a10000
0x1b8c 	 0x0
0x1b90 	 0x0
0x1b94 	 0x9
0x1b98 	 0x401420
0x1b9c 	 0x0
0x1ba0 	 0x1
0x1ba4 	 0x14
0x1ba8 	 0x34000008
0x1bac 	 0x389c
0x1bb0 	 0x3898
0x1bb4 	 0x400
0x1bb8 	 0x400
0x1bbc 	 0xfff000a
0x1bc0 	 0x10000
0x1bc4 	 0x0
0x1bc8 	 0x4
0x1bcc 	 0x807800
0x1bd0 	 0x0
0x1bd4 	 0x10
0x1bd8 	 0x0
0x1bdc 	 0x0
0x1be0 	 0x30005
0x1be4 	 0x4013e0
0x1be8 	 0x0
0x1bec 	 0x2b23
0x1bf0 	 0x6
0x1bf4 	 0x0
0x1bf8 	 0x10000
0x1bfc 	 0x0
0x1c00 	 0x11
0x1c04 	 0x0
0x1c08 	 0xc3a10000
0x1c0c 	 0x0
0x1c10 	 0x0
0x1c14 	 0x9
0x1c18 	 0x401420
0x1c1c 	 0x0
0x1c20 	 0x1
0x1c24 	 0x14
0x1c28 	 0x34000008
0x1c2c 	 0x389c
0x1c30 	 0x3898
0x1c34 	 0x400
0x1c38 	 0x400
0x1c3c 	 0xfff000a
0x1c40 	 0x10000
0x1c44 	 0x0
0x1c48 	 0x4
0x1c4c 	 0x807c00
0x1c50 	 0x0
0x1c54 	 0x10
0x1c58 	 0x0
0x1c5c 	 0x0
0x1c60 	 0x30005
0x1c64 	 0x4013e0
0x1c68 	 0x0
0x1c6c 	 0x2b24
0x1c70 	 0x6
0x1c74 	 0x0
0x1c78 	 0x10000
0x1c7c 	 0x0
0x1c80 	 0x11
0x1c84 	 0x0
0x1c88 	 0xc3a10000
0x1c8c 	 0x0
0x1c90 	 0x0
0x1c94 	 0x9
0x1c98 	 0x401420
0x1c9c 	 0x0
0x1ca0 	 0x1
0x1ca4 	 0x14
0x1ca8 	 0x34000008
0x1cac 	 0x389c
0x1cb0 	 0x3898
0x1cb4 	 0x400
0x1cb8 	 0x400
0x1cbc 	 0xfff000a
0x1cc0 	 0x10000
0x1cc4 	 0x0
0x1cc8 	 0x4
0x1ccc 	 0x807400
0x1cd0 	 0x0
0x1cd4 	 0x8
0x1cd8 	 0x0
0x1cdc 	 0x0
0x1ce0 	 0x30005
0x1ce4 	 0x4013e0
0x1ce8 	 0x0
0x1cec 	 0x2b25
0x1cf0 	 0x6
0x1cf4 	 0x0
0x1cf8 	 0x10000
0x1cfc 	 0x0
0x1d00 	 0x2
0x1d04 	 0x4017e0
0x1d08 	 0x0
0x1d0c 	 0x0
0x1d10 	 0xdeadbeef
0x1d14 	 0xa0000
0x1d18 	 0x0
0x1d1c 	 0x0
0x1d20 	 0x0
0x1d24 	 0x0
0x1d28 	 0x0
0x1d2c 	 0x0
0x1d30 	 0x0
0x1d34 	 0x0
0x1d38 	 0x0
0x1d3c 	 0x0
0x1d40 	 0x2
0x1d44 	 0x4017e0
0x1d48 	 0x0
0x1d4c 	 0x0
0x1d50 	 0xdeadbeef
0x1d54 	 0xa0000
0x1d58 	 0x0
0x1d5c 	 0x0
0x1d60 	 0x0
0x1d64 	 0x0
0x1d68 	 0x0
0x1d6c 	 0x0
0x1d70 	 0x0
0x1d74 	 0x0
0x1d78 	 0x0
0x1d7c 	 0x0
0x1d80 	 0x11
0x1d84 	 0x0
0x1d88 	 0xc3a10000
0x1d8c 	 0x0
0x1d90 	 0x0
0x1d94 	 0x9
0x1d98 	 0x401420
0x1d9c 	 0x0
0x1da0 	 0x1
0x1da4 	 0x6
0x1da8 	 0xb0000008
0x1dac 	 0x4013e0
0x1db0 	 0x0
0x1db4 	 0x2aed
0x1db8 	 0xffffffff
0x1dbc 	 0xfff0004
0x1dc0 	 0x9
0x1dc4 	 0x401420
0x1dc8 	 0x0
0x1dcc 	 0x1
0x1dd0 	 0x19
0x1dd4 	 0x34000008
0x1dd8 	 0x389c
0x1ddc 	 0x3898
0x1de0 	 0x400
0x1de4 	 0x400
0x1de8 	 0xfff000a
0x1dec 	 0x60000
0x1df0 	 0x0
0x1df4 	 0x0
0x1df8 	 0x0
0x1dfc 	 0x0
0x1e00 	 0x0
0x1e04 	 0x0
0x1e08 	 0x4
0x1e0c 	 0x8f6f00
0x1e10 	 0x0
0x1e14 	 0x10
0x1e18 	 0x0
0x1e1c 	 0x0
0x1e20 	 0x30005
0x1e24 	 0x4013e0
0x1e28 	 0x0
0x1e2c 	 0x2aee
0x1e30 	 0x6
0x1e34 	 0x0
0x1e38 	 0x10000
0x1e3c 	 0x0
0x1e40 	 0x11
0x1e44 	 0x0
0x1e48 	 0xc3a10000
0x1e4c 	 0x0
0x1e50 	 0x0
0x1e54 	 0x9
0x1e58 	 0x401420
0x1e5c 	 0x0
0x1e60 	 0x1
0x1e64 	 0x14
0x1e68 	 0x34000008
0x1e6c 	 0x389c
0x1e70 	 0x3898
0x1e74 	 0x400
0x1e78 	 0x400
0x1e7c 	 0xfff000a
0x1e80 	 0x10000
0x1e84 	 0x0
0x1e88 	 0x4
0x1e8c 	 0x8f7700
0x1e90 	 0x0
0x1e94 	 0x10
0x1e98 	 0x0
0x1e9c 	 0x0
0x1ea0 	 0x30005
0x1ea4 	 0x4013e0
0x1ea8 	 0x0
0x1eac 	 0x2aef
0x1eb0 	 0x6
0x1eb4 	 0x0
0x1eb8 	 0x10000
0x1ebc 	 0x0
0x1ec0 	 0x11
0x1ec4 	 0x0
0x1ec8 	 0xc3a10000
0x1ecc 	 0x0
0x1ed0 	 0x0
0x1ed4 	 0x9
0x1ed8 	 0x401420
0x1edc 	 0x0
0x1ee0 	 0x1
0x1ee4 	 0x14
0x1ee8 	 0x34000008
0x1eec 	 0x389c
0x1ef0 	 0x3898
0x1ef4 	 0x400
0x1ef8 	 0x400
0x1efc 	 0xfff000a
0x1f00 	 0x10000
0x1f04 	 0x0
0x1f08 	 0x4
0x1f0c 	 0x8f7b00
0x1f10 	 0x0
0x1f14 	 0x10
0x1f18 	 0x0
0x1f1c 	 0x0
0x1f20 	 0x30005
0x1f24 	 0x4013e0
0x1f28 	 0x0
0x1f2c 	 0x2af0
0x1f30 	 0x6
0x1f34 	 0x0
0x1f38 	 0x10000
0x1f3c 	 0x0
0x1f40 	 0x11
0x1f44 	 0x0
0x1f48 	 0xc3a10000
0x1f4c 	 0x0
0x1f50 	 0x0
0x1f54 	 0x9
0x1f58 	 0x401420
0x1f5c 	 0x0
0x1f60 	 0x1
0x1f64 	 0x14
0x1f68 	 0x34000008
0x1f6c 	 0x389c
0x1f70 	 0x3898
0x1f74 	 0x400
0x1f78 	 0x400
0x1f7c 	 0xfff000a
0x1f80 	 0x10000
0x1f84 	 0x0
0x1f88 	 0x4
0x1f8c 	 0x8f7300
0x1f90 	 0x0
0x1f94 	 0x8
0x1f98 	 0x0
0x1f9c 	 0x0
0x1fa0 	 0x30005
0x1fa4 	 0x4013e0
0x1fa8 	 0x0
0x1fac 	 0x2af1
0x1fb0 	 0x6
0x1fb4 	 0x0
0x1fb8 	 0x10000
0x1fbc 	 0x0
0x1fc0 	 0x11
0x1fc4 	 0x0
0x1fc8 	 0xc3a10000
0x1fcc 	 0x0
0x1fd0 	 0x0
0x1fd4 	 0x9
0x1fd8 	 0x401420
0x1fdc 	 0x0
0x1fe0 	 0x1
0x1fe4 	 0x6
0x1fe8 	 0xb0000008
0x1fec 	 0x4013e0
0x1ff0 	 0x0
0x1ff4 	 0x2af1
0x1ff8 	 0xffffffff
0x1ffc 	 0xfff0004
ring name: sdma1
Rptr: 0x169c0 Wptr: 0x169c0 RB mask: 7ff
Ring size in dwords: 2048
Ring contents
Offset 	 Value
0x0 	 0x10000
0x4 	 0x0
0x8 	 0x4
0xc 	 0x8f6300
0x10 	 0x0
0x14 	 0x8
0x18 	 0x0
0x1c 	 0x0
0x20 	 0x30005
0x24 	 0x401480
0x28 	 0x0
0x2c 	 0xa36
0x30 	 0x6
0x34 	 0x0
0x38 	 0x10000
0x3c 	 0x0
0x40 	 0x11
0x44 	 0x0
0x48 	 0xc3a10000
0x4c 	 0x0
0x50 	 0x0
0x54 	 0x9
0x58 	 0x4014c0
0x5c 	 0x0
0x60 	 0x1
0x64 	 0x6
0x68 	 0xb0000008
0x6c 	 0x401480
0x70 	 0x0
0x74 	 0xa36
0x78 	 0xffffffff
0x7c 	 0xfff0004
0x80 	 0x9
0x84 	 0x4014c0
0x88 	 0x0
0x8c 	 0x1
0x90 	 0x19
0x94 	 0x34000008
0x98 	 0x389c
0x9c 	 0x3898
0xa0 	 0x800
0xa4 	 0x800
0xa8 	 0xfff000a
0xac 	 0x60000
0xb0 	 0x0
0xb4 	 0x0
0xb8 	 0x0
0xbc 	 0x0
0xc0 	 0x0
0xc4 	 0x0
0xc8 	 0x4
0xcc 	 0x8fbf00
0xd0 	 0x0
0xd4 	 0x10
0xd8 	 0x0
0xdc 	 0x0
0xe0 	 0x30005
0xe4 	 0x401480
0xe8 	 0x0
0xec 	 0xa37
0xf0 	 0x6
0xf4 	 0x0
0xf8 	 0x10000
0xfc 	 0x0
0x100 	 0x11
0x104 	 0x0
0x108 	 0xc3a10000
0x10c 	 0x0
0x110 	 0x0
0x114 	 0x9
0x118 	 0x4014c0
0x11c 	 0x0
0x120 	 0x1
0x124 	 0x14
0x128 	 0x34000008
0x12c 	 0x389c
0x130 	 0x3898
0x134 	 0x800
0x138 	 0x800
0x13c 	 0xfff000a
0x140 	 0x10000
0x144 	 0x0
0x148 	 0x4
0x14c 	 0x8fc700
0x150 	 0x0
0x154 	 0x10
0x158 	 0x0
0x15c 	 0x0
0x160 	 0x30005
0x164 	 0x401480
0x168 	 0x0
0x16c 	 0xa38
0x170 	 0x6
0x174 	 0x0
0x178 	 0x10000
0x17c 	 0x0
0x180 	 0x11
0x184 	 0x0
0x188 	 0xc3a10000
0x18c 	 0x0
0x190 	 0x0
0x194 	 0x9
0x198 	 0x4014c0
0x19c 	 0x0
0x1a0 	 0x1
0x1a4 	 0x14
0x1a8 	 0x34000008
0x1ac 	 0x389c
0x1b0 	 0x3898
0x1b4 	 0x800
0x1b8 	 0x800
0x1bc 	 0xfff000a
0x1c0 	 0x10000
0x1c4 	 0x0
0x1c8 	 0x4
0x1cc 	 0x8fcb00
0x1d0 	 0x0
0x1d4 	 0x10
0x1d8 	 0x0
0x1dc 	 0x0
0x1e0 	 0x30005
0x1e4 	 0x401480
0x1e8 	 0x0
0x1ec 	 0xa39
0x1f0 	 0x6
0x1f4 	 0x0
0x1f8 	 0x10000
0x1fc 	 0x0
0x200 	 0x11
0x204 	 0x0
0x208 	 0xc3a10000
0x20c 	 0x0
0x210 	 0x0
0x214 	 0x9
0x218 	 0x4014c0
0x21c 	 0x0
0x220 	 0x1
0x224 	 0x14
0x228 	 0x34000008
0x22c 	 0x389c
0x230 	 0x3898
0x234 	 0x800
0x238 	 0x800
0x23c 	 0xfff000a
0x240 	 0x10000
0x244 	 0x0
0x248 	 0x4
0x24c 	 0x8fc300
0x250 	 0x0
0x254 	 0x8
0x258 	 0x0
0x25c 	 0x0
0x260 	 0x30005
0x264 	 0x401480
0x268 	 0x0
0x26c 	 0xa3a
0x270 	 0x6
0x274 	 0x0
0x278 	 0x10000
0x27c 	 0x0
0x280 	 0x11
0x284 	 0x0
0x288 	 0xc3a10000
0x28c 	 0x0
0x290 	 0x0
0x294 	 0x9
0x298 	 0x4014c0
0x29c 	 0x0
0x2a0 	 0x1
0x2a4 	 0x6
0x2a8 	 0xb0000008
0x2ac 	 0x401480
0x2b0 	 0x0
0x2b4 	 0xa3a
0x2b8 	 0xffffffff
0x2bc 	 0xfff0004
0x2c0 	 0x9
0x2c4 	 0x4014c0
0x2c8 	 0x0
0x2cc 	 0x1
0x2d0 	 0x19
0x2d4 	 0x34000008
0x2d8 	 0x389c
0x2dc 	 0x3898
0x2e0 	 0x800
0x2e4 	 0x800
0x2e8 	 0xfff000a
0x2ec 	 0x60000
0x2f0 	 0x0
0x2f4 	 0x0
0x2f8 	 0x0
0x2fc 	 0x0
0x300 	 0x0
0x304 	 0x0
0x308 	 0x4
0x30c 	 0x802000
0x310 	 0x0
0x314 	 0x10
0x318 	 0x0
0x31c 	 0x0
0x320 	 0x30005
0x324 	 0x401480
0x328 	 0x0
0x32c 	 0xa3b
0x330 	 0x6
0x334 	 0x0
0x338 	 0x10000
0x33c 	 0x0
0x340 	 0x11
0x344 	 0x0
0x348 	 0xc3a10000
0x34c 	 0x0
0x350 	 0x0
0x354 	 0x9
0x358 	 0x4014c0
0x35c 	 0x0
0x360 	 0x1
0x364 	 0x14
0x368 	 0x34000008
0x36c 	 0x389c
0x370 	 0x3898
0x374 	 0x800
0x378 	 0x800
0x37c 	 0xfff000a
0x380 	 0x10000
0x384 	 0x0
0x388 	 0x4
0x38c 	 0x802800
0x390 	 0x0
0x394 	 0x10
0x398 	 0x0
0x39c 	 0x0
0x3a0 	 0x30005
0x3a4 	 0x401480
0x3a8 	 0x0
0x3ac 	 0xa3c
0x3b0 	 0x6
0x3b4 	 0x0
0x3b8 	 0x10000
0x3bc 	 0x0
0x3c0 	 0x11
0x3c4 	 0x0
0x3c8 	 0xc3a10000
0x3cc 	 0x0
0x3d0 	 0x0
0x3d4 	 0x9
0x3d8 	 0x4014c0
0x3dc 	 0x0
0x3e0 	 0x1
0x3e4 	 0x14
0x3e8 	 0x34000008
0x3ec 	 0x389c
0x3f0 	 0x3898
0x3f4 	 0x800
0x3f8 	 0x800
0x3fc 	 0xfff000a
0x400 	 0x10000
0x404 	 0x0
0x408 	 0x4
0x40c 	 0x802c00
0x410 	 0x0
0x414 	 0x10
0x418 	 0x0
0x41c 	 0x0
0x420 	 0x30005
0x424 	 0x401480
0x428 	 0x0
0x42c 	 0xa3d
0x430 	 0x6
0x434 	 0x0
0x438 	 0x10000
0x43c 	 0x0
0x440 	 0x11
0x444 	 0x0
0x448 	 0xc3a10000
0x44c 	 0x0
0x450 	 0x0
0x454 	 0x9
0x458 	 0x4014c0
0x45c 	 0x0
0x460 	 0x1
0x464 	 0x14
0x468 	 0x34000008
0x46c 	 0x389c
0x470 	 0x3898
0x474 	 0x800
0x478 	 0x800
0x47c 	 0xfff000a
0x480 	 0x10000
0x484 	 0x0
0x488 	 0x4
0x48c 	 0x802400
0x490 	 0x0
0x494 	 0x8
0x498 	 0x0
0x49c 	 0x0
0x4a0 	 0x30005
0x4a4 	 0x401480
0x4a8 	 0x0
0x4ac 	 0xa3e
0x4b0 	 0x6
0x4b4 	 0x0
0x4b8 	 0x10000
0x4bc 	 0x0
0x4c0 	 0x11
0x4c4 	 0x0
0x4c8 	 0xc3a10000
0x4cc 	 0x0
0x4d0 	 0x0
0x4d4 	 0x9
0x4d8 	 0x4014c0
0x4dc 	 0x0
0x4e0 	 0x1
0x4e4 	 0x6
0x4e8 	 0xb0000008
0x4ec 	 0x401480
0x4f0 	 0x0
0x4f4 	 0xa3e
0x4f8 	 0xffffffff
0x4fc 	 0xfff0004
0x500 	 0x9
0x504 	 0x4014c0
0x508 	 0x0
0x50c 	 0x1
0x510 	 0x19
0x514 	 0x34000008
0x518 	 0x389c
0x51c 	 0x3898
0x520 	 0x800
0x524 	 0x800
0x528 	 0xfff000a
0x52c 	 0x60000
0x530 	 0x0
0x534 	 0x0
0x538 	 0x0
0x53c 	 0x0
0x540 	 0x0
0x544 	 0x0
0x548 	 0x4
0x54c 	 0x805000
0x550 	 0x0
0x554 	 0x10
0x558 	 0x0
0x55c 	 0x0
0x560 	 0x30005
0x564 	 0x401480
0x568 	 0x0
0x56c 	 0xa3f
0x570 	 0x6
0x574 	 0x0
0x578 	 0x10000
0x57c 	 0x0
0x580 	 0x11
0x584 	 0x0
0x588 	 0xc3a10000
0x58c 	 0x0
0x590 	 0x0
0x594 	 0x9
0x598 	 0x4014c0
0x59c 	 0x0
0x5a0 	 0x1
0x5a4 	 0x14
0x5a8 	 0x34000008
0x5ac 	 0x389c
0x5b0 	 0x3898
0x5b4 	 0x800
0x5b8 	 0x800
0x5bc 	 0xfff000a
0x5c0 	 0x10000
0x5c4 	 0x0
0x5c8 	 0x4
0x5cc 	 0x805800
0x5d0 	 0x0
0x5d4 	 0x10
0x5d8 	 0x0
0x5dc 	 0x0
0x5e0 	 0x30005
0x5e4 	 0x401480
0x5e8 	 0x0
0x5ec 	 0xa40
0x5f0 	 0x6
0x5f4 	 0x0
0x5f8 	 0x10000
0x5fc 	 0x0
0x600 	 0x11
0x604 	 0x0
0x608 	 0xc3a10000
0x60c 	 0x0
0x610 	 0x0
0x614 	 0x9
0x618 	 0x4014c0
0x61c 	 0x0
0x620 	 0x1
0x624 	 0x14
0x628 	 0x34000008
0x62c 	 0x389c
0x630 	 0x3898
0x634 	 0x800
0x638 	 0x800
0x63c 	 0xfff000a
0x640 	 0x10000
0x644 	 0x0
0x648 	 0x4
0x64c 	 0x805c00
0x650 	 0x0
0x654 	 0x10
0x658 	 0x0
0x65c 	 0x0
0x660 	 0x30005
0x664 	 0x401480
0x668 	 0x0
0x66c 	 0xa41
0x670 	 0x6
0x674 	 0x0
0x678 	 0x10000
0x67c 	 0x0
0x680 	 0x11
0x684 	 0x0
0x688 	 0xc3a10000
0x68c 	 0x0
0x690 	 0x0
0x694 	 0x9
0x698 	 0x4014c0
0x69c 	 0x0
0x6a0 	 0x1
0x6a4 	 0x14
0x6a8 	 0x34000008
0x6ac 	 0x389c
0x6b0 	 0x3898
0x6b4 	 0x800
0x6b8 	 0x800
0x6bc 	 0xfff000a
0x6c0 	 0x10000
0x6c4 	 0x0
0x6c8 	 0x4
0x6cc 	 0x805400
0x6d0 	 0x0
0x6d4 	 0x8
0x6d8 	 0x0
0x6dc 	 0x0
0x6e0 	 0x30005
0x6e4 	 0x401480
0x6e8 	 0x0
0x6ec 	 0xa42
0x6f0 	 0x6
0x6f4 	 0x0
0x6f8 	 0x10000
0x6fc 	 0x0
0x700 	 0x11
0x704 	 0x0
0x708 	 0xc3a10000
0x70c 	 0x0
0x710 	 0x0
0x714 	 0x9
0x718 	 0x4014c0
0x71c 	 0x0
0x720 	 0x1
0x724 	 0x14
0x728 	 0x34000008
0x72c 	 0x389c
0x730 	 0x3898
0x734 	 0x800
0x738 	 0x800
0x73c 	 0xfff000a
0x740 	 0x10000
0x744 	 0x0
0x748 	 0x4
0x74c 	 0x8cf300
0x750 	 0x0
0x754 	 0x8
0x758 	 0x0
0x75c 	 0x0
0x760 	 0x30005
0x764 	 0x401480
0x768 	 0x0
0x76c 	 0xa0a
0x770 	 0x6
0x774 	 0x0
0x778 	 0x10000
0x77c 	 0x0
0x780 	 0x11
0x784 	 0x0
0x788 	 0xc3a10000
0x78c 	 0x0
0x790 	 0x0
0x794 	 0x9
0x798 	 0x4014c0
0x79c 	 0x0
0x7a0 	 0x1
0x7a4 	 0x6
0x7a8 	 0xb0000008
0x7ac 	 0x401480
0x7b0 	 0x0
0x7b4 	 0xa0a
0x7b8 	 0xffffffff
0x7bc 	 0xfff0004
0x7c0 	 0x9
0x7c4 	 0x4014c0
0x7c8 	 0x0
0x7cc 	 0x1
0x7d0 	 0x19
0x7d4 	 0x34000008
0x7d8 	 0x389c
0x7dc 	 0x3898
0x7e0 	 0x800
0x7e4 	 0x800
0x7e8 	 0xfff000a
0x7ec 	 0x60000
0x7f0 	 0x0
0x7f4 	 0x0
0x7f8 	 0x0
0x7fc 	 0x0
0x800 	 0x0
0x804 	 0x0
0x808 	 0x4
0x80c 	 0x8d1f00
0x810 	 0x0
0x814 	 0x10
0x818 	 0x0
0x81c 	 0x0
0x820 	 0x30005
0x824 	 0x401480
0x828 	 0x0
0x82c 	 0xa0b
0x830 	 0x6
0x834 	 0x0
0x838 	 0x10000
0x83c 	 0x0
0x840 	 0x11
0x844 	 0x0
0x848 	 0xc3a10000
0x84c 	 0x0
0x850 	 0x0
0x854 	 0x9
0x858 	 0x4014c0
0x85c 	 0x0
0x860 	 0x1
0x864 	 0x14
0x868 	 0x34000008
0x86c 	 0x389c
0x870 	 0x3898
0x874 	 0x800
0x878 	 0x800
0x87c 	 0xfff000a
0x880 	 0x10000
0x884 	 0x0
0x888 	 0x4
0x88c 	 0x8d2700
0x890 	 0x0
0x894 	 0x10
0x898 	 0x0
0x89c 	 0x0
0x8a0 	 0x30005
0x8a4 	 0x401480
0x8a8 	 0x0
0x8ac 	 0xa0c
0x8b0 	 0x6
0x8b4 	 0x0
0x8b8 	 0x10000
0x8bc 	 0x0
0x8c0 	 0x11
0x8c4 	 0x0
0x8c8 	 0xc3a10000
0x8cc 	 0x0
0x8d0 	 0x0
0x8d4 	 0x9
0x8d8 	 0x4014c0
0x8dc 	 0x0
0x8e0 	 0x1
0x8e4 	 0x14
0x8e8 	 0x34000008
0x8ec 	 0x389c
0x8f0 	 0x3898
0x8f4 	 0x800
0x8f8 	 0x800
0x8fc 	 0xfff000a
0x900 	 0x10000
0x904 	 0x0
0x908 	 0x4
0x90c 	 0x8d2b00
0x910 	 0x0
0x914 	 0x10
0x918 	 0x0
0x91c 	 0x0
0x920 	 0x30005
0x924 	 0x401480
0x928 	 0x0
0x92c 	 0xa0d
0x930 	 0x6
0x934 	 0x0
0x938 	 0x10000
0x93c 	 0x0
0x940 	 0x11
0x944 	 0x0
0x948 	 0xc3a10000
0x94c 	 0x0
0x950 	 0x0
0x954 	 0x9
0x958 	 0x4014c0
0x95c 	 0x0
0x960 	 0x1
0x964 	 0x14
0x968 	 0x34000008
0x96c 	 0x389c
0x970 	 0x3898
0x974 	 0x800
0x978 	 0x800
0x97c 	 0xfff000a
0x980 	 0x10000
0x984 	 0x0
0x988 	 0x4
0x98c 	 0x8d2300
0x990 	 0x0
0x994 	 0x8
0x998 	 0x0
0x99c 	 0x0
0x9a0 	 0x30005
0x9a4 	 0x401480
0x9a8 	 0x0
0x9ac 	 0xa0e
0x9b0 	 0x6
0x9b4 	 0x0
0x9b8 	 0x10000
0x9bc 	 0x0
0x9c0 	 0x11
0x9c4 	 0x0
0x9c8 	 0xc3a10000
0x9cc 	 0x0
0x9d0 	 0x0
0x9d4 	 0x9
0x9d8 	 0x4014c0
0x9dc 	 0x0
0x9e0 	 0x1
0x9e4 	 0x6
0x9e8 	 0xb0000008
0x9ec 	 0x401480
0x9f0 	 0x0
0x9f4 	 0xa0e
0x9f8 	 0xffffffff
0x9fc 	 0xfff0004
0xa00 	 0x9
0xa04 	 0x4014c0
0xa08 	 0x0
0xa0c 	 0x1
0xa10 	 0x19
0xa14 	 0x34000008
0xa18 	 0x389c
0xa1c 	 0x3898
0xa20 	 0x800
0xa24 	 0x800
0xa28 	 0xfff000a
0xa2c 	 0x60000
0xa30 	 0x0
0xa34 	 0x0
0xa38 	 0x0
0xa3c 	 0x0
0xa40 	 0x0
0xa44 	 0x0
0xa48 	 0x4
0xa4c 	 0x8d9f00
0xa50 	 0x0
0xa54 	 0x10
0xa58 	 0x0
0xa5c 	 0x0
0xa60 	 0x30005
0xa64 	 0x401480
0xa68 	 0x0
0xa6c 	 0xa0f
0xa70 	 0x6
0xa74 	 0x0
0xa78 	 0x10000
0xa7c 	 0x0
0xa80 	 0x11
0xa84 	 0x0
0xa88 	 0xc3a10000
0xa8c 	 0x0
0xa90 	 0x0
0xa94 	 0x9
0xa98 	 0x4014c0
0xa9c 	 0x0
0xaa0 	 0x1
0xaa4 	 0x14
0xaa8 	 0x34000008
0xaac 	 0x389c
0xab0 	 0x3898
0xab4 	 0x800
0xab8 	 0x800
0xabc 	 0xfff000a
0xac0 	 0x10000
0xac4 	 0x0
0xac8 	 0x4
0xacc 	 0x8da700
0xad0 	 0x0
0xad4 	 0x10
0xad8 	 0x0
0xadc 	 0x0
0xae0 	 0x30005
0xae4 	 0x401480
0xae8 	 0x0
0xaec 	 0xa10
0xaf0 	 0x6
0xaf4 	 0x0
0xaf8 	 0x10000
0xafc 	 0x0
0xb00 	 0x11
0xb04 	 0x0
0xb08 	 0xc3a10000
0xb0c 	 0x0
0xb10 	 0x0
0xb14 	 0x9
0xb18 	 0x4014c0
0xb1c 	 0x0
0xb20 	 0x1
0xb24 	 0x14
0xb28 	 0x34000008
0xb2c 	 0x389c
0xb30 	 0x3898
0xb34 	 0x800
0xb38 	 0x800
0xb3c 	 0xfff000a
0xb40 	 0x10000
0xb44 	 0x0
0xb48 	 0x4
0xb4c 	 0x8dab00
0xb50 	 0x0
0xb54 	 0x10
0xb58 	 0x0
0xb5c 	 0x0
0xb60 	 0x30005
0xb64 	 0x401480
0xb68 	 0x0
0xb6c 	 0xa11
0xb70 	 0x6
0xb74 	 0x0
0xb78 	 0x10000
0xb7c 	 0x0
0xb80 	 0x11
0xb84 	 0x0
0xb88 	 0xc3a10000
0xb8c 	 0x0
0xb90 	 0x0
0xb94 	 0x9
0xb98 	 0x4014c0
0xb9c 	 0x0
0xba0 	 0x1
0xba4 	 0x14
0xba8 	 0x34000008
0xbac 	 0x389c
0xbb0 	 0x3898
0xbb4 	 0x800
0xbb8 	 0x800
0xbbc 	 0xfff000a
0xbc0 	 0x10000
0xbc4 	 0x0
0xbc8 	 0x4
0xbcc 	 0x8da300
0xbd0 	 0x0
0xbd4 	 0x8
0xbd8 	 0x0
0xbdc 	 0x0
0xbe0 	 0x30005
0xbe4 	 0x401480
0xbe8 	 0x0
0xbec 	 0xa12
0xbf0 	 0x6
0xbf4 	 0x0
0xbf8 	 0x10000
0xbfc 	 0x0
0xc00 	 0x11
0xc04 	 0x0
0xc08 	 0xc3a10000
0xc0c 	 0x0
0xc10 	 0x0
0xc14 	 0x9
0xc18 	 0x4014c0
0xc1c 	 0x0
0xc20 	 0x1
0xc24 	 0x6
0xc28 	 0xb0000008
0xc2c 	 0x401480
0xc30 	 0x0
0xc34 	 0xa12
0xc38 	 0xffffffff
0xc3c 	 0xfff0004
0xc40 	 0x9
0xc44 	 0x4014c0
0xc48 	 0x0
0xc4c 	 0x1
0xc50 	 0x19
0xc54 	 0x34000008
0xc58 	 0x389c
0xc5c 	 0x3898
0xc60 	 0x800
0xc64 	 0x800
0xc68 	 0xfff000a
0xc6c 	 0x60000
0xc70 	 0x0
0xc74 	 0x0
0xc78 	 0x0
0xc7c 	 0x0
0xc80 	 0x0
0xc84 	 0x0
0xc88 	 0x4
0xc8c 	 0x8dcf00
0xc90 	 0x0
0xc94 	 0x10
0xc98 	 0x0
0xc9c 	 0x0
0xca0 	 0x30005
0xca4 	 0x401480
0xca8 	 0x0
0xcac 	 0xa13
0xcb0 	 0x6
0xcb4 	 0x0
0xcb8 	 0x10000
0xcbc 	 0x0
0xcc0 	 0x11
0xcc4 	 0x0
0xcc8 	 0xc3a10000
0xccc 	 0x0
0xcd0 	 0x0
0xcd4 	 0x9
0xcd8 	 0x4014c0
0xcdc 	 0x0
0xce0 	 0x1
0xce4 	 0x14
0xce8 	 0x34000008
0xcec 	 0x389c
0xcf0 	 0x3898
0xcf4 	 0x800
0xcf8 	 0x800
0xcfc 	 0xfff000a
0xd00 	 0x10000
0xd04 	 0x0
0xd08 	 0x4
0xd0c 	 0x8dd700
0xd10 	 0x0
0xd14 	 0x10
0xd18 	 0x0
0xd1c 	 0x0
0xd20 	 0x30005
0xd24 	 0x401480
0xd28 	 0x0
0xd2c 	 0xa14
0xd30 	 0x6
0xd34 	 0x0
0xd38 	 0x10000
0xd3c 	 0x0
0xd40 	 0x11
0xd44 	 0x0
0xd48 	 0xc3a10000
0xd4c 	 0x0
0xd50 	 0x0
0xd54 	 0x9
0xd58 	 0x4014c0
0xd5c 	 0x0
0xd60 	 0x1
0xd64 	 0x14
0xd68 	 0x34000008
0xd6c 	 0x389c
0xd70 	 0x3898
0xd74 	 0x800
0xd78 	 0x800
0xd7c 	 0xfff000a
0xd80 	 0x10000
0xd84 	 0x0
0xd88 	 0x4
0xd8c 	 0x8ddb00
0xd90 	 0x0
0xd94 	 0x10
0xd98 	 0x0
0xd9c 	 0x0
0xda0 	 0x30005
0xda4 	 0x401480
0xda8 	 0x0
0xdac 	 0xa15
0xdb0 	 0x6
0xdb4 	 0x0
0xdb8 	 0x10000
0xdbc 	 0x0
0xdc0 	 0x11
0xdc4 	 0x0
0xdc8 	 0xc3a10000
0xdcc 	 0x0
0xdd0 	 0x0
0xdd4 	 0x9
0xdd8 	 0x4014c0
0xddc 	 0x0
0xde0 	 0x1
0xde4 	 0x14
0xde8 	 0x34000008
0xdec 	 0x389c
0xdf0 	 0x3898
0xdf4 	 0x800
0xdf8 	 0x800
0xdfc 	 0xfff000a
0xe00 	 0x10000
0xe04 	 0x0
0xe08 	 0x4
0xe0c 	 0x8dd300
0xe10 	 0x0
0xe14 	 0x8
0xe18 	 0x0
0xe1c 	 0x0
0xe20 	 0x30005
0xe24 	 0x401480
0xe28 	 0x0
0xe2c 	 0xa16
0xe30 	 0x6
0xe34 	 0x0
0xe38 	 0x10000
0xe3c 	 0x0
0xe40 	 0x11
0xe44 	 0x0
0xe48 	 0xc3a10000
0xe4c 	 0x0
0xe50 	 0x0
0xe54 	 0x9
0xe58 	 0x4014c0
0xe5c 	 0x0
0xe60 	 0x1
0xe64 	 0x6
0xe68 	 0xb0000008
0xe6c 	 0x401480
0xe70 	 0x0
0xe74 	 0xa16
0xe78 	 0xffffffff
0xe7c 	 0xfff0004
0xe80 	 0x9
0xe84 	 0x4014c0
0xe88 	 0x0
0xe8c 	 0x1
0xe90 	 0x19
0xe94 	 0x34000008
0xe98 	 0x389c
0xe9c 	 0x3898
0xea0 	 0x800
0xea4 	 0x800
0xea8 	 0xfff000a
0xeac 	 0x60000
0xeb0 	 0x0
0xeb4 	 0x0
0xeb8 	 0x0
0xebc 	 0x0
0xec0 	 0x0
0xec4 	 0x0
0xec8 	 0x4
0xecc 	 0x8e0f00
0xed0 	 0x0
0xed4 	 0x10
0xed8 	 0x0
0xedc 	 0x0
0xee0 	 0x30005
0xee4 	 0x401480
0xee8 	 0x0
0xeec 	 0xa17
0xef0 	 0x6
0xef4 	 0x0
0xef8 	 0x10000
0xefc 	 0x0
0xf00 	 0x11
0xf04 	 0x0
0xf08 	 0xc3a10000
0xf0c 	 0x0
0xf10 	 0x0
0xf14 	 0x9
0xf18 	 0x4014c0
0xf1c 	 0x0
0xf20 	 0x1
0xf24 	 0x14
0xf28 	 0x34000008
0xf2c 	 0x389c
0xf30 	 0x3898
0xf34 	 0x800
0xf38 	 0x800
0xf3c 	 0xfff000a
0xf40 	 0x10000
0xf44 	 0x0
0xf48 	 0x4
0xf4c 	 0x8e1700
0xf50 	 0x0
0xf54 	 0x10
0xf58 	 0x0
0xf5c 	 0x0
0xf60 	 0x30005
0xf64 	 0x401480
0xf68 	 0x0
0xf6c 	 0xa18
0xf70 	 0x6
0xf74 	 0x0
0xf78 	 0x10000
0xf7c 	 0x0
0xf80 	 0x11
0xf84 	 0x0
0xf88 	 0xc3a10000
0xf8c 	 0x0
0xf90 	 0x0
0xf94 	 0x9
0xf98 	 0x4014c0
0xf9c 	 0x0
0xfa0 	 0x1
0xfa4 	 0x14
0xfa8 	 0x34000008
0xfac 	 0x389c
0xfb0 	 0x3898
0xfb4 	 0x800
0xfb8 	 0x800
0xfbc 	 0xfff000a
0xfc0 	 0x10000
0xfc4 	 0x0
0xfc8 	 0x4
0xfcc 	 0x8e1b00
0xfd0 	 0x0
0xfd4 	 0x10
0xfd8 	 0x0
0xfdc 	 0x0
0xfe0 	 0x30005
0xfe4 	 0x401480
0xfe8 	 0x0
0xfec 	 0xa19
0xff0 	 0x6
0xff4 	 0x0
0xff8 	 0x10000
0xffc 	 0x0
0x1000 	 0x11
0x1004 	 0x0
0x1008 	 0xc3a10000
0x100c 	 0x0
0x1010 	 0x0
0x1014 	 0x9
0x1018 	 0x4014c0
0x101c 	 0x0
0x1020 	 0x1
0x1024 	 0x14
0x1028 	 0x34000008
0x102c 	 0x389c
0x1030 	 0x3898
0x1034 	 0x800
0x1038 	 0x800
0x103c 	 0xfff000a
0x1040 	 0x10000
0x1044 	 0x0
0x1048 	 0x4
0x104c 	 0x8e1300
0x1050 	 0x0
0x1054 	 0x8
0x1058 	 0x0
0x105c 	 0x0
0x1060 	 0x30005
0x1064 	 0x401480
0x1068 	 0x0
0x106c 	 0xa1a
0x1070 	 0x6
0x1074 	 0x0
0x1078 	 0x10000
0x107c 	 0x0
0x1080 	 0x11
0x1084 	 0x0
0x1088 	 0xc3a10000
0x108c 	 0x0
0x1090 	 0x0
0x1094 	 0x9
0x1098 	 0x4014c0
0x109c 	 0x0
0x10a0 	 0x1
0x10a4 	 0x6
0x10a8 	 0xb0000008
0x10ac 	 0x401480
0x10b0 	 0x0
0x10b4 	 0xa1a
0x10b8 	 0xffffffff
0x10bc 	 0xfff0004
0x10c0 	 0x9
0x10c4 	 0x4014c0
0x10c8 	 0x0
0x10cc 	 0x1
0x10d0 	 0x19
0x10d4 	 0x34000008
0x10d8 	 0x389c
0x10dc 	 0x3898
0x10e0 	 0x800
0x10e4 	 0x800
0x10e8 	 0xfff000a
0x10ec 	 0x60000
0x10f0 	 0x0
0x10f4 	 0x0
0x10f8 	 0x0
0x10fc 	 0x0
0x1100 	 0x0
0x1104 	 0x0
0x1108 	 0x4
0x110c 	 0x8e3f00
0x1110 	 0x0
0x1114 	 0x10
0x1118 	 0x0
0x111c 	 0x0
0x1120 	 0x30005
0x1124 	 0x401480
0x1128 	 0x0
0x112c 	 0xa1b
0x1130 	 0x6
0x1134 	 0x0
0x1138 	 0x10000
0x113c 	 0x0
0x1140 	 0x11
0x1144 	 0x0
0x1148 	 0xc3a10000
0x114c 	 0x0
0x1150 	 0x0
0x1154 	 0x9
0x1158 	 0x4014c0
0x115c 	 0x0
0x1160 	 0x1
0x1164 	 0x14
0x1168 	 0x34000008
0x116c 	 0x389c
0x1170 	 0x3898
0x1174 	 0x800
0x1178 	 0x800
0x117c 	 0xfff000a
0x1180 	 0x10000
0x1184 	 0x0
0x1188 	 0x4
0x118c 	 0x8e4700
0x1190 	 0x0
0x1194 	 0x10
0x1198 	 0x0
0x119c 	 0x0
0x11a0 	 0x30005
0x11a4 	 0x401480
0x11a8 	 0x0
0x11ac 	 0xa1c
0x11b0 	 0x6
0x11b4 	 0x0
0x11b8 	 0x10000
0x11bc 	 0x0
0x11c0 	 0x11
0x11c4 	 0x0
0x11c8 	 0xc3a10000
0x11cc 	 0x0
0x11d0 	 0x0
0x11d4 	 0x9
0x11d8 	 0x4014c0
0x11dc 	 0x0
0x11e0 	 0x1
0x11e4 	 0x14
0x11e8 	 0x34000008
0x11ec 	 0x389c
0x11f0 	 0x3898
0x11f4 	 0x800
0x11f8 	 0x800
0x11fc 	 0xfff000a
0x1200 	 0x10000
0x1204 	 0x0
0x1208 	 0x4
0x120c 	 0x8e4b00
0x1210 	 0x0
0x1214 	 0x10
0x1218 	 0x0
0x121c 	 0x0
0x1220 	 0x30005
0x1224 	 0x401480
0x1228 	 0x0
0x122c 	 0xa1d
0x1230 	 0x6
0x1234 	 0x0
0x1238 	 0x10000
0x123c 	 0x0
0x1240 	 0x11
0x1244 	 0x0
0x1248 	 0xc3a10000
0x124c 	 0x0
0x1250 	 0x0
0x1254 	 0x9
0x1258 	 0x4014c0
0x125c 	 0x0
0x1260 	 0x1
0x1264 	 0x14
0x1268 	 0x34000008
0x126c 	 0x389c
0x1270 	 0x3898
0x1274 	 0x800
0x1278 	 0x800
0x127c 	 0xfff000a
0x1280 	 0x10000
0x1284 	 0x0
0x1288 	 0x4
0x128c 	 0x8e4300
0x1290 	 0x0
0x1294 	 0x8
0x1298 	 0x0
0x129c 	 0x0
0x12a0 	 0x30005
0x12a4 	 0x401480
0x12a8 	 0x0
0x12ac 	 0xa1e
0x12b0 	 0x6
0x12b4 	 0x0
0x12b8 	 0x10000
0x12bc 	 0x0
0x12c0 	 0x11
0x12c4 	 0x0
0x12c8 	 0xc3a10000
0x12cc 	 0x0
0x12d0 	 0x0
0x12d4 	 0x9
0x12d8 	 0x4014c0
0x12dc 	 0x0
0x12e0 	 0x1
0x12e4 	 0x6
0x12e8 	 0xb0000008
0x12ec 	 0x401480
0x12f0 	 0x0
0x12f4 	 0xa1e
0x12f8 	 0xffffffff
0x12fc 	 0xfff0004
0x1300 	 0x9
0x1304 	 0x4014c0
0x1308 	 0x0
0x130c 	 0x1
0x1310 	 0x19
0x1314 	 0x34000008
0x1318 	 0x389c
0x131c 	 0x3898
0x1320 	 0x800
0x1324 	 0x800
0x1328 	 0xfff000a
0x132c 	 0x60000
0x1330 	 0x0
0x1334 	 0x0
0x1338 	 0x0
0x133c 	 0x0
0x1340 	 0x0
0x1344 	 0x0
0x1348 	 0x4
0x134c 	 0x8e6f00
0x1350 	 0x0
0x1354 	 0x10
0x1358 	 0x0
0x135c 	 0x0
0x1360 	 0x30005
0x1364 	 0x401480
0x1368 	 0x0
0x136c 	 0xa1f
0x1370 	 0x6
0x1374 	 0x0
0x1378 	 0x10000
0x137c 	 0x0
0x1380 	 0x11
0x1384 	 0x0
0x1388 	 0xc3a10000
0x138c 	 0x0
0x1390 	 0x0
0x1394 	 0x9
0x1398 	 0x4014c0
0x139c 	 0x0
0x13a0 	 0x1
0x13a4 	 0x14
0x13a8 	 0x34000008
0x13ac 	 0x389c
0x13b0 	 0x3898
0x13b4 	 0x800
0x13b8 	 0x800
0x13bc 	 0xfff000a
0x13c0 	 0x10000
0x13c4 	 0x0
0x13c8 	 0x4
0x13cc 	 0x8e7700
0x13d0 	 0x0
0x13d4 	 0x10
0x13d8 	 0x0
0x13dc 	 0x0
0x13e0 	 0x30005
0x13e4 	 0x401480
0x13e8 	 0x0
0x13ec 	 0xa20
0x13f0 	 0x6
0x13f4 	 0x0
0x13f8 	 0x10000
0x13fc 	 0x0
0x1400 	 0x11
0x1404 	 0x0
0x1408 	 0xc3a10000
0x140c 	 0x0
0x1410 	 0x0
0x1414 	 0x9
0x1418 	 0x4014c0
0x141c 	 0x0
0x1420 	 0x1
0x1424 	 0x14
0x1428 	 0x34000008
0x142c 	 0x389c
0x1430 	 0x3898
0x1434 	 0x800
0x1438 	 0x800
0x143c 	 0xfff000a
0x1440 	 0x10000
0x1444 	 0x0
0x1448 	 0x4
0x144c 	 0x8e7b00
0x1450 	 0x0
0x1454 	 0x10
0x1458 	 0x0
0x145c 	 0x0
0x1460 	 0x30005
0x1464 	 0x401480
0x1468 	 0x0
0x146c 	 0xa21
0x1470 	 0x6
0x1474 	 0x0
0x1478 	 0x10000
0x147c 	 0x0
0x1480 	 0x11
0x1484 	 0x0
0x1488 	 0xc3a10000
0x148c 	 0x0
0x1490 	 0x0
0x1494 	 0x9
0x1498 	 0x4014c0
0x149c 	 0x0
0x14a0 	 0x1
0x14a4 	 0x14
0x14a8 	 0x34000008
0x14ac 	 0x389c
0x14b0 	 0x3898
0x14b4 	 0x800
0x14b8 	 0x800
0x14bc 	 0xfff000a
0x14c0 	 0x10000
0x14c4 	 0x0
0x14c8 	 0x4
0x14cc 	 0x8e7300
0x14d0 	 0x0
0x14d4 	 0x8
0x14d8 	 0x0
0x14dc 	 0x0
0x14e0 	 0x30005
0x14e4 	 0x401480
0x14e8 	 0x0
0x14ec 	 0xa22
0x14f0 	 0x6
0x14f4 	 0x0
0x14f8 	 0x10000
0x14fc 	 0x0
0x1500 	 0x11
0x1504 	 0x0
0x1508 	 0xc3a10000
0x150c 	 0x0
0x1510 	 0x0
0x1514 	 0x9
0x1518 	 0x4014c0
0x151c 	 0x0
0x1520 	 0x1
0x1524 	 0x6
0x1528 	 0xb0000008
0x152c 	 0x401480
0x1530 	 0x0
0x1534 	 0xa22
0x1538 	 0xffffffff
0x153c 	 0xfff0004
0x1540 	 0x9
0x1544 	 0x4014c0
0x1548 	 0x0
0x154c 	 0x1
0x1550 	 0x19
0x1554 	 0x34000008
0x1558 	 0x389c
0x155c 	 0x3898
0x1560 	 0x800
0x1564 	 0x800
0x1568 	 0xfff000a
0x156c 	 0x60000
0x1570 	 0x0
0x1574 	 0x0
0x1578 	 0x0
0x157c 	 0x0
0x1580 	 0x0
0x1584 	 0x0
0x1588 	 0x4
0x158c 	 0x8e9f00
0x1590 	 0x0
0x1594 	 0x10
0x1598 	 0x0
0x159c 	 0x0
0x15a0 	 0x30005
0x15a4 	 0x401480
0x15a8 	 0x0
0x15ac 	 0xa23
0x15b0 	 0x6
0x15b4 	 0x0
0x15b8 	 0x10000
0x15bc 	 0x0
0x15c0 	 0x11
0x15c4 	 0x0
0x15c8 	 0xc3a10000
0x15cc 	 0x0
0x15d0 	 0x0
0x15d4 	 0x9
0x15d8 	 0x4014c0
0x15dc 	 0x0
0x15e0 	 0x1
0x15e4 	 0x14
0x15e8 	 0x34000008
0x15ec 	 0x389c
0x15f0 	 0x3898
0x15f4 	 0x800
0x15f8 	 0x800
0x15fc 	 0xfff000a
0x1600 	 0x10000
0x1604 	 0x0
0x1608 	 0x4
0x160c 	 0x8ea700
0x1610 	 0x0
0x1614 	 0x10
0x1618 	 0x0
0x161c 	 0x0
0x1620 	 0x30005
0x1624 	 0x401480
0x1628 	 0x0
0x162c 	 0xa24
0x1630 	 0x6
0x1634 	 0x0
0x1638 	 0x10000
0x163c 	 0x0
0x1640 	 0x11
0x1644 	 0x0
0x1648 	 0xc3a10000
0x164c 	 0x0
0x1650 	 0x0
0x1654 	 0x9
0x1658 	 0x4014c0
0x165c 	 0x0
0x1660 	 0x1
0x1664 	 0x14
0x1668 	 0x34000008
0x166c 	 0x389c
0x1670 	 0x3898
0x1674 	 0x800
0x1678 	 0x800
0x167c 	 0xfff000a
0x1680 	 0x10000
0x1684 	 0x0
0x1688 	 0x4
0x168c 	 0x8eab00
0x1690 	 0x0
0x1694 	 0x10
0x1698 	 0x0
0x169c 	 0x0
0x16a0 	 0x30005
0x16a4 	 0x401480
0x16a8 	 0x0
0x16ac 	 0xa25
0x16b0 	 0x6
0x16b4 	 0x0
0x16b8 	 0x10000
0x16bc 	 0x0
0x16c0 	 0x11
0x16c4 	 0x0
0x16c8 	 0xc3a10000
0x16cc 	 0x0
0x16d0 	 0x0
0x16d4 	 0x9
0x16d8 	 0x4014c0
0x16dc 	 0x0
0x16e0 	 0x1
0x16e4 	 0x14
0x16e8 	 0x34000008
0x16ec 	 0x389c
0x16f0 	 0x3898
0x16f4 	 0x800
0x16f8 	 0x800
0x16fc 	 0xfff000a
0x1700 	 0x10000
0x1704 	 0x0
0x1708 	 0x4
0x170c 	 0x8ea300
0x1710 	 0x0
0x1714 	 0x8
0x1718 	 0x0
0x171c 	 0x0
0x1720 	 0x30005
0x1724 	 0x401480
0x1728 	 0x0
0x172c 	 0xa26
0x1730 	 0x6
0x1734 	 0x0
0x1738 	 0x10000
0x173c 	 0x0
0x1740 	 0x11
0x1744 	 0x0
0x1748 	 0xc3a10000
0x174c 	 0x0
0x1750 	 0x0
0x1754 	 0x9
0x1758 	 0x4014c0
0x175c 	 0x0
0x1760 	 0x1
0x1764 	 0x6
0x1768 	 0xb0000008
0x176c 	 0x401480
0x1770 	 0x0
0x1774 	 0xa26
0x1778 	 0xffffffff
0x177c 	 0xfff0004
0x1780 	 0x9
0x1784 	 0x4014c0
0x1788 	 0x0
0x178c 	 0x1
0x1790 	 0x19
0x1794 	 0x34000008
0x1798 	 0x389c
0x179c 	 0x3898
0x17a0 	 0x800
0x17a4 	 0x800
0x17a8 	 0xfff000a
0x17ac 	 0x60000
0x17b0 	 0x0
0x17b4 	 0x0
0x17b8 	 0x0
0x17bc 	 0x0
0x17c0 	 0x0
0x17c4 	 0x0
0x17c8 	 0x4
0x17cc 	 0x8ecf00
0x17d0 	 0x0
0x17d4 	 0x10
0x17d8 	 0x0
0x17dc 	 0x0
0x17e0 	 0x30005
0x17e4 	 0x401480
0x17e8 	 0x0
0x17ec 	 0xa27
0x17f0 	 0x6
0x17f4 	 0x0
0x17f8 	 0x10000
0x17fc 	 0x0
0x1800 	 0x11
0x1804 	 0x0
0x1808 	 0xc3a10000
0x180c 	 0x0
0x1810 	 0x0
0x1814 	 0x9
0x1818 	 0x4014c0
0x181c 	 0x0
0x1820 	 0x1
0x1824 	 0x14
0x1828 	 0x34000008
0x182c 	 0x389c
0x1830 	 0x3898
0x1834 	 0x800
0x1838 	 0x800
0x183c 	 0xfff000a
0x1840 	 0x10000
0x1844 	 0x0
0x1848 	 0x4
0x184c 	 0x8ed700
0x1850 	 0x0
0x1854 	 0x10
0x1858 	 0x0
0x185c 	 0x0
0x1860 	 0x30005
0x1864 	 0x401480
0x1868 	 0x0
0x186c 	 0xa28
0x1870 	 0x6
0x1874 	 0x0
0x1878 	 0x10000
0x187c 	 0x0
0x1880 	 0x11
0x1884 	 0x0
0x1888 	 0xc3a10000
0x188c 	 0x0
0x1890 	 0x0
0x1894 	 0x9
0x1898 	 0x4014c0
0x189c 	 0x0
0x18a0 	 0x1
0x18a4 	 0x14
0x18a8 	 0x34000008
0x18ac 	 0x389c
0x18b0 	 0x3898
0x18b4 	 0x800
0x18b8 	 0x800
0x18bc 	 0xfff000a
0x18c0 	 0x10000
0x18c4 	 0x0
0x18c8 	 0x4
0x18cc 	 0x8edb00
0x18d0 	 0x0
0x18d4 	 0x10
0x18d8 	 0x0
0x18dc 	 0x0
0x18e0 	 0x30005
0x18e4 	 0x401480
0x18e8 	 0x0
0x18ec 	 0xa29
0x18f0 	 0x6
0x18f4 	 0x0
0x18f8 	 0x10000
0x18fc 	 0x0
0x1900 	 0x11
0x1904 	 0x0
0x1908 	 0xc3a10000
0x190c 	 0x0
0x1910 	 0x0
0x1914 	 0x9
0x1918 	 0x4014c0
0x191c 	 0x0
0x1920 	 0x1
0x1924 	 0x14
0x1928 	 0x34000008
0x192c 	 0x389c
0x1930 	 0x3898
0x1934 	 0x800
0x1938 	 0x800
0x193c 	 0xfff000a
0x1940 	 0x10000
0x1944 	 0x0
0x1948 	 0x4
0x194c 	 0x8ed300
0x1950 	 0x0
0x1954 	 0x8
0x1958 	 0x0
0x195c 	 0x0
0x1960 	 0x30005
0x1964 	 0x401480
0x1968 	 0x0
0x196c 	 0xa2a
0x1970 	 0x6
0x1974 	 0x0
0x1978 	 0x10000
0x197c 	 0x0
0x1980 	 0x11
0x1984 	 0x0
0x1988 	 0xc3a10000
0x198c 	 0x0
0x1990 	 0x0
0x1994 	 0x9
0x1998 	 0x4014c0
0x199c 	 0x0
0x19a0 	 0x1
0x19a4 	 0x6
0x19a8 	 0xb0000008
0x19ac 	 0x401480
0x19b0 	 0x0
0x19b4 	 0xa2a
0x19b8 	 0xffffffff
0x19bc 	 0xfff0004
0x19c0 	 0x9
0x19c4 	 0x4014c0
0x19c8 	 0x0
0x19cc 	 0x1
0x19d0 	 0x19
0x19d4 	 0x34000008
0x19d8 	 0x389c
0x19dc 	 0x3898
0x19e0 	 0x800
0x19e4 	 0x800
0x19e8 	 0xfff000a
0x19ec 	 0x60000
0x19f0 	 0x0
0x19f4 	 0x0
0x19f8 	 0x0
0x19fc 	 0x0
0x1a00 	 0x0
0x1a04 	 0x0
0x1a08 	 0x4
0x1a0c 	 0x8eff00
0x1a10 	 0x0
0x1a14 	 0x10
0x1a18 	 0x0
0x1a1c 	 0x0
0x1a20 	 0x30005
0x1a24 	 0x401480
0x1a28 	 0x0
0x1a2c 	 0xa2b
0x1a30 	 0x6
0x1a34 	 0x0
0x1a38 	 0x10000
0x1a3c 	 0x0
0x1a40 	 0x11
0x1a44 	 0x0
0x1a48 	 0xc3a10000
0x1a4c 	 0x0
0x1a50 	 0x0
0x1a54 	 0x9
0x1a58 	 0x4014c0
0x1a5c 	 0x0
0x1a60 	 0x1
0x1a64 	 0x14
0x1a68 	 0x34000008
0x1a6c 	 0x389c
0x1a70 	 0x3898
0x1a74 	 0x800
0x1a78 	 0x800
0x1a7c 	 0xfff000a
0x1a80 	 0x10000
0x1a84 	 0x0
0x1a88 	 0x4
0x1a8c 	 0x8f0700
0x1a90 	 0x0
0x1a94 	 0x10
0x1a98 	 0x0
0x1a9c 	 0x0
0x1aa0 	 0x30005
0x1aa4 	 0x401480
0x1aa8 	 0x0
0x1aac 	 0xa2c
0x1ab0 	 0x6
0x1ab4 	 0x0
0x1ab8 	 0x10000
0x1abc 	 0x0
0x1ac0 	 0x11
0x1ac4 	 0x0
0x1ac8 	 0xc3a10000
0x1acc 	 0x0
0x1ad0 	 0x0
0x1ad4 	 0x9
0x1ad8 	 0x4014c0
0x1adc 	 0x0
0x1ae0 	 0x1
0x1ae4 	 0x14
0x1ae8 	 0x34000008
0x1aec 	 0x389c
0x1af0 	 0x3898
0x1af4 	 0x800
0x1af8 	 0x800
0x1afc 	 0xfff000a
0x1b00 	 0x10000
0x1b04 	 0x0
0x1b08 	 0x4
0x1b0c 	 0x8f0b00
0x1b10 	 0x0
0x1b14 	 0x10
0x1b18 	 0x0
0x1b1c 	 0x0
0x1b20 	 0x30005
0x1b24 	 0x401480
0x1b28 	 0x0
0x1b2c 	 0xa2d
0x1b30 	 0x6
0x1b34 	 0x0
0x1b38 	 0x10000
0x1b3c 	 0x0
0x1b40 	 0x11
0x1b44 	 0x0
0x1b48 	 0xc3a10000
0x1b4c 	 0x0
0x1b50 	 0x0
0x1b54 	 0x9
0x1b58 	 0x4014c0
0x1b5c 	 0x0
0x1b60 	 0x1
0x1b64 	 0x14
0x1b68 	 0x34000008
0x1b6c 	 0x389c
0x1b70 	 0x3898
0x1b74 	 0x800
0x1b78 	 0x800
0x1b7c 	 0xfff000a
0x1b80 	 0x10000
0x1b84 	 0x0
0x1b88 	 0x4
0x1b8c 	 0x8f0300
0x1b90 	 0x0
0x1b94 	 0x8
0x1b98 	 0x0
0x1b9c 	 0x0
0x1ba0 	 0x30005
0x1ba4 	 0x401480
0x1ba8 	 0x0
0x1bac 	 0xa2e
0x1bb0 	 0x6
0x1bb4 	 0x0
0x1bb8 	 0x10000
0x1bbc 	 0x0
0x1bc0 	 0x11
0x1bc4 	 0x0
0x1bc8 	 0xc3a10000
0x1bcc 	 0x0
0x1bd0 	 0x0
0x1bd4 	 0x9
0x1bd8 	 0x4014c0
0x1bdc 	 0x0
0x1be0 	 0x1
0x1be4 	 0x6
0x1be8 	 0xb0000008
0x1bec 	 0x401480
0x1bf0 	 0x0
0x1bf4 	 0xa2e
0x1bf8 	 0xffffffff
0x1bfc 	 0xfff0004
0x1c00 	 0x9
0x1c04 	 0x4014c0
0x1c08 	 0x0
0x1c0c 	 0x1
0x1c10 	 0x19
0x1c14 	 0x34000008
0x1c18 	 0x389c
0x1c1c 	 0x3898
0x1c20 	 0x800
0x1c24 	 0x800
0x1c28 	 0xfff000a
0x1c2c 	 0x60000
0x1c30 	 0x0
0x1c34 	 0x0
0x1c38 	 0x0
0x1c3c 	 0x0
0x1c40 	 0x0
0x1c44 	 0x0
0x1c48 	 0x4
0x1c4c 	 0x8f2f00
0x1c50 	 0x0
0x1c54 	 0x10
0x1c58 	 0x0
0x1c5c 	 0x0
0x1c60 	 0x30005
0x1c64 	 0x401480
0x1c68 	 0x0
0x1c6c 	 0xa2f
0x1c70 	 0x6
0x1c74 	 0x0
0x1c78 	 0x10000
0x1c7c 	 0x0
0x1c80 	 0x11
0x1c84 	 0x0
0x1c88 	 0xc3a10000
0x1c8c 	 0x0
0x1c90 	 0x0
0x1c94 	 0x9
0x1c98 	 0x4014c0
0x1c9c 	 0x0
0x1ca0 	 0x1
0x1ca4 	 0x14
0x1ca8 	 0x34000008
0x1cac 	 0x389c
0x1cb0 	 0x3898
0x1cb4 	 0x800
0x1cb8 	 0x800
0x1cbc 	 0xfff000a
0x1cc0 	 0x10000
0x1cc4 	 0x0
0x1cc8 	 0x4
0x1ccc 	 0x8f3700
0x1cd0 	 0x0
0x1cd4 	 0x10
0x1cd8 	 0x0
0x1cdc 	 0x0
0x1ce0 	 0x30005
0x1ce4 	 0x401480
0x1ce8 	 0x0
0x1cec 	 0xa30
0x1cf0 	 0x6
0x1cf4 	 0x0
0x1cf8 	 0x10000
0x1cfc 	 0x0
0x1d00 	 0x11
0x1d04 	 0x0
0x1d08 	 0xc3a10000
0x1d0c 	 0x0
0x1d10 	 0x0
0x1d14 	 0x9
0x1d18 	 0x4014c0
0x1d1c 	 0x0
0x1d20 	 0x1
0x1d24 	 0x14
0x1d28 	 0x34000008
0x1d2c 	 0x389c
0x1d30 	 0x3898
0x1d34 	 0x800
0x1d38 	 0x800
0x1d3c 	 0xfff000a
0x1d40 	 0x10000
0x1d44 	 0x0
0x1d48 	 0x4
0x1d4c 	 0x8f3b00
0x1d50 	 0x0
0x1d54 	 0x10
0x1d58 	 0x0
0x1d5c 	 0x0
0x1d60 	 0x30005
0x1d64 	 0x401480
0x1d68 	 0x0
0x1d6c 	 0xa31
0x1d70 	 0x6
0x1d74 	 0x0
0x1d78 	 0x10000
0x1d7c 	 0x0
0x1d80 	 0x11
0x1d84 	 0x0
0x1d88 	 0xc3a10000
0x1d8c 	 0x0
0x1d90 	 0x0
0x1d94 	 0x9
0x1d98 	 0x4014c0
0x1d9c 	 0x0
0x1da0 	 0x1
0x1da4 	 0x14
0x1da8 	 0x34000008
0x1dac 	 0x389c
0x1db0 	 0x3898
0x1db4 	 0x800
0x1db8 	 0x800
0x1dbc 	 0xfff000a
0x1dc0 	 0x10000
0x1dc4 	 0x0
0x1dc8 	 0x4
0x1dcc 	 0x8f3300
0x1dd0 	 0x0
0x1dd4 	 0x8
0x1dd8 	 0x0
0x1ddc 	 0x0
0x1de0 	 0x30005
0x1de4 	 0x401480
0x1de8 	 0x0
0x1dec 	 0xa32
0x1df0 	 0x6
0x1df4 	 0x0
0x1df8 	 0x10000
0x1dfc 	 0x0
0x1e00 	 0x11
0x1e04 	 0x0
0x1e08 	 0xc3a10000
0x1e0c 	 0x0
0x1e10 	 0x0
0x1e14 	 0x9
0x1e18 	 0x4014c0
0x1e1c 	 0x0
0x1e20 	 0x1
0x1e24 	 0x6
0x1e28 	 0xb0000008
0x1e2c 	 0x401480
0x1e30 	 0x0
0x1e34 	 0xa32
0x1e38 	 0xffffffff
0x1e3c 	 0xfff0004
0x1e40 	 0x9
0x1e44 	 0x4014c0
0x1e48 	 0x0
0x1e4c 	 0x1
0x1e50 	 0x19
0x1e54 	 0x34000008
0x1e58 	 0x389c
0x1e5c 	 0x3898
0x1e60 	 0x800
0x1e64 	 0x800
0x1e68 	 0xfff000a
0x1e6c 	 0x60000
0x1e70 	 0x0
0x1e74 	 0x0
0x1e78 	 0x0
0x1e7c 	 0x0
0x1e80 	 0x0
0x1e84 	 0x0
0x1e88 	 0x4
0x1e8c 	 0x8f5f00
0x1e90 	 0x0
0x1e94 	 0x10
0x1e98 	 0x0
0x1e9c 	 0x0
0x1ea0 	 0x30005
0x1ea4 	 0x401480
0x1ea8 	 0x0
0x1eac 	 0xa33
0x1eb0 	 0x6
0x1eb4 	 0x0
0x1eb8 	 0x10000
0x1ebc 	 0x0
0x1ec0 	 0x11
0x1ec4 	 0x0
0x1ec8 	 0xc3a10000
0x1ecc 	 0x0
0x1ed0 	 0x0
0x1ed4 	 0x9
0x1ed8 	 0x4014c0
0x1edc 	 0x0
0x1ee0 	 0x1
0x1ee4 	 0x14
0x1ee8 	 0x34000008
0x1eec 	 0x389c
0x1ef0 	 0x3898
0x1ef4 	 0x800
0x1ef8 	 0x800
0x1efc 	 0xfff000a
0x1f00 	 0x10000
0x1f04 	 0x0
0x1f08 	 0x4
0x1f0c 	 0x8f6700
0x1f10 	 0x0
0x1f14 	 0x10
0x1f18 	 0x0
0x1f1c 	 0x0
0x1f20 	 0x30005
0x1f24 	 0x401480
0x1f28 	 0x0
0x1f2c 	 0xa34
0x1f30 	 0x6
0x1f34 	 0x0
0x1f38 	 0x10000
0x1f3c 	 0x0
0x1f40 	 0x11
0x1f44 	 0x0
0x1f48 	 0xc3a10000
0x1f4c 	 0x0
0x1f50 	 0x0
0x1f54 	 0x9
0x1f58 	 0x4014c0
0x1f5c 	 0x0
0x1f60 	 0x1
0x1f64 	 0x14
0x1f68 	 0x34000008
0x1f6c 	 0x389c
0x1f70 	 0x3898
0x1f74 	 0x800
0x1f78 	 0x800
0x1f7c 	 0xfff000a
0x1f80 	 0x10000
0x1f84 	 0x0
0x1f88 	 0x4
0x1f8c 	 0x8f6b00
0x1f90 	 0x0
0x1f94 	 0x10
0x1f98 	 0x0
0x1f9c 	 0x0
0x1fa0 	 0x30005
0x1fa4 	 0x401480
0x1fa8 	 0x0
0x1fac 	 0xa35
0x1fb0 	 0x6
0x1fb4 	 0x0
0x1fb8 	 0x10000
0x1fbc 	 0x0
0x1fc0 	 0x11
0x1fc4 	 0x0
0x1fc8 	 0xc3a10000
0x1fcc 	 0x0
0x1fd0 	 0x0
0x1fd4 	 0x9
0x1fd8 	 0x4014c0
0x1fdc 	 0x0
0x1fe0 	 0x1
0x1fe4 	 0x14
0x1fe8 	 0x34000008
0x1fec 	 0x389c
0x1ff0 	 0x3898
0x1ff4 	 0x800
0x1ff8 	 0x800
0x1ffc 	 0xfff000a
ring name: vcn_unified_0
Rptr: 0xffffffff Wptr: 0x280 RB mask: 3ff
Ring size in dwords: 1024
Ring contents
Offset 	 Value
0x0 	 0xb
0x4 	 0x7f000
0x8 	 0x0
0xc 	 0x2
0x10 	 0xf
0x14 	 0x156000
0x18 	 0xffff8001
0x1c 	 0x6b
0x20 	 0x3
0x24 	 0x401520
0x28 	 0x0
0x2c 	 0x126
0x30 	 0x4
0x34 	 0x1
0x38 	 0x0
0x3c 	 0x0
0x40 	 0x0
0x44 	 0x0
0x48 	 0x0
0x4c 	 0x0
0x50 	 0x0
0x54 	 0x0
0x58 	 0x0
0x5c 	 0x0
0x60 	 0x0
0x64 	 0x0
0x68 	 0x0
0x6c 	 0x0
0x70 	 0x0
0x74 	 0x0
0x78 	 0x0
0x7c 	 0x0
0x80 	 0x0
0x84 	 0x0
0x88 	 0x0
0x8c 	 0x0
0x90 	 0x0
0x94 	 0x0
0x98 	 0x0
0x9c 	 0x0
0xa0 	 0x0
0xa4 	 0x0
0xa8 	 0x0
0xac 	 0x0
0xb0 	 0x0
0xb4 	 0x0
0xb8 	 0x0
0xbc 	 0x0
0xc0 	 0x0
0xc4 	 0x0
0xc8 	 0x0
0xcc 	 0x0
0xd0 	 0x0
0xd4 	 0x0
0xd8 	 0x0
0xdc 	 0x0
0xe0 	 0x0
0xe4 	 0x0
0xe8 	 0x0
0xec 	 0x0
0xf0 	 0x0
0xf4 	 0x0
0xf8 	 0x0
0xfc 	 0x0
0x100 	 0xc
0x104 	 0x695d4
0x108 	 0x1
0x10c 	 0x1
0x110 	 0xb
0x114 	 0x697b4
0x118 	 0xf7d78001
0x11c 	 0xb
0x120 	 0x697b8
0x124 	 0x3
0x128 	 0xb
0x12c 	 0x6961c
0x130 	 0xf88000
0x134 	 0xc
0x138 	 0x69664
0x13c 	 0x8000
0x140 	 0x8000
0x144 	 0xb
0x148 	 0x695d4
0x14c 	 0x0
0x150 	 0xc
0x154 	 0x697b4
0x158 	 0xffffffff
0x15c 	 0xf7d78001
0x160 	 0x3
0x164 	 0x401520
0x168 	 0x0
0x16c 	 0x127
0x170 	 0x4
0x174 	 0xb
0x178 	 0x7f000
0x17c 	 0x0
0x180 	 0x2
0x184 	 0xf
0x188 	 0x16a000
0x18c 	 0xffff8001
0x190 	 0x6b
0x194 	 0x3
0x198 	 0x401520
0x19c 	 0x0
0x1a0 	 0x128
0x1a4 	 0x4
0x1a8 	 0x1
0x1ac 	 0x0
0x1b0 	 0x0
0x1b4 	 0x0
0x1b8 	 0x0
0x1bc 	 0x0
0x1c0 	 0x0
0x1c4 	 0x0
0x1c8 	 0x0
0x1cc 	 0x0
0x1d0 	 0x0
0x1d4 	 0x0
0x1d8 	 0x0
0x1dc 	 0x0
0x1e0 	 0x0
0x1e4 	 0x0
0x1e8 	 0x0
0x1ec 	 0x0
0x1f0 	 0x0
0x1f4 	 0x0
0x1f8 	 0x0
0x1fc 	 0x0
0x200 	 0xc
0x204 	 0x695d4
0x208 	 0x1
0x20c 	 0x1
0x210 	 0xb
0x214 	 0x697b4
0x218 	 0xf7d78001
0x21c 	 0xb
0x220 	 0x697b8
0x224 	 0x3
0x228 	 0xb
0x22c 	 0x6961c
0x230 	 0xf88000
0x234 	 0xc
0x238 	 0x69664
0x23c 	 0x8000
0x240 	 0x8000
0x244 	 0xb
0x248 	 0x695d4
0x24c 	 0x0
0x250 	 0xc
0x254 	 0x697b4
0x258 	 0xffffffff
0x25c 	 0xf7d78001
0x260 	 0x3
0x264 	 0x401520
0x268 	 0x0
0x26c 	 0x129
0x270 	 0x4
0x274 	 0xb
0x278 	 0x7f000
0x27c 	 0x0
0x280 	 0x2
0x284 	 0xf
0x288 	 0x17e000
0x28c 	 0xffff8001
0x290 	 0x6b
0x294 	 0x3
0x298 	 0x401520
0x29c 	 0x0
0x2a0 	 0x12a
0x2a4 	 0x4
0x2a8 	 0x1
0x2ac 	 0x0
0x2b0 	 0x0
0x2b4 	 0x0
0x2b8 	 0x0
0x2bc 	 0x0
0x2c0 	 0x0
0x2c4 	 0x0
0x2c8 	 0x0
0x2cc 	 0x0
0x2d0 	 0x0
0x2d4 	 0x0
0x2d8 	 0x0
0x2dc 	 0x0
0x2e0 	 0x0
0x2e4 	 0x0
0x2e8 	 0x0
0x2ec 	 0x0
0x2f0 	 0x0
0x2f4 	 0x0
0x2f8 	 0x0
0x2fc 	 0x0
0x300 	 0xb
0x304 	 0x7f000
0x308 	 0x0
0x30c 	 0x2
0x310 	 0xf
0x314 	 0x142000
0x318 	 0xffff8001
0x31c 	 0x3b
0x320 	 0x3
0x324 	 0x401520
0x328 	 0x0
0x32c 	 0x12b
0x330 	 0x4
0x334 	 0x1
0x338 	 0x0
0x33c 	 0x0
0x340 	 0x0
0x344 	 0x0
0x348 	 0x0
0x34c 	 0x0
0x350 	 0x0
0x354 	 0x0
0x358 	 0x0
0x35c 	 0x0
0x360 	 0x0
0x364 	 0x0
0x368 	 0x0
0x36c 	 0x0
0x370 	 0x0
0x374 	 0x0
0x378 	 0x0
0x37c 	 0x0
0x380 	 0x0
0x384 	 0x0
0x388 	 0x0
0x38c 	 0x0
0x390 	 0x0
0x394 	 0x0
0x398 	 0x0
0x39c 	 0x0
0x3a0 	 0x0
0x3a4 	 0x0
0x3a8 	 0x0
0x3ac 	 0x0
0x3b0 	 0x0
0x3b4 	 0x0
0x3b8 	 0x0
0x3bc 	 0x0
0x3c0 	 0x0
0x3c4 	 0x0
0x3c8 	 0x0
0x3cc 	 0x0
0x3d0 	 0x0
0x3d4 	 0x0
0x3d8 	 0x0
0x3dc 	 0x0
0x3e0 	 0x0
0x3e4 	 0x0
0x3e8 	 0x0
0x3ec 	 0x0
0x3f0 	 0x0
0x3f4 	 0x0
0x3f8 	 0x0
0x3fc 	 0x0
0x400 	 0xb
0x404 	 0x7f000
0x408 	 0x0
0x40c 	 0x2
0x410 	 0xf
0x414 	 0x156000
0x418 	 0xffff8001
0x41c 	 0x4b
0x420 	 0x3
0x424 	 0x401520
0x428 	 0x0
0x42c 	 0x12c
0x430 	 0x4
0x434 	 0x1
0x438 	 0x0
0x43c 	 0x0
0x440 	 0x0
0x444 	 0x0
0x448 	 0x0
0x44c 	 0x0
0x450 	 0x0
0x454 	 0x0
0x458 	 0x0
0x45c 	 0x0
0x460 	 0x0
0x464 	 0x0
0x468 	 0x0
0x46c 	 0x0
0x470 	 0x0
0x474 	 0x0
0x478 	 0x0
0x47c 	 0x0
0x480 	 0x0
0x484 	 0x0
0x488 	 0x0
0x48c 	 0x0
0x490 	 0x0
0x494 	 0x0
0x498 	 0x0
0x49c 	 0x0
0x4a0 	 0x0
0x4a4 	 0x0
0x4a8 	 0x0
0x4ac 	 0x0
0x4b0 	 0x0
0x4b4 	 0x0
0x4b8 	 0x0
0x4bc 	 0x0
0x4c0 	 0x0
0x4c4 	 0x0
0x4c8 	 0x0
0x4cc 	 0x0
0x4d0 	 0x0
0x4d4 	 0x0
0x4d8 	 0x0
0x4dc 	 0x0
0x4e0 	 0x0
0x4e4 	 0x0
0x4e8 	 0x0
0x4ec 	 0x0
0x4f0 	 0x0
0x4f4 	 0x0
0x4f8 	 0x0
0x4fc 	 0x0
0x500 	 0xb
0x504 	 0x7f000
0x508 	 0x0
0x50c 	 0x2
0x510 	 0xf
0x514 	 0x16a000
0x518 	 0xffff8001
0x51c 	 0x5b
0x520 	 0x3
0x524 	 0x401520
0x528 	 0x0
0x52c 	 0x12d
0x530 	 0x4
0x534 	 0x1
0x538 	 0x0
0x53c 	 0x0
0x540 	 0x0
0x544 	 0x0
0x548 	 0x0
0x54c 	 0x0
0x550 	 0x0
0x554 	 0x0
0x558 	 0x0
0x55c 	 0x0
0x560 	 0x0
0x564 	 0x0
0x568 	 0x0
0x56c 	 0x0
0x570 	 0x0
0x574 	 0x0
0x578 	 0x0
0x57c 	 0x0
0x580 	 0x0
0x584 	 0x0
0x588 	 0x0
0x58c 	 0x0
0x590 	 0x0
0x594 	 0x0
0x598 	 0x0
0x59c 	 0x0
0x5a0 	 0x0
0x5a4 	 0x0
0x5a8 	 0x0
0x5ac 	 0x0
0x5b0 	 0x0
0x5b4 	 0x0
0x5b8 	 0x0
0x5bc 	 0x0
0x5c0 	 0x0
0x5c4 	 0x0
0x5c8 	 0x0
0x5cc 	 0x0
0x5d0 	 0x0
0x5d4 	 0x0
0x5d8 	 0x0
0x5dc 	 0x0
0x5e0 	 0x0
0x5e4 	 0x0
0x5e8 	 0x0
0x5ec 	 0x0
0x5f0 	 0x0
0x5f4 	 0x0
0x5f8 	 0x0
0x5fc 	 0x0
0x600 	 0xb
0x604 	 0x7f000
0x608 	 0x0
0x60c 	 0x2
0x610 	 0xf
0x614 	 0x17e000
0x618 	 0xffff8001
0x61c 	 0x5b
0x620 	 0x3
0x624 	 0x401520
0x628 	 0x0
0x62c 	 0x12e
0x630 	 0x4
0x634 	 0x1
0x638 	 0x0
0x63c 	 0x0
0x640 	 0x0
0x644 	 0x0
0x648 	 0x0
0x64c 	 0x0
0x650 	 0x0
0x654 	 0x0
0x658 	 0x0
0x65c 	 0x0
0x660 	 0x0
0x664 	 0x0
0x668 	 0x0
0x66c 	 0x0
0x670 	 0x0
0x674 	 0x0
0x678 	 0x0
0x67c 	 0x0
0x680 	 0x0
0x684 	 0x0
0x688 	 0x0
0x68c 	 0x0
0x690 	 0x0
0x694 	 0x0
0x698 	 0x0
0x69c 	 0x0
0x6a0 	 0x0
0x6a4 	 0x0
0x6a8 	 0x0
0x6ac 	 0x0
0x6b0 	 0x0
0x6b4 	 0x0
0x6b8 	 0x0
0x6bc 	 0x0
0x6c0 	 0x0
0x6c4 	 0x0
0x6c8 	 0x0
0x6cc 	 0x0
0x6d0 	 0x0
0x6d4 	 0x0
0x6d8 	 0x0
0x6dc 	 0x0
0x6e0 	 0x0
0x6e4 	 0x0
0x6e8 	 0x0
0x6ec 	 0x0
0x6f0 	 0x0
0x6f4 	 0x0
0x6f8 	 0x0
0x6fc 	 0x0
0x700 	 0xb
0x704 	 0x7f000
0x708 	 0x0
0x70c 	 0x2
0x710 	 0xf
0x714 	 0x142000
0x718 	 0xffff8001
0x71c 	 0x5b
0x720 	 0x3
0x724 	 0x401520
0x728 	 0x0
0x72c 	 0x12f
0x730 	 0x4
0x734 	 0x1
0x738 	 0x0
0x73c 	 0x0
0x740 	 0x0
0x744 	 0x0
0x748 	 0x0
0x74c 	 0x0
0x750 	 0x0
0x754 	 0x0
0x758 	 0x0
0x75c 	 0x0
0x760 	 0x0
0x764 	 0x0
0x768 	 0x0
0x76c 	 0x0
0x770 	 0x0
0x774 	 0x0
0x778 	 0x0
0x77c 	 0x0
0x780 	 0x0
0x784 	 0x0
0x788 	 0x0
0x78c 	 0x0
0x790 	 0x0
0x794 	 0x0
0x798 	 0x0
0x79c 	 0x0
0x7a0 	 0x0
0x7a4 	 0x0
0x7a8 	 0x0
0x7ac 	 0x0
0x7b0 	 0x0
0x7b4 	 0x0
0x7b8 	 0x0
0x7bc 	 0x0
0x7c0 	 0x0
0x7c4 	 0x0
0x7c8 	 0x0
0x7cc 	 0x0
0x7d0 	 0x0
0x7d4 	 0x0
0x7d8 	 0x0
0x7dc 	 0x0
0x7e0 	 0x0
0x7e4 	 0x0
0x7e8 	 0x0
0x7ec 	 0x0
0x7f0 	 0x0
0x7f4 	 0x0
0x7f8 	 0x0
0x7fc 	 0x0
0x800 	 0xb
0x804 	 0x7f000
0x808 	 0x0
0x80c 	 0x2
0x810 	 0xf
0x814 	 0x156000
0x818 	 0xffff8001
0x81c 	 0x5b
0x820 	 0x3
0x824 	 0x401520
0x828 	 0x0
0x82c 	 0x130
0x830 	 0x4
0x834 	 0x1
0x838 	 0x0
0x83c 	 0x0
0x840 	 0x0
0x844 	 0x0
0x848 	 0x0
0x84c 	 0x0
0x850 	 0x0
0x854 	 0x0
0x858 	 0x0
0x85c 	 0x0
0x860 	 0x0
0x864 	 0x0
0x868 	 0x0
0x86c 	 0x0
0x870 	 0x0
0x874 	 0x0
0x878 	 0x0
0x87c 	 0x0
0x880 	 0x0
0x884 	 0x0
0x888 	 0x0
0x88c 	 0x0
0x890 	 0x0
0x894 	 0x0
0x898 	 0x0
0x89c 	 0x0
0x8a0 	 0x0
0x8a4 	 0x0
0x8a8 	 0x0
0x8ac 	 0x0
0x8b0 	 0x0
0x8b4 	 0x0
0x8b8 	 0x0
0x8bc 	 0x0
0x8c0 	 0x0
0x8c4 	 0x0
0x8c8 	 0x0
0x8cc 	 0x0
0x8d0 	 0x0
0x8d4 	 0x0
0x8d8 	 0x0
0x8dc 	 0x0
0x8e0 	 0x0
0x8e4 	 0x0
0x8e8 	 0x0
0x8ec 	 0x0
0x8f0 	 0x0
0x8f4 	 0x0
0x8f8 	 0x0
0x8fc 	 0x0
0x900 	 0xb
0x904 	 0x7f000
0x908 	 0x0
0x90c 	 0x2
0x910 	 0xf
0x914 	 0x16a000
0x918 	 0xffff8001
0x91c 	 0x6b
0x920 	 0x3
0x924 	 0x401520
0x928 	 0x0
0x92c 	 0x131
0x930 	 0x4
0x934 	 0x1
0x938 	 0x0
0x93c 	 0x0
0x940 	 0x0
0x944 	 0x0
0x948 	 0x0
0x94c 	 0x0
0x950 	 0x0
0x954 	 0x0
0x958 	 0x0
0x95c 	 0x0
0x960 	 0x0
0x964 	 0x0
0x968 	 0x0
0x96c 	 0x0
0x970 	 0x0
0x974 	 0x0
0x978 	 0x0
0x97c 	 0x0
0x980 	 0x0
0x984 	 0x0
0x988 	 0x0
0x98c 	 0x0
0x990 	 0x0
0x994 	 0x0
0x998 	 0x0
0x99c 	 0x0
0x9a0 	 0x0
0x9a4 	 0x0
0x9a8 	 0x0
0x9ac 	 0x0
0x9b0 	 0x0
0x9b4 	 0x0
0x9b8 	 0x0
0x9bc 	 0x0
0x9c0 	 0x0
0x9c4 	 0x0
0x9c8 	 0x0
0x9cc 	 0x0
0x9d0 	 0x0
0x9d4 	 0x0
0x9d8 	 0x0
0x9dc 	 0x0
0x9e0 	 0x0
0x9e4 	 0x0
0x9e8 	 0x0
0x9ec 	 0x0
0x9f0 	 0x0
0x9f4 	 0x0
0x9f8 	 0x0
0x9fc 	 0x0
0xa00 	 0xc
0xa04 	 0x695d4
0xa08 	 0x1
0xa0c 	 0x1
0xa10 	 0xb
0xa14 	 0x697b4
0xa18 	 0xf7d78001
0xa1c 	 0xb
0xa20 	 0x697b8
0xa24 	 0x3
0xa28 	 0xb
0xa2c 	 0x6961c
0xa30 	 0xf88000
0xa34 	 0xc
0xa38 	 0x69664
0xa3c 	 0x8000
0xa40 	 0x8000
0xa44 	 0xb
0xa48 	 0x695d4
0xa4c 	 0x0
0xa50 	 0xc
0xa54 	 0x697b4
0xa58 	 0xffffffff
0xa5c 	 0xf7d78001
0xa60 	 0x3
0xa64 	 0x401520
0xa68 	 0x0
0xa6c 	 0x11f
0xa70 	 0x4
0xa74 	 0xb
0xa78 	 0x7f000
0xa7c 	 0x0
0xa80 	 0x2
0xa84 	 0xf
0xa88 	 0x17e000
0xa8c 	 0xffff8001
0xa90 	 0x6b
0xa94 	 0x3
0xa98 	 0x401520
0xa9c 	 0x0
0xaa0 	 0x120
0xaa4 	 0x4
0xaa8 	 0x1
0xaac 	 0x0
0xab0 	 0x0
0xab4 	 0x0
0xab8 	 0x0
0xabc 	 0x0
0xac0 	 0x0
0xac4 	 0x0
0xac8 	 0x0
0xacc 	 0x0
0xad0 	 0x0
0xad4 	 0x0
0xad8 	 0x0
0xadc 	 0x0
0xae0 	 0x0
0xae4 	 0x0
0xae8 	 0x0
0xaec 	 0x0
0xaf0 	 0x0
0xaf4 	 0x0
0xaf8 	 0x0
0xafc 	 0x0
0xb00 	 0xb
0xb04 	 0x7f000
0xb08 	 0x0
0xb0c 	 0x2
0xb10 	 0xf
0xb14 	 0x142000
0xb18 	 0xffff8001
0xb1c 	 0x3b
0xb20 	 0x3
0xb24 	 0x401520
0xb28 	 0x0
0xb2c 	 0x121
0xb30 	 0x4
0xb34 	 0x1
0xb38 	 0x0
0xb3c 	 0x0
0xb40 	 0x0
0xb44 	 0x0
0xb48 	 0x0
0xb4c 	 0x0
0xb50 	 0x0
0xb54 	 0x0
0xb58 	 0x0
0xb5c 	 0x0
0xb60 	 0x0
0xb64 	 0x0
0xb68 	 0x0
0xb6c 	 0x0
0xb70 	 0x0
0xb74 	 0x0
0xb78 	 0x0
0xb7c 	 0x0
0xb80 	 0x0
0xb84 	 0x0
0xb88 	 0x0
0xb8c 	 0x0
0xb90 	 0x0
0xb94 	 0x0
0xb98 	 0x0
0xb9c 	 0x0
0xba0 	 0x0
0xba4 	 0x0
0xba8 	 0x0
0xbac 	 0x0
0xbb0 	 0x0
0xbb4 	 0x0
0xbb8 	 0x0
0xbbc 	 0x0
0xbc0 	 0x0
0xbc4 	 0x0
0xbc8 	 0x0
0xbcc 	 0x0
0xbd0 	 0x0
0xbd4 	 0x0
0xbd8 	 0x0
0xbdc 	 0x0
0xbe0 	 0x0
0xbe4 	 0x0
0xbe8 	 0x0
0xbec 	 0x0
0xbf0 	 0x0
0xbf4 	 0x0
0xbf8 	 0x0
0xbfc 	 0x0
0xc00 	 0xb
0xc04 	 0x7f000
0xc08 	 0x0
0xc0c 	 0x2
0xc10 	 0xf
0xc14 	 0x156000
0xc18 	 0xffff8001
0xc1c 	 0x4b
0xc20 	 0x3
0xc24 	 0x401520
0xc28 	 0x0
0xc2c 	 0x122
0xc30 	 0x4
0xc34 	 0x1
0xc38 	 0x0
0xc3c 	 0x0
0xc40 	 0x0
0xc44 	 0x0
0xc48 	 0x0
0xc4c 	 0x0
0xc50 	 0x0
0xc54 	 0x0
0xc58 	 0x0
0xc5c 	 0x0
0xc60 	 0x0
0xc64 	 0x0
0xc68 	 0x0
0xc6c 	 0x0
0xc70 	 0x0
0xc74 	 0x0
0xc78 	 0x0
0xc7c 	 0x0
0xc80 	 0x0
0xc84 	 0x0
0xc88 	 0x0
0xc8c 	 0x0
0xc90 	 0x0
0xc94 	 0x0
0xc98 	 0x0
0xc9c 	 0x0
0xca0 	 0x0
0xca4 	 0x0
0xca8 	 0x0
0xcac 	 0x0
0xcb0 	 0x0
0xcb4 	 0x0
0xcb8 	 0x0
0xcbc 	 0x0
0xcc0 	 0x0
0xcc4 	 0x0
0xcc8 	 0x0
0xccc 	 0x0
0xcd0 	 0x0
0xcd4 	 0x0
0xcd8 	 0x0
0xcdc 	 0x0
0xce0 	 0x0
0xce4 	 0x0
0xce8 	 0x0
0xcec 	 0x0
0xcf0 	 0x0
0xcf4 	 0x0
0xcf8 	 0x0
0xcfc 	 0x0
0xd00 	 0xb
0xd04 	 0x7f000
0xd08 	 0x0
0xd0c 	 0x2
0xd10 	 0xf
0xd14 	 0x16a000
0xd18 	 0xffff8001
0xd1c 	 0x5b
0xd20 	 0x3
0xd24 	 0x401520
0xd28 	 0x0
0xd2c 	 0x123
0xd30 	 0x4
0xd34 	 0x1
0xd38 	 0x0
0xd3c 	 0x0
0xd40 	 0x0
0xd44 	 0x0
0xd48 	 0x0
0xd4c 	 0x0
0xd50 	 0x0
0xd54 	 0x0
0xd58 	 0x0
0xd5c 	 0x0
0xd60 	 0x0
0xd64 	 0x0
0xd68 	 0x0
0xd6c 	 0x0
0xd70 	 0x0
0xd74 	 0x0
0xd78 	 0x0
0xd7c 	 0x0
0xd80 	 0x0
0xd84 	 0x0
0xd88 	 0x0
0xd8c 	 0x0
0xd90 	 0x0
0xd94 	 0x0
0xd98 	 0x0
0xd9c 	 0x0
0xda0 	 0x0
0xda4 	 0x0
0xda8 	 0x0
0xdac 	 0x0
0xdb0 	 0x0
0xdb4 	 0x0
0xdb8 	 0x0
0xdbc 	 0x0
0xdc0 	 0x0
0xdc4 	 0x0
0xdc8 	 0x0
0xdcc 	 0x0
0xdd0 	 0x0
0xdd4 	 0x0
0xdd8 	 0x0
0xddc 	 0x0
0xde0 	 0x0
0xde4 	 0x0
0xde8 	 0x0
0xdec 	 0x0
0xdf0 	 0x0
0xdf4 	 0x0
0xdf8 	 0x0
0xdfc 	 0x0
0xe00 	 0xb
0xe04 	 0x7f000
0xe08 	 0x0
0xe0c 	 0x2
0xe10 	 0xf
0xe14 	 0x17e000
0xe18 	 0xffff8001
0xe1c 	 0x6b
0xe20 	 0x3
0xe24 	 0x401520
0xe28 	 0x0
0xe2c 	 0x124
0xe30 	 0x4
0xe34 	 0x1
0xe38 	 0x0
0xe3c 	 0x0
0xe40 	 0x0
0xe44 	 0x0
0xe48 	 0x0
0xe4c 	 0x0
0xe50 	 0x0
0xe54 	 0x0
0xe58 	 0x0
0xe5c 	 0x0
0xe60 	 0x0
0xe64 	 0x0
0xe68 	 0x0
0xe6c 	 0x0
0xe70 	 0x0
0xe74 	 0x0
0xe78 	 0x0
0xe7c 	 0x0
0xe80 	 0x0
0xe84 	 0x0
0xe88 	 0x0
0xe8c 	 0x0
0xe90 	 0x0
0xe94 	 0x0
0xe98 	 0x0
0xe9c 	 0x0
0xea0 	 0x0
0xea4 	 0x0
0xea8 	 0x0
0xeac 	 0x0
0xeb0 	 0x0
0xeb4 	 0x0
0xeb8 	 0x0
0xebc 	 0x0
0xec0 	 0x0
0xec4 	 0x0
0xec8 	 0x0
0xecc 	 0x0
0xed0 	 0x0
0xed4 	 0x0
0xed8 	 0x0
0xedc 	 0x0
0xee0 	 0x0
0xee4 	 0x0
0xee8 	 0x0
0xeec 	 0x0
0xef0 	 0x0
0xef4 	 0x0
0xef8 	 0x0
0xefc 	 0x0
0xf00 	 0xb
0xf04 	 0x7f000
0xf08 	 0x0
0xf0c 	 0x2
0xf10 	 0xf
0xf14 	 0x142000
0xf18 	 0xffff8001
0xf1c 	 0x6b
0xf20 	 0x3
0xf24 	 0x401520
0xf28 	 0x0
0xf2c 	 0x125
0xf30 	 0x4
0xf34 	 0x1
0xf38 	 0x0
0xf3c 	 0x0
0xf40 	 0x0
0xf44 	 0x0
0xf48 	 0x0
0xf4c 	 0x0
0xf50 	 0x0
0xf54 	 0x0
0xf58 	 0x0
0xf5c 	 0x0
0xf60 	 0x0
0xf64 	 0x0
0xf68 	 0x0
0xf6c 	 0x0
0xf70 	 0x0
0xf74 	 0x0
0xf78 	 0x0
0xf7c 	 0x0
0xf80 	 0x0
0xf84 	 0x0
0xf88 	 0x0
0xf8c 	 0x0
0xf90 	 0x0
0xf94 	 0x0
0xf98 	 0x0
0xf9c 	 0x0
0xfa0 	 0x0
0xfa4 	 0x0
0xfa8 	 0x0
0xfac 	 0x0
0xfb0 	 0x0
0xfb4 	 0x0
0xfb8 	 0x0
0xfbc 	 0x0
0xfc0 	 0x0
0xfc4 	 0x0
0xfc8 	 0x0
0xfcc 	 0x0
0xfd0 	 0x0
0xfd4 	 0x0
0xfd8 	 0x0
0xfdc 	 0x0
0xfe0 	 0x0
0xfe4 	 0x0
0xfe8 	 0x0
0xfec 	 0x0
0xff0 	 0x0
0xff4 	 0x0
0xff8 	 0x0
0xffc 	 0x0
ring name: jpeg_dec
Rptr: 0xffffffff Wptr: 0x40 RB mask: 3ff
Ring size in dwords: 1024
Ring contents
Offset 	 Value
0x0 	 0x1bfff
0x4 	 0x62a04
0x8 	 0x18000
0xc 	 0x80004000
0x10 	 0x1bfff
0x14 	 0x7f000
0x18 	 0x18000
0x1c 	 0x0
0x20 	 0x40a4
0x24 	 0x0
0x28 	 0x40a6
0x2c 	 0x0
0x30 	 0x40b6
0x34 	 0xa25600
0x38 	 0x40b7
0x3c 	 0x0
0x40 	 0x4082
0x44 	 0x10
0x48 	 0x42d4
0x4c 	 0x69b000
0x50 	 0x42d5
0x54 	 0x0
0x58 	 0x20000000
0x5c 	 0x0
0x60 	 0x4085
0x64 	 0x1400200
0x68 	 0x4084
0x6c 	 0x2
0x70 	 0x33004089
0x74 	 0x2
0x78 	 0x404e
0x7c 	 0x1
0x80 	 0x404f
0x84 	 0x1
0x88 	 0x40ab
0x8c 	 0x4015c0
0x90 	 0x40ac
0x94 	 0x0
0x98 	 0x404d
0x9c 	 0x8
0xa0 	 0x4000404d
0xa4 	 0x0
0xa8 	 0x60000000
0xac 	 0x0
0xb0 	 0x60000000
0xb4 	 0x0
0xb8 	 0x70000000
0xbc 	 0x0
0xc0 	 0x1bfff
0xc4 	 0x62a04
0xc8 	 0x18000
0xcc 	 0x4000
0xd0 	 0x60000000
0xd4 	 0x0
0xd8 	 0x60000000
0xdc 	 0x0
0xe0 	 0x60000000
0xe4 	 0x0
0xe8 	 0x60000000
0xec 	 0x0
0xf0 	 0x60000000
0xf4 	 0x0
0xf8 	 0x60000000
0xfc 	 0x0
0x100 	 0x0
0x104 	 0x0
0x108 	 0x0
0x10c 	 0x0
0x110 	 0x0
0x114 	 0x0
0x118 	 0x0
0x11c 	 0x0
0x120 	 0x0
0x124 	 0x0
0x128 	 0x0
0x12c 	 0x0
0x130 	 0x0
0x134 	 0x0
0x138 	 0x0
0x13c 	 0x0
0x140 	 0x0
0x144 	 0x0
0x148 	 0x0
0x14c 	 0x0
0x150 	 0x0
0x154 	 0x0
0x158 	 0x0
0x15c 	 0x0
0x160 	 0x0
0x164 	 0x0
0x168 	 0x0
0x16c 	 0x0
0x170 	 0x0
0x174 	 0x0
0x178 	 0x0
0x17c 	 0x0
0x180 	 0x0
0x184 	 0x0
0x188 	 0x0
0x18c 	 0x0
0x190 	 0x0
0x194 	 0x0
0x198 	 0x0
0x19c 	 0x0
0x1a0 	 0x0
0x1a4 	 0x0
0x1a8 	 0x0
0x1ac 	 0x0
0x1b0 	 0x0
0x1b4 	 0x0
0x1b8 	 0x0
0x1bc 	 0x0
0x1c0 	 0x0
0x1c4 	 0x0
0x1c8 	 0x0
0x1cc 	 0x0
0x1d0 	 0x0
0x1d4 	 0x0
0x1d8 	 0x0
0x1dc 	 0x0
0x1e0 	 0x0
0x1e4 	 0x0
0x1e8 	 0x0
0x1ec 	 0x0
0x1f0 	 0x0
0x1f4 	 0x0
0x1f8 	 0x0
0x1fc 	 0x0
0x200 	 0x0
0x204 	 0x0
0x208 	 0x0
0x20c 	 0x0
0x210 	 0x0
0x214 	 0x0
0x218 	 0x0
0x21c 	 0x0
0x220 	 0x0
0x224 	 0x0
0x228 	 0x0
0x22c 	 0x0
0x230 	 0x0
0x234 	 0x0
0x238 	 0x0
0x23c 	 0x0
0x240 	 0x0
0x244 	 0x0
0x248 	 0x0
0x24c 	 0x0
0x250 	 0x0
0x254 	 0x0
0x258 	 0x0
0x25c 	 0x0
0x260 	 0x0
0x264 	 0x0
0x268 	 0x0
0x26c 	 0x0
0x270 	 0x0
0x274 	 0x0
0x278 	 0x0
0x27c 	 0x0
0x280 	 0x0
0x284 	 0x0
0x288 	 0x0
0x28c 	 0x0
0x290 	 0x0
0x294 	 0x0
0x298 	 0x0
0x29c 	 0x0
0x2a0 	 0x0
0x2a4 	 0x0
0x2a8 	 0x0
0x2ac 	 0x0
0x2b0 	 0x0
0x2b4 	 0x0
0x2b8 	 0x0
0x2bc 	 0x0
0x2c0 	 0x0
0x2c4 	 0x0
0x2c8 	 0x0
0x2cc 	 0x0
0x2d0 	 0x0
0x2d4 	 0x0
0x2d8 	 0x0
0x2dc 	 0x0
0x2e0 	 0x0
0x2e4 	 0x0
0x2e8 	 0x0
0x2ec 	 0x0
0x2f0 	 0x0
0x2f4 	 0x0
0x2f8 	 0x0
0x2fc 	 0x0
0x300 	 0x0
0x304 	 0x0
0x308 	 0x0
0x30c 	 0x0
0x310 	 0x0
0x314 	 0x0
0x318 	 0x0
0x31c 	 0x0
0x320 	 0x0
0x324 	 0x0
0x328 	 0x0
0x32c 	 0x0
0x330 	 0x0
0x334 	 0x0
0x338 	 0x0
0x33c 	 0x0
0x340 	 0x0
0x344 	 0x0
0x348 	 0x0
0x34c 	 0x0
0x350 	 0x0
0x354 	 0x0
0x358 	 0x0
0x35c 	 0x0
0x360 	 0x0
0x364 	 0x0
0x368 	 0x0
0x36c 	 0x0
0x370 	 0x0
0x374 	 0x0
0x378 	 0x0
0x37c 	 0x0
0x380 	 0x0
0x384 	 0x0
0x388 	 0x0
0x38c 	 0x0
0x390 	 0x0
0x394 	 0x0
0x398 	 0x0
0x39c 	 0x0
0x3a0 	 0x0
0x3a4 	 0x0
0x3a8 	 0x0
0x3ac 	 0x0
0x3b0 	 0x0
0x3b4 	 0x0
0x3b8 	 0x0
0x3bc 	 0x0
0x3c0 	 0x0
0x3c4 	 0x0
0x3c8 	 0x0
0x3cc 	 0x0
0x3d0 	 0x0
0x3d4 	 0x0
0x3d8 	 0x0
0x3dc 	 0x0
0x3e0 	 0x0
0x3e4 	 0x0
0x3e8 	 0x0
0x3ec 	 0x0
0x3f0 	 0x0
0x3f4 	 0x0
0x3f8 	 0x0
0x3fc 	 0x0
0x400 	 0x0
0x404 	 0x0
0x408 	 0x0
0x40c 	 0x0
0x410 	 0x0
0x414 	 0x0
0x418 	 0x0
0x41c 	 0x0
0x420 	 0x0
0x424 	 0x0
0x428 	 0x0
0x42c 	 0x0
0x430 	 0x0
0x434 	 0x0
0x438 	 0x0
0x43c 	 0x0
0x440 	 0x0
0x444 	 0x0
0x448 	 0x0
0x44c 	 0x0
0x450 	 0x0
0x454 	 0x0
0x458 	 0x0
0x45c 	 0x0
0x460 	 0x0
0x464 	 0x0
0x468 	 0x0
0x46c 	 0x0
0x470 	 0x0
0x474 	 0x0
0x478 	 0x0
0x47c 	 0x0
0x480 	 0x0
0x484 	 0x0
0x488 	 0x0
0x48c 	 0x0
0x490 	 0x0
0x494 	 0x0
0x498 	 0x0
0x49c 	 0x0
0x4a0 	 0x0
0x4a4 	 0x0
0x4a8 	 0x0
0x4ac 	 0x0
0x4b0 	 0x0
0x4b4 	 0x0
0x4b8 	 0x0
0x4bc 	 0x0
0x4c0 	 0x0
0x4c4 	 0x0
0x4c8 	 0x0
0x4cc 	 0x0
0x4d0 	 0x0
0x4d4 	 0x0
0x4d8 	 0x0
0x4dc 	 0x0
0x4e0 	 0x0
0x4e4 	 0x0
0x4e8 	 0x0
0x4ec 	 0x0
0x4f0 	 0x0
0x4f4 	 0x0
0x4f8 	 0x0
0x4fc 	 0x0
0x500 	 0x0
0x504 	 0x0
0x508 	 0x0
0x50c 	 0x0
0x510 	 0x0
0x514 	 0x0
0x518 	 0x0
0x51c 	 0x0
0x520 	 0x0
0x524 	 0x0
0x528 	 0x0
0x52c 	 0x0
0x530 	 0x0
0x534 	 0x0
0x538 	 0x0
0x53c 	 0x0
0x540 	 0x0
0x544 	 0x0
0x548 	 0x0
0x54c 	 0x0
0x550 	 0x0
0x554 	 0x0
0x558 	 0x0
0x55c 	 0x0
0x560 	 0x0
0x564 	 0x0
0x568 	 0x0
0x56c 	 0x0
0x570 	 0x0
0x574 	 0x0
0x578 	 0x0
0x57c 	 0x0
0x580 	 0x0
0x584 	 0x0
0x588 	 0x0
0x58c 	 0x0
0x590 	 0x0
0x594 	 0x0
0x598 	 0x0
0x59c 	 0x0
0x5a0 	 0x0
0x5a4 	 0x0
0x5a8 	 0x0
0x5ac 	 0x0
0x5b0 	 0x0
0x5b4 	 0x0
0x5b8 	 0x0
0x5bc 	 0x0
0x5c0 	 0x0
0x5c4 	 0x0
0x5c8 	 0x0
0x5cc 	 0x0
0x5d0 	 0x0
0x5d4 	 0x0
0x5d8 	 0x0
0x5dc 	 0x0
0x5e0 	 0x0
0x5e4 	 0x0
0x5e8 	 0x0
0x5ec 	 0x0
0x5f0 	 0x0
0x5f4 	 0x0
0x5f8 	 0x0
0x5fc 	 0x0
0x600 	 0x0
0x604 	 0x0
0x608 	 0x0
0x60c 	 0x0
0x610 	 0x0
0x614 	 0x0
0x618 	 0x0
0x61c 	 0x0
0x620 	 0x0
0x624 	 0x0
0x628 	 0x0
0x62c 	 0x0
0x630 	 0x0
0x634 	 0x0
0x638 	 0x0
0x63c 	 0x0
0x640 	 0x0
0x644 	 0x0
0x648 	 0x0
0x64c 	 0x0
0x650 	 0x0
0x654 	 0x0
0x658 	 0x0
0x65c 	 0x0
0x660 	 0x0
0x664 	 0x0
0x668 	 0x0
0x66c 	 0x0
0x670 	 0x0
0x674 	 0x0
0x678 	 0x0
0x67c 	 0x0
0x680 	 0x0
0x684 	 0x0
0x688 	 0x0
0x68c 	 0x0
0x690 	 0x0
0x694 	 0x0
0x698 	 0x0
0x69c 	 0x0
0x6a0 	 0x0
0x6a4 	 0x0
0x6a8 	 0x0
0x6ac 	 0x0
0x6b0 	 0x0
0x6b4 	 0x0
0x6b8 	 0x0
0x6bc 	 0x0
0x6c0 	 0x0
0x6c4 	 0x0
0x6c8 	 0x0
0x6cc 	 0x0
0x6d0 	 0x0
0x6d4 	 0x0
0x6d8 	 0x0
0x6dc 	 0x0
0x6e0 	 0x0
0x6e4 	 0x0
0x6e8 	 0x0
0x6ec 	 0x0
0x6f0 	 0x0
0x6f4 	 0x0
0x6f8 	 0x0
0x6fc 	 0x0
0x700 	 0x0
0x704 	 0x0
0x708 	 0x0
0x70c 	 0x0
0x710 	 0x0
0x714 	 0x0
0x718 	 0x0
0x71c 	 0x0
0x720 	 0x0
0x724 	 0x0
0x728 	 0x0
0x72c 	 0x0
0x730 	 0x0
0x734 	 0x0
0x738 	 0x0
0x73c 	 0x0
0x740 	 0x0
0x744 	 0x0
0x748 	 0x0
0x74c 	 0x0
0x750 	 0x0
0x754 	 0x0
0x758 	 0x0
0x75c 	 0x0
0x760 	 0x0
0x764 	 0x0
0x768 	 0x0
0x76c 	 0x0
0x770 	 0x0
0x774 	 0x0
0x778 	 0x0
0x77c 	 0x0
0x780 	 0x0
0x784 	 0x0
0x788 	 0x0
0x78c 	 0x0
0x790 	 0x0
0x794 	 0x0
0x798 	 0x0
0x79c 	 0x0
0x7a0 	 0x0
0x7a4 	 0x0
0x7a8 	 0x0
0x7ac 	 0x0
0x7b0 	 0x0
0x7b4 	 0x0
0x7b8 	 0x0
0x7bc 	 0x0
0x7c0 	 0x0
0x7c4 	 0x0
0x7c8 	 0x0
0x7cc 	 0x0
0x7d0 	 0x0
0x7d4 	 0x0
0x7d8 	 0x0
0x7dc 	 0x0
0x7e0 	 0x0
0x7e4 	 0x0
0x7e8 	 0x0
0x7ec 	 0x0
0x7f0 	 0x0
0x7f4 	 0x0
0x7f8 	 0x0
0x7fc 	 0x0
0x800 	 0x0
0x804 	 0x0
0x808 	 0x0
0x80c 	 0x0
0x810 	 0x0
0x814 	 0x0
0x818 	 0x0
0x81c 	 0x0
0x820 	 0x0
0x824 	 0x0
0x828 	 0x0
0x82c 	 0x0
0x830 	 0x0
0x834 	 0x0
0x838 	 0x0
0x83c 	 0x0
0x840 	 0x0
0x844 	 0x0
0x848 	 0x0
0x84c 	 0x0
0x850 	 0x0
0x854 	 0x0
0x858 	 0x0
0x85c 	 0x0
0x860 	 0x0
0x864 	 0x0
0x868 	 0x0
0x86c 	 0x0
0x870 	 0x0
0x874 	 0x0
0x878 	 0x0
0x87c 	 0x0
0x880 	 0x0
0x884 	 0x0
0x888 	 0x0
0x88c 	 0x0
0x890 	 0x0
0x894 	 0x0
0x898 	 0x0
0x89c 	 0x0
0x8a0 	 0x0
0x8a4 	 0x0
0x8a8 	 0x0
0x8ac 	 0x0
0x8b0 	 0x0
0x8b4 	 0x0
0x8b8 	 0x0
0x8bc 	 0x0
0x8c0 	 0x0
0x8c4 	 0x0
0x8c8 	 0x0
0x8cc 	 0x0
0x8d0 	 0x0
0x8d4 	 0x0
0x8d8 	 0x0
0x8dc 	 0x0
0x8e0 	 0x0
0x8e4 	 0x0
0x8e8 	 0x0
0x8ec 	 0x0
0x8f0 	 0x0
0x8f4 	 0x0
0x8f8 	 0x0
0x8fc 	 0x0
0x900 	 0x0
0x904 	 0x0
0x908 	 0x0
0x90c 	 0x0
0x910 	 0x0
0x914 	 0x0
0x918 	 0x0
0x91c 	 0x0
0x920 	 0x0
0x924 	 0x0
0x928 	 0x0
0x92c 	 0x0
0x930 	 0x0
0x934 	 0x0
0x938 	 0x0
0x93c 	 0x0
0x940 	 0x0
0x944 	 0x0
0x948 	 0x0
0x94c 	 0x0
0x950 	 0x0
0x954 	 0x0
0x958 	 0x0
0x95c 	 0x0
0x960 	 0x0
0x964 	 0x0
0x968 	 0x0
0x96c 	 0x0
0x970 	 0x0
0x974 	 0x0
0x978 	 0x0
0x97c 	 0x0
0x980 	 0x0
0x984 	 0x0
0x988 	 0x0
0x98c 	 0x0
0x990 	 0x0
0x994 	 0x0
0x998 	 0x0
0x99c 	 0x0
0x9a0 	 0x0
0x9a4 	 0x0
0x9a8 	 0x0
0x9ac 	 0x0
0x9b0 	 0x0
0x9b4 	 0x0
0x9b8 	 0x0
0x9bc 	 0x0
0x9c0 	 0x0
0x9c4 	 0x0
0x9c8 	 0x0
0x9cc 	 0x0
0x9d0 	 0x0
0x9d4 	 0x0
0x9d8 	 0x0
0x9dc 	 0x0
0x9e0 	 0x0
0x9e4 	 0x0
0x9e8 	 0x0
0x9ec 	 0x0
0x9f0 	 0x0
0x9f4 	 0x0
0x9f8 	 0x0
0x9fc 	 0x0
0xa00 	 0x0
0xa04 	 0x0
0xa08 	 0x0
0xa0c 	 0x0
0xa10 	 0x0
0xa14 	 0x0
0xa18 	 0x0
0xa1c 	 0x0
0xa20 	 0x0
0xa24 	 0x0
0xa28 	 0x0
0xa2c 	 0x0
0xa30 	 0x0
0xa34 	 0x0
0xa38 	 0x0
0xa3c 	 0x0
0xa40 	 0x0
0xa44 	 0x0
0xa48 	 0x0
0xa4c 	 0x0
0xa50 	 0x0
0xa54 	 0x0
0xa58 	 0x0
0xa5c 	 0x0
0xa60 	 0x0
0xa64 	 0x0
0xa68 	 0x0
0xa6c 	 0x0
0xa70 	 0x0
0xa74 	 0x0
0xa78 	 0x0
0xa7c 	 0x0
0xa80 	 0x0
0xa84 	 0x0
0xa88 	 0x0
0xa8c 	 0x0
0xa90 	 0x0
0xa94 	 0x0
0xa98 	 0x0
0xa9c 	 0x0
0xaa0 	 0x0
0xaa4 	 0x0
0xaa8 	 0x0
0xaac 	 0x0
0xab0 	 0x0
0xab4 	 0x0
0xab8 	 0x0
0xabc 	 0x0
0xac0 	 0x0
0xac4 	 0x0
0xac8 	 0x0
0xacc 	 0x0
0xad0 	 0x0
0xad4 	 0x0
0xad8 	 0x0
0xadc 	 0x0
0xae0 	 0x0
0xae4 	 0x0
0xae8 	 0x0
0xaec 	 0x0
0xaf0 	 0x0
0xaf4 	 0x0
0xaf8 	 0x0
0xafc 	 0x0
0xb00 	 0x0
0xb04 	 0x0
0xb08 	 0x0
0xb0c 	 0x0
0xb10 	 0x0
0xb14 	 0x0
0xb18 	 0x0
0xb1c 	 0x0
0xb20 	 0x0
0xb24 	 0x0
0xb28 	 0x0
0xb2c 	 0x0
0xb30 	 0x0
0xb34 	 0x0
0xb38 	 0x0
0xb3c 	 0x0
0xb40 	 0x0
0xb44 	 0x0
0xb48 	 0x0
0xb4c 	 0x0
0xb50 	 0x0
0xb54 	 0x0
0xb58 	 0x0
0xb5c 	 0x0
0xb60 	 0x0
0xb64 	 0x0
0xb68 	 0x0
0xb6c 	 0x0
0xb70 	 0x0
0xb74 	 0x0
0xb78 	 0x0
0xb7c 	 0x0
0xb80 	 0x0
0xb84 	 0x0
0xb88 	 0x0
0xb8c 	 0x0
0xb90 	 0x0
0xb94 	 0x0
0xb98 	 0x0
0xb9c 	 0x0
0xba0 	 0x0
0xba4 	 0x0
0xba8 	 0x0
0xbac 	 0x0
0xbb0 	 0x0
0xbb4 	 0x0
0xbb8 	 0x0
0xbbc 	 0x0
0xbc0 	 0x0
0xbc4 	 0x0
0xbc8 	 0x0
0xbcc 	 0x0
0xbd0 	 0x0
0xbd4 	 0x0
0xbd8 	 0x0
0xbdc 	 0x0
0xbe0 	 0x0
0xbe4 	 0x0
0xbe8 	 0x0
0xbec 	 0x0
0xbf0 	 0x0
0xbf4 	 0x0
0xbf8 	 0x0
0xbfc 	 0x0
0xc00 	 0x0
0xc04 	 0x0
0xc08 	 0x0
0xc0c 	 0x0
0xc10 	 0x0
0xc14 	 0x0
0xc18 	 0x0
0xc1c 	 0x0
0xc20 	 0x0
0xc24 	 0x0
0xc28 	 0x0
0xc2c 	 0x0
0xc30 	 0x0
0xc34 	 0x0
0xc38 	 0x0
0xc3c 	 0x0
0xc40 	 0x0
0xc44 	 0x0
0xc48 	 0x0
0xc4c 	 0x0
0xc50 	 0x0
0xc54 	 0x0
0xc58 	 0x0
0xc5c 	 0x0
0xc60 	 0x0
0xc64 	 0x0
0xc68 	 0x0
0xc6c 	 0x0
0xc70 	 0x0
0xc74 	 0x0
0xc78 	 0x0
0xc7c 	 0x0
0xc80 	 0x0
0xc84 	 0x0
0xc88 	 0x0
0xc8c 	 0x0
0xc90 	 0x0
0xc94 	 0x0
0xc98 	 0x0
0xc9c 	 0x0
0xca0 	 0x0
0xca4 	 0x0
0xca8 	 0x0
0xcac 	 0x0
0xcb0 	 0x0
0xcb4 	 0x0
0xcb8 	 0x0
0xcbc 	 0x0
0xcc0 	 0x0
0xcc4 	 0x0
0xcc8 	 0x0
0xccc 	 0x0
0xcd0 	 0x0
0xcd4 	 0x0
0xcd8 	 0x0
0xcdc 	 0x0
0xce0 	 0x0
0xce4 	 0x0
0xce8 	 0x0
0xcec 	 0x0
0xcf0 	 0x0
0xcf4 	 0x0
0xcf8 	 0x0
0xcfc 	 0x0
0xd00 	 0x0
0xd04 	 0x0
0xd08 	 0x0
0xd0c 	 0x0
0xd10 	 0x0
0xd14 	 0x0
0xd18 	 0x0
0xd1c 	 0x0
0xd20 	 0x0
0xd24 	 0x0
0xd28 	 0x0
0xd2c 	 0x0
0xd30 	 0x0
0xd34 	 0x0
0xd38 	 0x0
0xd3c 	 0x0
0xd40 	 0x0
0xd44 	 0x0
0xd48 	 0x0
0xd4c 	 0x0
0xd50 	 0x0
0xd54 	 0x0
0xd58 	 0x0
0xd5c 	 0x0
0xd60 	 0x0
0xd64 	 0x0
0xd68 	 0x0
0xd6c 	 0x0
0xd70 	 0x0
0xd74 	 0x0
0xd78 	 0x0
0xd7c 	 0x0
0xd80 	 0x0
0xd84 	 0x0
0xd88 	 0x0
0xd8c 	 0x0
0xd90 	 0x0
0xd94 	 0x0
0xd98 	 0x0
0xd9c 	 0x0
0xda0 	 0x0
0xda4 	 0x0
0xda8 	 0x0
0xdac 	 0x0
0xdb0 	 0x0
0xdb4 	 0x0
0xdb8 	 0x0
0xdbc 	 0x0
0xdc0 	 0x0
0xdc4 	 0x0
0xdc8 	 0x0
0xdcc 	 0x0
0xdd0 	 0x0
0xdd4 	 0x0
0xdd8 	 0x0
0xddc 	 0x0
0xde0 	 0x0
0xde4 	 0x0
0xde8 	 0x0
0xdec 	 0x0
0xdf0 	 0x0
0xdf4 	 0x0
0xdf8 	 0x0
0xdfc 	 0x0
0xe00 	 0x0
0xe04 	 0x0
0xe08 	 0x0
0xe0c 	 0x0
0xe10 	 0x0
0xe14 	 0x0
0xe18 	 0x0
0xe1c 	 0x0
0xe20 	 0x0
0xe24 	 0x0
0xe28 	 0x0
0xe2c 	 0x0
0xe30 	 0x0
0xe34 	 0x0
0xe38 	 0x0
0xe3c 	 0x0
0xe40 	 0x0
0xe44 	 0x0
0xe48 	 0x0
0xe4c 	 0x0
0xe50 	 0x0
0xe54 	 0x0
0xe58 	 0x0
0xe5c 	 0x0
0xe60 	 0x0
0xe64 	 0x0
0xe68 	 0x0
0xe6c 	 0x0
0xe70 	 0x0
0xe74 	 0x0
0xe78 	 0x0
0xe7c 	 0x0
0xe80 	 0x0
0xe84 	 0x0
0xe88 	 0x0
0xe8c 	 0x0
0xe90 	 0x0
0xe94 	 0x0
0xe98 	 0x0
0xe9c 	 0x0
0xea0 	 0x0
0xea4 	 0x0
0xea8 	 0x0
0xeac 	 0x0
0xeb0 	 0x0
0xeb4 	 0x0
0xeb8 	 0x0
0xebc 	 0x0
0xec0 	 0x0
0xec4 	 0x0
0xec8 	 0x0
0xecc 	 0x0
0xed0 	 0x0
0xed4 	 0x0
0xed8 	 0x0
0xedc 	 0x0
0xee0 	 0x0
0xee4 	 0x0
0xee8 	 0x0
0xeec 	 0x0
0xef0 	 0x0
0xef4 	 0x0
0xef8 	 0x0
0xefc 	 0x0
0xf00 	 0x0
0xf04 	 0x0
0xf08 	 0x0
0xf0c 	 0x0
0xf10 	 0x0
0xf14 	 0x0
0xf18 	 0x0
0xf1c 	 0x0
0xf20 	 0x0
0xf24 	 0x0
0xf28 	 0x0
0xf2c 	 0x0
0xf30 	 0x0
0xf34 	 0x0
0xf38 	 0x0
0xf3c 	 0x0
0xf40 	 0x0
0xf44 	 0x0
0xf48 	 0x0
0xf4c 	 0x0
0xf50 	 0x0
0xf54 	 0x0
0xf58 	 0x0
0xf5c 	 0x0
0xf60 	 0x0
0xf64 	 0x0
0xf68 	 0x0
0xf6c 	 0x0
0xf70 	 0x0
0xf74 	 0x0
0xf78 	 0x0
0xf7c 	 0x0
0xf80 	 0x0
0xf84 	 0x0
0xf88 	 0x0
0xf8c 	 0x0
0xf90 	 0x0
0xf94 	 0x0
0xf98 	 0x0
0xf9c 	 0x0
0xfa0 	 0x0
0xfa4 	 0x0
0xfa8 	 0x0
0xfac 	 0x0
0xfb0 	 0x0
0xfb4 	 0x0
0xfb8 	 0x0
0xfbc 	 0x0
0xfc0 	 0x0
0xfc4 	 0x0
0xfc8 	 0x0
0xfcc 	 0x0
0xfd0 	 0x0
0xfd4 	 0x0
0xfd8 	 0x0
0xfdc 	 0x0
0xfe0 	 0x0
0xfe4 	 0x0
0xfe8 	 0x0
0xfec 	 0x0
0xff0 	 0x0
0xff4 	 0x0
0xff8 	 0x0
0xffc 	 0x0
ring name: mes_3.0.0
Rptr: 0x0 Wptr: 0x180 RB mask: 1fff
Ring size in dwords: 8192
Ring contents
Offset 	 Value
0x0 	 0x40001
0x4 	 0xff00
0x8 	 0xff00
0xc 	 0x0
0x10 	 0x0
0x14 	 0xc
0x18 	 0xc
0x1c 	 0x0
0x20 	 0x0
0x24 	 0x0
0x28 	 0x0
0x2c 	 0x0
0x30 	 0x0
0x34 	 0xfe
0x38 	 0x0
0x3c 	 0xfc
0x40 	 0xfc
0x44 	 0x800
0x48 	 0x802
0x4c 	 0x804
0x50 	 0x806
0x54 	 0x808
0x58 	 0x401620
0x5c 	 0x0
0x60 	 0x401640
0x64 	 0x0
0x68 	 0x1260
0x6c 	 0xa000
0x70 	 0x1c000
0x74 	 0x2402c00
0x78 	 0x2000112
0x7c 	 0x0
0x80 	 0x0
0x84 	 0x0
0x88 	 0x1a000
0x8c 	 0x2408800
0x90 	 0xf0000ff
0x94 	 0x3000e
0x98 	 0x16000
0x9c 	 0x0
0xa0 	 0x0
0xa4 	 0x0
0xa8 	 0x10a0
0xac 	 0x240a000
0xb0 	 0x3000046
0xb4 	 0x106
0xb8 	 0x2411800
0xbc 	 0x0
0xc0 	 0x0
0xc4 	 0x0
0xc8 	 0x4017e0
0xcc 	 0x0
0xd0 	 0x1
0xd4 	 0x0
0xd8 	 0x80447
0xdc 	 0x0
0xe0 	 0x0
0xe4 	 0x0
0xe8 	 0x0
0xec 	 0x0
0xf0 	 0x0
0xf4 	 0x0
0xf8 	 0x0
0xfc 	 0x0
0x100 	 0x400b1
0x104 	 0x0
0x108 	 0x4016e0
0x10c 	 0x0
0x110 	 0x1
0x114 	 0x0
0x118 	 0x0
0x11c 	 0x0
0x120 	 0x0
0x124 	 0x0
0x128 	 0x0
0x12c 	 0x0
0x130 	 0x0
0x134 	 0x0
0x138 	 0x0
0x13c 	 0x0
0x140 	 0x0
0x144 	 0x0
0x148 	 0x0
0x14c 	 0x0
0x150 	 0x0
0x154 	 0x0
0x158 	 0x0
0x15c 	 0x0
0x160 	 0x0
0x164 	 0x0
0x168 	 0x0
0x16c 	 0x0
0x170 	 0x0
0x174 	 0x0
0x178 	 0x0
0x17c 	 0x0
0x180 	 0x0
0x184 	 0x0
0x188 	 0x0
0x18c 	 0x0
0x190 	 0x0
0x194 	 0x0
0x198 	 0x0
0x19c 	 0x0
0x1a0 	 0x0
0x1a4 	 0x0
0x1a8 	 0x0
0x1ac 	 0x0
0x1b0 	 0x0
0x1b4 	 0x0
0x1b8 	 0x0
0x1bc 	 0x0
0x1c0 	 0x0
0x1c4 	 0x0
0x1c8 	 0x0
0x1cc 	 0x0
0x1d0 	 0x0
0x1d4 	 0x0
0x1d8 	 0x0
0x1dc 	 0x0
0x1e0 	 0x0
0x1e4 	 0x0
0x1e8 	 0x0
0x1ec 	 0x0
0x1f0 	 0x0
0x1f4 	 0x0
0x1f8 	 0x0
0x1fc 	 0x0
0x200 	 0x40131
0x204 	 0x0
0x208 	 0x4017e0
0x20c 	 0x0
0x210 	 0x1
0x214 	 0x0
0x218 	 0x0
0x21c 	 0x0
0x220 	 0x0
0x224 	 0x0
0x228 	 0x0
0x22c 	 0x0
0x230 	 0x0
0x234 	 0xa
0x238 	 0x0
0x23c 	 0x0
0x240 	 0xdaadd000
0x244 	 0x83
0x248 	 0x0
0x24c 	 0x0
0x250 	 0x0
0x254 	 0x0
0x258 	 0x0
0x25c 	 0x0
0x260 	 0x0
0x264 	 0x0
0x268 	 0x0
0x26c 	 0x0
0x270 	 0x0
0x274 	 0x0
0x278 	 0x0
0x27c 	 0x0
0x280 	 0x0
0x284 	 0x0
0x288 	 0x0
0x28c 	 0x0
0x290 	 0x0
0x294 	 0x0
0x298 	 0x0
0x29c 	 0x0
0x2a0 	 0x0
0x2a4 	 0x0
0x2a8 	 0x0
0x2ac 	 0x0
0x2b0 	 0x0
0x2b4 	 0x0
0x2b8 	 0x0
0x2bc 	 0x0
0x2c0 	 0x0
0x2c4 	 0x0
0x2c8 	 0x0
0x2cc 	 0x0
0x2d0 	 0x0
0x2d4 	 0x0
0x2d8 	 0x0
0x2dc 	 0x0
0x2e0 	 0x0
0x2e4 	 0x0
0x2e8 	 0x0
0x2ec 	 0x0
0x2f0 	 0x0
0x2f4 	 0x0
0x2f8 	 0x0
0x2fc 	 0x0
0x300 	 0x400b1
0x304 	 0x0
0x308 	 0x4016e0
0x30c 	 0x0
0x310 	 0x2
0x314 	 0x0
0x318 	 0x0
0x31c 	 0x0
0x320 	 0x0
0x324 	 0x0
0x328 	 0x0
0x32c 	 0x0
0x330 	 0x0
0x334 	 0x0
0x338 	 0x0
0x33c 	 0x0
0x340 	 0x0
0x344 	 0x0
0x348 	 0x0
0x34c 	 0x0
0x350 	 0x0
0x354 	 0x0
0x358 	 0x0
0x35c 	 0x0
0x360 	 0x0
0x364 	 0x0
0x368 	 0x0
0x36c 	 0x0
0x370 	 0x0
0x374 	 0x0
0x378 	 0x0
0x37c 	 0x0
0x380 	 0x0
0x384 	 0x0
0x388 	 0x0
0x38c 	 0x0
0x390 	 0x0
0x394 	 0x0
0x398 	 0x0
0x39c 	 0x0
0x3a0 	 0x0
0x3a4 	 0x0
0x3a8 	 0x0
0x3ac 	 0x0
0x3b0 	 0x0
0x3b4 	 0x0
0x3b8 	 0x0
0x3bc 	 0x0
0x3c0 	 0x0
0x3c4 	 0x0
0x3c8 	 0x0
0x3cc 	 0x0
0x3d0 	 0x0
0x3d4 	 0x0
0x3d8 	 0x0
0x3dc 	 0x0
0x3e0 	 0x0
0x3e4 	 0x0
0x3e8 	 0x0
0x3ec 	 0x0
0x3f0 	 0x0
0x3f4 	 0x0
0x3f8 	 0x0
0x3fc 	 0x0
0x400 	 0x400b1
0x404 	 0x0
0x408 	 0x4017e0
0x40c 	 0x0
0x410 	 0x1
0x414 	 0x0
0x418 	 0x0
0x41c 	 0x0
0x420 	 0x0
0x424 	 0x0
0x428 	 0x0
0x42c 	 0x0
0x430 	 0x0
0x434 	 0x0
0x438 	 0x0
0x43c 	 0x0
0x440 	 0x0
0x444 	 0x0
0x448 	 0x0
0x44c 	 0x0
0x450 	 0x0
0x454 	 0x0
0x458 	 0x0
0x45c 	 0x0
0x460 	 0x0
0x464 	 0x0
0x468 	 0x0
0x46c 	 0x0
0x470 	 0x0
0x474 	 0x0
0x478 	 0x0
0x47c 	 0x0
0x480 	 0x0
0x484 	 0x0
0x488 	 0x0
0x48c 	 0x0
0x490 	 0x0
0x494 	 0x0
0x498 	 0x0
0x49c 	 0x0
0x4a0 	 0x0
0x4a4 	 0x0
0x4a8 	 0x0
0x4ac 	 0x0
0x4b0 	 0x0
0x4b4 	 0x0
0x4b8 	 0x0
0x4bc 	 0x0
0x4c0 	 0x0
0x4c4 	 0x0
0x4c8 	 0x0
0x4cc 	 0x0
0x4d0 	 0x0
0x4d4 	 0x0
0x4d8 	 0x0
0x4dc 	 0x0
0x4e0 	 0x0
0x4e4 	 0x0
0x4e8 	 0x0
0x4ec 	 0x0
0x4f0 	 0x0
0x4f4 	 0x0
0x4f8 	 0x0
0x4fc 	 0x0
0x500 	 0x400b1
0x504 	 0x0
0x508 	 0x4016e0
0x50c 	 0x0
0x510 	 0x3
0x514 	 0x0
0x518 	 0x0
0x51c 	 0x0
0x520 	 0x0
0x524 	 0x0
0x528 	 0x0
0x52c 	 0x0
0x530 	 0x0
0x534 	 0x0
0x538 	 0x0
0x53c 	 0x0
0x540 	 0x0
0x544 	 0x0
0x548 	 0x0
0x54c 	 0x0
0x550 	 0x0
0x554 	 0x0
0x558 	 0x0
0x55c 	 0x0
0x560 	 0x0
0x564 	 0x0
0x568 	 0x0
0x56c 	 0x0
0x570 	 0x0
0x574 	 0x0
0x578 	 0x0
0x57c 	 0x0
0x580 	 0x0
0x584 	 0x0
0x588 	 0x0
0x58c 	 0x0
0x590 	 0x0
0x594 	 0x0
0x598 	 0x0
0x59c 	 0x0
0x5a0 	 0x0
0x5a4 	 0x0
0x5a8 	 0x0
0x5ac 	 0x0
0x5b0 	 0x0
0x5b4 	 0x0
0x5b8 	 0x0
0x5bc 	 0x0
0x5c0 	 0x0
0x5c4 	 0x0
0x5c8 	 0x0
0x5cc 	 0x0
0x5d0 	 0x0
0x5d4 	 0x0
0x5d8 	 0x0
0x5dc 	 0x0
0x5e0 	 0x0
0x5e4 	 0x0
0x5e8 	 0x0
0x5ec 	 0x0
0x5f0 	 0x0
0x5f4 	 0x0
0x5f8 	 0x0
0x5fc 	 0x0
0x600 	 0x0
0x604 	 0x0
0x608 	 0x0
0x60c 	 0x0
0x610 	 0x0
0x614 	 0x0
0x618 	 0x0
0x61c 	 0x0
0x620 	 0x0
0x624 	 0x0
0x628 	 0x0
0x62c 	 0x0
0x630 	 0x0
0x634 	 0x0
0x638 	 0x0
0x63c 	 0x0
0x640 	 0x0
0x644 	 0x0
0x648 	 0x0
0x64c 	 0x0
0x650 	 0x0
0x654 	 0x0
0x658 	 0x0
0x65c 	 0x0
0x660 	 0x0
0x664 	 0x0
0x668 	 0x0
0x66c 	 0x0
0x670 	 0x0
0x674 	 0x0
0x678 	 0x0
0x67c 	 0x0
0x680 	 0x0
0x684 	 0x0
0x688 	 0x0
0x68c 	 0x0
0x690 	 0x0
0x694 	 0x0
0x698 	 0x0
0x69c 	 0x0
0x6a0 	 0x0
0x6a4 	 0x0
0x6a8 	 0x0
0x6ac 	 0x0
0x6b0 	 0x0
0x6b4 	 0x0
0x6b8 	 0x0
0x6bc 	 0x0
0x6c0 	 0x0
0x6c4 	 0x0
0x6c8 	 0x0
0x6cc 	 0x0
0x6d0 	 0x0
0x6d4 	 0x0
0x6d8 	 0x0
0x6dc 	 0x0
0x6e0 	 0x0
0x6e4 	 0x0
0x6e8 	 0x0
0x6ec 	 0x0
0x6f0 	 0x0
0x6f4 	 0x0
0x6f8 	 0x0
0x6fc 	 0x0
0x700 	 0x0
0x704 	 0x0
0x708 	 0x0
0x70c 	 0x0
0x710 	 0x0
0x714 	 0x0
0x718 	 0x0
0x71c 	 0x0
0x720 	 0x0
0x724 	 0x0
0x728 	 0x0
0x72c 	 0x0
0x730 	 0x0
0x734 	 0x0
0x738 	 0x0
0x73c 	 0x0
0x740 	 0x0
0x744 	 0x0
0x748 	 0x0
0x74c 	 0x0
0x750 	 0x0
0x754 	 0x0
0x758 	 0x0
0x75c 	 0x0
0x760 	 0x0
0x764 	 0x0
0x768 	 0x0
0x76c 	 0x0
0x770 	 0x0
0x774 	 0x0
0x778 	 0x0
0x77c 	 0x0
0x780 	 0x0
0x784 	 0x0
0x788 	 0x0
0x78c 	 0x0
0x790 	 0x0
0x794 	 0x0
0x798 	 0x0
0x79c 	 0x0
0x7a0 	 0x0
0x7a4 	 0x0
0x7a8 	 0x0
0x7ac 	 0x0
0x7b0 	 0x0
0x7b4 	 0x0
0x7b8 	 0x0
0x7bc 	 0x0
0x7c0 	 0x0
0x7c4 	 0x0
0x7c8 	 0x0
0x7cc 	 0x0
0x7d0 	 0x0
0x7d4 	 0x0
0x7d8 	 0x0
0x7dc 	 0x0
0x7e0 	 0x0
0x7e4 	 0x0
0x7e8 	 0x0
0x7ec 	 0x0
0x7f0 	 0x0
0x7f4 	 0x0
0x7f8 	 0x0
0x7fc 	 0x0
0x800 	 0x0
0x804 	 0x0
0x808 	 0x0
0x80c 	 0x0
0x810 	 0x0
0x814 	 0x0
0x818 	 0x0
0x81c 	 0x0
0x820 	 0x0
0x824 	 0x0
0x828 	 0x0
0x82c 	 0x0
0x830 	 0x0
0x834 	 0x0
0x838 	 0x0
0x83c 	 0x0
0x840 	 0x0
0x844 	 0x0
0x848 	 0x0
0x84c 	 0x0
0x850 	 0x0
0x854 	 0x0
0x858 	 0x0
0x85c 	 0x0
0x860 	 0x0
0x864 	 0x0
0x868 	 0x0
0x86c 	 0x0
0x870 	 0x0
0x874 	 0x0
0x878 	 0x0
0x87c 	 0x0
0x880 	 0x0
0x884 	 0x0
0x888 	 0x0
0x88c 	 0x0
0x890 	 0x0
0x894 	 0x0
0x898 	 0x0
0x89c 	 0x0
0x8a0 	 0x0
0x8a4 	 0x0
0x8a8 	 0x0
0x8ac 	 0x0
0x8b0 	 0x0
0x8b4 	 0x0
0x8b8 	 0x0
0x8bc 	 0x0
0x8c0 	 0x0
0x8c4 	 0x0
0x8c8 	 0x0
0x8cc 	 0x0
0x8d0 	 0x0
0x8d4 	 0x0
0x8d8 	 0x0
0x8dc 	 0x0
0x8e0 	 0x0
0x8e4 	 0x0
0x8e8 	 0x0
0x8ec 	 0x0
0x8f0 	 0x0
0x8f4 	 0x0
0x8f8 	 0x0
0x8fc 	 0x0
0x900 	 0x0
0x904 	 0x0
0x908 	 0x0
0x90c 	 0x0
0x910 	 0x0
0x914 	 0x0
0x918 	 0x0
0x91c 	 0x0
0x920 	 0x0
0x924 	 0x0
0x928 	 0x0
0x92c 	 0x0
0x930 	 0x0
0x934 	 0x0
0x938 	 0x0
0x93c 	 0x0
0x940 	 0x0
0x944 	 0x0
0x948 	 0x0
0x94c 	 0x0
0x950 	 0x0
0x954 	 0x0
0x958 	 0x0
0x95c 	 0x0
0x960 	 0x0
0x964 	 0x0
0x968 	 0x0
0x96c 	 0x0
0x970 	 0x0
0x974 	 0x0
0x978 	 0x0
0x97c 	 0x0
0x980 	 0x0
0x984 	 0x0
0x988 	 0x0
0x98c 	 0x0
0x990 	 0x0
0x994 	 0x0
0x998 	 0x0
0x99c 	 0x0
0x9a0 	 0x0
0x9a4 	 0x0
0x9a8 	 0x0
0x9ac 	 0x0
0x9b0 	 0x0
0x9b4 	 0x0
0x9b8 	 0x0
0x9bc 	 0x0
0x9c0 	 0x0
0x9c4 	 0x0
0x9c8 	 0x0
0x9cc 	 0x0
0x9d0 	 0x0
0x9d4 	 0x0
0x9d8 	 0x0
0x9dc 	 0x0
0x9e0 	 0x0
0x9e4 	 0x0
0x9e8 	 0x0
0x9ec 	 0x0
0x9f0 	 0x0
0x9f4 	 0x0
0x9f8 	 0x0
0x9fc 	 0x0
0xa00 	 0x0
0xa04 	 0x0
0xa08 	 0x0
0xa0c 	 0x0
0xa10 	 0x0
0xa14 	 0x0
0xa18 	 0x0
0xa1c 	 0x0
0xa20 	 0x0
0xa24 	 0x0
0xa28 	 0x0
0xa2c 	 0x0
0xa30 	 0x0
0xa34 	 0x0
0xa38 	 0x0
0xa3c 	 0x0
0xa40 	 0x0
0xa44 	 0x0
0xa48 	 0x0
0xa4c 	 0x0
0xa50 	 0x0
0xa54 	 0x0
0xa58 	 0x0
0xa5c 	 0x0
0xa60 	 0x0
0xa64 	 0x0
0xa68 	 0x0
0xa6c 	 0x0
0xa70 	 0x0
0xa74 	 0x0
0xa78 	 0x0
0xa7c 	 0x0
0xa80 	 0x0
0xa84 	 0x0
0xa88 	 0x0
0xa8c 	 0x0
0xa90 	 0x0
0xa94 	 0x0
0xa98 	 0x0
0xa9c 	 0x0
0xaa0 	 0x0
0xaa4 	 0x0
0xaa8 	 0x0
0xaac 	 0x0
0xab0 	 0x0
0xab4 	 0x0
0xab8 	 0x0
0xabc 	 0x0
0xac0 	 0x0
0xac4 	 0x0
0xac8 	 0x0
0xacc 	 0x0
0xad0 	 0x0
0xad4 	 0x0
0xad8 	 0x0
0xadc 	 0x0
0xae0 	 0x0
0xae4 	 0x0
0xae8 	 0x0
0xaec 	 0x0
0xaf0 	 0x0
0xaf4 	 0x0
0xaf8 	 0x0
0xafc 	 0x0
0xb00 	 0x0
0xb04 	 0x0
0xb08 	 0x0
0xb0c 	 0x0
0xb10 	 0x0
0xb14 	 0x0
0xb18 	 0x0
0xb1c 	 0x0
0xb20 	 0x0
0xb24 	 0x0
0xb28 	 0x0
0xb2c 	 0x0
0xb30 	 0x0
0xb34 	 0x0
0xb38 	 0x0
0xb3c 	 0x0
0xb40 	 0x0
0xb44 	 0x0
0xb48 	 0x0
0xb4c 	 0x0
0xb50 	 0x0
0xb54 	 0x0
0xb58 	 0x0
0xb5c 	 0x0
0xb60 	 0x0
0xb64 	 0x0
0xb68 	 0x0
0xb6c 	 0x0
0xb70 	 0x0
0xb74 	 0x0
0xb78 	 0x0
0xb7c 	 0x0
0xb80 	 0x0
0xb84 	 0x0
0xb88 	 0x0
0xb8c 	 0x0
0xb90 	 0x0
0xb94 	 0x0
0xb98 	 0x0
0xb9c 	 0x0
0xba0 	 0x0
0xba4 	 0x0
0xba8 	 0x0
0xbac 	 0x0
0xbb0 	 0x0
0xbb4 	 0x0
0xbb8 	 0x0
0xbbc 	 0x0
0xbc0 	 0x0
0xbc4 	 0x0
0xbc8 	 0x0
0xbcc 	 0x0
0xbd0 	 0x0
0xbd4 	 0x0
0xbd8 	 0x0
0xbdc 	 0x0
0xbe0 	 0x0
0xbe4 	 0x0
0xbe8 	 0x0
0xbec 	 0x0
0xbf0 	 0x0
0xbf4 	 0x0
0xbf8 	 0x0
0xbfc 	 0x0
0xc00 	 0x0
0xc04 	 0x0
0xc08 	 0x0
0xc0c 	 0x0
0xc10 	 0x0
0xc14 	 0x0
0xc18 	 0x0
0xc1c 	 0x0
0xc20 	 0x0
0xc24 	 0x0
0xc28 	 0x0
0xc2c 	 0x0
0xc30 	 0x0
0xc34 	 0x0
0xc38 	 0x0
0xc3c 	 0x0
0xc40 	 0x0
0xc44 	 0x0
0xc48 	 0x0
0xc4c 	 0x0
0xc50 	 0x0
0xc54 	 0x0
0xc58 	 0x0
0xc5c 	 0x0
0xc60 	 0x0
0xc64 	 0x0
0xc68 	 0x0
0xc6c 	 0x0
0xc70 	 0x0
0xc74 	 0x0
0xc78 	 0x0
0xc7c 	 0x0
0xc80 	 0x0
0xc84 	 0x0
0xc88 	 0x0
0xc8c 	 0x0
0xc90 	 0x0
0xc94 	 0x0
0xc98 	 0x0
0xc9c 	 0x0
0xca0 	 0x0
0xca4 	 0x0
0xca8 	 0x0
0xcac 	 0x0
0xcb0 	 0x0
0xcb4 	 0x0
0xcb8 	 0x0
0xcbc 	 0x0
0xcc0 	 0x0
0xcc4 	 0x0
0xcc8 	 0x0
0xccc 	 0x0
0xcd0 	 0x0
0xcd4 	 0x0
0xcd8 	 0x0
0xcdc 	 0x0
0xce0 	 0x0
0xce4 	 0x0
0xce8 	 0x0
0xcec 	 0x0
0xcf0 	 0x0
0xcf4 	 0x0
0xcf8 	 0x0
0xcfc 	 0x0
0xd00 	 0x0
0xd04 	 0x0
0xd08 	 0x0
0xd0c 	 0x0
0xd10 	 0x0
0xd14 	 0x0
0xd18 	 0x0
0xd1c 	 0x0
0xd20 	 0x0
0xd24 	 0x0
0xd28 	 0x0
0xd2c 	 0x0
0xd30 	 0x0
0xd34 	 0x0
0xd38 	 0x0
0xd3c 	 0x0
0xd40 	 0x0
0xd44 	 0x0
0xd48 	 0x0
0xd4c 	 0x0
0xd50 	 0x0
0xd54 	 0x0
0xd58 	 0x0
0xd5c 	 0x0
0xd60 	 0x0
0xd64 	 0x0
0xd68 	 0x0
0xd6c 	 0x0
0xd70 	 0x0
0xd74 	 0x0
0xd78 	 0x0
0xd7c 	 0x0
0xd80 	 0x0
0xd84 	 0x0
0xd88 	 0x0
0xd8c 	 0x0
0xd90 	 0x0
0xd94 	 0x0
0xd98 	 0x0
0xd9c 	 0x0
0xda0 	 0x0
0xda4 	 0x0
0xda8 	 0x0
0xdac 	 0x0
0xdb0 	 0x0
0xdb4 	 0x0
0xdb8 	 0x0
0xdbc 	 0x0
0xdc0 	 0x0
0xdc4 	 0x0
0xdc8 	 0x0
0xdcc 	 0x0
0xdd0 	 0x0
0xdd4 	 0x0
0xdd8 	 0x0
0xddc 	 0x0
0xde0 	 0x0
0xde4 	 0x0
0xde8 	 0x0
0xdec 	 0x0
0xdf0 	 0x0
0xdf4 	 0x0
0xdf8 	 0x0
0xdfc 	 0x0
0xe00 	 0x0
0xe04 	 0x0
0xe08 	 0x0
0xe0c 	 0x0
0xe10 	 0x0
0xe14 	 0x0
0xe18 	 0x0
0xe1c 	 0x0
0xe20 	 0x0
0xe24 	 0x0
0xe28 	 0x0
0xe2c 	 0x0
0xe30 	 0x0
0xe34 	 0x0
0xe38 	 0x0
0xe3c 	 0x0
0xe40 	 0x0
0xe44 	 0x0
0xe48 	 0x0
0xe4c 	 0x0
0xe50 	 0x0
0xe54 	 0x0
0xe58 	 0x0
0xe5c 	 0x0
0xe60 	 0x0
0xe64 	 0x0
0xe68 	 0x0
0xe6c 	 0x0
0xe70 	 0x0
0xe74 	 0x0
0xe78 	 0x0
0xe7c 	 0x0
0xe80 	 0x0
0xe84 	 0x0
0xe88 	 0x0
0xe8c 	 0x0
0xe90 	 0x0
0xe94 	 0x0
0xe98 	 0x0
0xe9c 	 0x0
0xea0 	 0x0
0xea4 	 0x0
0xea8 	 0x0
0xeac 	 0x0
0xeb0 	 0x0
0xeb4 	 0x0
0xeb8 	 0x0
0xebc 	 0x0
0xec0 	 0x0
0xec4 	 0x0
0xec8 	 0x0
0xecc 	 0x0
0xed0 	 0x0
0xed4 	 0x0
0xed8 	 0x0
0xedc 	 0x0
0xee0 	 0x0
0xee4 	 0x0
0xee8 	 0x0
0xeec 	 0x0
0xef0 	 0x0
0xef4 	 0x0
0xef8 	 0x0
0xefc 	 0x0
0xf00 	 0x0
0xf04 	 0x0
0xf08 	 0x0
0xf0c 	 0x0
0xf10 	 0x0
0xf14 	 0x0
0xf18 	 0x0
0xf1c 	 0x0
0xf20 	 0x0
0xf24 	 0x0
0xf28 	 0x0
0xf2c 	 0x0
0xf30 	 0x0
0xf34 	 0x0
0xf38 	 0x0
0xf3c 	 0x0
0xf40 	 0x0
0xf44 	 0x0
0xf48 	 0x0
0xf4c 	 0x0
0xf50 	 0x0
0xf54 	 0x0
0xf58 	 0x0
0xf5c 	 0x0
0xf60 	 0x0
0xf64 	 0x0
0xf68 	 0x0
0xf6c 	 0x0
0xf70 	 0x0
0xf74 	 0x0
0xf78 	 0x0
0xf7c 	 0x0
0xf80 	 0x0
0xf84 	 0x0
0xf88 	 0x0
0xf8c 	 0x0
0xf90 	 0x0
0xf94 	 0x0
0xf98 	 0x0
0xf9c 	 0x0
0xfa0 	 0x0
0xfa4 	 0x0
0xfa8 	 0x0
0xfac 	 0x0
0xfb0 	 0x0
0xfb4 	 0x0
0xfb8 	 0x0
0xfbc 	 0x0
0xfc0 	 0x0
0xfc4 	 0x0
0xfc8 	 0x0
0xfcc 	 0x0
0xfd0 	 0x0
0xfd4 	 0x0
0xfd8 	 0x0
0xfdc 	 0x0
0xfe0 	 0x0
0xfe4 	 0x0
0xfe8 	 0x0
0xfec 	 0x0
0xff0 	 0x0
0xff4 	 0x0
0xff8 	 0x0
0xffc 	 0x0
0x1000 	 0x0
0x1004 	 0x0
0x1008 	 0x0
0x100c 	 0x0
0x1010 	 0x0
0x1014 	 0x0
0x1018 	 0x0
0x101c 	 0x0
0x1020 	 0x0
0x1024 	 0x0
0x1028 	 0x0
0x102c 	 0x0
0x1030 	 0x0
0x1034 	 0x0
0x1038 	 0x0
0x103c 	 0x0
0x1040 	 0x0
0x1044 	 0x0
0x1048 	 0x0
0x104c 	 0x0
0x1050 	 0x0
0x1054 	 0x0
0x1058 	 0x0
0x105c 	 0x0
0x1060 	 0x0
0x1064 	 0x0
0x1068 	 0x0
0x106c 	 0x0
0x1070 	 0x0
0x1074 	 0x0
0x1078 	 0x0
0x107c 	 0x0
0x1080 	 0x0
0x1084 	 0x0
0x1088 	 0x0
0x108c 	 0x0
0x1090 	 0x0
0x1094 	 0x0
0x1098 	 0x0
0x109c 	 0x0
0x10a0 	 0x0
0x10a4 	 0x0
0x10a8 	 0x0
0x10ac 	 0x0
0x10b0 	 0x0
0x10b4 	 0x0
0x10b8 	 0x0
0x10bc 	 0x0
0x10c0 	 0x0
0x10c4 	 0x0
0x10c8 	 0x0
0x10cc 	 0x0
0x10d0 	 0x0
0x10d4 	 0x0
0x10d8 	 0x0
0x10dc 	 0x0
0x10e0 	 0x0
0x10e4 	 0x0
0x10e8 	 0x0
0x10ec 	 0x0
0x10f0 	 0x0
0x10f4 	 0x0
0x10f8 	 0x0
0x10fc 	 0x0
0x1100 	 0x0
0x1104 	 0x0
0x1108 	 0x0
0x110c 	 0x0
0x1110 	 0x0
0x1114 	 0x0
0x1118 	 0x0
0x111c 	 0x0
0x1120 	 0x0
0x1124 	 0x0
0x1128 	 0x0
0x112c 	 0x0
0x1130 	 0x0
0x1134 	 0x0
0x1138 	 0x0
0x113c 	 0x0
0x1140 	 0x0
0x1144 	 0x0
0x1148 	 0x0
0x114c 	 0x0
0x1150 	 0x0
0x1154 	 0x0
0x1158 	 0x0
0x115c 	 0x0
0x1160 	 0x0
0x1164 	 0x0
0x1168 	 0x0
0x116c 	 0x0
0x1170 	 0x0
0x1174 	 0x0
0x1178 	 0x0
0x117c 	 0x0
0x1180 	 0x0
0x1184 	 0x0
0x1188 	 0x0
0x118c 	 0x0
0x1190 	 0x0
0x1194 	 0x0
0x1198 	 0x0
0x119c 	 0x0
0x11a0 	 0x0
0x11a4 	 0x0
0x11a8 	 0x0
0x11ac 	 0x0
0x11b0 	 0x0
0x11b4 	 0x0
0x11b8 	 0x0
0x11bc 	 0x0
0x11c0 	 0x0
0x11c4 	 0x0
0x11c8 	 0x0
0x11cc 	 0x0
0x11d0 	 0x0
0x11d4 	 0x0
0x11d8 	 0x0
0x11dc 	 0x0
0x11e0 	 0x0
0x11e4 	 0x0
0x11e8 	 0x0
0x11ec 	 0x0
0x11f0 	 0x0
0x11f4 	 0x0
0x11f8 	 0x0
0x11fc 	 0x0
0x1200 	 0x0
0x1204 	 0x0
0x1208 	 0x0
0x120c 	 0x0
0x1210 	 0x0
0x1214 	 0x0
0x1218 	 0x0
0x121c 	 0x0
0x1220 	 0x0
0x1224 	 0x0
0x1228 	 0x0
0x122c 	 0x0
0x1230 	 0x0
0x1234 	 0x0
0x1238 	 0x0
0x123c 	 0x0
0x1240 	 0x0
0x1244 	 0x0
0x1248 	 0x0
0x124c 	 0x0
0x1250 	 0x0
0x1254 	 0x0
0x1258 	 0x0
0x125c 	 0x0
0x1260 	 0x0
0x1264 	 0x0
0x1268 	 0x0
0x126c 	 0x0
0x1270 	 0x0
0x1274 	 0x0
0x1278 	 0x0
0x127c 	 0x0
0x1280 	 0x0
0x1284 	 0x0
0x1288 	 0x0
0x128c 	 0x0
0x1290 	 0x0
0x1294 	 0x0
0x1298 	 0x0
0x129c 	 0x0
0x12a0 	 0x0
0x12a4 	 0x0
0x12a8 	 0x0
0x12ac 	 0x0
0x12b0 	 0x0
0x12b4 	 0x0
0x12b8 	 0x0
0x12bc 	 0x0
0x12c0 	 0x0
0x12c4 	 0x0
0x12c8 	 0x0
0x12cc 	 0x0
0x12d0 	 0x0
0x12d4 	 0x0
0x12d8 	 0x0
0x12dc 	 0x0
0x12e0 	 0x0
0x12e4 	 0x0
0x12e8 	 0x0
0x12ec 	 0x0
0x12f0 	 0x0
0x12f4 	 0x0
0x12f8 	 0x0
0x12fc 	 0x0
0x1300 	 0x0
0x1304 	 0x0
0x1308 	 0x0
0x130c 	 0x0
0x1310 	 0x0
0x1314 	 0x0
0x1318 	 0x0
0x131c 	 0x0
0x1320 	 0x0
0x1324 	 0x0
0x1328 	 0x0
0x132c 	 0x0
0x1330 	 0x0
0x1334 	 0x0
0x1338 	 0x0
0x133c 	 0x0
0x1340 	 0x0
0x1344 	 0x0
0x1348 	 0x0
0x134c 	 0x0
0x1350 	 0x0
0x1354 	 0x0
0x1358 	 0x0
0x135c 	 0x0
0x1360 	 0x0
0x1364 	 0x0
0x1368 	 0x0
0x136c 	 0x0
0x1370 	 0x0
0x1374 	 0x0
0x1378 	 0x0
0x137c 	 0x0
0x1380 	 0x0
0x1384 	 0x0
0x1388 	 0x0
0x138c 	 0x0
0x1390 	 0x0
0x1394 	 0x0
0x1398 	 0x0
0x139c 	 0x0
0x13a0 	 0x0
0x13a4 	 0x0
0x13a8 	 0x0
0x13ac 	 0x0
0x13b0 	 0x0
0x13b4 	 0x0
0x13b8 	 0x0
0x13bc 	 0x0
0x13c0 	 0x0
0x13c4 	 0x0
0x13c8 	 0x0
0x13cc 	 0x0
0x13d0 	 0x0
0x13d4 	 0x0
0x13d8 	 0x0
0x13dc 	 0x0
0x13e0 	 0x0
0x13e4 	 0x0
0x13e8 	 0x0
0x13ec 	 0x0
0x13f0 	 0x0
0x13f4 	 0x0
0x13f8 	 0x0
0x13fc 	 0x0
0x1400 	 0x0
0x1404 	 0x0
0x1408 	 0x0
0x140c 	 0x0
0x1410 	 0x0
0x1414 	 0x0
0x1418 	 0x0
0x141c 	 0x0
0x1420 	 0x0
0x1424 	 0x0
0x1428 	 0x0
0x142c 	 0x0
0x1430 	 0x0
0x1434 	 0x0
0x1438 	 0x0
0x143c 	 0x0
0x1440 	 0x0
0x1444 	 0x0
0x1448 	 0x0
0x144c 	 0x0
0x1450 	 0x0
0x1454 	 0x0
0x1458 	 0x0
0x145c 	 0x0
0x1460 	 0x0
0x1464 	 0x0
0x1468 	 0x0
0x146c 	 0x0
0x1470 	 0x0
0x1474 	 0x0
0x1478 	 0x0
0x147c 	 0x0
0x1480 	 0x0
0x1484 	 0x0
0x1488 	 0x0
0x148c 	 0x0
0x1490 	 0x0
0x1494 	 0x0
0x1498 	 0x0
0x149c 	 0x0
0x14a0 	 0x0
0x14a4 	 0x0
0x14a8 	 0x0
0x14ac 	 0x0
0x14b0 	 0x0
0x14b4 	 0x0
0x14b8 	 0x0
0x14bc 	 0x0
0x14c0 	 0x0
0x14c4 	 0x0
0x14c8 	 0x0
0x14cc 	 0x0
0x14d0 	 0x0
0x14d4 	 0x0
0x14d8 	 0x0
0x14dc 	 0x0
0x14e0 	 0x0
0x14e4 	 0x0
0x14e8 	 0x0
0x14ec 	 0x0
0x14f0 	 0x0
0x14f4 	 0x0
0x14f8 	 0x0
0x14fc 	 0x0
0x1500 	 0x0
0x1504 	 0x0
0x1508 	 0x0
0x150c 	 0x0
0x1510 	 0x0
0x1514 	 0x0
0x1518 	 0x0
0x151c 	 0x0
0x1520 	 0x0
0x1524 	 0x0
0x1528 	 0x0
0x152c 	 0x0
0x1530 	 0x0
0x1534 	 0x0
0x1538 	 0x0
0x153c 	 0x0
0x1540 	 0x0
0x1544 	 0x0
0x1548 	 0x0
0x154c 	 0x0
0x1550 	 0x0
0x1554 	 0x0
0x1558 	 0x0
0x155c 	 0x0
0x1560 	 0x0
0x1564 	 0x0
0x1568 	 0x0
0x156c 	 0x0
0x1570 	 0x0
0x1574 	 0x0
0x1578 	 0x0
0x157c 	 0x0
0x1580 	 0x0
0x1584 	 0x0
0x1588 	 0x0
0x158c 	 0x0
0x1590 	 0x0
0x1594 	 0x0
0x1598 	 0x0
0x159c 	 0x0
0x15a0 	 0x0
0x15a4 	 0x0
0x15a8 	 0x0
0x15ac 	 0x0
0x15b0 	 0x0
0x15b4 	 0x0
0x15b8 	 0x0
0x15bc 	 0x0
0x15c0 	 0x0
0x15c4 	 0x0
0x15c8 	 0x0
0x15cc 	 0x0
0x15d0 	 0x0
0x15d4 	 0x0
0x15d8 	 0x0
0x15dc 	 0x0
0x15e0 	 0x0
0x15e4 	 0x0
0x15e8 	 0x0
0x15ec 	 0x0
0x15f0 	 0x0
0x15f4 	 0x0
0x15f8 	 0x0
0x15fc 	 0x0
0x1600 	 0x0
0x1604 	 0x0
0x1608 	 0x0
0x160c 	 0x0
0x1610 	 0x0
0x1614 	 0x0
0x1618 	 0x0
0x161c 	 0x0
0x1620 	 0x0
0x1624 	 0x0
0x1628 	 0x0
0x162c 	 0x0
0x1630 	 0x0
0x1634 	 0x0
0x1638 	 0x0
0x163c 	 0x0
0x1640 	 0x0
0x1644 	 0x0
0x1648 	 0x0
0x164c 	 0x0
0x1650 	 0x0
0x1654 	 0x0
0x1658 	 0x0
0x165c 	 0x0
0x1660 	 0x0
0x1664 	 0x0
0x1668 	 0x0
0x166c 	 0x0
0x1670 	 0x0
0x1674 	 0x0
0x1678 	 0x0
0x167c 	 0x0
0x1680 	 0x0
0x1684 	 0x0
0x1688 	 0x0
0x168c 	 0x0
0x1690 	 0x0
0x1694 	 0x0
0x1698 	 0x0
0x169c 	 0x0
0x16a0 	 0x0
0x16a4 	 0x0
0x16a8 	 0x0
0x16ac 	 0x0
0x16b0 	 0x0
0x16b4 	 0x0
0x16b8 	 0x0
0x16bc 	 0x0
0x16c0 	 0x0
0x16c4 	 0x0
0x16c8 	 0x0
0x16cc 	 0x0
0x16d0 	 0x0
0x16d4 	 0x0
0x16d8 	 0x0
0x16dc 	 0x0
0x16e0 	 0x0
0x16e4 	 0x0
0x16e8 	 0x0
0x16ec 	 0x0
0x16f0 	 0x0
0x16f4 	 0x0
0x16f8 	 0x0
0x16fc 	 0x0
0x1700 	 0x0
0x1704 	 0x0
0x1708 	 0x0
0x170c 	 0x0
0x1710 	 0x0
0x1714 	 0x0
0x1718 	 0x0
0x171c 	 0x0
0x1720 	 0x0
0x1724 	 0x0
0x1728 	 0x0
0x172c 	 0x0
0x1730 	 0x0
0x1734 	 0x0
0x1738 	 0x0
0x173c 	 0x0
0x1740 	 0x0
0x1744 	 0x0
0x1748 	 0x0
0x174c 	 0x0
0x1750 	 0x0
0x1754 	 0x0
0x1758 	 0x0
0x175c 	 0x0
0x1760 	 0x0
0x1764 	 0x0
0x1768 	 0x0
0x176c 	 0x0
0x1770 	 0x0
0x1774 	 0x0
0x1778 	 0x0
0x177c 	 0x0
0x1780 	 0x0
0x1784 	 0x0
0x1788 	 0x0
0x178c 	 0x0
0x1790 	 0x0
0x1794 	 0x0
0x1798 	 0x0
0x179c 	 0x0
0x17a0 	 0x0
0x17a4 	 0x0
0x17a8 	 0x0
0x17ac 	 0x0
0x17b0 	 0x0
0x17b4 	 0x0
0x17b8 	 0x0
0x17bc 	 0x0
0x17c0 	 0x0
0x17c4 	 0x0
0x17c8 	 0x0
0x17cc 	 0x0
0x17d0 	 0x0
0x17d4 	 0x0
0x17d8 	 0x0
0x17dc 	 0x0
0x17e0 	 0x0
0x17e4 	 0x0
0x17e8 	 0x0
0x17ec 	 0x0
0x17f0 	 0x0
0x17f4 	 0x0
0x17f8 	 0x0
0x17fc 	 0x0
0x1800 	 0x0
0x1804 	 0x0
0x1808 	 0x0
0x180c 	 0x0
0x1810 	 0x0
0x1814 	 0x0
0x1818 	 0x0
0x181c 	 0x0
0x1820 	 0x0
0x1824 	 0x0
0x1828 	 0x0
0x182c 	 0x0
0x1830 	 0x0
0x1834 	 0x0
0x1838 	 0x0
0x183c 	 0x0
0x1840 	 0x0
0x1844 	 0x0
0x1848 	 0x0
0x184c 	 0x0
0x1850 	 0x0
0x1854 	 0x0
0x1858 	 0x0
0x185c 	 0x0
0x1860 	 0x0
0x1864 	 0x0
0x1868 	 0x0
0x186c 	 0x0
0x1870 	 0x0
0x1874 	 0x0
0x1878 	 0x0
0x187c 	 0x0
0x1880 	 0x0
0x1884 	 0x0
0x1888 	 0x0
0x188c 	 0x0
0x1890 	 0x0
0x1894 	 0x0
0x1898 	 0x0
0x189c 	 0x0
0x18a0 	 0x0
0x18a4 	 0x0
0x18a8 	 0x0
0x18ac 	 0x0
0x18b0 	 0x0
0x18b4 	 0x0
0x18b8 	 0x0
0x18bc 	 0x0
0x18c0 	 0x0
0x18c4 	 0x0
0x18c8 	 0x0
0x18cc 	 0x0
0x18d0 	 0x0
0x18d4 	 0x0
0x18d8 	 0x0
0x18dc 	 0x0
0x18e0 	 0x0
0x18e4 	 0x0
0x18e8 	 0x0
0x18ec 	 0x0
0x18f0 	 0x0
0x18f4 	 0x0
0x18f8 	 0x0
0x18fc 	 0x0
0x1900 	 0x0
0x1904 	 0x0
0x1908 	 0x0
0x190c 	 0x0
0x1910 	 0x0
0x1914 	 0x0
0x1918 	 0x0
0x191c 	 0x0
0x1920 	 0x0
0x1924 	 0x0
0x1928 	 0x0
0x192c 	 0x0
0x1930 	 0x0
0x1934 	 0x0
0x1938 	 0x0
0x193c 	 0x0
0x1940 	 0x0
0x1944 	 0x0
0x1948 	 0x0
0x194c 	 0x0
0x1950 	 0x0
0x1954 	 0x0
0x1958 	 0x0
0x195c 	 0x0
0x1960 	 0x0
0x1964 	 0x0
0x1968 	 0x0
0x196c 	 0x0
0x1970 	 0x0
0x1974 	 0x0
0x1978 	 0x0
0x197c 	 0x0
0x1980 	 0x0
0x1984 	 0x0
0x1988 	 0x0
0x198c 	 0x0
0x1990 	 0x0
0x1994 	 0x0
0x1998 	 0x0
0x199c 	 0x0
0x19a0 	 0x0
0x19a4 	 0x0
0x19a8 	 0x0
0x19ac 	 0x0
0x19b0 	 0x0
0x19b4 	 0x0
0x19b8 	 0x0
0x19bc 	 0x0
0x19c0 	 0x0
0x19c4 	 0x0
0x19c8 	 0x0
0x19cc 	 0x0
0x19d0 	 0x0
0x19d4 	 0x0
0x19d8 	 0x0
0x19dc 	 0x0
0x19e0 	 0x0
0x19e4 	 0x0
0x19e8 	 0x0
0x19ec 	 0x0
0x19f0 	 0x0
0x19f4 	 0x0
0x19f8 	 0x0
0x19fc 	 0x0
0x1a00 	 0x0
0x1a04 	 0x0
0x1a08 	 0x0
0x1a0c 	 0x0
0x1a10 	 0x0
0x1a14 	 0x0
0x1a18 	 0x0
0x1a1c 	 0x0
0x1a20 	 0x0
0x1a24 	 0x0
0x1a28 	 0x0
0x1a2c 	 0x0
0x1a30 	 0x0
0x1a34 	 0x0
0x1a38 	 0x0
0x1a3c 	 0x0
0x1a40 	 0x0
0x1a44 	 0x0
0x1a48 	 0x0
0x1a4c 	 0x0
0x1a50 	 0x0
0x1a54 	 0x0
0x1a58 	 0x0
0x1a5c 	 0x0
0x1a60 	 0x0
0x1a64 	 0x0
0x1a68 	 0x0
0x1a6c 	 0x0
0x1a70 	 0x0
0x1a74 	 0x0
0x1a78 	 0x0
0x1a7c 	 0x0
0x1a80 	 0x0
0x1a84 	 0x0
0x1a88 	 0x0
0x1a8c 	 0x0
0x1a90 	 0x0
0x1a94 	 0x0
0x1a98 	 0x0
0x1a9c 	 0x0
0x1aa0 	 0x0
0x1aa4 	 0x0
0x1aa8 	 0x0
0x1aac 	 0x0
0x1ab0 	 0x0
0x1ab4 	 0x0
0x1ab8 	 0x0
0x1abc 	 0x0
0x1ac0 	 0x0
0x1ac4 	 0x0
0x1ac8 	 0x0
0x1acc 	 0x0
0x1ad0 	 0x0
0x1ad4 	 0x0
0x1ad8 	 0x0
0x1adc 	 0x0
0x1ae0 	 0x0
0x1ae4 	 0x0
0x1ae8 	 0x0
0x1aec 	 0x0
0x1af0 	 0x0
0x1af4 	 0x0
0x1af8 	 0x0
0x1afc 	 0x0
0x1b00 	 0x0
0x1b04 	 0x0
0x1b08 	 0x0
0x1b0c 	 0x0
0x1b10 	 0x0
0x1b14 	 0x0
0x1b18 	 0x0
0x1b1c 	 0x0
0x1b20 	 0x0
0x1b24 	 0x0
0x1b28 	 0x0
0x1b2c 	 0x0
0x1b30 	 0x0
0x1b34 	 0x0
0x1b38 	 0x0
0x1b3c 	 0x0
0x1b40 	 0x0
0x1b44 	 0x0
0x1b48 	 0x0
0x1b4c 	 0x0
0x1b50 	 0x0
0x1b54 	 0x0
0x1b58 	 0x0
0x1b5c 	 0x0
0x1b60 	 0x0
0x1b64 	 0x0
0x1b68 	 0x0
0x1b6c 	 0x0
0x1b70 	 0x0
0x1b74 	 0x0
0x1b78 	 0x0
0x1b7c 	 0x0
0x1b80 	 0x0
0x1b84 	 0x0
0x1b88 	 0x0
0x1b8c 	 0x0
0x1b90 	 0x0
0x1b94 	 0x0
0x1b98 	 0x0
0x1b9c 	 0x0
0x1ba0 	 0x0
0x1ba4 	 0x0
0x1ba8 	 0x0
0x1bac 	 0x0
0x1bb0 	 0x0
0x1bb4 	 0x0
0x1bb8 	 0x0
0x1bbc 	 0x0
0x1bc0 	 0x0
0x1bc4 	 0x0
0x1bc8 	 0x0
0x1bcc 	 0x0
0x1bd0 	 0x0
0x1bd4 	 0x0
0x1bd8 	 0x0
0x1bdc 	 0x0
0x1be0 	 0x0
0x1be4 	 0x0
0x1be8 	 0x0
0x1bec 	 0x0
0x1bf0 	 0x0
0x1bf4 	 0x0
0x1bf8 	 0x0
0x1bfc 	 0x0
0x1c00 	 0x0
0x1c04 	 0x0
0x1c08 	 0x0
0x1c0c 	 0x0
0x1c10 	 0x0
0x1c14 	 0x0
0x1c18 	 0x0
0x1c1c 	 0x0
0x1c20 	 0x0
0x1c24 	 0x0
0x1c28 	 0x0
0x1c2c 	 0x0
0x1c30 	 0x0
0x1c34 	 0x0
0x1c38 	 0x0
0x1c3c 	 0x0
0x1c40 	 0x0
0x1c44 	 0x0
0x1c48 	 0x0
0x1c4c 	 0x0
0x1c50 	 0x0
0x1c54 	 0x0
0x1c58 	 0x0
0x1c5c 	 0x0
0x1c60 	 0x0
0x1c64 	 0x0
0x1c68 	 0x0
0x1c6c 	 0x0
0x1c70 	 0x0
0x1c74 	 0x0
0x1c78 	 0x0
0x1c7c 	 0x0
0x1c80 	 0x0
0x1c84 	 0x0
0x1c88 	 0x0
0x1c8c 	 0x0
0x1c90 	 0x0
0x1c94 	 0x0
0x1c98 	 0x0
0x1c9c 	 0x0
0x1ca0 	 0x0
0x1ca4 	 0x0
0x1ca8 	 0x0
0x1cac 	 0x0
0x1cb0 	 0x0
0x1cb4 	 0x0
0x1cb8 	 0x0
0x1cbc 	 0x0
0x1cc0 	 0x0
0x1cc4 	 0x0
0x1cc8 	 0x0
0x1ccc 	 0x0
0x1cd0 	 0x0
0x1cd4 	 0x0
0x1cd8 	 0x0
0x1cdc 	 0x0
0x1ce0 	 0x0
0x1ce4 	 0x0
0x1ce8 	 0x0
0x1cec 	 0x0
0x1cf0 	 0x0
0x1cf4 	 0x0
0x1cf8 	 0x0
0x1cfc 	 0x0
0x1d00 	 0x0
0x1d04 	 0x0
0x1d08 	 0x0
0x1d0c 	 0x0
0x1d10 	 0x0
0x1d14 	 0x0
0x1d18 	 0x0
0x1d1c 	 0x0
0x1d20 	 0x0
0x1d24 	 0x0
0x1d28 	 0x0
0x1d2c 	 0x0
0x1d30 	 0x0
0x1d34 	 0x0
0x1d38 	 0x0
0x1d3c 	 0x0
0x1d40 	 0x0
0x1d44 	 0x0
0x1d48 	 0x0
0x1d4c 	 0x0
0x1d50 	 0x0
0x1d54 	 0x0
0x1d58 	 0x0
0x1d5c 	 0x0
0x1d60 	 0x0
0x1d64 	 0x0
0x1d68 	 0x0
0x1d6c 	 0x0
0x1d70 	 0x0
0x1d74 	 0x0
0x1d78 	 0x0
0x1d7c 	 0x0
0x1d80 	 0x0
0x1d84 	 0x0
0x1d88 	 0x0
0x1d8c 	 0x0
0x1d90 	 0x0
0x1d94 	 0x0
0x1d98 	 0x0
0x1d9c 	 0x0
0x1da0 	 0x0
0x1da4 	 0x0
0x1da8 	 0x0
0x1dac 	 0x0
0x1db0 	 0x0
0x1db4 	 0x0
0x1db8 	 0x0
0x1dbc 	 0x0
0x1dc0 	 0x0
0x1dc4 	 0x0
0x1dc8 	 0x0
0x1dcc 	 0x0
0x1dd0 	 0x0
0x1dd4 	 0x0
0x1dd8 	 0x0
0x1ddc 	 0x0
0x1de0 	 0x0
0x1de4 	 0x0
0x1de8 	 0x0
0x1dec 	 0x0
0x1df0 	 0x0
0x1df4 	 0x0
0x1df8 	 0x0
0x1dfc 	 0x0
0x1e00 	 0x0
0x1e04 	 0x0
0x1e08 	 0x0
0x1e0c 	 0x0
0x1e10 	 0x0
0x1e14 	 0x0
0x1e18 	 0x0
0x1e1c 	 0x0
0x1e20 	 0x0
0x1e24 	 0x0
0x1e28 	 0x0
0x1e2c 	 0x0
0x1e30 	 0x0
0x1e34 	 0x0
0x1e38 	 0x0
0x1e3c 	 0x0
0x1e40 	 0x0
0x1e44 	 0x0
0x1e48 	 0x0
0x1e4c 	 0x0
0x1e50 	 0x0
0x1e54 	 0x0
0x1e58 	 0x0
0x1e5c 	 0x0
0x1e60 	 0x0
0x1e64 	 0x0
0x1e68 	 0x0
0x1e6c 	 0x0
0x1e70 	 0x0
0x1e74 	 0x0
0x1e78 	 0x0
0x1e7c 	 0x0
0x1e80 	 0x0
0x1e84 	 0x0
0x1e88 	 0x0
0x1e8c 	 0x0
0x1e90 	 0x0
0x1e94 	 0x0
0x1e98 	 0x0
0x1e9c 	 0x0
0x1ea0 	 0x0
0x1ea4 	 0x0
0x1ea8 	 0x0
0x1eac 	 0x0
0x1eb0 	 0x0
0x1eb4 	 0x0
0x1eb8 	 0x0
0x1ebc 	 0x0
0x1ec0 	 0x0
0x1ec4 	 0x0
0x1ec8 	 0x0
0x1ecc 	 0x0
0x1ed0 	 0x0
0x1ed4 	 0x0
0x1ed8 	 0x0
0x1edc 	 0x0
0x1ee0 	 0x0
0x1ee4 	 0x0
0x1ee8 	 0x0
0x1eec 	 0x0
0x1ef0 	 0x0
0x1ef4 	 0x0
0x1ef8 	 0x0
0x1efc 	 0x0
0x1f00 	 0x0
0x1f04 	 0x0
0x1f08 	 0x0
0x1f0c 	 0x0
0x1f10 	 0x0
0x1f14 	 0x0
0x1f18 	 0x0
0x1f1c 	 0x0
0x1f20 	 0x0
0x1f24 	 0x0
0x1f28 	 0x0
0x1f2c 	 0x0
0x1f30 	 0x0
0x1f34 	 0x0
0x1f38 	 0x0
0x1f3c 	 0x0
0x1f40 	 0x0
0x1f44 	 0x0
0x1f48 	 0x0
0x1f4c 	 0x0
0x1f50 	 0x0
0x1f54 	 0x0
0x1f58 	 0x0
0x1f5c 	 0x0
0x1f60 	 0x0
0x1f64 	 0x0
0x1f68 	 0x0
0x1f6c 	 0x0
0x1f70 	 0x0
0x1f74 	 0x0
0x1f78 	 0x0
0x1f7c 	 0x0
0x1f80 	 0x0
0x1f84 	 0x0
0x1f88 	 0x0
0x1f8c 	 0x0
0x1f90 	 0x0
0x1f94 	 0x0
0x1f98 	 0x0
0x1f9c 	 0x0
0x1fa0 	 0x0
0x1fa4 	 0x0
0x1fa8 	 0x0
0x1fac 	 0x0
0x1fb0 	 0x0
0x1fb4 	 0x0
0x1fb8 	 0x0
0x1fbc 	 0x0
0x1fc0 	 0x0
0x1fc4 	 0x0
0x1fc8 	 0x0
0x1fcc 	 0x0
0x1fd0 	 0x0
0x1fd4 	 0x0
0x1fd8 	 0x0
0x1fdc 	 0x0
0x1fe0 	 0x0
0x1fe4 	 0x0
0x1fe8 	 0x0
0x1fec 	 0x0
0x1ff0 	 0x0
0x1ff4 	 0x0
0x1ff8 	 0x0
0x1ffc 	 0x0
0x2000 	 0x0
0x2004 	 0x0
0x2008 	 0x0
0x200c 	 0x0
0x2010 	 0x0
0x2014 	 0x0
0x2018 	 0x0
0x201c 	 0x0
0x2020 	 0x0
0x2024 	 0x0
0x2028 	 0x0
0x202c 	 0x0
0x2030 	 0x0
0x2034 	 0x0
0x2038 	 0x0
0x203c 	 0x0
0x2040 	 0x0
0x2044 	 0x0
0x2048 	 0x0
0x204c 	 0x0
0x2050 	 0x0
0x2054 	 0x0
0x2058 	 0x0
0x205c 	 0x0
0x2060 	 0x0
0x2064 	 0x0
0x2068 	 0x0
0x206c 	 0x0
0x2070 	 0x0
0x2074 	 0x0
0x2078 	 0x0
0x207c 	 0x0
0x2080 	 0x0
0x2084 	 0x0
0x2088 	 0x0
0x208c 	 0x0
0x2090 	 0x0
0x2094 	 0x0
0x2098 	 0x0
0x209c 	 0x0
0x20a0 	 0x0
0x20a4 	 0x0
0x20a8 	 0x0
0x20ac 	 0x0
0x20b0 	 0x0
0x20b4 	 0x0
0x20b8 	 0x0
0x20bc 	 0x0
0x20c0 	 0x0
0x20c4 	 0x0
0x20c8 	 0x0
0x20cc 	 0x0
0x20d0 	 0x0
0x20d4 	 0x0
0x20d8 	 0x0
0x20dc 	 0x0
0x20e0 	 0x0
0x20e4 	 0x0
0x20e8 	 0x0
0x20ec 	 0x0
0x20f0 	 0x0
0x20f4 	 0x0
0x20f8 	 0x0
0x20fc 	 0x0
0x2100 	 0x0
0x2104 	 0x0
0x2108 	 0x0
0x210c 	 0x0
0x2110 	 0x0
0x2114 	 0x0
0x2118 	 0x0
0x211c 	 0x0
0x2120 	 0x0
0x2124 	 0x0
0x2128 	 0x0
0x212c 	 0x0
0x2130 	 0x0
0x2134 	 0x0
0x2138 	 0x0
0x213c 	 0x0
0x2140 	 0x0
0x2144 	 0x0
0x2148 	 0x0
0x214c 	 0x0
0x2150 	 0x0
0x2154 	 0x0
0x2158 	 0x0
0x215c 	 0x0
0x2160 	 0x0
0x2164 	 0x0
0x2168 	 0x0
0x216c 	 0x0
0x2170 	 0x0
0x2174 	 0x0
0x2178 	 0x0
0x217c 	 0x0
0x2180 	 0x0
0x2184 	 0x0
0x2188 	 0x0
0x218c 	 0x0
0x2190 	 0x0
0x2194 	 0x0
0x2198 	 0x0
0x219c 	 0x0
0x21a0 	 0x0
0x21a4 	 0x0
0x21a8 	 0x0
0x21ac 	 0x0
0x21b0 	 0x0
0x21b4 	 0x0
0x21b8 	 0x0
0x21bc 	 0x0
0x21c0 	 0x0
0x21c4 	 0x0
0x21c8 	 0x0
0x21cc 	 0x0
0x21d0 	 0x0
0x21d4 	 0x0
0x21d8 	 0x0
0x21dc 	 0x0
0x21e0 	 0x0
0x21e4 	 0x0
0x21e8 	 0x0
0x21ec 	 0x0
0x21f0 	 0x0
0x21f4 	 0x0
0x21f8 	 0x0
0x21fc 	 0x0
0x2200 	 0x0
0x2204 	 0x0
0x2208 	 0x0
0x220c 	 0x0
0x2210 	 0x0
0x2214 	 0x0
0x2218 	 0x0
0x221c 	 0x0
0x2220 	 0x0
0x2224 	 0x0
0x2228 	 0x0
0x222c 	 0x0
0x2230 	 0x0
0x2234 	 0x0
0x2238 	 0x0
0x223c 	 0x0
0x2240 	 0x0
0x2244 	 0x0
0x2248 	 0x0
0x224c 	 0x0
0x2250 	 0x0
0x2254 	 0x0
0x2258 	 0x0
0x225c 	 0x0
0x2260 	 0x0
0x2264 	 0x0
0x2268 	 0x0
0x226c 	 0x0
0x2270 	 0x0
0x2274 	 0x0
0x2278 	 0x0
0x227c 	 0x0
0x2280 	 0x0
0x2284 	 0x0
0x2288 	 0x0
0x228c 	 0x0
0x2290 	 0x0
0x2294 	 0x0
0x2298 	 0x0
0x229c 	 0x0
0x22a0 	 0x0
0x22a4 	 0x0
0x22a8 	 0x0
0x22ac 	 0x0
0x22b0 	 0x0
0x22b4 	 0x0
0x22b8 	 0x0
0x22bc 	 0x0
0x22c0 	 0x0
0x22c4 	 0x0
0x22c8 	 0x0
0x22cc 	 0x0
0x22d0 	 0x0
0x22d4 	 0x0
0x22d8 	 0x0
0x22dc 	 0x0
0x22e0 	 0x0
0x22e4 	 0x0
0x22e8 	 0x0
0x22ec 	 0x0
0x22f0 	 0x0
0x22f4 	 0x0
0x22f8 	 0x0
0x22fc 	 0x0
0x2300 	 0x0
0x2304 	 0x0
0x2308 	 0x0
0x230c 	 0x0
0x2310 	 0x0
0x2314 	 0x0
0x2318 	 0x0
0x231c 	 0x0
0x2320 	 0x0
0x2324 	 0x0
0x2328 	 0x0
0x232c 	 0x0
0x2330 	 0x0
0x2334 	 0x0
0x2338 	 0x0
0x233c 	 0x0
0x2340 	 0x0
0x2344 	 0x0
0x2348 	 0x0
0x234c 	 0x0
0x2350 	 0x0
0x2354 	 0x0
0x2358 	 0x0
0x235c 	 0x0
0x2360 	 0x0
0x2364 	 0x0
0x2368 	 0x0
0x236c 	 0x0
0x2370 	 0x0
0x2374 	 0x0
0x2378 	 0x0
0x237c 	 0x0
0x2380 	 0x0
0x2384 	 0x0
0x2388 	 0x0
0x238c 	 0x0
0x2390 	 0x0
0x2394 	 0x0
0x2398 	 0x0
0x239c 	 0x0
0x23a0 	 0x0
0x23a4 	 0x0
0x23a8 	 0x0
0x23ac 	 0x0
0x23b0 	 0x0
0x23b4 	 0x0
0x23b8 	 0x0
0x23bc 	 0x0
0x23c0 	 0x0
0x23c4 	 0x0
0x23c8 	 0x0
0x23cc 	 0x0
0x23d0 	 0x0
0x23d4 	 0x0
0x23d8 	 0x0
0x23dc 	 0x0
0x23e0 	 0x0
0x23e4 	 0x0
0x23e8 	 0x0
0x23ec 	 0x0
0x23f0 	 0x0
0x23f4 	 0x0
0x23f8 	 0x0
0x23fc 	 0x0
0x2400 	 0x0
0x2404 	 0x0
0x2408 	 0x0
0x240c 	 0x0
0x2410 	 0x0
0x2414 	 0x0
0x2418 	 0x0
0x241c 	 0x0
0x2420 	 0x0
0x2424 	 0x0
0x2428 	 0x0
0x242c 	 0x0
0x2430 	 0x0
0x2434 	 0x0
0x2438 	 0x0
0x243c 	 0x0
0x2440 	 0x0
0x2444 	 0x0
0x2448 	 0x0
0x244c 	 0x0
0x2450 	 0x0
0x2454 	 0x0
0x2458 	 0x0
0x245c 	 0x0
0x2460 	 0x0
0x2464 	 0x0
0x2468 	 0x0
0x246c 	 0x0
0x2470 	 0x0
0x2474 	 0x0
0x2478 	 0x0
0x247c 	 0x0
0x2480 	 0x0
0x2484 	 0x0
0x2488 	 0x0
0x248c 	 0x0
0x2490 	 0x0
0x2494 	 0x0
0x2498 	 0x0
0x249c 	 0x0
0x24a0 	 0x0
0x24a4 	 0x0
0x24a8 	 0x0
0x24ac 	 0x0
0x24b0 	 0x0
0x24b4 	 0x0
0x24b8 	 0x0
0x24bc 	 0x0
0x24c0 	 0x0
0x24c4 	 0x0
0x24c8 	 0x0
0x24cc 	 0x0
0x24d0 	 0x0
0x24d4 	 0x0
0x24d8 	 0x0
0x24dc 	 0x0
0x24e0 	 0x0
0x24e4 	 0x0
0x24e8 	 0x0
0x24ec 	 0x0
0x24f0 	 0x0
0x24f4 	 0x0
0x24f8 	 0x0
0x24fc 	 0x0
0x2500 	 0x0
0x2504 	 0x0
0x2508 	 0x0
0x250c 	 0x0
0x2510 	 0x0
0x2514 	 0x0
0x2518 	 0x0
0x251c 	 0x0
0x2520 	 0x0
0x2524 	 0x0
0x2528 	 0x0
0x252c 	 0x0
0x2530 	 0x0
0x2534 	 0x0
0x2538 	 0x0
0x253c 	 0x0
0x2540 	 0x0
0x2544 	 0x0
0x2548 	 0x0
0x254c 	 0x0
0x2550 	 0x0
0x2554 	 0x0
0x2558 	 0x0
0x255c 	 0x0
0x2560 	 0x0
0x2564 	 0x0
0x2568 	 0x0
0x256c 	 0x0
0x2570 	 0x0
0x2574 	 0x0
0x2578 	 0x0
0x257c 	 0x0
0x2580 	 0x0
0x2584 	 0x0
0x2588 	 0x0
0x258c 	 0x0
0x2590 	 0x0
0x2594 	 0x0
0x2598 	 0x0
0x259c 	 0x0
0x25a0 	 0x0
0x25a4 	 0x0
0x25a8 	 0x0
0x25ac 	 0x0
0x25b0 	 0x0
0x25b4 	 0x0
0x25b8 	 0x0
0x25bc 	 0x0
0x25c0 	 0x0
0x25c4 	 0x0
0x25c8 	 0x0
0x25cc 	 0x0
0x25d0 	 0x0
0x25d4 	 0x0
0x25d8 	 0x0
0x25dc 	 0x0
0x25e0 	 0x0
0x25e4 	 0x0
0x25e8 	 0x0
0x25ec 	 0x0
0x25f0 	 0x0
0x25f4 	 0x0
0x25f8 	 0x0
0x25fc 	 0x0
0x2600 	 0x0
0x2604 	 0x0
0x2608 	 0x0
0x260c 	 0x0
0x2610 	 0x0
0x2614 	 0x0
0x2618 	 0x0
0x261c 	 0x0
0x2620 	 0x0
0x2624 	 0x0
0x2628 	 0x0
0x262c 	 0x0
0x2630 	 0x0
0x2634 	 0x0
0x2638 	 0x0
0x263c 	 0x0
0x2640 	 0x0
0x2644 	 0x0
0x2648 	 0x0
0x264c 	 0x0
0x2650 	 0x0
0x2654 	 0x0
0x2658 	 0x0
0x265c 	 0x0
0x2660 	 0x0
0x2664 	 0x0
0x2668 	 0x0
0x266c 	 0x0
0x2670 	 0x0
0x2674 	 0x0
0x2678 	 0x0
0x267c 	 0x0
0x2680 	 0x0
0x2684 	 0x0
0x2688 	 0x0
0x268c 	 0x0
0x2690 	 0x0
0x2694 	 0x0
0x2698 	 0x0
0x269c 	 0x0
0x26a0 	 0x0
0x26a4 	 0x0
0x26a8 	 0x0
0x26ac 	 0x0
0x26b0 	 0x0
0x26b4 	 0x0
0x26b8 	 0x0
0x26bc 	 0x0
0x26c0 	 0x0
0x26c4 	 0x0
0x26c8 	 0x0
0x26cc 	 0x0
0x26d0 	 0x0
0x26d4 	 0x0
0x26d8 	 0x0
0x26dc 	 0x0
0x26e0 	 0x0
0x26e4 	 0x0
0x26e8 	 0x0
0x26ec 	 0x0
0x26f0 	 0x0
0x26f4 	 0x0
0x26f8 	 0x0
0x26fc 	 0x0
0x2700 	 0x0
0x2704 	 0x0
0x2708 	 0x0
0x270c 	 0x0
0x2710 	 0x0
0x2714 	 0x0
0x2718 	 0x0
0x271c 	 0x0
0x2720 	 0x0
0x2724 	 0x0
0x2728 	 0x0
0x272c 	 0x0
0x2730 	 0x0
0x2734 	 0x0
0x2738 	 0x0
0x273c 	 0x0
0x2740 	 0x0
0x2744 	 0x0
0x2748 	 0x0
0x274c 	 0x0
0x2750 	 0x0
0x2754 	 0x0
0x2758 	 0x0
0x275c 	 0x0
0x2760 	 0x0
0x2764 	 0x0
0x2768 	 0x0
0x276c 	 0x0
0x2770 	 0x0
0x2774 	 0x0
0x2778 	 0x0
0x277c 	 0x0
0x2780 	 0x0
0x2784 	 0x0
0x2788 	 0x0
0x278c 	 0x0
0x2790 	 0x0
0x2794 	 0x0
0x2798 	 0x0
0x279c 	 0x0
0x27a0 	 0x0
0x27a4 	 0x0
0x27a8 	 0x0
0x27ac 	 0x0
0x27b0 	 0x0
0x27b4 	 0x0
0x27b8 	 0x0
0x27bc 	 0x0
0x27c0 	 0x0
0x27c4 	 0x0
0x27c8 	 0x0
0x27cc 	 0x0
0x27d0 	 0x0
0x27d4 	 0x0
0x27d8 	 0x0
0x27dc 	 0x0
0x27e0 	 0x0
0x27e4 	 0x0
0x27e8 	 0x0
0x27ec 	 0x0
0x27f0 	 0x0
0x27f4 	 0x0
0x27f8 	 0x0
0x27fc 	 0x0
0x2800 	 0x0
0x2804 	 0x0
0x2808 	 0x0
0x280c 	 0x0
0x2810 	 0x0
0x2814 	 0x0
0x2818 	 0x0
0x281c 	 0x0
0x2820 	 0x0
0x2824 	 0x0
0x2828 	 0x0
0x282c 	 0x0
0x2830 	 0x0
0x2834 	 0x0
0x2838 	 0x0
0x283c 	 0x0
0x2840 	 0x0
0x2844 	 0x0
0x2848 	 0x0
0x284c 	 0x0
0x2850 	 0x0
0x2854 	 0x0
0x2858 	 0x0
0x285c 	 0x0
0x2860 	 0x0
0x2864 	 0x0
0x2868 	 0x0
0x286c 	 0x0
0x2870 	 0x0
0x2874 	 0x0
0x2878 	 0x0
0x287c 	 0x0
0x2880 	 0x0
0x2884 	 0x0
0x2888 	 0x0
0x288c 	 0x0
0x2890 	 0x0
0x2894 	 0x0
0x2898 	 0x0
0x289c 	 0x0
0x28a0 	 0x0
0x28a4 	 0x0
0x28a8 	 0x0
0x28ac 	 0x0
0x28b0 	 0x0
0x28b4 	 0x0
0x28b8 	 0x0
0x28bc 	 0x0
0x28c0 	 0x0
0x28c4 	 0x0
0x28c8 	 0x0
0x28cc 	 0x0
0x28d0 	 0x0
0x28d4 	 0x0
0x28d8 	 0x0
0x28dc 	 0x0
0x28e0 	 0x0
0x28e4 	 0x0
0x28e8 	 0x0
0x28ec 	 0x0
0x28f0 	 0x0
0x28f4 	 0x0
0x28f8 	 0x0
0x28fc 	 0x0
0x2900 	 0x0
0x2904 	 0x0
0x2908 	 0x0
0x290c 	 0x0
0x2910 	 0x0
0x2914 	 0x0
0x2918 	 0x0
0x291c 	 0x0
0x2920 	 0x0
0x2924 	 0x0
0x2928 	 0x0
0x292c 	 0x0
0x2930 	 0x0
0x2934 	 0x0
0x2938 	 0x0
0x293c 	 0x0
0x2940 	 0x0
0x2944 	 0x0
0x2948 	 0x0
0x294c 	 0x0
0x2950 	 0x0
0x2954 	 0x0
0x2958 	 0x0
0x295c 	 0x0
0x2960 	 0x0
0x2964 	 0x0
0x2968 	 0x0
0x296c 	 0x0
0x2970 	 0x0
0x2974 	 0x0
0x2978 	 0x0
0x297c 	 0x0
0x2980 	 0x0
0x2984 	 0x0
0x2988 	 0x0
0x298c 	 0x0
0x2990 	 0x0
0x2994 	 0x0
0x2998 	 0x0
0x299c 	 0x0
0x29a0 	 0x0
0x29a4 	 0x0
0x29a8 	 0x0
0x29ac 	 0x0
0x29b0 	 0x0
0x29b4 	 0x0
0x29b8 	 0x0
0x29bc 	 0x0
0x29c0 	 0x0
0x29c4 	 0x0
0x29c8 	 0x0
0x29cc 	 0x0
0x29d0 	 0x0
0x29d4 	 0x0
0x29d8 	 0x0
0x29dc 	 0x0
0x29e0 	 0x0
0x29e4 	 0x0
0x29e8 	 0x0
0x29ec 	 0x0
0x29f0 	 0x0
0x29f4 	 0x0
0x29f8 	 0x0
0x29fc 	 0x0
0x2a00 	 0x0
0x2a04 	 0x0
0x2a08 	 0x0
0x2a0c 	 0x0
0x2a10 	 0x0
0x2a14 	 0x0
0x2a18 	 0x0
0x2a1c 	 0x0
0x2a20 	 0x0
0x2a24 	 0x0
0x2a28 	 0x0
0x2a2c 	 0x0
0x2a30 	 0x0
0x2a34 	 0x0
0x2a38 	 0x0
0x2a3c 	 0x0
0x2a40 	 0x0
0x2a44 	 0x0
0x2a48 	 0x0
0x2a4c 	 0x0
0x2a50 	 0x0
0x2a54 	 0x0
0x2a58 	 0x0
0x2a5c 	 0x0
0x2a60 	 0x0
0x2a64 	 0x0
0x2a68 	 0x0
0x2a6c 	 0x0
0x2a70 	 0x0
0x2a74 	 0x0
0x2a78 	 0x0
0x2a7c 	 0x0
0x2a80 	 0x0
0x2a84 	 0x0
0x2a88 	 0x0
0x2a8c 	 0x0
0x2a90 	 0x0
0x2a94 	 0x0
0x2a98 	 0x0
0x2a9c 	 0x0
0x2aa0 	 0x0
0x2aa4 	 0x0
0x2aa8 	 0x0
0x2aac 	 0x0
0x2ab0 	 0x0
0x2ab4 	 0x0
0x2ab8 	 0x0
0x2abc 	 0x0
0x2ac0 	 0x0
0x2ac4 	 0x0
0x2ac8 	 0x0
0x2acc 	 0x0
0x2ad0 	 0x0
0x2ad4 	 0x0
0x2ad8 	 0x0
0x2adc 	 0x0
0x2ae0 	 0x0
0x2ae4 	 0x0
0x2ae8 	 0x0
0x2aec 	 0x0
0x2af0 	 0x0
0x2af4 	 0x0
0x2af8 	 0x0
0x2afc 	 0x0
0x2b00 	 0x0
0x2b04 	 0x0
0x2b08 	 0x0
0x2b0c 	 0x0
0x2b10 	 0x0
0x2b14 	 0x0
0x2b18 	 0x0
0x2b1c 	 0x0
0x2b20 	 0x0
0x2b24 	 0x0
0x2b28 	 0x0
0x2b2c 	 0x0
0x2b30 	 0x0
0x2b34 	 0x0
0x2b38 	 0x0
0x2b3c 	 0x0
0x2b40 	 0x0
0x2b44 	 0x0
0x2b48 	 0x0
0x2b4c 	 0x0
0x2b50 	 0x0
0x2b54 	 0x0
0x2b58 	 0x0
0x2b5c 	 0x0
0x2b60 	 0x0
0x2b64 	 0x0
0x2b68 	 0x0
0x2b6c 	 0x0
0x2b70 	 0x0
0x2b74 	 0x0
0x2b78 	 0x0
0x2b7c 	 0x0
0x2b80 	 0x0
0x2b84 	 0x0
0x2b88 	 0x0
0x2b8c 	 0x0
0x2b90 	 0x0
0x2b94 	 0x0
0x2b98 	 0x0
0x2b9c 	 0x0
0x2ba0 	 0x0
0x2ba4 	 0x0
0x2ba8 	 0x0
0x2bac 	 0x0
0x2bb0 	 0x0
0x2bb4 	 0x0
0x2bb8 	 0x0
0x2bbc 	 0x0
0x2bc0 	 0x0
0x2bc4 	 0x0
0x2bc8 	 0x0
0x2bcc 	 0x0
0x2bd0 	 0x0
0x2bd4 	 0x0
0x2bd8 	 0x0
0x2bdc 	 0x0
0x2be0 	 0x0
0x2be4 	 0x0
0x2be8 	 0x0
0x2bec 	 0x0
0x2bf0 	 0x0
0x2bf4 	 0x0
0x2bf8 	 0x0
0x2bfc 	 0x0
0x2c00 	 0x0
0x2c04 	 0x0
0x2c08 	 0x0
0x2c0c 	 0x0
0x2c10 	 0x0
0x2c14 	 0x0
0x2c18 	 0x0
0x2c1c 	 0x0
0x2c20 	 0x0
0x2c24 	 0x0
0x2c28 	 0x0
0x2c2c 	 0x0
0x2c30 	 0x0
0x2c34 	 0x0
0x2c38 	 0x0
0x2c3c 	 0x0
0x2c40 	 0x0
0x2c44 	 0x0
0x2c48 	 0x0
0x2c4c 	 0x0
0x2c50 	 0x0
0x2c54 	 0x0
0x2c58 	 0x0
0x2c5c 	 0x0
0x2c60 	 0x0
0x2c64 	 0x0
0x2c68 	 0x0
0x2c6c 	 0x0
0x2c70 	 0x0
0x2c74 	 0x0
0x2c78 	 0x0
0x2c7c 	 0x0
0x2c80 	 0x0
0x2c84 	 0x0
0x2c88 	 0x0
0x2c8c 	 0x0
0x2c90 	 0x0
0x2c94 	 0x0
0x2c98 	 0x0
0x2c9c 	 0x0
0x2ca0 	 0x0
0x2ca4 	 0x0
0x2ca8 	 0x0
0x2cac 	 0x0
0x2cb0 	 0x0
0x2cb4 	 0x0
0x2cb8 	 0x0
0x2cbc 	 0x0
0x2cc0 	 0x0
0x2cc4 	 0x0
0x2cc8 	 0x0
0x2ccc 	 0x0
0x2cd0 	 0x0
0x2cd4 	 0x0
0x2cd8 	 0x0
0x2cdc 	 0x0
0x2ce0 	 0x0
0x2ce4 	 0x0
0x2ce8 	 0x0
0x2cec 	 0x0
0x2cf0 	 0x0
0x2cf4 	 0x0
0x2cf8 	 0x0
0x2cfc 	 0x0
0x2d00 	 0x0
0x2d04 	 0x0
0x2d08 	 0x0
0x2d0c 	 0x0
0x2d10 	 0x0
0x2d14 	 0x0
0x2d18 	 0x0
0x2d1c 	 0x0
0x2d20 	 0x0
0x2d24 	 0x0
0x2d28 	 0x0
0x2d2c 	 0x0
0x2d30 	 0x0
0x2d34 	 0x0
0x2d38 	 0x0
0x2d3c 	 0x0
0x2d40 	 0x0
0x2d44 	 0x0
0x2d48 	 0x0
0x2d4c 	 0x0
0x2d50 	 0x0
0x2d54 	 0x0
0x2d58 	 0x0
0x2d5c 	 0x0
0x2d60 	 0x0
0x2d64 	 0x0
0x2d68 	 0x0
0x2d6c 	 0x0
0x2d70 	 0x0
0x2d74 	 0x0
0x2d78 	 0x0
0x2d7c 	 0x0
0x2d80 	 0x0
0x2d84 	 0x0
0x2d88 	 0x0
0x2d8c 	 0x0
0x2d90 	 0x0
0x2d94 	 0x0
0x2d98 	 0x0
0x2d9c 	 0x0
0x2da0 	 0x0
0x2da4 	 0x0
0x2da8 	 0x0
0x2dac 	 0x0
0x2db0 	 0x0
0x2db4 	 0x0
0x2db8 	 0x0
0x2dbc 	 0x0
0x2dc0 	 0x0
0x2dc4 	 0x0
0x2dc8 	 0x0
0x2dcc 	 0x0
0x2dd0 	 0x0
0x2dd4 	 0x0
0x2dd8 	 0x0
0x2ddc 	 0x0
0x2de0 	 0x0
0x2de4 	 0x0
0x2de8 	 0x0
0x2dec 	 0x0
0x2df0 	 0x0
0x2df4 	 0x0
0x2df8 	 0x0
0x2dfc 	 0x0
0x2e00 	 0x0
0x2e04 	 0x0
0x2e08 	 0x0
0x2e0c 	 0x0
0x2e10 	 0x0
0x2e14 	 0x0
0x2e18 	 0x0
0x2e1c 	 0x0
0x2e20 	 0x0
0x2e24 	 0x0
0x2e28 	 0x0
0x2e2c 	 0x0
0x2e30 	 0x0
0x2e34 	 0x0
0x2e38 	 0x0
0x2e3c 	 0x0
0x2e40 	 0x0
0x2e44 	 0x0
0x2e48 	 0x0
0x2e4c 	 0x0
0x2e50 	 0x0
0x2e54 	 0x0
0x2e58 	 0x0
0x2e5c 	 0x0
0x2e60 	 0x0
0x2e64 	 0x0
0x2e68 	 0x0
0x2e6c 	 0x0
0x2e70 	 0x0
0x2e74 	 0x0
0x2e78 	 0x0
0x2e7c 	 0x0
0x2e80 	 0x0
0x2e84 	 0x0
0x2e88 	 0x0
0x2e8c 	 0x0
0x2e90 	 0x0
0x2e94 	 0x0
0x2e98 	 0x0
0x2e9c 	 0x0
0x2ea0 	 0x0
0x2ea4 	 0x0
0x2ea8 	 0x0
0x2eac 	 0x0
0x2eb0 	 0x0
0x2eb4 	 0x0
0x2eb8 	 0x0
0x2ebc 	 0x0
0x2ec0 	 0x0
0x2ec4 	 0x0
0x2ec8 	 0x0
0x2ecc 	 0x0
0x2ed0 	 0x0
0x2ed4 	 0x0
0x2ed8 	 0x0
0x2edc 	 0x0
0x2ee0 	 0x0
0x2ee4 	 0x0
0x2ee8 	 0x0
0x2eec 	 0x0
0x2ef0 	 0x0
0x2ef4 	 0x0
0x2ef8 	 0x0
0x2efc 	 0x0
0x2f00 	 0x0
0x2f04 	 0x0
0x2f08 	 0x0
0x2f0c 	 0x0
0x2f10 	 0x0
0x2f14 	 0x0
0x2f18 	 0x0
0x2f1c 	 0x0
0x2f20 	 0x0
0x2f24 	 0x0
0x2f28 	 0x0
0x2f2c 	 0x0
0x2f30 	 0x0
0x2f34 	 0x0
0x2f38 	 0x0
0x2f3c 	 0x0
0x2f40 	 0x0
0x2f44 	 0x0
0x2f48 	 0x0
0x2f4c 	 0x0
0x2f50 	 0x0
0x2f54 	 0x0
0x2f58 	 0x0
0x2f5c 	 0x0
0x2f60 	 0x0
0x2f64 	 0x0
0x2f68 	 0x0
0x2f6c 	 0x0
0x2f70 	 0x0
0x2f74 	 0x0
0x2f78 	 0x0
0x2f7c 	 0x0
0x2f80 	 0x0
0x2f84 	 0x0
0x2f88 	 0x0
0x2f8c 	 0x0
0x2f90 	 0x0
0x2f94 	 0x0
0x2f98 	 0x0
0x2f9c 	 0x0
0x2fa0 	 0x0
0x2fa4 	 0x0
0x2fa8 	 0x0
0x2fac 	 0x0
0x2fb0 	 0x0
0x2fb4 	 0x0
0x2fb8 	 0x0
0x2fbc 	 0x0
0x2fc0 	 0x0
0x2fc4 	 0x0
0x2fc8 	 0x0
0x2fcc 	 0x0
0x2fd0 	 0x0
0x2fd4 	 0x0
0x2fd8 	 0x0
0x2fdc 	 0x0
0x2fe0 	 0x0
0x2fe4 	 0x0
0x2fe8 	 0x0
0x2fec 	 0x0
0x2ff0 	 0x0
0x2ff4 	 0x0
0x2ff8 	 0x0
0x2ffc 	 0x0
0x3000 	 0x0
0x3004 	 0x0
0x3008 	 0x0
0x300c 	 0x0
0x3010 	 0x0
0x3014 	 0x0
0x3018 	 0x0
0x301c 	 0x0
0x3020 	 0x0
0x3024 	 0x0
0x3028 	 0x0
0x302c 	 0x0
0x3030 	 0x0
0x3034 	 0x0
0x3038 	 0x0
0x303c 	 0x0
0x3040 	 0x0
0x3044 	 0x0
0x3048 	 0x0
0x304c 	 0x0
0x3050 	 0x0
0x3054 	 0x0
0x3058 	 0x0
0x305c 	 0x0
0x3060 	 0x0
0x3064 	 0x0
0x3068 	 0x0
0x306c 	 0x0
0x3070 	 0x0
0x3074 	 0x0
0x3078 	 0x0
0x307c 	 0x0
0x3080 	 0x0
0x3084 	 0x0
0x3088 	 0x0
0x308c 	 0x0
0x3090 	 0x0
0x3094 	 0x0
0x3098 	 0x0
0x309c 	 0x0
0x30a0 	 0x0
0x30a4 	 0x0
0x30a8 	 0x0
0x30ac 	 0x0
0x30b0 	 0x0
0x30b4 	 0x0
0x30b8 	 0x0
0x30bc 	 0x0
0x30c0 	 0x0
0x30c4 	 0x0
0x30c8 	 0x0
0x30cc 	 0x0
0x30d0 	 0x0
0x30d4 	 0x0
0x30d8 	 0x0
0x30dc 	 0x0
0x30e0 	 0x0
0x30e4 	 0x0
0x30e8 	 0x0
0x30ec 	 0x0
0x30f0 	 0x0
0x30f4 	 0x0
0x30f8 	 0x0
0x30fc 	 0x0
0x3100 	 0x0
0x3104 	 0x0
0x3108 	 0x0
0x310c 	 0x0
0x3110 	 0x0
0x3114 	 0x0
0x3118 	 0x0
0x311c 	 0x0
0x3120 	 0x0
0x3124 	 0x0
0x3128 	 0x0
0x312c 	 0x0
0x3130 	 0x0
0x3134 	 0x0
0x3138 	 0x0
0x313c 	 0x0
0x3140 	 0x0
0x3144 	 0x0
0x3148 	 0x0
0x314c 	 0x0
0x3150 	 0x0
0x3154 	 0x0
0x3158 	 0x0
0x315c 	 0x0
0x3160 	 0x0
0x3164 	 0x0
0x3168 	 0x0
0x316c 	 0x0
0x3170 	 0x0
0x3174 	 0x0
0x3178 	 0x0
0x317c 	 0x0
0x3180 	 0x0
0x3184 	 0x0
0x3188 	 0x0
0x318c 	 0x0
0x3190 	 0x0
0x3194 	 0x0
0x3198 	 0x0
0x319c 	 0x0
0x31a0 	 0x0
0x31a4 	 0x0
0x31a8 	 0x0
0x31ac 	 0x0
0x31b0 	 0x0
0x31b4 	 0x0
0x31b8 	 0x0
0x31bc 	 0x0
0x31c0 	 0x0
0x31c4 	 0x0
0x31c8 	 0x0
0x31cc 	 0x0
0x31d0 	 0x0
0x31d4 	 0x0
0x31d8 	 0x0
0x31dc 	 0x0
0x31e0 	 0x0
0x31e4 	 0x0
0x31e8 	 0x0
0x31ec 	 0x0
0x31f0 	 0x0
0x31f4 	 0x0
0x31f8 	 0x0
0x31fc 	 0x0
0x3200 	 0x0
0x3204 	 0x0
0x3208 	 0x0
0x320c 	 0x0
0x3210 	 0x0
0x3214 	 0x0
0x3218 	 0x0
0x321c 	 0x0
0x3220 	 0x0
0x3224 	 0x0
0x3228 	 0x0
0x322c 	 0x0
0x3230 	 0x0
0x3234 	 0x0
0x3238 	 0x0
0x323c 	 0x0
0x3240 	 0x0
0x3244 	 0x0
0x3248 	 0x0
0x324c 	 0x0
0x3250 	 0x0
0x3254 	 0x0
0x3258 	 0x0
0x325c 	 0x0
0x3260 	 0x0
0x3264 	 0x0
0x3268 	 0x0
0x326c 	 0x0
0x3270 	 0x0
0x3274 	 0x0
0x3278 	 0x0
0x327c 	 0x0
0x3280 	 0x0
0x3284 	 0x0
0x3288 	 0x0
0x328c 	 0x0
0x3290 	 0x0
0x3294 	 0x0
0x3298 	 0x0
0x329c 	 0x0
0x32a0 	 0x0
0x32a4 	 0x0
0x32a8 	 0x0
0x32ac 	 0x0
0x32b0 	 0x0
0x32b4 	 0x0
0x32b8 	 0x0
0x32bc 	 0x0
0x32c0 	 0x0
0x32c4 	 0x0
0x32c8 	 0x0
0x32cc 	 0x0
0x32d0 	 0x0
0x32d4 	 0x0
0x32d8 	 0x0
0x32dc 	 0x0
0x32e0 	 0x0
0x32e4 	 0x0
0x32e8 	 0x0
0x32ec 	 0x0
0x32f0 	 0x0
0x32f4 	 0x0
0x32f8 	 0x0
0x32fc 	 0x0
0x3300 	 0x0
0x3304 	 0x0
0x3308 	 0x0
0x330c 	 0x0
0x3310 	 0x0
0x3314 	 0x0
0x3318 	 0x0
0x331c 	 0x0
0x3320 	 0x0
0x3324 	 0x0
0x3328 	 0x0
0x332c 	 0x0
0x3330 	 0x0
0x3334 	 0x0
0x3338 	 0x0
0x333c 	 0x0
0x3340 	 0x0
0x3344 	 0x0
0x3348 	 0x0
0x334c 	 0x0
0x3350 	 0x0
0x3354 	 0x0
0x3358 	 0x0
0x335c 	 0x0
0x3360 	 0x0
0x3364 	 0x0
0x3368 	 0x0
0x336c 	 0x0
0x3370 	 0x0
0x3374 	 0x0
0x3378 	 0x0
0x337c 	 0x0
0x3380 	 0x0
0x3384 	 0x0
0x3388 	 0x0
0x338c 	 0x0
0x3390 	 0x0
0x3394 	 0x0
0x3398 	 0x0
0x339c 	 0x0
0x33a0 	 0x0
0x33a4 	 0x0
0x33a8 	 0x0
0x33ac 	 0x0
0x33b0 	 0x0
0x33b4 	 0x0
0x33b8 	 0x0
0x33bc 	 0x0
0x33c0 	 0x0
0x33c4 	 0x0
0x33c8 	 0x0
0x33cc 	 0x0
0x33d0 	 0x0
0x33d4 	 0x0
0x33d8 	 0x0
0x33dc 	 0x0
0x33e0 	 0x0
0x33e4 	 0x0
0x33e8 	 0x0
0x33ec 	 0x0
0x33f0 	 0x0
0x33f4 	 0x0
0x33f8 	 0x0
0x33fc 	 0x0
0x3400 	 0x0
0x3404 	 0x0
0x3408 	 0x0
0x340c 	 0x0
0x3410 	 0x0
0x3414 	 0x0
0x3418 	 0x0
0x341c 	 0x0
0x3420 	 0x0
0x3424 	 0x0
0x3428 	 0x0
0x342c 	 0x0
0x3430 	 0x0
0x3434 	 0x0
0x3438 	 0x0
0x343c 	 0x0
0x3440 	 0x0
0x3444 	 0x0
0x3448 	 0x0
0x344c 	 0x0
0x3450 	 0x0
0x3454 	 0x0
0x3458 	 0x0
0x345c 	 0x0
0x3460 	 0x0
0x3464 	 0x0
0x3468 	 0x0
0x346c 	 0x0
0x3470 	 0x0
0x3474 	 0x0
0x3478 	 0x0
0x347c 	 0x0
0x3480 	 0x0
0x3484 	 0x0
0x3488 	 0x0
0x348c 	 0x0
0x3490 	 0x0
0x3494 	 0x0
0x3498 	 0x0
0x349c 	 0x0
0x34a0 	 0x0
0x34a4 	 0x0
0x34a8 	 0x0
0x34ac 	 0x0
0x34b0 	 0x0
0x34b4 	 0x0
0x34b8 	 0x0
0x34bc 	 0x0
0x34c0 	 0x0
0x34c4 	 0x0
0x34c8 	 0x0
0x34cc 	 0x0
0x34d0 	 0x0
0x34d4 	 0x0
0x34d8 	 0x0
0x34dc 	 0x0
0x34e0 	 0x0
0x34e4 	 0x0
0x34e8 	 0x0
0x34ec 	 0x0
0x34f0 	 0x0
0x34f4 	 0x0
0x34f8 	 0x0
0x34fc 	 0x0
0x3500 	 0x0
0x3504 	 0x0
0x3508 	 0x0
0x350c 	 0x0
0x3510 	 0x0
0x3514 	 0x0
0x3518 	 0x0
0x351c 	 0x0
0x3520 	 0x0
0x3524 	 0x0
0x3528 	 0x0
0x352c 	 0x0
0x3530 	 0x0
0x3534 	 0x0
0x3538 	 0x0
0x353c 	 0x0
0x3540 	 0x0
0x3544 	 0x0
0x3548 	 0x0
0x354c 	 0x0
0x3550 	 0x0
0x3554 	 0x0
0x3558 	 0x0
0x355c 	 0x0
0x3560 	 0x0
0x3564 	 0x0
0x3568 	 0x0
0x356c 	 0x0
0x3570 	 0x0
0x3574 	 0x0
0x3578 	 0x0
0x357c 	 0x0
0x3580 	 0x0
0x3584 	 0x0
0x3588 	 0x0
0x358c 	 0x0
0x3590 	 0x0
0x3594 	 0x0
0x3598 	 0x0
0x359c 	 0x0
0x35a0 	 0x0
0x35a4 	 0x0
0x35a8 	 0x0
0x35ac 	 0x0
0x35b0 	 0x0
0x35b4 	 0x0
0x35b8 	 0x0
0x35bc 	 0x0
0x35c0 	 0x0
0x35c4 	 0x0
0x35c8 	 0x0
0x35cc 	 0x0
0x35d0 	 0x0
0x35d4 	 0x0
0x35d8 	 0x0
0x35dc 	 0x0
0x35e0 	 0x0
0x35e4 	 0x0
0x35e8 	 0x0
0x35ec 	 0x0
0x35f0 	 0x0
0x35f4 	 0x0
0x35f8 	 0x0
0x35fc 	 0x0
0x3600 	 0x0
0x3604 	 0x0
0x3608 	 0x0
0x360c 	 0x0
0x3610 	 0x0
0x3614 	 0x0
0x3618 	 0x0
0x361c 	 0x0
0x3620 	 0x0
0x3624 	 0x0
0x3628 	 0x0
0x362c 	 0x0
0x3630 	 0x0
0x3634 	 0x0
0x3638 	 0x0
0x363c 	 0x0
0x3640 	 0x0
0x3644 	 0x0
0x3648 	 0x0
0x364c 	 0x0
0x3650 	 0x0
0x3654 	 0x0
0x3658 	 0x0
0x365c 	 0x0
0x3660 	 0x0
0x3664 	 0x0
0x3668 	 0x0
0x366c 	 0x0
0x3670 	 0x0
0x3674 	 0x0
0x3678 	 0x0
0x367c 	 0x0
0x3680 	 0x0
0x3684 	 0x0
0x3688 	 0x0
0x368c 	 0x0
0x3690 	 0x0
0x3694 	 0x0
0x3698 	 0x0
0x369c 	 0x0
0x36a0 	 0x0
0x36a4 	 0x0
0x36a8 	 0x0
0x36ac 	 0x0
0x36b0 	 0x0
0x36b4 	 0x0
0x36b8 	 0x0
0x36bc 	 0x0
0x36c0 	 0x0
0x36c4 	 0x0
0x36c8 	 0x0
0x36cc 	 0x0
0x36d0 	 0x0
0x36d4 	 0x0
0x36d8 	 0x0
0x36dc 	 0x0
0x36e0 	 0x0
0x36e4 	 0x0
0x36e8 	 0x0
0x36ec 	 0x0
0x36f0 	 0x0
0x36f4 	 0x0
0x36f8 	 0x0
0x36fc 	 0x0
0x3700 	 0x0
0x3704 	 0x0
0x3708 	 0x0
0x370c 	 0x0
0x3710 	 0x0
0x3714 	 0x0
0x3718 	 0x0
0x371c 	 0x0
0x3720 	 0x0
0x3724 	 0x0
0x3728 	 0x0
0x372c 	 0x0
0x3730 	 0x0
0x3734 	 0x0
0x3738 	 0x0
0x373c 	 0x0
0x3740 	 0x0
0x3744 	 0x0
0x3748 	 0x0
0x374c 	 0x0
0x3750 	 0x0
0x3754 	 0x0
0x3758 	 0x0
0x375c 	 0x0
0x3760 	 0x0
0x3764 	 0x0
0x3768 	 0x0
0x376c 	 0x0
0x3770 	 0x0
0x3774 	 0x0
0x3778 	 0x0
0x377c 	 0x0
0x3780 	 0x0
0x3784 	 0x0
0x3788 	 0x0
0x378c 	 0x0
0x3790 	 0x0
0x3794 	 0x0
0x3798 	 0x0
0x379c 	 0x0
0x37a0 	 0x0
0x37a4 	 0x0
0x37a8 	 0x0
0x37ac 	 0x0
0x37b0 	 0x0
0x37b4 	 0x0
0x37b8 	 0x0
0x37bc 	 0x0
0x37c0 	 0x0
0x37c4 	 0x0
0x37c8 	 0x0
0x37cc 	 0x0
0x37d0 	 0x0
0x37d4 	 0x0
0x37d8 	 0x0
0x37dc 	 0x0
0x37e0 	 0x0
0x37e4 	 0x0
0x37e8 	 0x0
0x37ec 	 0x0
0x37f0 	 0x0
0x37f4 	 0x0
0x37f8 	 0x0
0x37fc 	 0x0
0x3800 	 0x0
0x3804 	 0x0
0x3808 	 0x0
0x380c 	 0x0
0x3810 	 0x0
0x3814 	 0x0
0x3818 	 0x0
0x381c 	 0x0
0x3820 	 0x0
0x3824 	 0x0
0x3828 	 0x0
0x382c 	 0x0
0x3830 	 0x0
0x3834 	 0x0
0x3838 	 0x0
0x383c 	 0x0
0x3840 	 0x0
0x3844 	 0x0
0x3848 	 0x0
0x384c 	 0x0
0x3850 	 0x0
0x3854 	 0x0
0x3858 	 0x0
0x385c 	 0x0
0x3860 	 0x0
0x3864 	 0x0
0x3868 	 0x0
0x386c 	 0x0
0x3870 	 0x0
0x3874 	 0x0
0x3878 	 0x0
0x387c 	 0x0
0x3880 	 0x0
0x3884 	 0x0
0x3888 	 0x0
0x388c 	 0x0
0x3890 	 0x0
0x3894 	 0x0
0x3898 	 0x0
0x389c 	 0x0
0x38a0 	 0x0
0x38a4 	 0x0
0x38a8 	 0x0
0x38ac 	 0x0
0x38b0 	 0x0
0x38b4 	 0x0
0x38b8 	 0x0
0x38bc 	 0x0
0x38c0 	 0x0
0x38c4 	 0x0
0x38c8 	 0x0
0x38cc 	 0x0
0x38d0 	 0x0
0x38d4 	 0x0
0x38d8 	 0x0
0x38dc 	 0x0
0x38e0 	 0x0
0x38e4 	 0x0
0x38e8 	 0x0
0x38ec 	 0x0
0x38f0 	 0x0
0x38f4 	 0x0
0x38f8 	 0x0
0x38fc 	 0x0
0x3900 	 0x0
0x3904 	 0x0
0x3908 	 0x0
0x390c 	 0x0
0x3910 	 0x0
0x3914 	 0x0
0x3918 	 0x0
0x391c 	 0x0
0x3920 	 0x0
0x3924 	 0x0
0x3928 	 0x0
0x392c 	 0x0
0x3930 	 0x0
0x3934 	 0x0
0x3938 	 0x0
0x393c 	 0x0
0x3940 	 0x0
0x3944 	 0x0
0x3948 	 0x0
0x394c 	 0x0
0x3950 	 0x0
0x3954 	 0x0
0x3958 	 0x0
0x395c 	 0x0
0x3960 	 0x0
0x3964 	 0x0
0x3968 	 0x0
0x396c 	 0x0
0x3970 	 0x0
0x3974 	 0x0
0x3978 	 0x0
0x397c 	 0x0
0x3980 	 0x0
0x3984 	 0x0
0x3988 	 0x0
0x398c 	 0x0
0x3990 	 0x0
0x3994 	 0x0
0x3998 	 0x0
0x399c 	 0x0
0x39a0 	 0x0
0x39a4 	 0x0
0x39a8 	 0x0
0x39ac 	 0x0
0x39b0 	 0x0
0x39b4 	 0x0
0x39b8 	 0x0
0x39bc 	 0x0
0x39c0 	 0x0
0x39c4 	 0x0
0x39c8 	 0x0
0x39cc 	 0x0
0x39d0 	 0x0
0x39d4 	 0x0
0x39d8 	 0x0
0x39dc 	 0x0
0x39e0 	 0x0
0x39e4 	 0x0
0x39e8 	 0x0
0x39ec 	 0x0
0x39f0 	 0x0
0x39f4 	 0x0
0x39f8 	 0x0
0x39fc 	 0x0
0x3a00 	 0x0
0x3a04 	 0x0
0x3a08 	 0x0
0x3a0c 	 0x0
0x3a10 	 0x0
0x3a14 	 0x0
0x3a18 	 0x0
0x3a1c 	 0x0
0x3a20 	 0x0
0x3a24 	 0x0
0x3a28 	 0x0
0x3a2c 	 0x0
0x3a30 	 0x0
0x3a34 	 0x0
0x3a38 	 0x0
0x3a3c 	 0x0
0x3a40 	 0x0
0x3a44 	 0x0
0x3a48 	 0x0
0x3a4c 	 0x0
0x3a50 	 0x0
0x3a54 	 0x0
0x3a58 	 0x0
0x3a5c 	 0x0
0x3a60 	 0x0
0x3a64 	 0x0
0x3a68 	 0x0
0x3a6c 	 0x0
0x3a70 	 0x0
0x3a74 	 0x0
0x3a78 	 0x0
0x3a7c 	 0x0
0x3a80 	 0x0
0x3a84 	 0x0
0x3a88 	 0x0
0x3a8c 	 0x0
0x3a90 	 0x0
0x3a94 	 0x0
0x3a98 	 0x0
0x3a9c 	 0x0
0x3aa0 	 0x0
0x3aa4 	 0x0
0x3aa8 	 0x0
0x3aac 	 0x0
0x3ab0 	 0x0
0x3ab4 	 0x0
0x3ab8 	 0x0
0x3abc 	 0x0
0x3ac0 	 0x0
0x3ac4 	 0x0
0x3ac8 	 0x0
0x3acc 	 0x0
0x3ad0 	 0x0
0x3ad4 	 0x0
0x3ad8 	 0x0
0x3adc 	 0x0
0x3ae0 	 0x0
0x3ae4 	 0x0
0x3ae8 	 0x0
0x3aec 	 0x0
0x3af0 	 0x0
0x3af4 	 0x0
0x3af8 	 0x0
0x3afc 	 0x0
0x3b00 	 0x0
0x3b04 	 0x0
0x3b08 	 0x0
0x3b0c 	 0x0
0x3b10 	 0x0
0x3b14 	 0x0
0x3b18 	 0x0
0x3b1c 	 0x0
0x3b20 	 0x0
0x3b24 	 0x0
0x3b28 	 0x0
0x3b2c 	 0x0
0x3b30 	 0x0
0x3b34 	 0x0
0x3b38 	 0x0
0x3b3c 	 0x0
0x3b40 	 0x0
0x3b44 	 0x0
0x3b48 	 0x0
0x3b4c 	 0x0
0x3b50 	 0x0
0x3b54 	 0x0
0x3b58 	 0x0
0x3b5c 	 0x0
0x3b60 	 0x0
0x3b64 	 0x0
0x3b68 	 0x0
0x3b6c 	 0x0
0x3b70 	 0x0
0x3b74 	 0x0
0x3b78 	 0x0
0x3b7c 	 0x0
0x3b80 	 0x0
0x3b84 	 0x0
0x3b88 	 0x0
0x3b8c 	 0x0
0x3b90 	 0x0
0x3b94 	 0x0
0x3b98 	 0x0
0x3b9c 	 0x0
0x3ba0 	 0x0
0x3ba4 	 0x0
0x3ba8 	 0x0
0x3bac 	 0x0
0x3bb0 	 0x0
0x3bb4 	 0x0
0x3bb8 	 0x0
0x3bbc 	 0x0
0x3bc0 	 0x0
0x3bc4 	 0x0
0x3bc8 	 0x0
0x3bcc 	 0x0
0x3bd0 	 0x0
0x3bd4 	 0x0
0x3bd8 	 0x0
0x3bdc 	 0x0
0x3be0 	 0x0
0x3be4 	 0x0
0x3be8 	 0x0
0x3bec 	 0x0
0x3bf0 	 0x0
0x3bf4 	 0x0
0x3bf8 	 0x0
0x3bfc 	 0x0
0x3c00 	 0x0
0x3c04 	 0x0
0x3c08 	 0x0
0x3c0c 	 0x0
0x3c10 	 0x0
0x3c14 	 0x0
0x3c18 	 0x0
0x3c1c 	 0x0
0x3c20 	 0x0
0x3c24 	 0x0
0x3c28 	 0x0
0x3c2c 	 0x0
0x3c30 	 0x0
0x3c34 	 0x0
0x3c38 	 0x0
0x3c3c 	 0x0
0x3c40 	 0x0
0x3c44 	 0x0
0x3c48 	 0x0
0x3c4c 	 0x0
0x3c50 	 0x0
0x3c54 	 0x0
0x3c58 	 0x0
0x3c5c 	 0x0
0x3c60 	 0x0
0x3c64 	 0x0
0x3c68 	 0x0
0x3c6c 	 0x0
0x3c70 	 0x0
0x3c74 	 0x0
0x3c78 	 0x0
0x3c7c 	 0x0
0x3c80 	 0x0
0x3c84 	 0x0
0x3c88 	 0x0
0x3c8c 	 0x0
0x3c90 	 0x0
0x3c94 	 0x0
0x3c98 	 0x0
0x3c9c 	 0x0
0x3ca0 	 0x0
0x3ca4 	 0x0
0x3ca8 	 0x0
0x3cac 	 0x0
0x3cb0 	 0x0
0x3cb4 	 0x0
0x3cb8 	 0x0
0x3cbc 	 0x0
0x3cc0 	 0x0
0x3cc4 	 0x0
0x3cc8 	 0x0
0x3ccc 	 0x0
0x3cd0 	 0x0
0x3cd4 	 0x0
0x3cd8 	 0x0
0x3cdc 	 0x0
0x3ce0 	 0x0
0x3ce4 	 0x0
0x3ce8 	 0x0
0x3cec 	 0x0
0x3cf0 	 0x0
0x3cf4 	 0x0
0x3cf8 	 0x0
0x3cfc 	 0x0
0x3d00 	 0x0
0x3d04 	 0x0
0x3d08 	 0x0
0x3d0c 	 0x0
0x3d10 	 0x0
0x3d14 	 0x0
0x3d18 	 0x0
0x3d1c 	 0x0
0x3d20 	 0x0
0x3d24 	 0x0
0x3d28 	 0x0
0x3d2c 	 0x0
0x3d30 	 0x0
0x3d34 	 0x0
0x3d38 	 0x0
0x3d3c 	 0x0
0x3d40 	 0x0
0x3d44 	 0x0
0x3d48 	 0x0
0x3d4c 	 0x0
0x3d50 	 0x0
0x3d54 	 0x0
0x3d58 	 0x0
0x3d5c 	 0x0
0x3d60 	 0x0
0x3d64 	 0x0
0x3d68 	 0x0
0x3d6c 	 0x0
0x3d70 	 0x0
0x3d74 	 0x0
0x3d78 	 0x0
0x3d7c 	 0x0
0x3d80 	 0x0
0x3d84 	 0x0
0x3d88 	 0x0
0x3d8c 	 0x0
0x3d90 	 0x0
0x3d94 	 0x0
0x3d98 	 0x0
0x3d9c 	 0x0
0x3da0 	 0x0
0x3da4 	 0x0
0x3da8 	 0x0
0x3dac 	 0x0
0x3db0 	 0x0
0x3db4 	 0x0
0x3db8 	 0x0
0x3dbc 	 0x0
0x3dc0 	 0x0
0x3dc4 	 0x0
0x3dc8 	 0x0
0x3dcc 	 0x0
0x3dd0 	 0x0
0x3dd4 	 0x0
0x3dd8 	 0x0
0x3ddc 	 0x0
0x3de0 	 0x0
0x3de4 	 0x0
0x3de8 	 0x0
0x3dec 	 0x0
0x3df0 	 0x0
0x3df4 	 0x0
0x3df8 	 0x0
0x3dfc 	 0x0
0x3e00 	 0x0
0x3e04 	 0x0
0x3e08 	 0x0
0x3e0c 	 0x0
0x3e10 	 0x0
0x3e14 	 0x0
0x3e18 	 0x0
0x3e1c 	 0x0
0x3e20 	 0x0
0x3e24 	 0x0
0x3e28 	 0x0
0x3e2c 	 0x0
0x3e30 	 0x0
0x3e34 	 0x0
0x3e38 	 0x0
0x3e3c 	 0x0
0x3e40 	 0x0
0x3e44 	 0x0
0x3e48 	 0x0
0x3e4c 	 0x0
0x3e50 	 0x0
0x3e54 	 0x0
0x3e58 	 0x0
0x3e5c 	 0x0
0x3e60 	 0x0
0x3e64 	 0x0
0x3e68 	 0x0
0x3e6c 	 0x0
0x3e70 	 0x0
0x3e74 	 0x0
0x3e78 	 0x0
0x3e7c 	 0x0
0x3e80 	 0x0
0x3e84 	 0x0
0x3e88 	 0x0
0x3e8c 	 0x0
0x3e90 	 0x0
0x3e94 	 0x0
0x3e98 	 0x0
0x3e9c 	 0x0
0x3ea0 	 0x0
0x3ea4 	 0x0
0x3ea8 	 0x0
0x3eac 	 0x0
0x3eb0 	 0x0
0x3eb4 	 0x0
0x3eb8 	 0x0
0x3ebc 	 0x0
0x3ec0 	 0x0
0x3ec4 	 0x0
0x3ec8 	 0x0
0x3ecc 	 0x0
0x3ed0 	 0x0
0x3ed4 	 0x0
0x3ed8 	 0x0
0x3edc 	 0x0
0x3ee0 	 0x0
0x3ee4 	 0x0
0x3ee8 	 0x0
0x3eec 	 0x0
0x3ef0 	 0x0
0x3ef4 	 0x0
0x3ef8 	 0x0
0x3efc 	 0x0
0x3f00 	 0x0
0x3f04 	 0x0
0x3f08 	 0x0
0x3f0c 	 0x0
0x3f10 	 0x0
0x3f14 	 0x0
0x3f18 	 0x0
0x3f1c 	 0x0
0x3f20 	 0x0
0x3f24 	 0x0
0x3f28 	 0x0
0x3f2c 	 0x0
0x3f30 	 0x0
0x3f34 	 0x0
0x3f38 	 0x0
0x3f3c 	 0x0
0x3f40 	 0x0
0x3f44 	 0x0
0x3f48 	 0x0
0x3f4c 	 0x0
0x3f50 	 0x0
0x3f54 	 0x0
0x3f58 	 0x0
0x3f5c 	 0x0
0x3f60 	 0x0
0x3f64 	 0x0
0x3f68 	 0x0
0x3f6c 	 0x0
0x3f70 	 0x0
0x3f74 	 0x0
0x3f78 	 0x0
0x3f7c 	 0x0
0x3f80 	 0x0
0x3f84 	 0x0
0x3f88 	 0x0
0x3f8c 	 0x0
0x3f90 	 0x0
0x3f94 	 0x0
0x3f98 	 0x0
0x3f9c 	 0x0
0x3fa0 	 0x0
0x3fa4 	 0x0
0x3fa8 	 0x0
0x3fac 	 0x0
0x3fb0 	 0x0
0x3fb4 	 0x0
0x3fb8 	 0x0
0x3fbc 	 0x0
0x3fc0 	 0x0
0x3fc4 	 0x0
0x3fc8 	 0x0
0x3fcc 	 0x0
0x3fd0 	 0x0
0x3fd4 	 0x0
0x3fd8 	 0x0
0x3fdc 	 0x0
0x3fe0 	 0x0
0x3fe4 	 0x0
0x3fe8 	 0x0
0x3fec 	 0x0
0x3ff0 	 0x0
0x3ff4 	 0x0
0x3ff8 	 0x0
0x3ffc 	 0x0
0x4000 	 0x0
0x4004 	 0x0
0x4008 	 0x0
0x400c 	 0x0
0x4010 	 0x0
0x4014 	 0x0
0x4018 	 0x0
0x401c 	 0x0
0x4020 	 0x0
0x4024 	 0x0
0x4028 	 0x0
0x402c 	 0x0
0x4030 	 0x0
0x4034 	 0x0
0x4038 	 0x0
0x403c 	 0x0
0x4040 	 0x0
0x4044 	 0x0
0x4048 	 0x0
0x404c 	 0x0
0x4050 	 0x0
0x4054 	 0x0
0x4058 	 0x0
0x405c 	 0x0
0x4060 	 0x0
0x4064 	 0x0
0x4068 	 0x0
0x406c 	 0x0
0x4070 	 0x0
0x4074 	 0x0
0x4078 	 0x0
0x407c 	 0x0
0x4080 	 0x0
0x4084 	 0x0
0x4088 	 0x0
0x408c 	 0x0
0x4090 	 0x0
0x4094 	 0x0
0x4098 	 0x0
0x409c 	 0x0
0x40a0 	 0x0
0x40a4 	 0x0
0x40a8 	 0x0
0x40ac 	 0x0
0x40b0 	 0x0
0x40b4 	 0x0
0x40b8 	 0x0
0x40bc 	 0x0
0x40c0 	 0x0
0x40c4 	 0x0
0x40c8 	 0x0
0x40cc 	 0x0
0x40d0 	 0x0
0x40d4 	 0x0
0x40d8 	 0x0
0x40dc 	 0x0
0x40e0 	 0x0
0x40e4 	 0x0
0x40e8 	 0x0
0x40ec 	 0x0
0x40f0 	 0x0
0x40f4 	 0x0
0x40f8 	 0x0
0x40fc 	 0x0
0x4100 	 0x0
0x4104 	 0x0
0x4108 	 0x0
0x410c 	 0x0
0x4110 	 0x0
0x4114 	 0x0
0x4118 	 0x0
0x411c 	 0x0
0x4120 	 0x0
0x4124 	 0x0
0x4128 	 0x0
0x412c 	 0x0
0x4130 	 0x0
0x4134 	 0x0
0x4138 	 0x0
0x413c 	 0x0
0x4140 	 0x0
0x4144 	 0x0
0x4148 	 0x0
0x414c 	 0x0
0x4150 	 0x0
0x4154 	 0x0
0x4158 	 0x0
0x415c 	 0x0
0x4160 	 0x0
0x4164 	 0x0
0x4168 	 0x0
0x416c 	 0x0
0x4170 	 0x0
0x4174 	 0x0
0x4178 	 0x0
0x417c 	 0x0
0x4180 	 0x0
0x4184 	 0x0
0x4188 	 0x0
0x418c 	 0x0
0x4190 	 0x0
0x4194 	 0x0
0x4198 	 0x0
0x419c 	 0x0
0x41a0 	 0x0
0x41a4 	 0x0
0x41a8 	 0x0
0x41ac 	 0x0
0x41b0 	 0x0
0x41b4 	 0x0
0x41b8 	 0x0
0x41bc 	 0x0
0x41c0 	 0x0
0x41c4 	 0x0
0x41c8 	 0x0
0x41cc 	 0x0
0x41d0 	 0x0
0x41d4 	 0x0
0x41d8 	 0x0
0x41dc 	 0x0
0x41e0 	 0x0
0x41e4 	 0x0
0x41e8 	 0x0
0x41ec 	 0x0
0x41f0 	 0x0
0x41f4 	 0x0
0x41f8 	 0x0
0x41fc 	 0x0
0x4200 	 0x0
0x4204 	 0x0
0x4208 	 0x0
0x420c 	 0x0
0x4210 	 0x0
0x4214 	 0x0
0x4218 	 0x0
0x421c 	 0x0
0x4220 	 0x0
0x4224 	 0x0
0x4228 	 0x0
0x422c 	 0x0
0x4230 	 0x0
0x4234 	 0x0
0x4238 	 0x0
0x423c 	 0x0
0x4240 	 0x0
0x4244 	 0x0
0x4248 	 0x0
0x424c 	 0x0
0x4250 	 0x0
0x4254 	 0x0
0x4258 	 0x0
0x425c 	 0x0
0x4260 	 0x0
0x4264 	 0x0
0x4268 	 0x0
0x426c 	 0x0
0x4270 	 0x0
0x4274 	 0x0
0x4278 	 0x0
0x427c 	 0x0
0x4280 	 0x0
0x4284 	 0x0
0x4288 	 0x0
0x428c 	 0x0
0x4290 	 0x0
0x4294 	 0x0
0x4298 	 0x0
0x429c 	 0x0
0x42a0 	 0x0
0x42a4 	 0x0
0x42a8 	 0x0
0x42ac 	 0x0
0x42b0 	 0x0
0x42b4 	 0x0
0x42b8 	 0x0
0x42bc 	 0x0
0x42c0 	 0x0
0x42c4 	 0x0
0x42c8 	 0x0
0x42cc 	 0x0
0x42d0 	 0x0
0x42d4 	 0x0
0x42d8 	 0x0
0x42dc 	 0x0
0x42e0 	 0x0
0x42e4 	 0x0
0x42e8 	 0x0
0x42ec 	 0x0
0x42f0 	 0x0
0x42f4 	 0x0
0x42f8 	 0x0
0x42fc 	 0x0
0x4300 	 0x0
0x4304 	 0x0
0x4308 	 0x0
0x430c 	 0x0
0x4310 	 0x0
0x4314 	 0x0
0x4318 	 0x0
0x431c 	 0x0
0x4320 	 0x0
0x4324 	 0x0
0x4328 	 0x0
0x432c 	 0x0
0x4330 	 0x0
0x4334 	 0x0
0x4338 	 0x0
0x433c 	 0x0
0x4340 	 0x0
0x4344 	 0x0
0x4348 	 0x0
0x434c 	 0x0
0x4350 	 0x0
0x4354 	 0x0
0x4358 	 0x0
0x435c 	 0x0
0x4360 	 0x0
0x4364 	 0x0
0x4368 	 0x0
0x436c 	 0x0
0x4370 	 0x0
0x4374 	 0x0
0x4378 	 0x0
0x437c 	 0x0
0x4380 	 0x0
0x4384 	 0x0
0x4388 	 0x0
0x438c 	 0x0
0x4390 	 0x0
0x4394 	 0x0
0x4398 	 0x0
0x439c 	 0x0
0x43a0 	 0x0
0x43a4 	 0x0
0x43a8 	 0x0
0x43ac 	 0x0
0x43b0 	 0x0
0x43b4 	 0x0
0x43b8 	 0x0
0x43bc 	 0x0
0x43c0 	 0x0
0x43c4 	 0x0
0x43c8 	 0x0
0x43cc 	 0x0
0x43d0 	 0x0
0x43d4 	 0x0
0x43d8 	 0x0
0x43dc 	 0x0
0x43e0 	 0x0
0x43e4 	 0x0
0x43e8 	 0x0
0x43ec 	 0x0
0x43f0 	 0x0
0x43f4 	 0x0
0x43f8 	 0x0
0x43fc 	 0x0
0x4400 	 0x0
0x4404 	 0x0
0x4408 	 0x0
0x440c 	 0x0
0x4410 	 0x0
0x4414 	 0x0
0x4418 	 0x0
0x441c 	 0x0
0x4420 	 0x0
0x4424 	 0x0
0x4428 	 0x0
0x442c 	 0x0
0x4430 	 0x0
0x4434 	 0x0
0x4438 	 0x0
0x443c 	 0x0
0x4440 	 0x0
0x4444 	 0x0
0x4448 	 0x0
0x444c 	 0x0
0x4450 	 0x0
0x4454 	 0x0
0x4458 	 0x0
0x445c 	 0x0
0x4460 	 0x0
0x4464 	 0x0
0x4468 	 0x0
0x446c 	 0x0
0x4470 	 0x0
0x4474 	 0x0
0x4478 	 0x0
0x447c 	 0x0
0x4480 	 0x0
0x4484 	 0x0
0x4488 	 0x0
0x448c 	 0x0
0x4490 	 0x0
0x4494 	 0x0
0x4498 	 0x0
0x449c 	 0x0
0x44a0 	 0x0
0x44a4 	 0x0
0x44a8 	 0x0
0x44ac 	 0x0
0x44b0 	 0x0
0x44b4 	 0x0
0x44b8 	 0x0
0x44bc 	 0x0
0x44c0 	 0x0
0x44c4 	 0x0
0x44c8 	 0x0
0x44cc 	 0x0
0x44d0 	 0x0
0x44d4 	 0x0
0x44d8 	 0x0
0x44dc 	 0x0
0x44e0 	 0x0
0x44e4 	 0x0
0x44e8 	 0x0
0x44ec 	 0x0
0x44f0 	 0x0
0x44f4 	 0x0
0x44f8 	 0x0
0x44fc 	 0x0
0x4500 	 0x0
0x4504 	 0x0
0x4508 	 0x0
0x450c 	 0x0
0x4510 	 0x0
0x4514 	 0x0
0x4518 	 0x0
0x451c 	 0x0
0x4520 	 0x0
0x4524 	 0x0
0x4528 	 0x0
0x452c 	 0x0
0x4530 	 0x0
0x4534 	 0x0
0x4538 	 0x0
0x453c 	 0x0
0x4540 	 0x0
0x4544 	 0x0
0x4548 	 0x0
0x454c 	 0x0
0x4550 	 0x0
0x4554 	 0x0
0x4558 	 0x0
0x455c 	 0x0
0x4560 	 0x0
0x4564 	 0x0
0x4568 	 0x0
0x456c 	 0x0
0x4570 	 0x0
0x4574 	 0x0
0x4578 	 0x0
0x457c 	 0x0
0x4580 	 0x0
0x4584 	 0x0
0x4588 	 0x0
0x458c 	 0x0
0x4590 	 0x0
0x4594 	 0x0
0x4598 	 0x0
0x459c 	 0x0
0x45a0 	 0x0
0x45a4 	 0x0
0x45a8 	 0x0
0x45ac 	 0x0
0x45b0 	 0x0
0x45b4 	 0x0
0x45b8 	 0x0
0x45bc 	 0x0
0x45c0 	 0x0
0x45c4 	 0x0
0x45c8 	 0x0
0x45cc 	 0x0
0x45d0 	 0x0
0x45d4 	 0x0
0x45d8 	 0x0
0x45dc 	 0x0
0x45e0 	 0x0
0x45e4 	 0x0
0x45e8 	 0x0
0x45ec 	 0x0
0x45f0 	 0x0
0x45f4 	 0x0
0x45f8 	 0x0
0x45fc 	 0x0
0x4600 	 0x0
0x4604 	 0x0
0x4608 	 0x0
0x460c 	 0x0
0x4610 	 0x0
0x4614 	 0x0
0x4618 	 0x0
0x461c 	 0x0
0x4620 	 0x0
0x4624 	 0x0
0x4628 	 0x0
0x462c 	 0x0
0x4630 	 0x0
0x4634 	 0x0
0x4638 	 0x0
0x463c 	 0x0
0x4640 	 0x0
0x4644 	 0x0
0x4648 	 0x0
0x464c 	 0x0
0x4650 	 0x0
0x4654 	 0x0
0x4658 	 0x0
0x465c 	 0x0
0x4660 	 0x0
0x4664 	 0x0
0x4668 	 0x0
0x466c 	 0x0
0x4670 	 0x0
0x4674 	 0x0
0x4678 	 0x0
0x467c 	 0x0
0x4680 	 0x0
0x4684 	 0x0
0x4688 	 0x0
0x468c 	 0x0
0x4690 	 0x0
0x4694 	 0x0
0x4698 	 0x0
0x469c 	 0x0
0x46a0 	 0x0
0x46a4 	 0x0
0x46a8 	 0x0
0x46ac 	 0x0
0x46b0 	 0x0
0x46b4 	 0x0
0x46b8 	 0x0
0x46bc 	 0x0
0x46c0 	 0x0
0x46c4 	 0x0
0x46c8 	 0x0
0x46cc 	 0x0
0x46d0 	 0x0
0x46d4 	 0x0
0x46d8 	 0x0
0x46dc 	 0x0
0x46e0 	 0x0
0x46e4 	 0x0
0x46e8 	 0x0
0x46ec 	 0x0
0x46f0 	 0x0
0x46f4 	 0x0
0x46f8 	 0x0
0x46fc 	 0x0
0x4700 	 0x0
0x4704 	 0x0
0x4708 	 0x0
0x470c 	 0x0
0x4710 	 0x0
0x4714 	 0x0
0x4718 	 0x0
0x471c 	 0x0
0x4720 	 0x0
0x4724 	 0x0
0x4728 	 0x0
0x472c 	 0x0
0x4730 	 0x0
0x4734 	 0x0
0x4738 	 0x0
0x473c 	 0x0
0x4740 	 0x0
0x4744 	 0x0
0x4748 	 0x0
0x474c 	 0x0
0x4750 	 0x0
0x4754 	 0x0
0x4758 	 0x0
0x475c 	 0x0
0x4760 	 0x0
0x4764 	 0x0
0x4768 	 0x0
0x476c 	 0x0
0x4770 	 0x0
0x4774 	 0x0
0x4778 	 0x0
0x477c 	 0x0
0x4780 	 0x0
0x4784 	 0x0
0x4788 	 0x0
0x478c 	 0x0
0x4790 	 0x0
0x4794 	 0x0
0x4798 	 0x0
0x479c 	 0x0
0x47a0 	 0x0
0x47a4 	 0x0
0x47a8 	 0x0
0x47ac 	 0x0
0x47b0 	 0x0
0x47b4 	 0x0
0x47b8 	 0x0
0x47bc 	 0x0
0x47c0 	 0x0
0x47c4 	 0x0
0x47c8 	 0x0
0x47cc 	 0x0
0x47d0 	 0x0
0x47d4 	 0x0
0x47d8 	 0x0
0x47dc 	 0x0
0x47e0 	 0x0
0x47e4 	 0x0
0x47e8 	 0x0
0x47ec 	 0x0
0x47f0 	 0x0
0x47f4 	 0x0
0x47f8 	 0x0
0x47fc 	 0x0
0x4800 	 0x0
0x4804 	 0x0
0x4808 	 0x0
0x480c 	 0x0
0x4810 	 0x0
0x4814 	 0x0
0x4818 	 0x0
0x481c 	 0x0
0x4820 	 0x0
0x4824 	 0x0
0x4828 	 0x0
0x482c 	 0x0
0x4830 	 0x0
0x4834 	 0x0
0x4838 	 0x0
0x483c 	 0x0
0x4840 	 0x0
0x4844 	 0x0
0x4848 	 0x0
0x484c 	 0x0
0x4850 	 0x0
0x4854 	 0x0
0x4858 	 0x0
0x485c 	 0x0
0x4860 	 0x0
0x4864 	 0x0
0x4868 	 0x0
0x486c 	 0x0
0x4870 	 0x0
0x4874 	 0x0
0x4878 	 0x0
0x487c 	 0x0
0x4880 	 0x0
0x4884 	 0x0
0x4888 	 0x0
0x488c 	 0x0
0x4890 	 0x0
0x4894 	 0x0
0x4898 	 0x0
0x489c 	 0x0
0x48a0 	 0x0
0x48a4 	 0x0
0x48a8 	 0x0
0x48ac 	 0x0
0x48b0 	 0x0
0x48b4 	 0x0
0x48b8 	 0x0
0x48bc 	 0x0
0x48c0 	 0x0
0x48c4 	 0x0
0x48c8 	 0x0
0x48cc 	 0x0
0x48d0 	 0x0
0x48d4 	 0x0
0x48d8 	 0x0
0x48dc 	 0x0
0x48e0 	 0x0
0x48e4 	 0x0
0x48e8 	 0x0
0x48ec 	 0x0
0x48f0 	 0x0
0x48f4 	 0x0
0x48f8 	 0x0
0x48fc 	 0x0
0x4900 	 0x0
0x4904 	 0x0
0x4908 	 0x0
0x490c 	 0x0
0x4910 	 0x0
0x4914 	 0x0
0x4918 	 0x0
0x491c 	 0x0
0x4920 	 0x0
0x4924 	 0x0
0x4928 	 0x0
0x492c 	 0x0
0x4930 	 0x0
0x4934 	 0x0
0x4938 	 0x0
0x493c 	 0x0
0x4940 	 0x0
0x4944 	 0x0
0x4948 	 0x0
0x494c 	 0x0
0x4950 	 0x0
0x4954 	 0x0
0x4958 	 0x0
0x495c 	 0x0
0x4960 	 0x0
0x4964 	 0x0
0x4968 	 0x0
0x496c 	 0x0
0x4970 	 0x0
0x4974 	 0x0
0x4978 	 0x0
0x497c 	 0x0
0x4980 	 0x0
0x4984 	 0x0
0x4988 	 0x0
0x498c 	 0x0
0x4990 	 0x0
0x4994 	 0x0
0x4998 	 0x0
0x499c 	 0x0
0x49a0 	 0x0
0x49a4 	 0x0
0x49a8 	 0x0
0x49ac 	 0x0
0x49b0 	 0x0
0x49b4 	 0x0
0x49b8 	 0x0
0x49bc 	 0x0
0x49c0 	 0x0
0x49c4 	 0x0
0x49c8 	 0x0
0x49cc 	 0x0
0x49d0 	 0x0
0x49d4 	 0x0
0x49d8 	 0x0
0x49dc 	 0x0
0x49e0 	 0x0
0x49e4 	 0x0
0x49e8 	 0x0
0x49ec 	 0x0
0x49f0 	 0x0
0x49f4 	 0x0
0x49f8 	 0x0
0x49fc 	 0x0
0x4a00 	 0x0
0x4a04 	 0x0
0x4a08 	 0x0
0x4a0c 	 0x0
0x4a10 	 0x0
0x4a14 	 0x0
0x4a18 	 0x0
0x4a1c 	 0x0
0x4a20 	 0x0
0x4a24 	 0x0
0x4a28 	 0x0
0x4a2c 	 0x0
0x4a30 	 0x0
0x4a34 	 0x0
0x4a38 	 0x0
0x4a3c 	 0x0
0x4a40 	 0x0
0x4a44 	 0x0
0x4a48 	 0x0
0x4a4c 	 0x0
0x4a50 	 0x0
0x4a54 	 0x0
0x4a58 	 0x0
0x4a5c 	 0x0
0x4a60 	 0x0
0x4a64 	 0x0
0x4a68 	 0x0
0x4a6c 	 0x0
0x4a70 	 0x0
0x4a74 	 0x0
0x4a78 	 0x0
0x4a7c 	 0x0
0x4a80 	 0x0
0x4a84 	 0x0
0x4a88 	 0x0
0x4a8c 	 0x0
0x4a90 	 0x0
0x4a94 	 0x0
0x4a98 	 0x0
0x4a9c 	 0x0
0x4aa0 	 0x0
0x4aa4 	 0x0
0x4aa8 	 0x0
0x4aac 	 0x0
0x4ab0 	 0x0
0x4ab4 	 0x0
0x4ab8 	 0x0
0x4abc 	 0x0
0x4ac0 	 0x0
0x4ac4 	 0x0
0x4ac8 	 0x0
0x4acc 	 0x0
0x4ad0 	 0x0
0x4ad4 	 0x0
0x4ad8 	 0x0
0x4adc 	 0x0
0x4ae0 	 0x0
0x4ae4 	 0x0
0x4ae8 	 0x0
0x4aec 	 0x0
0x4af0 	 0x0
0x4af4 	 0x0
0x4af8 	 0x0
0x4afc 	 0x0
0x4b00 	 0x0
0x4b04 	 0x0
0x4b08 	 0x0
0x4b0c 	 0x0
0x4b10 	 0x0
0x4b14 	 0x0
0x4b18 	 0x0
0x4b1c 	 0x0
0x4b20 	 0x0
0x4b24 	 0x0
0x4b28 	 0x0
0x4b2c 	 0x0
0x4b30 	 0x0
0x4b34 	 0x0
0x4b38 	 0x0
0x4b3c 	 0x0
0x4b40 	 0x0
0x4b44 	 0x0
0x4b48 	 0x0
0x4b4c 	 0x0
0x4b50 	 0x0
0x4b54 	 0x0
0x4b58 	 0x0
0x4b5c 	 0x0
0x4b60 	 0x0
0x4b64 	 0x0
0x4b68 	 0x0
0x4b6c 	 0x0
0x4b70 	 0x0
0x4b74 	 0x0
0x4b78 	 0x0
0x4b7c 	 0x0
0x4b80 	 0x0
0x4b84 	 0x0
0x4b88 	 0x0
0x4b8c 	 0x0
0x4b90 	 0x0
0x4b94 	 0x0
0x4b98 	 0x0
0x4b9c 	 0x0
0x4ba0 	 0x0
0x4ba4 	 0x0
0x4ba8 	 0x0
0x4bac 	 0x0
0x4bb0 	 0x0
0x4bb4 	 0x0
0x4bb8 	 0x0
0x4bbc 	 0x0
0x4bc0 	 0x0
0x4bc4 	 0x0
0x4bc8 	 0x0
0x4bcc 	 0x0
0x4bd0 	 0x0
0x4bd4 	 0x0
0x4bd8 	 0x0
0x4bdc 	 0x0
0x4be0 	 0x0
0x4be4 	 0x0
0x4be8 	 0x0
0x4bec 	 0x0
0x4bf0 	 0x0
0x4bf4 	 0x0
0x4bf8 	 0x0
0x4bfc 	 0x0
0x4c00 	 0x0
0x4c04 	 0x0
0x4c08 	 0x0
0x4c0c 	 0x0
0x4c10 	 0x0
0x4c14 	 0x0
0x4c18 	 0x0
0x4c1c 	 0x0
0x4c20 	 0x0
0x4c24 	 0x0
0x4c28 	 0x0
0x4c2c 	 0x0
0x4c30 	 0x0
0x4c34 	 0x0
0x4c38 	 0x0
0x4c3c 	 0x0
0x4c40 	 0x0
0x4c44 	 0x0
0x4c48 	 0x0
0x4c4c 	 0x0
0x4c50 	 0x0
0x4c54 	 0x0
0x4c58 	 0x0
0x4c5c 	 0x0
0x4c60 	 0x0
0x4c64 	 0x0
0x4c68 	 0x0
0x4c6c 	 0x0
0x4c70 	 0x0
0x4c74 	 0x0
0x4c78 	 0x0
0x4c7c 	 0x0
0x4c80 	 0x0
0x4c84 	 0x0
0x4c88 	 0x0
0x4c8c 	 0x0
0x4c90 	 0x0
0x4c94 	 0x0
0x4c98 	 0x0
0x4c9c 	 0x0
0x4ca0 	 0x0
0x4ca4 	 0x0
0x4ca8 	 0x0
0x4cac 	 0x0
0x4cb0 	 0x0
0x4cb4 	 0x0
0x4cb8 	 0x0
0x4cbc 	 0x0
0x4cc0 	 0x0
0x4cc4 	 0x0
0x4cc8 	 0x0
0x4ccc 	 0x0
0x4cd0 	 0x0
0x4cd4 	 0x0
0x4cd8 	 0x0
0x4cdc 	 0x0
0x4ce0 	 0x0
0x4ce4 	 0x0
0x4ce8 	 0x0
0x4cec 	 0x0
0x4cf0 	 0x0
0x4cf4 	 0x0
0x4cf8 	 0x0
0x4cfc 	 0x0
0x4d00 	 0x0
0x4d04 	 0x0
0x4d08 	 0x0
0x4d0c 	 0x0
0x4d10 	 0x0
0x4d14 	 0x0
0x4d18 	 0x0
0x4d1c 	 0x0
0x4d20 	 0x0
0x4d24 	 0x0
0x4d28 	 0x0
0x4d2c 	 0x0
0x4d30 	 0x0
0x4d34 	 0x0
0x4d38 	 0x0
0x4d3c 	 0x0
0x4d40 	 0x0
0x4d44 	 0x0
0x4d48 	 0x0
0x4d4c 	 0x0
0x4d50 	 0x0
0x4d54 	 0x0
0x4d58 	 0x0
0x4d5c 	 0x0
0x4d60 	 0x0
0x4d64 	 0x0
0x4d68 	 0x0
0x4d6c 	 0x0
0x4d70 	 0x0
0x4d74 	 0x0
0x4d78 	 0x0
0x4d7c 	 0x0
0x4d80 	 0x0
0x4d84 	 0x0
0x4d88 	 0x0
0x4d8c 	 0x0
0x4d90 	 0x0
0x4d94 	 0x0
0x4d98 	 0x0
0x4d9c 	 0x0
0x4da0 	 0x0
0x4da4 	 0x0
0x4da8 	 0x0
0x4dac 	 0x0
0x4db0 	 0x0
0x4db4 	 0x0
0x4db8 	 0x0
0x4dbc 	 0x0
0x4dc0 	 0x0
0x4dc4 	 0x0
0x4dc8 	 0x0
0x4dcc 	 0x0
0x4dd0 	 0x0
0x4dd4 	 0x0
0x4dd8 	 0x0
0x4ddc 	 0x0
0x4de0 	 0x0
0x4de4 	 0x0
0x4de8 	 0x0
0x4dec 	 0x0
0x4df0 	 0x0
0x4df4 	 0x0
0x4df8 	 0x0
0x4dfc 	 0x0
0x4e00 	 0x0
0x4e04 	 0x0
0x4e08 	 0x0
0x4e0c 	 0x0
0x4e10 	 0x0
0x4e14 	 0x0
0x4e18 	 0x0
0x4e1c 	 0x0
0x4e20 	 0x0
0x4e24 	 0x0
0x4e28 	 0x0
0x4e2c 	 0x0
0x4e30 	 0x0
0x4e34 	 0x0
0x4e38 	 0x0
0x4e3c 	 0x0
0x4e40 	 0x0
0x4e44 	 0x0
0x4e48 	 0x0
0x4e4c 	 0x0
0x4e50 	 0x0
0x4e54 	 0x0
0x4e58 	 0x0
0x4e5c 	 0x0
0x4e60 	 0x0
0x4e64 	 0x0
0x4e68 	 0x0
0x4e6c 	 0x0
0x4e70 	 0x0
0x4e74 	 0x0
0x4e78 	 0x0
0x4e7c 	 0x0
0x4e80 	 0x0
0x4e84 	 0x0
0x4e88 	 0x0
0x4e8c 	 0x0
0x4e90 	 0x0
0x4e94 	 0x0
0x4e98 	 0x0
0x4e9c 	 0x0
0x4ea0 	 0x0
0x4ea4 	 0x0
0x4ea8 	 0x0
0x4eac 	 0x0
0x4eb0 	 0x0
0x4eb4 	 0x0
0x4eb8 	 0x0
0x4ebc 	 0x0
0x4ec0 	 0x0
0x4ec4 	 0x0
0x4ec8 	 0x0
0x4ecc 	 0x0
0x4ed0 	 0x0
0x4ed4 	 0x0
0x4ed8 	 0x0
0x4edc 	 0x0
0x4ee0 	 0x0
0x4ee4 	 0x0
0x4ee8 	 0x0
0x4eec 	 0x0
0x4ef0 	 0x0
0x4ef4 	 0x0
0x4ef8 	 0x0
0x4efc 	 0x0
0x4f00 	 0x0
0x4f04 	 0x0
0x4f08 	 0x0
0x4f0c 	 0x0
0x4f10 	 0x0
0x4f14 	 0x0
0x4f18 	 0x0
0x4f1c 	 0x0
0x4f20 	 0x0
0x4f24 	 0x0
0x4f28 	 0x0
0x4f2c 	 0x0
0x4f30 	 0x0
0x4f34 	 0x0
0x4f38 	 0x0
0x4f3c 	 0x0
0x4f40 	 0x0
0x4f44 	 0x0
0x4f48 	 0x0
0x4f4c 	 0x0
0x4f50 	 0x0
0x4f54 	 0x0
0x4f58 	 0x0
0x4f5c 	 0x0
0x4f60 	 0x0
0x4f64 	 0x0
0x4f68 	 0x0
0x4f6c 	 0x0
0x4f70 	 0x0
0x4f74 	 0x0
0x4f78 	 0x0
0x4f7c 	 0x0
0x4f80 	 0x0
0x4f84 	 0x0
0x4f88 	 0x0
0x4f8c 	 0x0
0x4f90 	 0x0
0x4f94 	 0x0
0x4f98 	 0x0
0x4f9c 	 0x0
0x4fa0 	 0x0
0x4fa4 	 0x0
0x4fa8 	 0x0
0x4fac 	 0x0
0x4fb0 	 0x0
0x4fb4 	 0x0
0x4fb8 	 0x0
0x4fbc 	 0x0
0x4fc0 	 0x0
0x4fc4 	 0x0
0x4fc8 	 0x0
0x4fcc 	 0x0
0x4fd0 	 0x0
0x4fd4 	 0x0
0x4fd8 	 0x0
0x4fdc 	 0x0
0x4fe0 	 0x0
0x4fe4 	 0x0
0x4fe8 	 0x0
0x4fec 	 0x0
0x4ff0 	 0x0
0x4ff4 	 0x0
0x4ff8 	 0x0
0x4ffc 	 0x0
0x5000 	 0x0
0x5004 	 0x0
0x5008 	 0x0
0x500c 	 0x0
0x5010 	 0x0
0x5014 	 0x0
0x5018 	 0x0
0x501c 	 0x0
0x5020 	 0x0
0x5024 	 0x0
0x5028 	 0x0
0x502c 	 0x0
0x5030 	 0x0
0x5034 	 0x0
0x5038 	 0x0
0x503c 	 0x0
0x5040 	 0x0
0x5044 	 0x0
0x5048 	 0x0
0x504c 	 0x0
0x5050 	 0x0
0x5054 	 0x0
0x5058 	 0x0
0x505c 	 0x0
0x5060 	 0x0
0x5064 	 0x0
0x5068 	 0x0
0x506c 	 0x0
0x5070 	 0x0
0x5074 	 0x0
0x5078 	 0x0
0x507c 	 0x0
0x5080 	 0x0
0x5084 	 0x0
0x5088 	 0x0
0x508c 	 0x0
0x5090 	 0x0
0x5094 	 0x0
0x5098 	 0x0
0x509c 	 0x0
0x50a0 	 0x0
0x50a4 	 0x0
0x50a8 	 0x0
0x50ac 	 0x0
0x50b0 	 0x0
0x50b4 	 0x0
0x50b8 	 0x0
0x50bc 	 0x0
0x50c0 	 0x0
0x50c4 	 0x0
0x50c8 	 0x0
0x50cc 	 0x0
0x50d0 	 0x0
0x50d4 	 0x0
0x50d8 	 0x0
0x50dc 	 0x0
0x50e0 	 0x0
0x50e4 	 0x0
0x50e8 	 0x0
0x50ec 	 0x0
0x50f0 	 0x0
0x50f4 	 0x0
0x50f8 	 0x0
0x50fc 	 0x0
0x5100 	 0x0
0x5104 	 0x0
0x5108 	 0x0
0x510c 	 0x0
0x5110 	 0x0
0x5114 	 0x0
0x5118 	 0x0
0x511c 	 0x0
0x5120 	 0x0
0x5124 	 0x0
0x5128 	 0x0
0x512c 	 0x0
0x5130 	 0x0
0x5134 	 0x0
0x5138 	 0x0
0x513c 	 0x0
0x5140 	 0x0
0x5144 	 0x0
0x5148 	 0x0
0x514c 	 0x0
0x5150 	 0x0
0x5154 	 0x0
0x5158 	 0x0
0x515c 	 0x0
0x5160 	 0x0
0x5164 	 0x0
0x5168 	 0x0
0x516c 	 0x0
0x5170 	 0x0
0x5174 	 0x0
0x5178 	 0x0
0x517c 	 0x0
0x5180 	 0x0
0x5184 	 0x0
0x5188 	 0x0
0x518c 	 0x0
0x5190 	 0x0
0x5194 	 0x0
0x5198 	 0x0
0x519c 	 0x0
0x51a0 	 0x0
0x51a4 	 0x0
0x51a8 	 0x0
0x51ac 	 0x0
0x51b0 	 0x0
0x51b4 	 0x0
0x51b8 	 0x0
0x51bc 	 0x0
0x51c0 	 0x0
0x51c4 	 0x0
0x51c8 	 0x0
0x51cc 	 0x0
0x51d0 	 0x0
0x51d4 	 0x0
0x51d8 	 0x0
0x51dc 	 0x0
0x51e0 	 0x0
0x51e4 	 0x0
0x51e8 	 0x0
0x51ec 	 0x0
0x51f0 	 0x0
0x51f4 	 0x0
0x51f8 	 0x0
0x51fc 	 0x0
0x5200 	 0x0
0x5204 	 0x0
0x5208 	 0x0
0x520c 	 0x0
0x5210 	 0x0
0x5214 	 0x0
0x5218 	 0x0
0x521c 	 0x0
0x5220 	 0x0
0x5224 	 0x0
0x5228 	 0x0
0x522c 	 0x0
0x5230 	 0x0
0x5234 	 0x0
0x5238 	 0x0
0x523c 	 0x0
0x5240 	 0x0
0x5244 	 0x0
0x5248 	 0x0
0x524c 	 0x0
0x5250 	 0x0
0x5254 	 0x0
0x5258 	 0x0
0x525c 	 0x0
0x5260 	 0x0
0x5264 	 0x0
0x5268 	 0x0
0x526c 	 0x0
0x5270 	 0x0
0x5274 	 0x0
0x5278 	 0x0
0x527c 	 0x0
0x5280 	 0x0
0x5284 	 0x0
0x5288 	 0x0
0x528c 	 0x0
0x5290 	 0x0
0x5294 	 0x0
0x5298 	 0x0
0x529c 	 0x0
0x52a0 	 0x0
0x52a4 	 0x0
0x52a8 	 0x0
0x52ac 	 0x0
0x52b0 	 0x0
0x52b4 	 0x0
0x52b8 	 0x0
0x52bc 	 0x0
0x52c0 	 0x0
0x52c4 	 0x0
0x52c8 	 0x0
0x52cc 	 0x0
0x52d0 	 0x0
0x52d4 	 0x0
0x52d8 	 0x0
0x52dc 	 0x0
0x52e0 	 0x0
0x52e4 	 0x0
0x52e8 	 0x0
0x52ec 	 0x0
0x52f0 	 0x0
0x52f4 	 0x0
0x52f8 	 0x0
0x52fc 	 0x0
0x5300 	 0x0
0x5304 	 0x0
0x5308 	 0x0
0x530c 	 0x0
0x5310 	 0x0
0x5314 	 0x0
0x5318 	 0x0
0x531c 	 0x0
0x5320 	 0x0
0x5324 	 0x0
0x5328 	 0x0
0x532c 	 0x0
0x5330 	 0x0
0x5334 	 0x0
0x5338 	 0x0
0x533c 	 0x0
0x5340 	 0x0
0x5344 	 0x0
0x5348 	 0x0
0x534c 	 0x0
0x5350 	 0x0
0x5354 	 0x0
0x5358 	 0x0
0x535c 	 0x0
0x5360 	 0x0
0x5364 	 0x0
0x5368 	 0x0
0x536c 	 0x0
0x5370 	 0x0
0x5374 	 0x0
0x5378 	 0x0
0x537c 	 0x0
0x5380 	 0x0
0x5384 	 0x0
0x5388 	 0x0
0x538c 	 0x0
0x5390 	 0x0
0x5394 	 0x0
0x5398 	 0x0
0x539c 	 0x0
0x53a0 	 0x0
0x53a4 	 0x0
0x53a8 	 0x0
0x53ac 	 0x0
0x53b0 	 0x0
0x53b4 	 0x0
0x53b8 	 0x0
0x53bc 	 0x0
0x53c0 	 0x0
0x53c4 	 0x0
0x53c8 	 0x0
0x53cc 	 0x0
0x53d0 	 0x0
0x53d4 	 0x0
0x53d8 	 0x0
0x53dc 	 0x0
0x53e0 	 0x0
0x53e4 	 0x0
0x53e8 	 0x0
0x53ec 	 0x0
0x53f0 	 0x0
0x53f4 	 0x0
0x53f8 	 0x0
0x53fc 	 0x0
0x5400 	 0x0
0x5404 	 0x0
0x5408 	 0x0
0x540c 	 0x0
0x5410 	 0x0
0x5414 	 0x0
0x5418 	 0x0
0x541c 	 0x0
0x5420 	 0x0
0x5424 	 0x0
0x5428 	 0x0
0x542c 	 0x0
0x5430 	 0x0
0x5434 	 0x0
0x5438 	 0x0
0x543c 	 0x0
0x5440 	 0x0
0x5444 	 0x0
0x5448 	 0x0
0x544c 	 0x0
0x5450 	 0x0
0x5454 	 0x0
0x5458 	 0x0
0x545c 	 0x0
0x5460 	 0x0
0x5464 	 0x0
0x5468 	 0x0
0x546c 	 0x0
0x5470 	 0x0
0x5474 	 0x0
0x5478 	 0x0
0x547c 	 0x0
0x5480 	 0x0
0x5484 	 0x0
0x5488 	 0x0
0x548c 	 0x0
0x5490 	 0x0
0x5494 	 0x0
0x5498 	 0x0
0x549c 	 0x0
0x54a0 	 0x0
0x54a4 	 0x0
0x54a8 	 0x0
0x54ac 	 0x0
0x54b0 	 0x0
0x54b4 	 0x0
0x54b8 	 0x0
0x54bc 	 0x0
0x54c0 	 0x0
0x54c4 	 0x0
0x54c8 	 0x0
0x54cc 	 0x0
0x54d0 	 0x0
0x54d4 	 0x0
0x54d8 	 0x0
0x54dc 	 0x0
0x54e0 	 0x0
0x54e4 	 0x0
0x54e8 	 0x0
0x54ec 	 0x0
0x54f0 	 0x0
0x54f4 	 0x0
0x54f8 	 0x0
0x54fc 	 0x0
0x5500 	 0x0
0x5504 	 0x0
0x5508 	 0x0
0x550c 	 0x0
0x5510 	 0x0
0x5514 	 0x0
0x5518 	 0x0
0x551c 	 0x0
0x5520 	 0x0
0x5524 	 0x0
0x5528 	 0x0
0x552c 	 0x0
0x5530 	 0x0
0x5534 	 0x0
0x5538 	 0x0
0x553c 	 0x0
0x5540 	 0x0
0x5544 	 0x0
0x5548 	 0x0
0x554c 	 0x0
0x5550 	 0x0
0x5554 	 0x0
0x5558 	 0x0
0x555c 	 0x0
0x5560 	 0x0
0x5564 	 0x0
0x5568 	 0x0
0x556c 	 0x0
0x5570 	 0x0
0x5574 	 0x0
0x5578 	 0x0
0x557c 	 0x0
0x5580 	 0x0
0x5584 	 0x0
0x5588 	 0x0
0x558c 	 0x0
0x5590 	 0x0
0x5594 	 0x0
0x5598 	 0x0
0x559c 	 0x0
0x55a0 	 0x0
0x55a4 	 0x0
0x55a8 	 0x0
0x55ac 	 0x0
0x55b0 	 0x0
0x55b4 	 0x0
0x55b8 	 0x0
0x55bc 	 0x0
0x55c0 	 0x0
0x55c4 	 0x0
0x55c8 	 0x0
0x55cc 	 0x0
0x55d0 	 0x0
0x55d4 	 0x0
0x55d8 	 0x0
0x55dc 	 0x0
0x55e0 	 0x0
0x55e4 	 0x0
0x55e8 	 0x0
0x55ec 	 0x0
0x55f0 	 0x0
0x55f4 	 0x0
0x55f8 	 0x0
0x55fc 	 0x0
0x5600 	 0x0
0x5604 	 0x0
0x5608 	 0x0
0x560c 	 0x0
0x5610 	 0x0
0x5614 	 0x0
0x5618 	 0x0
0x561c 	 0x0
0x5620 	 0x0
0x5624 	 0x0
0x5628 	 0x0
0x562c 	 0x0
0x5630 	 0x0
0x5634 	 0x0
0x5638 	 0x0
0x563c 	 0x0
0x5640 	 0x0
0x5644 	 0x0
0x5648 	 0x0
0x564c 	 0x0
0x5650 	 0x0
0x5654 	 0x0
0x5658 	 0x0
0x565c 	 0x0
0x5660 	 0x0
0x5664 	 0x0
0x5668 	 0x0
0x566c 	 0x0
0x5670 	 0x0
0x5674 	 0x0
0x5678 	 0x0
0x567c 	 0x0
0x5680 	 0x0
0x5684 	 0x0
0x5688 	 0x0
0x568c 	 0x0
0x5690 	 0x0
0x5694 	 0x0
0x5698 	 0x0
0x569c 	 0x0
0x56a0 	 0x0
0x56a4 	 0x0
0x56a8 	 0x0
0x56ac 	 0x0
0x56b0 	 0x0
0x56b4 	 0x0
0x56b8 	 0x0
0x56bc 	 0x0
0x56c0 	 0x0
0x56c4 	 0x0
0x56c8 	 0x0
0x56cc 	 0x0
0x56d0 	 0x0
0x56d4 	 0x0
0x56d8 	 0x0
0x56dc 	 0x0
0x56e0 	 0x0
0x56e4 	 0x0
0x56e8 	 0x0
0x56ec 	 0x0
0x56f0 	 0x0
0x56f4 	 0x0
0x56f8 	 0x0
0x56fc 	 0x0
0x5700 	 0x0
0x5704 	 0x0
0x5708 	 0x0
0x570c 	 0x0
0x5710 	 0x0
0x5714 	 0x0
0x5718 	 0x0
0x571c 	 0x0
0x5720 	 0x0
0x5724 	 0x0
0x5728 	 0x0
0x572c 	 0x0
0x5730 	 0x0
0x5734 	 0x0
0x5738 	 0x0
0x573c 	 0x0
0x5740 	 0x0
0x5744 	 0x0
0x5748 	 0x0
0x574c 	 0x0
0x5750 	 0x0
0x5754 	 0x0
0x5758 	 0x0
0x575c 	 0x0
0x5760 	 0x0
0x5764 	 0x0
0x5768 	 0x0
0x576c 	 0x0
0x5770 	 0x0
0x5774 	 0x0
0x5778 	 0x0
0x577c 	 0x0
0x5780 	 0x0
0x5784 	 0x0
0x5788 	 0x0
0x578c 	 0x0
0x5790 	 0x0
0x5794 	 0x0
0x5798 	 0x0
0x579c 	 0x0
0x57a0 	 0x0
0x57a4 	 0x0
0x57a8 	 0x0
0x57ac 	 0x0
0x57b0 	 0x0
0x57b4 	 0x0
0x57b8 	 0x0
0x57bc 	 0x0
0x57c0 	 0x0
0x57c4 	 0x0
0x57c8 	 0x0
0x57cc 	 0x0
0x57d0 	 0x0
0x57d4 	 0x0
0x57d8 	 0x0
0x57dc 	 0x0
0x57e0 	 0x0
0x57e4 	 0x0
0x57e8 	 0x0
0x57ec 	 0x0
0x57f0 	 0x0
0x57f4 	 0x0
0x57f8 	 0x0
0x57fc 	 0x0
0x5800 	 0x0
0x5804 	 0x0
0x5808 	 0x0
0x580c 	 0x0
0x5810 	 0x0
0x5814 	 0x0
0x5818 	 0x0
0x581c 	 0x0
0x5820 	 0x0
0x5824 	 0x0
0x5828 	 0x0
0x582c 	 0x0
0x5830 	 0x0
0x5834 	 0x0
0x5838 	 0x0
0x583c 	 0x0
0x5840 	 0x0
0x5844 	 0x0
0x5848 	 0x0
0x584c 	 0x0
0x5850 	 0x0
0x5854 	 0x0
0x5858 	 0x0
0x585c 	 0x0
0x5860 	 0x0
0x5864 	 0x0
0x5868 	 0x0
0x586c 	 0x0
0x5870 	 0x0
0x5874 	 0x0
0x5878 	 0x0
0x587c 	 0x0
0x5880 	 0x0
0x5884 	 0x0
0x5888 	 0x0
0x588c 	 0x0
0x5890 	 0x0
0x5894 	 0x0
0x5898 	 0x0
0x589c 	 0x0
0x58a0 	 0x0
0x58a4 	 0x0
0x58a8 	 0x0
0x58ac 	 0x0
0x58b0 	 0x0
0x58b4 	 0x0
0x58b8 	 0x0
0x58bc 	 0x0
0x58c0 	 0x0
0x58c4 	 0x0
0x58c8 	 0x0
0x58cc 	 0x0
0x58d0 	 0x0
0x58d4 	 0x0
0x58d8 	 0x0
0x58dc 	 0x0
0x58e0 	 0x0
0x58e4 	 0x0
0x58e8 	 0x0
0x58ec 	 0x0
0x58f0 	 0x0
0x58f4 	 0x0
0x58f8 	 0x0
0x58fc 	 0x0
0x5900 	 0x0
0x5904 	 0x0
0x5908 	 0x0
0x590c 	 0x0
0x5910 	 0x0
0x5914 	 0x0
0x5918 	 0x0
0x591c 	 0x0
0x5920 	 0x0
0x5924 	 0x0
0x5928 	 0x0
0x592c 	 0x0
0x5930 	 0x0
0x5934 	 0x0
0x5938 	 0x0
0x593c 	 0x0
0x5940 	 0x0
0x5944 	 0x0
0x5948 	 0x0
0x594c 	 0x0
0x5950 	 0x0
0x5954 	 0x0
0x5958 	 0x0
0x595c 	 0x0
0x5960 	 0x0
0x5964 	 0x0
0x5968 	 0x0
0x596c 	 0x0
0x5970 	 0x0
0x5974 	 0x0
0x5978 	 0x0
0x597c 	 0x0
0x5980 	 0x0
0x5984 	 0x0
0x5988 	 0x0
0x598c 	 0x0
0x5990 	 0x0
0x5994 	 0x0
0x5998 	 0x0
0x599c 	 0x0
0x59a0 	 0x0
0x59a4 	 0x0
0x59a8 	 0x0
0x59ac 	 0x0
0x59b0 	 0x0
0x59b4 	 0x0
0x59b8 	 0x0
0x59bc 	 0x0
0x59c0 	 0x0
0x59c4 	 0x0
0x59c8 	 0x0
0x59cc 	 0x0
0x59d0 	 0x0
0x59d4 	 0x0
0x59d8 	 0x0
0x59dc 	 0x0
0x59e0 	 0x0
0x59e4 	 0x0
0x59e8 	 0x0
0x59ec 	 0x0
0x59f0 	 0x0
0x59f4 	 0x0
0x59f8 	 0x0
0x59fc 	 0x0
0x5a00 	 0x0
0x5a04 	 0x0
0x5a08 	 0x0
0x5a0c 	 0x0
0x5a10 	 0x0
0x5a14 	 0x0
0x5a18 	 0x0
0x5a1c 	 0x0
0x5a20 	 0x0
0x5a24 	 0x0
0x5a28 	 0x0
0x5a2c 	 0x0
0x5a30 	 0x0
0x5a34 	 0x0
0x5a38 	 0x0
0x5a3c 	 0x0
0x5a40 	 0x0
0x5a44 	 0x0
0x5a48 	 0x0
0x5a4c 	 0x0
0x5a50 	 0x0
0x5a54 	 0x0
0x5a58 	 0x0
0x5a5c 	 0x0
0x5a60 	 0x0
0x5a64 	 0x0
0x5a68 	 0x0
0x5a6c 	 0x0
0x5a70 	 0x0
0x5a74 	 0x0
0x5a78 	 0x0
0x5a7c 	 0x0
0x5a80 	 0x0
0x5a84 	 0x0
0x5a88 	 0x0
0x5a8c 	 0x0
0x5a90 	 0x0
0x5a94 	 0x0
0x5a98 	 0x0
0x5a9c 	 0x0
0x5aa0 	 0x0
0x5aa4 	 0x0
0x5aa8 	 0x0
0x5aac 	 0x0
0x5ab0 	 0x0
0x5ab4 	 0x0
0x5ab8 	 0x0
0x5abc 	 0x0
0x5ac0 	 0x0
0x5ac4 	 0x0
0x5ac8 	 0x0
0x5acc 	 0x0
0x5ad0 	 0x0
0x5ad4 	 0x0
0x5ad8 	 0x0
0x5adc 	 0x0
0x5ae0 	 0x0
0x5ae4 	 0x0
0x5ae8 	 0x0
0x5aec 	 0x0
0x5af0 	 0x0
0x5af4 	 0x0
0x5af8 	 0x0
0x5afc 	 0x0
0x5b00 	 0x0
0x5b04 	 0x0
0x5b08 	 0x0
0x5b0c 	 0x0
0x5b10 	 0x0
0x5b14 	 0x0
0x5b18 	 0x0
0x5b1c 	 0x0
0x5b20 	 0x0
0x5b24 	 0x0
0x5b28 	 0x0
0x5b2c 	 0x0
0x5b30 	 0x0
0x5b34 	 0x0
0x5b38 	 0x0
0x5b3c 	 0x0
0x5b40 	 0x0
0x5b44 	 0x0
0x5b48 	 0x0
0x5b4c 	 0x0
0x5b50 	 0x0
0x5b54 	 0x0
0x5b58 	 0x0
0x5b5c 	 0x0
0x5b60 	 0x0
0x5b64 	 0x0
0x5b68 	 0x0
0x5b6c 	 0x0
0x5b70 	 0x0
0x5b74 	 0x0
0x5b78 	 0x0
0x5b7c 	 0x0
0x5b80 	 0x0
0x5b84 	 0x0
0x5b88 	 0x0
0x5b8c 	 0x0
0x5b90 	 0x0
0x5b94 	 0x0
0x5b98 	 0x0
0x5b9c 	 0x0
0x5ba0 	 0x0
0x5ba4 	 0x0
0x5ba8 	 0x0
0x5bac 	 0x0
0x5bb0 	 0x0
0x5bb4 	 0x0
0x5bb8 	 0x0
0x5bbc 	 0x0
0x5bc0 	 0x0
0x5bc4 	 0x0
0x5bc8 	 0x0
0x5bcc 	 0x0
0x5bd0 	 0x0
0x5bd4 	 0x0
0x5bd8 	 0x0
0x5bdc 	 0x0
0x5be0 	 0x0
0x5be4 	 0x0
0x5be8 	 0x0
0x5bec 	 0x0
0x5bf0 	 0x0
0x5bf4 	 0x0
0x5bf8 	 0x0
0x5bfc 	 0x0
0x5c00 	 0x0
0x5c04 	 0x0
0x5c08 	 0x0
0x5c0c 	 0x0
0x5c10 	 0x0
0x5c14 	 0x0
0x5c18 	 0x0
0x5c1c 	 0x0
0x5c20 	 0x0
0x5c24 	 0x0
0x5c28 	 0x0
0x5c2c 	 0x0
0x5c30 	 0x0
0x5c34 	 0x0
0x5c38 	 0x0
0x5c3c 	 0x0
0x5c40 	 0x0
0x5c44 	 0x0
0x5c48 	 0x0
0x5c4c 	 0x0
0x5c50 	 0x0
0x5c54 	 0x0
0x5c58 	 0x0
0x5c5c 	 0x0
0x5c60 	 0x0
0x5c64 	 0x0
0x5c68 	 0x0
0x5c6c 	 0x0
0x5c70 	 0x0
0x5c74 	 0x0
0x5c78 	 0x0
0x5c7c 	 0x0
0x5c80 	 0x0
0x5c84 	 0x0
0x5c88 	 0x0
0x5c8c 	 0x0
0x5c90 	 0x0
0x5c94 	 0x0
0x5c98 	 0x0
0x5c9c 	 0x0
0x5ca0 	 0x0
0x5ca4 	 0x0
0x5ca8 	 0x0
0x5cac 	 0x0
0x5cb0 	 0x0
0x5cb4 	 0x0
0x5cb8 	 0x0
0x5cbc 	 0x0
0x5cc0 	 0x0
0x5cc4 	 0x0
0x5cc8 	 0x0
0x5ccc 	 0x0
0x5cd0 	 0x0
0x5cd4 	 0x0
0x5cd8 	 0x0
0x5cdc 	 0x0
0x5ce0 	 0x0
0x5ce4 	 0x0
0x5ce8 	 0x0
0x5cec 	 0x0
0x5cf0 	 0x0
0x5cf4 	 0x0
0x5cf8 	 0x0
0x5cfc 	 0x0
0x5d00 	 0x0
0x5d04 	 0x0
0x5d08 	 0x0
0x5d0c 	 0x0
0x5d10 	 0x0
0x5d14 	 0x0
0x5d18 	 0x0
0x5d1c 	 0x0
0x5d20 	 0x0
0x5d24 	 0x0
0x5d28 	 0x0
0x5d2c 	 0x0
0x5d30 	 0x0
0x5d34 	 0x0
0x5d38 	 0x0
0x5d3c 	 0x0
0x5d40 	 0x0
0x5d44 	 0x0
0x5d48 	 0x0
0x5d4c 	 0x0
0x5d50 	 0x0
0x5d54 	 0x0
0x5d58 	 0x0
0x5d5c 	 0x0
0x5d60 	 0x0
0x5d64 	 0x0
0x5d68 	 0x0
0x5d6c 	 0x0
0x5d70 	 0x0
0x5d74 	 0x0
0x5d78 	 0x0
0x5d7c 	 0x0
0x5d80 	 0x0
0x5d84 	 0x0
0x5d88 	 0x0
0x5d8c 	 0x0
0x5d90 	 0x0
0x5d94 	 0x0
0x5d98 	 0x0
0x5d9c 	 0x0
0x5da0 	 0x0
0x5da4 	 0x0
0x5da8 	 0x0
0x5dac 	 0x0
0x5db0 	 0x0
0x5db4 	 0x0
0x5db8 	 0x0
0x5dbc 	 0x0
0x5dc0 	 0x0
0x5dc4 	 0x0
0x5dc8 	 0x0
0x5dcc 	 0x0
0x5dd0 	 0x0
0x5dd4 	 0x0
0x5dd8 	 0x0
0x5ddc 	 0x0
0x5de0 	 0x0
0x5de4 	 0x0
0x5de8 	 0x0
0x5dec 	 0x0
0x5df0 	 0x0
0x5df4 	 0x0
0x5df8 	 0x0
0x5dfc 	 0x0
0x5e00 	 0x0
0x5e04 	 0x0
0x5e08 	 0x0
0x5e0c 	 0x0
0x5e10 	 0x0
0x5e14 	 0x0
0x5e18 	 0x0
0x5e1c 	 0x0
0x5e20 	 0x0
0x5e24 	 0x0
0x5e28 	 0x0
0x5e2c 	 0x0
0x5e30 	 0x0
0x5e34 	 0x0
0x5e38 	 0x0
0x5e3c 	 0x0
0x5e40 	 0x0
0x5e44 	 0x0
0x5e48 	 0x0
0x5e4c 	 0x0
0x5e50 	 0x0
0x5e54 	 0x0
0x5e58 	 0x0
0x5e5c 	 0x0
0x5e60 	 0x0
0x5e64 	 0x0
0x5e68 	 0x0
0x5e6c 	 0x0
0x5e70 	 0x0
0x5e74 	 0x0
0x5e78 	 0x0
0x5e7c 	 0x0
0x5e80 	 0x0
0x5e84 	 0x0
0x5e88 	 0x0
0x5e8c 	 0x0
0x5e90 	 0x0
0x5e94 	 0x0
0x5e98 	 0x0
0x5e9c 	 0x0
0x5ea0 	 0x0
0x5ea4 	 0x0
0x5ea8 	 0x0
0x5eac 	 0x0
0x5eb0 	 0x0
0x5eb4 	 0x0
0x5eb8 	 0x0
0x5ebc 	 0x0
0x5ec0 	 0x0
0x5ec4 	 0x0
0x5ec8 	 0x0
0x5ecc 	 0x0
0x5ed0 	 0x0
0x5ed4 	 0x0
0x5ed8 	 0x0
0x5edc 	 0x0
0x5ee0 	 0x0
0x5ee4 	 0x0
0x5ee8 	 0x0
0x5eec 	 0x0
0x5ef0 	 0x0
0x5ef4 	 0x0
0x5ef8 	 0x0
0x5efc 	 0x0
0x5f00 	 0x0
0x5f04 	 0x0
0x5f08 	 0x0
0x5f0c 	 0x0
0x5f10 	 0x0
0x5f14 	 0x0
0x5f18 	 0x0
0x5f1c 	 0x0
0x5f20 	 0x0
0x5f24 	 0x0
0x5f28 	 0x0
0x5f2c 	 0x0
0x5f30 	 0x0
0x5f34 	 0x0
0x5f38 	 0x0
0x5f3c 	 0x0
0x5f40 	 0x0
0x5f44 	 0x0
0x5f48 	 0x0
0x5f4c 	 0x0
0x5f50 	 0x0
0x5f54 	 0x0
0x5f58 	 0x0
0x5f5c 	 0x0
0x5f60 	 0x0
0x5f64 	 0x0
0x5f68 	 0x0
0x5f6c 	 0x0
0x5f70 	 0x0
0x5f74 	 0x0
0x5f78 	 0x0
0x5f7c 	 0x0
0x5f80 	 0x0
0x5f84 	 0x0
0x5f88 	 0x0
0x5f8c 	 0x0
0x5f90 	 0x0
0x5f94 	 0x0
0x5f98 	 0x0
0x5f9c 	 0x0
0x5fa0 	 0x0
0x5fa4 	 0x0
0x5fa8 	 0x0
0x5fac 	 0x0
0x5fb0 	 0x0
0x5fb4 	 0x0
0x5fb8 	 0x0
0x5fbc 	 0x0
0x5fc0 	 0x0
0x5fc4 	 0x0
0x5fc8 	 0x0
0x5fcc 	 0x0
0x5fd0 	 0x0
0x5fd4 	 0x0
0x5fd8 	 0x0
0x5fdc 	 0x0
0x5fe0 	 0x0
0x5fe4 	 0x0
0x5fe8 	 0x0
0x5fec 	 0x0
0x5ff0 	 0x0
0x5ff4 	 0x0
0x5ff8 	 0x0
0x5ffc 	 0x0
0x6000 	 0x0
0x6004 	 0x0
0x6008 	 0x0
0x600c 	 0x0
0x6010 	 0x0
0x6014 	 0x0
0x6018 	 0x0
0x601c 	 0x0
0x6020 	 0x0
0x6024 	 0x0
0x6028 	 0x0
0x602c 	 0x0
0x6030 	 0x0
0x6034 	 0x0
0x6038 	 0x0
0x603c 	 0x0
0x6040 	 0x0
0x6044 	 0x0
0x6048 	 0x0
0x604c 	 0x0
0x6050 	 0x0
0x6054 	 0x0
0x6058 	 0x0
0x605c 	 0x0
0x6060 	 0x0
0x6064 	 0x0
0x6068 	 0x0
0x606c 	 0x0
0x6070 	 0x0
0x6074 	 0x0
0x6078 	 0x0
0x607c 	 0x0
0x6080 	 0x0
0x6084 	 0x0
0x6088 	 0x0
0x608c 	 0x0
0x6090 	 0x0
0x6094 	 0x0
0x6098 	 0x0
0x609c 	 0x0
0x60a0 	 0x0
0x60a4 	 0x0
0x60a8 	 0x0
0x60ac 	 0x0
0x60b0 	 0x0
0x60b4 	 0x0
0x60b8 	 0x0
0x60bc 	 0x0
0x60c0 	 0x0
0x60c4 	 0x0
0x60c8 	 0x0
0x60cc 	 0x0
0x60d0 	 0x0
0x60d4 	 0x0
0x60d8 	 0x0
0x60dc 	 0x0
0x60e0 	 0x0
0x60e4 	 0x0
0x60e8 	 0x0
0x60ec 	 0x0
0x60f0 	 0x0
0x60f4 	 0x0
0x60f8 	 0x0
0x60fc 	 0x0
0x6100 	 0x0
0x6104 	 0x0
0x6108 	 0x0
0x610c 	 0x0
0x6110 	 0x0
0x6114 	 0x0
0x6118 	 0x0
0x611c 	 0x0
0x6120 	 0x0
0x6124 	 0x0
0x6128 	 0x0
0x612c 	 0x0
0x6130 	 0x0
0x6134 	 0x0
0x6138 	 0x0
0x613c 	 0x0
0x6140 	 0x0
0x6144 	 0x0
0x6148 	 0x0
0x614c 	 0x0
0x6150 	 0x0
0x6154 	 0x0
0x6158 	 0x0
0x615c 	 0x0
0x6160 	 0x0
0x6164 	 0x0
0x6168 	 0x0
0x616c 	 0x0
0x6170 	 0x0
0x6174 	 0x0
0x6178 	 0x0
0x617c 	 0x0
0x6180 	 0x0
0x6184 	 0x0
0x6188 	 0x0
0x618c 	 0x0
0x6190 	 0x0
0x6194 	 0x0
0x6198 	 0x0
0x619c 	 0x0
0x61a0 	 0x0
0x61a4 	 0x0
0x61a8 	 0x0
0x61ac 	 0x0
0x61b0 	 0x0
0x61b4 	 0x0
0x61b8 	 0x0
0x61bc 	 0x0
0x61c0 	 0x0
0x61c4 	 0x0
0x61c8 	 0x0
0x61cc 	 0x0
0x61d0 	 0x0
0x61d4 	 0x0
0x61d8 	 0x0
0x61dc 	 0x0
0x61e0 	 0x0
0x61e4 	 0x0
0x61e8 	 0x0
0x61ec 	 0x0
0x61f0 	 0x0
0x61f4 	 0x0
0x61f8 	 0x0
0x61fc 	 0x0
0x6200 	 0x0
0x6204 	 0x0
0x6208 	 0x0
0x620c 	 0x0
0x6210 	 0x0
0x6214 	 0x0
0x6218 	 0x0
0x621c 	 0x0
0x6220 	 0x0
0x6224 	 0x0
0x6228 	 0x0
0x622c 	 0x0
0x6230 	 0x0
0x6234 	 0x0
0x6238 	 0x0
0x623c 	 0x0
0x6240 	 0x0
0x6244 	 0x0
0x6248 	 0x0
0x624c 	 0x0
0x6250 	 0x0
0x6254 	 0x0
0x6258 	 0x0
0x625c 	 0x0
0x6260 	 0x0
0x6264 	 0x0
0x6268 	 0x0
0x626c 	 0x0
0x6270 	 0x0
0x6274 	 0x0
0x6278 	 0x0
0x627c 	 0x0
0x6280 	 0x0
0x6284 	 0x0
0x6288 	 0x0
0x628c 	 0x0
0x6290 	 0x0
0x6294 	 0x0
0x6298 	 0x0
0x629c 	 0x0
0x62a0 	 0x0
0x62a4 	 0x0
0x62a8 	 0x0
0x62ac 	 0x0
0x62b0 	 0x0
0x62b4 	 0x0
0x62b8 	 0x0
0x62bc 	 0x0
0x62c0 	 0x0
0x62c4 	 0x0
0x62c8 	 0x0
0x62cc 	 0x0
0x62d0 	 0x0
0x62d4 	 0x0
0x62d8 	 0x0
0x62dc 	 0x0
0x62e0 	 0x0
0x62e4 	 0x0
0x62e8 	 0x0
0x62ec 	 0x0
0x62f0 	 0x0
0x62f4 	 0x0
0x62f8 	 0x0
0x62fc 	 0x0
0x6300 	 0x0
0x6304 	 0x0
0x6308 	 0x0
0x630c 	 0x0
0x6310 	 0x0
0x6314 	 0x0
0x6318 	 0x0
0x631c 	 0x0
0x6320 	 0x0
0x6324 	 0x0
0x6328 	 0x0
0x632c 	 0x0
0x6330 	 0x0
0x6334 	 0x0
0x6338 	 0x0
0x633c 	 0x0
0x6340 	 0x0
0x6344 	 0x0
0x6348 	 0x0
0x634c 	 0x0
0x6350 	 0x0
0x6354 	 0x0
0x6358 	 0x0
0x635c 	 0x0
0x6360 	 0x0
0x6364 	 0x0
0x6368 	 0x0
0x636c 	 0x0
0x6370 	 0x0
0x6374 	 0x0
0x6378 	 0x0
0x637c 	 0x0
0x6380 	 0x0
0x6384 	 0x0
0x6388 	 0x0
0x638c 	 0x0
0x6390 	 0x0
0x6394 	 0x0
0x6398 	 0x0
0x639c 	 0x0
0x63a0 	 0x0
0x63a4 	 0x0
0x63a8 	 0x0
0x63ac 	 0x0
0x63b0 	 0x0
0x63b4 	 0x0
0x63b8 	 0x0
0x63bc 	 0x0
0x63c0 	 0x0
0x63c4 	 0x0
0x63c8 	 0x0
0x63cc 	 0x0
0x63d0 	 0x0
0x63d4 	 0x0
0x63d8 	 0x0
0x63dc 	 0x0
0x63e0 	 0x0
0x63e4 	 0x0
0x63e8 	 0x0
0x63ec 	 0x0
0x63f0 	 0x0
0x63f4 	 0x0
0x63f8 	 0x0
0x63fc 	 0x0
0x6400 	 0x0
0x6404 	 0x0
0x6408 	 0x0
0x640c 	 0x0
0x6410 	 0x0
0x6414 	 0x0
0x6418 	 0x0
0x641c 	 0x0
0x6420 	 0x0
0x6424 	 0x0
0x6428 	 0x0
0x642c 	 0x0
0x6430 	 0x0
0x6434 	 0x0
0x6438 	 0x0
0x643c 	 0x0
0x6440 	 0x0
0x6444 	 0x0
0x6448 	 0x0
0x644c 	 0x0
0x6450 	 0x0
0x6454 	 0x0
0x6458 	 0x0
0x645c 	 0x0
0x6460 	 0x0
0x6464 	 0x0
0x6468 	 0x0
0x646c 	 0x0
0x6470 	 0x0
0x6474 	 0x0
0x6478 	 0x0
0x647c 	 0x0
0x6480 	 0x0
0x6484 	 0x0
0x6488 	 0x0
0x648c 	 0x0
0x6490 	 0x0
0x6494 	 0x0
0x6498 	 0x0
0x649c 	 0x0
0x64a0 	 0x0
0x64a4 	 0x0
0x64a8 	 0x0
0x64ac 	 0x0
0x64b0 	 0x0
0x64b4 	 0x0
0x64b8 	 0x0
0x64bc 	 0x0
0x64c0 	 0x0
0x64c4 	 0x0
0x64c8 	 0x0
0x64cc 	 0x0
0x64d0 	 0x0
0x64d4 	 0x0
0x64d8 	 0x0
0x64dc 	 0x0
0x64e0 	 0x0
0x64e4 	 0x0
0x64e8 	 0x0
0x64ec 	 0x0
0x64f0 	 0x0
0x64f4 	 0x0
0x64f8 	 0x0
0x64fc 	 0x0
0x6500 	 0x0
0x6504 	 0x0
0x6508 	 0x0
0x650c 	 0x0
0x6510 	 0x0
0x6514 	 0x0
0x6518 	 0x0
0x651c 	 0x0
0x6520 	 0x0
0x6524 	 0x0
0x6528 	 0x0
0x652c 	 0x0
0x6530 	 0x0
0x6534 	 0x0
0x6538 	 0x0
0x653c 	 0x0
0x6540 	 0x0
0x6544 	 0x0
0x6548 	 0x0
0x654c 	 0x0
0x6550 	 0x0
0x6554 	 0x0
0x6558 	 0x0
0x655c 	 0x0
0x6560 	 0x0
0x6564 	 0x0
0x6568 	 0x0
0x656c 	 0x0
0x6570 	 0x0
0x6574 	 0x0
0x6578 	 0x0
0x657c 	 0x0
0x6580 	 0x0
0x6584 	 0x0
0x6588 	 0x0
0x658c 	 0x0
0x6590 	 0x0
0x6594 	 0x0
0x6598 	 0x0
0x659c 	 0x0
0x65a0 	 0x0
0x65a4 	 0x0
0x65a8 	 0x0
0x65ac 	 0x0
0x65b0 	 0x0
0x65b4 	 0x0
0x65b8 	 0x0
0x65bc 	 0x0
0x65c0 	 0x0
0x65c4 	 0x0
0x65c8 	 0x0
0x65cc 	 0x0
0x65d0 	 0x0
0x65d4 	 0x0
0x65d8 	 0x0
0x65dc 	 0x0
0x65e0 	 0x0
0x65e4 	 0x0
0x65e8 	 0x0
0x65ec 	 0x0
0x65f0 	 0x0
0x65f4 	 0x0
0x65f8 	 0x0
0x65fc 	 0x0
0x6600 	 0x0
0x6604 	 0x0
0x6608 	 0x0
0x660c 	 0x0
0x6610 	 0x0
0x6614 	 0x0
0x6618 	 0x0
0x661c 	 0x0
0x6620 	 0x0
0x6624 	 0x0
0x6628 	 0x0
0x662c 	 0x0
0x6630 	 0x0
0x6634 	 0x0
0x6638 	 0x0
0x663c 	 0x0
0x6640 	 0x0
0x6644 	 0x0
0x6648 	 0x0
0x664c 	 0x0
0x6650 	 0x0
0x6654 	 0x0
0x6658 	 0x0
0x665c 	 0x0
0x6660 	 0x0
0x6664 	 0x0
0x6668 	 0x0
0x666c 	 0x0
0x6670 	 0x0
0x6674 	 0x0
0x6678 	 0x0
0x667c 	 0x0
0x6680 	 0x0
0x6684 	 0x0
0x6688 	 0x0
0x668c 	 0x0
0x6690 	 0x0
0x6694 	 0x0
0x6698 	 0x0
0x669c 	 0x0
0x66a0 	 0x0
0x66a4 	 0x0
0x66a8 	 0x0
0x66ac 	 0x0
0x66b0 	 0x0
0x66b4 	 0x0
0x66b8 	 0x0
0x66bc 	 0x0
0x66c0 	 0x0
0x66c4 	 0x0
0x66c8 	 0x0
0x66cc 	 0x0
0x66d0 	 0x0
0x66d4 	 0x0
0x66d8 	 0x0
0x66dc 	 0x0
0x66e0 	 0x0
0x66e4 	 0x0
0x66e8 	 0x0
0x66ec 	 0x0
0x66f0 	 0x0
0x66f4 	 0x0
0x66f8 	 0x0
0x66fc 	 0x0
0x6700 	 0x0
0x6704 	 0x0
0x6708 	 0x0
0x670c 	 0x0
0x6710 	 0x0
0x6714 	 0x0
0x6718 	 0x0
0x671c 	 0x0
0x6720 	 0x0
0x6724 	 0x0
0x6728 	 0x0
0x672c 	 0x0
0x6730 	 0x0
0x6734 	 0x0
0x6738 	 0x0
0x673c 	 0x0
0x6740 	 0x0
0x6744 	 0x0
0x6748 	 0x0
0x674c 	 0x0
0x6750 	 0x0
0x6754 	 0x0
0x6758 	 0x0
0x675c 	 0x0
0x6760 	 0x0
0x6764 	 0x0
0x6768 	 0x0
0x676c 	 0x0
0x6770 	 0x0
0x6774 	 0x0
0x6778 	 0x0
0x677c 	 0x0
0x6780 	 0x0
0x6784 	 0x0
0x6788 	 0x0
0x678c 	 0x0
0x6790 	 0x0
0x6794 	 0x0
0x6798 	 0x0
0x679c 	 0x0
0x67a0 	 0x0
0x67a4 	 0x0
0x67a8 	 0x0
0x67ac 	 0x0
0x67b0 	 0x0
0x67b4 	 0x0
0x67b8 	 0x0
0x67bc 	 0x0
0x67c0 	 0x0
0x67c4 	 0x0
0x67c8 	 0x0
0x67cc 	 0x0
0x67d0 	 0x0
0x67d4 	 0x0
0x67d8 	 0x0
0x67dc 	 0x0
0x67e0 	 0x0
0x67e4 	 0x0
0x67e8 	 0x0
0x67ec 	 0x0
0x67f0 	 0x0
0x67f4 	 0x0
0x67f8 	 0x0
0x67fc 	 0x0
0x6800 	 0x0
0x6804 	 0x0
0x6808 	 0x0
0x680c 	 0x0
0x6810 	 0x0
0x6814 	 0x0
0x6818 	 0x0
0x681c 	 0x0
0x6820 	 0x0
0x6824 	 0x0
0x6828 	 0x0
0x682c 	 0x0
0x6830 	 0x0
0x6834 	 0x0
0x6838 	 0x0
0x683c 	 0x0
0x6840 	 0x0
0x6844 	 0x0
0x6848 	 0x0
0x684c 	 0x0
0x6850 	 0x0
0x6854 	 0x0
0x6858 	 0x0
0x685c 	 0x0
0x6860 	 0x0
0x6864 	 0x0
0x6868 	 0x0
0x686c 	 0x0
0x6870 	 0x0
0x6874 	 0x0
0x6878 	 0x0
0x687c 	 0x0
0x6880 	 0x0
0x6884 	 0x0
0x6888 	 0x0
0x688c 	 0x0
0x6890 	 0x0
0x6894 	 0x0
0x6898 	 0x0
0x689c 	 0x0
0x68a0 	 0x0
0x68a4 	 0x0
0x68a8 	 0x0
0x68ac 	 0x0
0x68b0 	 0x0
0x68b4 	 0x0
0x68b8 	 0x0
0x68bc 	 0x0
0x68c0 	 0x0
0x68c4 	 0x0
0x68c8 	 0x0
0x68cc 	 0x0
0x68d0 	 0x0
0x68d4 	 0x0
0x68d8 	 0x0
0x68dc 	 0x0
0x68e0 	 0x0
0x68e4 	 0x0
0x68e8 	 0x0
0x68ec 	 0x0
0x68f0 	 0x0
0x68f4 	 0x0
0x68f8 	 0x0
0x68fc 	 0x0
0x6900 	 0x0
0x6904 	 0x0
0x6908 	 0x0
0x690c 	 0x0
0x6910 	 0x0
0x6914 	 0x0
0x6918 	 0x0
0x691c 	 0x0
0x6920 	 0x0
0x6924 	 0x0
0x6928 	 0x0
0x692c 	 0x0
0x6930 	 0x0
0x6934 	 0x0
0x6938 	 0x0
0x693c 	 0x0
0x6940 	 0x0
0x6944 	 0x0
0x6948 	 0x0
0x694c 	 0x0
0x6950 	 0x0
0x6954 	 0x0
0x6958 	 0x0
0x695c 	 0x0
0x6960 	 0x0
0x6964 	 0x0
0x6968 	 0x0
0x696c 	 0x0
0x6970 	 0x0
0x6974 	 0x0
0x6978 	 0x0
0x697c 	 0x0
0x6980 	 0x0
0x6984 	 0x0
0x6988 	 0x0
0x698c 	 0x0
0x6990 	 0x0
0x6994 	 0x0
0x6998 	 0x0
0x699c 	 0x0
0x69a0 	 0x0
0x69a4 	 0x0
0x69a8 	 0x0
0x69ac 	 0x0
0x69b0 	 0x0
0x69b4 	 0x0
0x69b8 	 0x0
0x69bc 	 0x0
0x69c0 	 0x0
0x69c4 	 0x0
0x69c8 	 0x0
0x69cc 	 0x0
0x69d0 	 0x0
0x69d4 	 0x0
0x69d8 	 0x0
0x69dc 	 0x0
0x69e0 	 0x0
0x69e4 	 0x0
0x69e8 	 0x0
0x69ec 	 0x0
0x69f0 	 0x0
0x69f4 	 0x0
0x69f8 	 0x0
0x69fc 	 0x0
0x6a00 	 0x0
0x6a04 	 0x0
0x6a08 	 0x0
0x6a0c 	 0x0
0x6a10 	 0x0
0x6a14 	 0x0
0x6a18 	 0x0
0x6a1c 	 0x0
0x6a20 	 0x0
0x6a24 	 0x0
0x6a28 	 0x0
0x6a2c 	 0x0
0x6a30 	 0x0
0x6a34 	 0x0
0x6a38 	 0x0
0x6a3c 	 0x0
0x6a40 	 0x0
0x6a44 	 0x0
0x6a48 	 0x0
0x6a4c 	 0x0
0x6a50 	 0x0
0x6a54 	 0x0
0x6a58 	 0x0
0x6a5c 	 0x0
0x6a60 	 0x0
0x6a64 	 0x0
0x6a68 	 0x0
0x6a6c 	 0x0
0x6a70 	 0x0
0x6a74 	 0x0
0x6a78 	 0x0
0x6a7c 	 0x0
0x6a80 	 0x0
0x6a84 	 0x0
0x6a88 	 0x0
0x6a8c 	 0x0
0x6a90 	 0x0
0x6a94 	 0x0
0x6a98 	 0x0
0x6a9c 	 0x0
0x6aa0 	 0x0
0x6aa4 	 0x0
0x6aa8 	 0x0
0x6aac 	 0x0
0x6ab0 	 0x0
0x6ab4 	 0x0
0x6ab8 	 0x0
0x6abc 	 0x0
0x6ac0 	 0x0
0x6ac4 	 0x0
0x6ac8 	 0x0
0x6acc 	 0x0
0x6ad0 	 0x0
0x6ad4 	 0x0
0x6ad8 	 0x0
0x6adc 	 0x0
0x6ae0 	 0x0
0x6ae4 	 0x0
0x6ae8 	 0x0
0x6aec 	 0x0
0x6af0 	 0x0
0x6af4 	 0x0
0x6af8 	 0x0
0x6afc 	 0x0
0x6b00 	 0x0
0x6b04 	 0x0
0x6b08 	 0x0
0x6b0c 	 0x0
0x6b10 	 0x0
0x6b14 	 0x0
0x6b18 	 0x0
0x6b1c 	 0x0
0x6b20 	 0x0
0x6b24 	 0x0
0x6b28 	 0x0
0x6b2c 	 0x0
0x6b30 	 0x0
0x6b34 	 0x0
0x6b38 	 0x0
0x6b3c 	 0x0
0x6b40 	 0x0
0x6b44 	 0x0
0x6b48 	 0x0
0x6b4c 	 0x0
0x6b50 	 0x0
0x6b54 	 0x0
0x6b58 	 0x0
0x6b5c 	 0x0
0x6b60 	 0x0
0x6b64 	 0x0
0x6b68 	 0x0
0x6b6c 	 0x0
0x6b70 	 0x0
0x6b74 	 0x0
0x6b78 	 0x0
0x6b7c 	 0x0
0x6b80 	 0x0
0x6b84 	 0x0
0x6b88 	 0x0
0x6b8c 	 0x0
0x6b90 	 0x0
0x6b94 	 0x0
0x6b98 	 0x0
0x6b9c 	 0x0
0x6ba0 	 0x0
0x6ba4 	 0x0
0x6ba8 	 0x0
0x6bac 	 0x0
0x6bb0 	 0x0
0x6bb4 	 0x0
0x6bb8 	 0x0
0x6bbc 	 0x0
0x6bc0 	 0x0
0x6bc4 	 0x0
0x6bc8 	 0x0
0x6bcc 	 0x0
0x6bd0 	 0x0
0x6bd4 	 0x0
0x6bd8 	 0x0
0x6bdc 	 0x0
0x6be0 	 0x0
0x6be4 	 0x0
0x6be8 	 0x0
0x6bec 	 0x0
0x6bf0 	 0x0
0x6bf4 	 0x0
0x6bf8 	 0x0
0x6bfc 	 0x0
0x6c00 	 0x0
0x6c04 	 0x0
0x6c08 	 0x0
0x6c0c 	 0x0
0x6c10 	 0x0
0x6c14 	 0x0
0x6c18 	 0x0
0x6c1c 	 0x0
0x6c20 	 0x0
0x6c24 	 0x0
0x6c28 	 0x0
0x6c2c 	 0x0
0x6c30 	 0x0
0x6c34 	 0x0
0x6c38 	 0x0
0x6c3c 	 0x0
0x6c40 	 0x0
0x6c44 	 0x0
0x6c48 	 0x0
0x6c4c 	 0x0
0x6c50 	 0x0
0x6c54 	 0x0
0x6c58 	 0x0
0x6c5c 	 0x0
0x6c60 	 0x0
0x6c64 	 0x0
0x6c68 	 0x0
0x6c6c 	 0x0
0x6c70 	 0x0
0x6c74 	 0x0
0x6c78 	 0x0
0x6c7c 	 0x0
0x6c80 	 0x0
0x6c84 	 0x0
0x6c88 	 0x0
0x6c8c 	 0x0
0x6c90 	 0x0
0x6c94 	 0x0
0x6c98 	 0x0
0x6c9c 	 0x0
0x6ca0 	 0x0
0x6ca4 	 0x0
0x6ca8 	 0x0
0x6cac 	 0x0
0x6cb0 	 0x0
0x6cb4 	 0x0
0x6cb8 	 0x0
0x6cbc 	 0x0
0x6cc0 	 0x0
0x6cc4 	 0x0
0x6cc8 	 0x0
0x6ccc 	 0x0
0x6cd0 	 0x0
0x6cd4 	 0x0
0x6cd8 	 0x0
0x6cdc 	 0x0
0x6ce0 	 0x0
0x6ce4 	 0x0
0x6ce8 	 0x0
0x6cec 	 0x0
0x6cf0 	 0x0
0x6cf4 	 0x0
0x6cf8 	 0x0
0x6cfc 	 0x0
0x6d00 	 0x0
0x6d04 	 0x0
0x6d08 	 0x0
0x6d0c 	 0x0
0x6d10 	 0x0
0x6d14 	 0x0
0x6d18 	 0x0
0x6d1c 	 0x0
0x6d20 	 0x0
0x6d24 	 0x0
0x6d28 	 0x0
0x6d2c 	 0x0
0x6d30 	 0x0
0x6d34 	 0x0
0x6d38 	 0x0
0x6d3c 	 0x0
0x6d40 	 0x0
0x6d44 	 0x0
0x6d48 	 0x0
0x6d4c 	 0x0
0x6d50 	 0x0
0x6d54 	 0x0
0x6d58 	 0x0
0x6d5c 	 0x0
0x6d60 	 0x0
0x6d64 	 0x0
0x6d68 	 0x0
0x6d6c 	 0x0
0x6d70 	 0x0
0x6d74 	 0x0
0x6d78 	 0x0
0x6d7c 	 0x0
0x6d80 	 0x0
0x6d84 	 0x0
0x6d88 	 0x0
0x6d8c 	 0x0
0x6d90 	 0x0
0x6d94 	 0x0
0x6d98 	 0x0
0x6d9c 	 0x0
0x6da0 	 0x0
0x6da4 	 0x0
0x6da8 	 0x0
0x6dac 	 0x0
0x6db0 	 0x0
0x6db4 	 0x0
0x6db8 	 0x0
0x6dbc 	 0x0
0x6dc0 	 0x0
0x6dc4 	 0x0
0x6dc8 	 0x0
0x6dcc 	 0x0
0x6dd0 	 0x0
0x6dd4 	 0x0
0x6dd8 	 0x0
0x6ddc 	 0x0
0x6de0 	 0x0
0x6de4 	 0x0
0x6de8 	 0x0
0x6dec 	 0x0
0x6df0 	 0x0
0x6df4 	 0x0
0x6df8 	 0x0
0x6dfc 	 0x0
0x6e00 	 0x0
0x6e04 	 0x0
0x6e08 	 0x0
0x6e0c 	 0x0
0x6e10 	 0x0
0x6e14 	 0x0
0x6e18 	 0x0
0x6e1c 	 0x0
0x6e20 	 0x0
0x6e24 	 0x0
0x6e28 	 0x0
0x6e2c 	 0x0
0x6e30 	 0x0
0x6e34 	 0x0
0x6e38 	 0x0
0x6e3c 	 0x0
0x6e40 	 0x0
0x6e44 	 0x0
0x6e48 	 0x0
0x6e4c 	 0x0
0x6e50 	 0x0
0x6e54 	 0x0
0x6e58 	 0x0
0x6e5c 	 0x0
0x6e60 	 0x0
0x6e64 	 0x0
0x6e68 	 0x0
0x6e6c 	 0x0
0x6e70 	 0x0
0x6e74 	 0x0
0x6e78 	 0x0
0x6e7c 	 0x0
0x6e80 	 0x0
0x6e84 	 0x0
0x6e88 	 0x0
0x6e8c 	 0x0
0x6e90 	 0x0
0x6e94 	 0x0
0x6e98 	 0x0
0x6e9c 	 0x0
0x6ea0 	 0x0
0x6ea4 	 0x0
0x6ea8 	 0x0
0x6eac 	 0x0
0x6eb0 	 0x0
0x6eb4 	 0x0
0x6eb8 	 0x0
0x6ebc 	 0x0
0x6ec0 	 0x0
0x6ec4 	 0x0
0x6ec8 	 0x0
0x6ecc 	 0x0
0x6ed0 	 0x0
0x6ed4 	 0x0
0x6ed8 	 0x0
0x6edc 	 0x0
0x6ee0 	 0x0
0x6ee4 	 0x0
0x6ee8 	 0x0
0x6eec 	 0x0
0x6ef0 	 0x0
0x6ef4 	 0x0
0x6ef8 	 0x0
0x6efc 	 0x0
0x6f00 	 0x0
0x6f04 	 0x0
0x6f08 	 0x0
0x6f0c 	 0x0
0x6f10 	 0x0
0x6f14 	 0x0
0x6f18 	 0x0
0x6f1c 	 0x0
0x6f20 	 0x0
0x6f24 	 0x0
0x6f28 	 0x0
0x6f2c 	 0x0
0x6f30 	 0x0
0x6f34 	 0x0
0x6f38 	 0x0
0x6f3c 	 0x0
0x6f40 	 0x0
0x6f44 	 0x0
0x6f48 	 0x0
0x6f4c 	 0x0
0x6f50 	 0x0
0x6f54 	 0x0
0x6f58 	 0x0
0x6f5c 	 0x0
0x6f60 	 0x0
0x6f64 	 0x0
0x6f68 	 0x0
0x6f6c 	 0x0
0x6f70 	 0x0
0x6f74 	 0x0
0x6f78 	 0x0
0x6f7c 	 0x0
0x6f80 	 0x0
0x6f84 	 0x0
0x6f88 	 0x0
0x6f8c 	 0x0
0x6f90 	 0x0
0x6f94 	 0x0
0x6f98 	 0x0
0x6f9c 	 0x0
0x6fa0 	 0x0
0x6fa4 	 0x0
0x6fa8 	 0x0
0x6fac 	 0x0
0x6fb0 	 0x0
0x6fb4 	 0x0
0x6fb8 	 0x0
0x6fbc 	 0x0
0x6fc0 	 0x0
0x6fc4 	 0x0
0x6fc8 	 0x0
0x6fcc 	 0x0
0x6fd0 	 0x0
0x6fd4 	 0x0
0x6fd8 	 0x0
0x6fdc 	 0x0
0x6fe0 	 0x0
0x6fe4 	 0x0
0x6fe8 	 0x0
0x6fec 	 0x0
0x6ff0 	 0x0
0x6ff4 	 0x0
0x6ff8 	 0x0
0x6ffc 	 0x0
0x7000 	 0x0
0x7004 	 0x0
0x7008 	 0x0
0x700c 	 0x0
0x7010 	 0x0
0x7014 	 0x0
0x7018 	 0x0
0x701c 	 0x0
0x7020 	 0x0
0x7024 	 0x0
0x7028 	 0x0
0x702c 	 0x0
0x7030 	 0x0
0x7034 	 0x0
0x7038 	 0x0
0x703c 	 0x0
0x7040 	 0x0
0x7044 	 0x0
0x7048 	 0x0
0x704c 	 0x0
0x7050 	 0x0
0x7054 	 0x0
0x7058 	 0x0
0x705c 	 0x0
0x7060 	 0x0
0x7064 	 0x0
0x7068 	 0x0
0x706c 	 0x0
0x7070 	 0x0
0x7074 	 0x0
0x7078 	 0x0
0x707c 	 0x0
0x7080 	 0x0
0x7084 	 0x0
0x7088 	 0x0
0x708c 	 0x0
0x7090 	 0x0
0x7094 	 0x0
0x7098 	 0x0
0x709c 	 0x0
0x70a0 	 0x0
0x70a4 	 0x0
0x70a8 	 0x0
0x70ac 	 0x0
0x70b0 	 0x0
0x70b4 	 0x0
0x70b8 	 0x0
0x70bc 	 0x0
0x70c0 	 0x0
0x70c4 	 0x0
0x70c8 	 0x0
0x70cc 	 0x0
0x70d0 	 0x0
0x70d4 	 0x0
0x70d8 	 0x0
0x70dc 	 0x0
0x70e0 	 0x0
0x70e4 	 0x0
0x70e8 	 0x0
0x70ec 	 0x0
0x70f0 	 0x0
0x70f4 	 0x0
0x70f8 	 0x0
0x70fc 	 0x0
0x7100 	 0x0
0x7104 	 0x0
0x7108 	 0x0
0x710c 	 0x0
0x7110 	 0x0
0x7114 	 0x0
0x7118 	 0x0
0x711c 	 0x0
0x7120 	 0x0
0x7124 	 0x0
0x7128 	 0x0
0x712c 	 0x0
0x7130 	 0x0
0x7134 	 0x0
0x7138 	 0x0
0x713c 	 0x0
0x7140 	 0x0
0x7144 	 0x0
0x7148 	 0x0
0x714c 	 0x0
0x7150 	 0x0
0x7154 	 0x0
0x7158 	 0x0
0x715c 	 0x0
0x7160 	 0x0
0x7164 	 0x0
0x7168 	 0x0
0x716c 	 0x0
0x7170 	 0x0
0x7174 	 0x0
0x7178 	 0x0
0x717c 	 0x0
0x7180 	 0x0
0x7184 	 0x0
0x7188 	 0x0
0x718c 	 0x0
0x7190 	 0x0
0x7194 	 0x0
0x7198 	 0x0
0x719c 	 0x0
0x71a0 	 0x0
0x71a4 	 0x0
0x71a8 	 0x0
0x71ac 	 0x0
0x71b0 	 0x0
0x71b4 	 0x0
0x71b8 	 0x0
0x71bc 	 0x0
0x71c0 	 0x0
0x71c4 	 0x0
0x71c8 	 0x0
0x71cc 	 0x0
0x71d0 	 0x0
0x71d4 	 0x0
0x71d8 	 0x0
0x71dc 	 0x0
0x71e0 	 0x0
0x71e4 	 0x0
0x71e8 	 0x0
0x71ec 	 0x0
0x71f0 	 0x0
0x71f4 	 0x0
0x71f8 	 0x0
0x71fc 	 0x0
0x7200 	 0x0
0x7204 	 0x0
0x7208 	 0x0
0x720c 	 0x0
0x7210 	 0x0
0x7214 	 0x0
0x7218 	 0x0
0x721c 	 0x0
0x7220 	 0x0
0x7224 	 0x0
0x7228 	 0x0
0x722c 	 0x0
0x7230 	 0x0
0x7234 	 0x0
0x7238 	 0x0
0x723c 	 0x0
0x7240 	 0x0
0x7244 	 0x0
0x7248 	 0x0
0x724c 	 0x0
0x7250 	 0x0
0x7254 	 0x0
0x7258 	 0x0
0x725c 	 0x0
0x7260 	 0x0
0x7264 	 0x0
0x7268 	 0x0
0x726c 	 0x0
0x7270 	 0x0
0x7274 	 0x0
0x7278 	 0x0
0x727c 	 0x0
0x7280 	 0x0
0x7284 	 0x0
0x7288 	 0x0
0x728c 	 0x0
0x7290 	 0x0
0x7294 	 0x0
0x7298 	 0x0
0x729c 	 0x0
0x72a0 	 0x0
0x72a4 	 0x0
0x72a8 	 0x0
0x72ac 	 0x0
0x72b0 	 0x0
0x72b4 	 0x0
0x72b8 	 0x0
0x72bc 	 0x0
0x72c0 	 0x0
0x72c4 	 0x0
0x72c8 	 0x0
0x72cc 	 0x0
0x72d0 	 0x0
0x72d4 	 0x0
0x72d8 	 0x0
0x72dc 	 0x0
0x72e0 	 0x0
0x72e4 	 0x0
0x72e8 	 0x0
0x72ec 	 0x0
0x72f0 	 0x0
0x72f4 	 0x0
0x72f8 	 0x0
0x72fc 	 0x0
0x7300 	 0x0
0x7304 	 0x0
0x7308 	 0x0
0x730c 	 0x0
0x7310 	 0x0
0x7314 	 0x0
0x7318 	 0x0
0x731c 	 0x0
0x7320 	 0x0
0x7324 	 0x0
0x7328 	 0x0
0x732c 	 0x0
0x7330 	 0x0
0x7334 	 0x0
0x7338 	 0x0
0x733c 	 0x0
0x7340 	 0x0
0x7344 	 0x0
0x7348 	 0x0
0x734c 	 0x0
0x7350 	 0x0
0x7354 	 0x0
0x7358 	 0x0
0x735c 	 0x0
0x7360 	 0x0
0x7364 	 0x0
0x7368 	 0x0
0x736c 	 0x0
0x7370 	 0x0
0x7374 	 0x0
0x7378 	 0x0
0x737c 	 0x0
0x7380 	 0x0
0x7384 	 0x0
0x7388 	 0x0
0x738c 	 0x0
0x7390 	 0x0
0x7394 	 0x0
0x7398 	 0x0
0x739c 	 0x0
0x73a0 	 0x0
0x73a4 	 0x0
0x73a8 	 0x0
0x73ac 	 0x0
0x73b0 	 0x0
0x73b4 	 0x0
0x73b8 	 0x0
0x73bc 	 0x0
0x73c0 	 0x0
0x73c4 	 0x0
0x73c8 	 0x0
0x73cc 	 0x0
0x73d0 	 0x0
0x73d4 	 0x0
0x73d8 	 0x0
0x73dc 	 0x0
0x73e0 	 0x0
0x73e4 	 0x0
0x73e8 	 0x0
0x73ec 	 0x0
0x73f0 	 0x0
0x73f4 	 0x0
0x73f8 	 0x0
0x73fc 	 0x0
0x7400 	 0x0
0x7404 	 0x0
0x7408 	 0x0
0x740c 	 0x0
0x7410 	 0x0
0x7414 	 0x0
0x7418 	 0x0
0x741c 	 0x0
0x7420 	 0x0
0x7424 	 0x0
0x7428 	 0x0
0x742c 	 0x0
0x7430 	 0x0
0x7434 	 0x0
0x7438 	 0x0
0x743c 	 0x0
0x7440 	 0x0
0x7444 	 0x0
0x7448 	 0x0
0x744c 	 0x0
0x7450 	 0x0
0x7454 	 0x0
0x7458 	 0x0
0x745c 	 0x0
0x7460 	 0x0
0x7464 	 0x0
0x7468 	 0x0
0x746c 	 0x0
0x7470 	 0x0
0x7474 	 0x0
0x7478 	 0x0
0x747c 	 0x0
0x7480 	 0x0
0x7484 	 0x0
0x7488 	 0x0
0x748c 	 0x0
0x7490 	 0x0
0x7494 	 0x0
0x7498 	 0x0
0x749c 	 0x0
0x74a0 	 0x0
0x74a4 	 0x0
0x74a8 	 0x0
0x74ac 	 0x0
0x74b0 	 0x0
0x74b4 	 0x0
0x74b8 	 0x0
0x74bc 	 0x0
0x74c0 	 0x0
0x74c4 	 0x0
0x74c8 	 0x0
0x74cc 	 0x0
0x74d0 	 0x0
0x74d4 	 0x0
0x74d8 	 0x0
0x74dc 	 0x0
0x74e0 	 0x0
0x74e4 	 0x0
0x74e8 	 0x0
0x74ec 	 0x0
0x74f0 	 0x0
0x74f4 	 0x0
0x74f8 	 0x0
0x74fc 	 0x0
0x7500 	 0x0
0x7504 	 0x0
0x7508 	 0x0
0x750c 	 0x0
0x7510 	 0x0
0x7514 	 0x0
0x7518 	 0x0
0x751c 	 0x0
0x7520 	 0x0
0x7524 	 0x0
0x7528 	 0x0
0x752c 	 0x0
0x7530 	 0x0
0x7534 	 0x0
0x7538 	 0x0
0x753c 	 0x0
0x7540 	 0x0
0x7544 	 0x0
0x7548 	 0x0
0x754c 	 0x0
0x7550 	 0x0
0x7554 	 0x0
0x7558 	 0x0
0x755c 	 0x0
0x7560 	 0x0
0x7564 	 0x0
0x7568 	 0x0
0x756c 	 0x0
0x7570 	 0x0
0x7574 	 0x0
0x7578 	 0x0
0x757c 	 0x0
0x7580 	 0x0
0x7584 	 0x0
0x7588 	 0x0
0x758c 	 0x0
0x7590 	 0x0
0x7594 	 0x0
0x7598 	 0x0
0x759c 	 0x0
0x75a0 	 0x0
0x75a4 	 0x0
0x75a8 	 0x0
0x75ac 	 0x0
0x75b0 	 0x0
0x75b4 	 0x0
0x75b8 	 0x0
0x75bc 	 0x0
0x75c0 	 0x0
0x75c4 	 0x0
0x75c8 	 0x0
0x75cc 	 0x0
0x75d0 	 0x0
0x75d4 	 0x0
0x75d8 	 0x0
0x75dc 	 0x0
0x75e0 	 0x0
0x75e4 	 0x0
0x75e8 	 0x0
0x75ec 	 0x0
0x75f0 	 0x0
0x75f4 	 0x0
0x75f8 	 0x0
0x75fc 	 0x0
0x7600 	 0x0
0x7604 	 0x0
0x7608 	 0x0
0x760c 	 0x0
0x7610 	 0x0
0x7614 	 0x0
0x7618 	 0x0
0x761c 	 0x0
0x7620 	 0x0
0x7624 	 0x0
0x7628 	 0x0
0x762c 	 0x0
0x7630 	 0x0
0x7634 	 0x0
0x7638 	 0x0
0x763c 	 0x0
0x7640 	 0x0
0x7644 	 0x0
0x7648 	 0x0
0x764c 	 0x0
0x7650 	 0x0
0x7654 	 0x0
0x7658 	 0x0
0x765c 	 0x0
0x7660 	 0x0
0x7664 	 0x0
0x7668 	 0x0
0x766c 	 0x0
0x7670 	 0x0
0x7674 	 0x0
0x7678 	 0x0
0x767c 	 0x0
0x7680 	 0x0
0x7684 	 0x0
0x7688 	 0x0
0x768c 	 0x0
0x7690 	 0x0
0x7694 	 0x0
0x7698 	 0x0
0x769c 	 0x0
0x76a0 	 0x0
0x76a4 	 0x0
0x76a8 	 0x0
0x76ac 	 0x0
0x76b0 	 0x0
0x76b4 	 0x0
0x76b8 	 0x0
0x76bc 	 0x0
0x76c0 	 0x0
0x76c4 	 0x0
0x76c8 	 0x0
0x76cc 	 0x0
0x76d0 	 0x0
0x76d4 	 0x0
0x76d8 	 0x0
0x76dc 	 0x0
0x76e0 	 0x0
0x76e4 	 0x0
0x76e8 	 0x0
0x76ec 	 0x0
0x76f0 	 0x0
0x76f4 	 0x0
0x76f8 	 0x0
0x76fc 	 0x0
0x7700 	 0x0
0x7704 	 0x0
0x7708 	 0x0
0x770c 	 0x0
0x7710 	 0x0
0x7714 	 0x0
0x7718 	 0x0
0x771c 	 0x0
0x7720 	 0x0
0x7724 	 0x0
0x7728 	 0x0
0x772c 	 0x0
0x7730 	 0x0
0x7734 	 0x0
0x7738 	 0x0
0x773c 	 0x0
0x7740 	 0x0
0x7744 	 0x0
0x7748 	 0x0
0x774c 	 0x0
0x7750 	 0x0
0x7754 	 0x0
0x7758 	 0x0
0x775c 	 0x0
0x7760 	 0x0
0x7764 	 0x0
0x7768 	 0x0
0x776c 	 0x0
0x7770 	 0x0
0x7774 	 0x0
0x7778 	 0x0
0x777c 	 0x0
0x7780 	 0x0
0x7784 	 0x0
0x7788 	 0x0
0x778c 	 0x0
0x7790 	 0x0
0x7794 	 0x0
0x7798 	 0x0
0x779c 	 0x0
0x77a0 	 0x0
0x77a4 	 0x0
0x77a8 	 0x0
0x77ac 	 0x0
0x77b0 	 0x0
0x77b4 	 0x0
0x77b8 	 0x0
0x77bc 	 0x0
0x77c0 	 0x0
0x77c4 	 0x0
0x77c8 	 0x0
0x77cc 	 0x0
0x77d0 	 0x0
0x77d4 	 0x0
0x77d8 	 0x0
0x77dc 	 0x0
0x77e0 	 0x0
0x77e4 	 0x0
0x77e8 	 0x0
0x77ec 	 0x0
0x77f0 	 0x0
0x77f4 	 0x0
0x77f8 	 0x0
0x77fc 	 0x0
0x7800 	 0x0
0x7804 	 0x0
0x7808 	 0x0
0x780c 	 0x0
0x7810 	 0x0
0x7814 	 0x0
0x7818 	 0x0
0x781c 	 0x0
0x7820 	 0x0
0x7824 	 0x0
0x7828 	 0x0
0x782c 	 0x0
0x7830 	 0x0
0x7834 	 0x0
0x7838 	 0x0
0x783c 	 0x0
0x7840 	 0x0
0x7844 	 0x0
0x7848 	 0x0
0x784c 	 0x0
0x7850 	 0x0
0x7854 	 0x0
0x7858 	 0x0
0x785c 	 0x0
0x7860 	 0x0
0x7864 	 0x0
0x7868 	 0x0
0x786c 	 0x0
0x7870 	 0x0
0x7874 	 0x0
0x7878 	 0x0
0x787c 	 0x0
0x7880 	 0x0
0x7884 	 0x0
0x7888 	 0x0
0x788c 	 0x0
0x7890 	 0x0
0x7894 	 0x0
0x7898 	 0x0
0x789c 	 0x0
0x78a0 	 0x0
0x78a4 	 0x0
0x78a8 	 0x0
0x78ac 	 0x0
0x78b0 	 0x0
0x78b4 	 0x0
0x78b8 	 0x0
0x78bc 	 0x0
0x78c0 	 0x0
0x78c4 	 0x0
0x78c8 	 0x0
0x78cc 	 0x0
0x78d0 	 0x0
0x78d4 	 0x0
0x78d8 	 0x0
0x78dc 	 0x0
0x78e0 	 0x0
0x78e4 	 0x0
0x78e8 	 0x0
0x78ec 	 0x0
0x78f0 	 0x0
0x78f4 	 0x0
0x78f8 	 0x0
0x78fc 	 0x0
0x7900 	 0x0
0x7904 	 0x0
0x7908 	 0x0
0x790c 	 0x0
0x7910 	 0x0
0x7914 	 0x0
0x7918 	 0x0
0x791c 	 0x0
0x7920 	 0x0
0x7924 	 0x0
0x7928 	 0x0
0x792c 	 0x0
0x7930 	 0x0
0x7934 	 0x0
0x7938 	 0x0
0x793c 	 0x0
0x7940 	 0x0
0x7944 	 0x0
0x7948 	 0x0
0x794c 	 0x0
0x7950 	 0x0
0x7954 	 0x0
0x7958 	 0x0
0x795c 	 0x0
0x7960 	 0x0
0x7964 	 0x0
0x7968 	 0x0
0x796c 	 0x0
0x7970 	 0x0
0x7974 	 0x0
0x7978 	 0x0
0x797c 	 0x0
0x7980 	 0x0
0x7984 	 0x0
0x7988 	 0x0
0x798c 	 0x0
0x7990 	 0x0
0x7994 	 0x0
0x7998 	 0x0
0x799c 	 0x0
0x79a0 	 0x0
0x79a4 	 0x0
0x79a8 	 0x0
0x79ac 	 0x0
0x79b0 	 0x0
0x79b4 	 0x0
0x79b8 	 0x0
0x79bc 	 0x0
0x79c0 	 0x0
0x79c4 	 0x0
0x79c8 	 0x0
0x79cc 	 0x0
0x79d0 	 0x0
0x79d4 	 0x0
0x79d8 	 0x0
0x79dc 	 0x0
0x79e0 	 0x0
0x79e4 	 0x0
0x79e8 	 0x0
0x79ec 	 0x0
0x79f0 	 0x0
0x79f4 	 0x0
0x79f8 	 0x0
0x79fc 	 0x0
0x7a00 	 0x0
0x7a04 	 0x0
0x7a08 	 0x0
0x7a0c 	 0x0
0x7a10 	 0x0
0x7a14 	 0x0
0x7a18 	 0x0
0x7a1c 	 0x0
0x7a20 	 0x0
0x7a24 	 0x0
0x7a28 	 0x0
0x7a2c 	 0x0
0x7a30 	 0x0
0x7a34 	 0x0
0x7a38 	 0x0
0x7a3c 	 0x0
0x7a40 	 0x0
0x7a44 	 0x0
0x7a48 	 0x0
0x7a4c 	 0x0
0x7a50 	 0x0
0x7a54 	 0x0
0x7a58 	 0x0
0x7a5c 	 0x0
0x7a60 	 0x0
0x7a64 	 0x0
0x7a68 	 0x0
0x7a6c 	 0x0
0x7a70 	 0x0
0x7a74 	 0x0
0x7a78 	 0x0
0x7a7c 	 0x0
0x7a80 	 0x0
0x7a84 	 0x0
0x7a88 	 0x0
0x7a8c 	 0x0
0x7a90 	 0x0
0x7a94 	 0x0
0x7a98 	 0x0
0x7a9c 	 0x0
0x7aa0 	 0x0
0x7aa4 	 0x0
0x7aa8 	 0x0
0x7aac 	 0x0
0x7ab0 	 0x0
0x7ab4 	 0x0
0x7ab8 	 0x0
0x7abc 	 0x0
0x7ac0 	 0x0
0x7ac4 	 0x0
0x7ac8 	 0x0
0x7acc 	 0x0
0x7ad0 	 0x0
0x7ad4 	 0x0
0x7ad8 	 0x0
0x7adc 	 0x0
0x7ae0 	 0x0
0x7ae4 	 0x0
0x7ae8 	 0x0
0x7aec 	 0x0
0x7af0 	 0x0
0x7af4 	 0x0
0x7af8 	 0x0
0x7afc 	 0x0
0x7b00 	 0x0
0x7b04 	 0x0
0x7b08 	 0x0
0x7b0c 	 0x0
0x7b10 	 0x0
0x7b14 	 0x0
0x7b18 	 0x0
0x7b1c 	 0x0
0x7b20 	 0x0
0x7b24 	 0x0
0x7b28 	 0x0
0x7b2c 	 0x0
0x7b30 	 0x0
0x7b34 	 0x0
0x7b38 	 0x0
0x7b3c 	 0x0
0x7b40 	 0x0
0x7b44 	 0x0
0x7b48 	 0x0
0x7b4c 	 0x0
0x7b50 	 0x0
0x7b54 	 0x0
0x7b58 	 0x0
0x7b5c 	 0x0
0x7b60 	 0x0
0x7b64 	 0x0
0x7b68 	 0x0
0x7b6c 	 0x0
0x7b70 	 0x0
0x7b74 	 0x0
0x7b78 	 0x0
0x7b7c 	 0x0
0x7b80 	 0x0
0x7b84 	 0x0
0x7b88 	 0x0
0x7b8c 	 0x0
0x7b90 	 0x0
0x7b94 	 0x0
0x7b98 	 0x0
0x7b9c 	 0x0
0x7ba0 	 0x0
0x7ba4 	 0x0
0x7ba8 	 0x0
0x7bac 	 0x0
0x7bb0 	 0x0
0x7bb4 	 0x0
0x7bb8 	 0x0
0x7bbc 	 0x0
0x7bc0 	 0x0
0x7bc4 	 0x0
0x7bc8 	 0x0
0x7bcc 	 0x0
0x7bd0 	 0x0
0x7bd4 	 0x0
0x7bd8 	 0x0
0x7bdc 	 0x0
0x7be0 	 0x0
0x7be4 	 0x0
0x7be8 	 0x0
0x7bec 	 0x0
0x7bf0 	 0x0
0x7bf4 	 0x0
0x7bf8 	 0x0
0x7bfc 	 0x0
0x7c00 	 0x0
0x7c04 	 0x0
0x7c08 	 0x0
0x7c0c 	 0x0
0x7c10 	 0x0
0x7c14 	 0x0
0x7c18 	 0x0
0x7c1c 	 0x0
0x7c20 	 0x0
0x7c24 	 0x0
0x7c28 	 0x0
0x7c2c 	 0x0
0x7c30 	 0x0
0x7c34 	 0x0
0x7c38 	 0x0
0x7c3c 	 0x0
0x7c40 	 0x0
0x7c44 	 0x0
0x7c48 	 0x0
0x7c4c 	 0x0
0x7c50 	 0x0
0x7c54 	 0x0
0x7c58 	 0x0
0x7c5c 	 0x0
0x7c60 	 0x0
0x7c64 	 0x0
0x7c68 	 0x0
0x7c6c 	 0x0
0x7c70 	 0x0
0x7c74 	 0x0
0x7c78 	 0x0
0x7c7c 	 0x0
0x7c80 	 0x0
0x7c84 	 0x0
0x7c88 	 0x0
0x7c8c 	 0x0
0x7c90 	 0x0
0x7c94 	 0x0
0x7c98 	 0x0
0x7c9c 	 0x0
0x7ca0 	 0x0
0x7ca4 	 0x0
0x7ca8 	 0x0
0x7cac 	 0x0
0x7cb0 	 0x0
0x7cb4 	 0x0
0x7cb8 	 0x0
0x7cbc 	 0x0
0x7cc0 	 0x0
0x7cc4 	 0x0
0x7cc8 	 0x0
0x7ccc 	 0x0
0x7cd0 	 0x0
0x7cd4 	 0x0
0x7cd8 	 0x0
0x7cdc 	 0x0
0x7ce0 	 0x0
0x7ce4 	 0x0
0x7ce8 	 0x0
0x7cec 	 0x0
0x7cf0 	 0x0
0x7cf4 	 0x0
0x7cf8 	 0x0
0x7cfc 	 0x0
0x7d00 	 0x0
0x7d04 	 0x0
0x7d08 	 0x0
0x7d0c 	 0x0
0x7d10 	 0x0
0x7d14 	 0x0
0x7d18 	 0x0
0x7d1c 	 0x0
0x7d20 	 0x0
0x7d24 	 0x0
0x7d28 	 0x0
0x7d2c 	 0x0
0x7d30 	 0x0
0x7d34 	 0x0
0x7d38 	 0x0
0x7d3c 	 0x0
0x7d40 	 0x0
0x7d44 	 0x0
0x7d48 	 0x0
0x7d4c 	 0x0
0x7d50 	 0x0
0x7d54 	 0x0
0x7d58 	 0x0
0x7d5c 	 0x0
0x7d60 	 0x0
0x7d64 	 0x0
0x7d68 	 0x0
0x7d6c 	 0x0
0x7d70 	 0x0
0x7d74 	 0x0
0x7d78 	 0x0
0x7d7c 	 0x0
0x7d80 	 0x0
0x7d84 	 0x0
0x7d88 	 0x0
0x7d8c 	 0x0
0x7d90 	 0x0
0x7d94 	 0x0
0x7d98 	 0x0
0x7d9c 	 0x0
0x7da0 	 0x0
0x7da4 	 0x0
0x7da8 	 0x0
0x7dac 	 0x0
0x7db0 	 0x0
0x7db4 	 0x0
0x7db8 	 0x0
0x7dbc 	 0x0
0x7dc0 	 0x0
0x7dc4 	 0x0
0x7dc8 	 0x0
0x7dcc 	 0x0
0x7dd0 	 0x0
0x7dd4 	 0x0
0x7dd8 	 0x0
0x7ddc 	 0x0
0x7de0 	 0x0
0x7de4 	 0x0
0x7de8 	 0x0
0x7dec 	 0x0
0x7df0 	 0x0
0x7df4 	 0x0
0x7df8 	 0x0
0x7dfc 	 0x0
0x7e00 	 0x0
0x7e04 	 0x0
0x7e08 	 0x0
0x7e0c 	 0x0
0x7e10 	 0x0
0x7e14 	 0x0
0x7e18 	 0x0
0x7e1c 	 0x0
0x7e20 	 0x0
0x7e24 	 0x0
0x7e28 	 0x0
0x7e2c 	 0x0
0x7e30 	 0x0
0x7e34 	 0x0
0x7e38 	 0x0
0x7e3c 	 0x0
0x7e40 	 0x0
0x7e44 	 0x0
0x7e48 	 0x0
0x7e4c 	 0x0
0x7e50 	 0x0
0x7e54 	 0x0
0x7e58 	 0x0
0x7e5c 	 0x0
0x7e60 	 0x0
0x7e64 	 0x0
0x7e68 	 0x0
0x7e6c 	 0x0
0x7e70 	 0x0
0x7e74 	 0x0
0x7e78 	 0x0
0x7e7c 	 0x0
0x7e80 	 0x0
0x7e84 	 0x0
0x7e88 	 0x0
0x7e8c 	 0x0
0x7e90 	 0x0
0x7e94 	 0x0
0x7e98 	 0x0
0x7e9c 	 0x0
0x7ea0 	 0x0
0x7ea4 	 0x0
0x7ea8 	 0x0
0x7eac 	 0x0
0x7eb0 	 0x0
0x7eb4 	 0x0
0x7eb8 	 0x0
0x7ebc 	 0x0
0x7ec0 	 0x0
0x7ec4 	 0x0
0x7ec8 	 0x0
0x7ecc 	 0x0
0x7ed0 	 0x0
0x7ed4 	 0x0
0x7ed8 	 0x0
0x7edc 	 0x0
0x7ee0 	 0x0
0x7ee4 	 0x0
0x7ee8 	 0x0
0x7eec 	 0x0
0x7ef0 	 0x0
0x7ef4 	 0x0
0x7ef8 	 0x0
0x7efc 	 0x0
0x7f00 	 0x0
0x7f04 	 0x0
0x7f08 	 0x0
0x7f0c 	 0x0
0x7f10 	 0x0
0x7f14 	 0x0
0x7f18 	 0x0
0x7f1c 	 0x0
0x7f20 	 0x0
0x7f24 	 0x0
0x7f28 	 0x0
0x7f2c 	 0x0
0x7f30 	 0x0
0x7f34 	 0x0
0x7f38 	 0x0
0x7f3c 	 0x0
0x7f40 	 0x0
0x7f44 	 0x0
0x7f48 	 0x0
0x7f4c 	 0x0
0x7f50 	 0x0
0x7f54 	 0x0
0x7f58 	 0x0
0x7f5c 	 0x0
0x7f60 	 0x0
0x7f64 	 0x0
0x7f68 	 0x0
0x7f6c 	 0x0
0x7f70 	 0x0
0x7f74 	 0x0
0x7f78 	 0x0
0x7f7c 	 0x0
0x7f80 	 0x0
0x7f84 	 0x0
0x7f88 	 0x0
0x7f8c 	 0x0
0x7f90 	 0x0
0x7f94 	 0x0
0x7f98 	 0x0
0x7f9c 	 0x0
0x7fa0 	 0x0
0x7fa4 	 0x0
0x7fa8 	 0x0
0x7fac 	 0x0
0x7fb0 	 0x0
0x7fb4 	 0x0
0x7fb8 	 0x0
0x7fbc 	 0x0
0x7fc0 	 0x0
0x7fc4 	 0x0
0x7fc8 	 0x0
0x7fcc 	 0x0
0x7fd0 	 0x0
0x7fd4 	 0x0
0x7fd8 	 0x0
0x7fdc 	 0x0
0x7fe0 	 0x0
0x7fe4 	 0x0
0x7fe8 	 0x0
0x7fec 	 0x0
0x7ff0 	 0x0
0x7ff4 	 0x0
0x7ff8 	 0x0
0x7ffc 	 0x0
ring name: mes_3.1.0
Rptr: 0x0 Wptr: 0xd80 RB mask: 1fff
Ring size in dwords: 8192
Ring contents
Offset 	 Value
0x0 	 0x40001
0x4 	 0x0
0x8 	 0x0
0xc 	 0x0
0x10 	 0x0
0x14 	 0x0
0x18 	 0x0
0x1c 	 0x0
0x20 	 0x0
0x24 	 0x0
0x28 	 0x0
0x2c 	 0x0
0x30 	 0x0
0x34 	 0x0
0x38 	 0x0
0x3c 	 0x0
0x40 	 0x0
0x44 	 0x0
0x48 	 0x0
0x4c 	 0x0
0x50 	 0x0
0x54 	 0x0
0x58 	 0x401660
0x5c 	 0x0
0x60 	 0x401680
0x64 	 0x0
0x68 	 0x1260
0x6c 	 0xa000
0x70 	 0x1c000
0x74 	 0x2402c00
0x78 	 0x2000112
0x7c 	 0x0
0x80 	 0x0
0x84 	 0x0
0x88 	 0x1a000
0x8c 	 0x2408800
0x90 	 0xf0000ff
0x94 	 0x3000e
0x98 	 0x16000
0x9c 	 0x0
0xa0 	 0x0
0xa4 	 0x0
0xa8 	 0x10a0
0xac 	 0x240a000
0xb0 	 0x3000046
0xb4 	 0x106
0xb8 	 0x2411800
0xbc 	 0x0
0xc0 	 0x0
0xc4 	 0x0
0xc8 	 0x4017e0
0xcc 	 0x0
0xd0 	 0x1
0xd4 	 0x0
0xd8 	 0x80447
0xdc 	 0x0
0xe0 	 0x0
0xe4 	 0x0
0xe8 	 0x0
0xec 	 0x0
0xf0 	 0x0
0xf4 	 0x0
0xf8 	 0x0
0xfc 	 0x0
0x100 	 0x400b1
0x104 	 0x0
0x108 	 0x401780
0x10c 	 0x0
0x110 	 0x1
0x114 	 0x0
0x118 	 0x0
0x11c 	 0x0
0x120 	 0x0
0x124 	 0x0
0x128 	 0x0
0x12c 	 0x0
0x130 	 0x0
0x134 	 0x0
0x138 	 0x0
0x13c 	 0x0
0x140 	 0x0
0x144 	 0x0
0x148 	 0x0
0x14c 	 0x0
0x150 	 0x0
0x154 	 0x0
0x158 	 0x0
0x15c 	 0x0
0x160 	 0x0
0x164 	 0x0
0x168 	 0x0
0x16c 	 0x0
0x170 	 0x0
0x174 	 0x0
0x178 	 0x0
0x17c 	 0x0
0x180 	 0x0
0x184 	 0x0
0x188 	 0x0
0x18c 	 0x0
0x190 	 0x0
0x194 	 0x0
0x198 	 0x0
0x19c 	 0x0
0x1a0 	 0x0
0x1a4 	 0x0
0x1a8 	 0x0
0x1ac 	 0x0
0x1b0 	 0x0
0x1b4 	 0x0
0x1b8 	 0x0
0x1bc 	 0x0
0x1c0 	 0x0
0x1c4 	 0x0
0x1c8 	 0x0
0x1cc 	 0x0
0x1d0 	 0x0
0x1d4 	 0x0
0x1d8 	 0x0
0x1dc 	 0x0
0x1e0 	 0x0
0x1e4 	 0x0
0x1e8 	 0x0
0x1ec 	 0x0
0x1f0 	 0x0
0x1f4 	 0x0
0x1f8 	 0x0
0x1fc 	 0x0
0x200 	 0x40131
0x204 	 0x0
0x208 	 0x4017e0
0x20c 	 0x0
0x210 	 0x1
0x214 	 0x0
0x218 	 0x0
0x21c 	 0x0
0x220 	 0x0
0x224 	 0x0
0x228 	 0x0
0x22c 	 0x0
0x230 	 0x0
0x234 	 0xa
0x238 	 0x0
0x23c 	 0x0
0x240 	 0xdaadc000
0x244 	 0x83
0x248 	 0x0
0x24c 	 0x0
0x250 	 0x0
0x254 	 0x0
0x258 	 0x0
0x25c 	 0x0
0x260 	 0x0
0x264 	 0x0
0x268 	 0x0
0x26c 	 0x0
0x270 	 0x0
0x274 	 0x0
0x278 	 0x0
0x27c 	 0x0
0x280 	 0x0
0x284 	 0x0
0x288 	 0x0
0x28c 	 0x0
0x290 	 0x0
0x294 	 0x0
0x298 	 0x0
0x29c 	 0x0
0x2a0 	 0x0
0x2a4 	 0x0
0x2a8 	 0x0
0x2ac 	 0x0
0x2b0 	 0x0
0x2b4 	 0x0
0x2b8 	 0x0
0x2bc 	 0x0
0x2c0 	 0x0
0x2c4 	 0x0
0x2c8 	 0x0
0x2cc 	 0x0
0x2d0 	 0x0
0x2d4 	 0x0
0x2d8 	 0x0
0x2dc 	 0x0
0x2e0 	 0x0
0x2e4 	 0x0
0x2e8 	 0x0
0x2ec 	 0x0
0x2f0 	 0x0
0x2f4 	 0x0
0x2f8 	 0x0
0x2fc 	 0x0
0x300 	 0x400b1
0x304 	 0x0
0x308 	 0x401780
0x30c 	 0x0
0x310 	 0x2
0x314 	 0x0
0x318 	 0x0
0x31c 	 0x0
0x320 	 0x0
0x324 	 0x0
0x328 	 0x0
0x32c 	 0x0
0x330 	 0x0
0x334 	 0x0
0x338 	 0x0
0x33c 	 0x0
0x340 	 0x0
0x344 	 0x0
0x348 	 0x0
0x34c 	 0x0
0x350 	 0x0
0x354 	 0x0
0x358 	 0x0
0x35c 	 0x0
0x360 	 0x0
0x364 	 0x0
0x368 	 0x0
0x36c 	 0x0
0x370 	 0x0
0x374 	 0x0
0x378 	 0x0
0x37c 	 0x0
0x380 	 0x0
0x384 	 0x0
0x388 	 0x0
0x38c 	 0x0
0x390 	 0x0
0x394 	 0x0
0x398 	 0x0
0x39c 	 0x0
0x3a0 	 0x0
0x3a4 	 0x0
0x3a8 	 0x0
0x3ac 	 0x0
0x3b0 	 0x0
0x3b4 	 0x0
0x3b8 	 0x0
0x3bc 	 0x0
0x3c0 	 0x0
0x3c4 	 0x0
0x3c8 	 0x0
0x3cc 	 0x0
0x3d0 	 0x0
0x3d4 	 0x0
0x3d8 	 0x0
0x3dc 	 0x0
0x3e0 	 0x0
0x3e4 	 0x0
0x3e8 	 0x0
0x3ec 	 0x0
0x3f0 	 0x0
0x3f4 	 0x0
0x3f8 	 0x0
0x3fc 	 0x0
0x400 	 0x40021
0x404 	 0x0
0x408 	 0x0
0x40c 	 0x0
0x410 	 0x0
0x414 	 0x0
0x418 	 0x0
0x41c 	 0x0
0x420 	 0x0
0x424 	 0x0
0x428 	 0x0
0x42c 	 0x0
0x430 	 0x0
0x434 	 0x0
0x438 	 0x0
0x43c 	 0x0
0x440 	 0x0
0x444 	 0x0
0x448 	 0x16
0x44c 	 0x0
0x450 	 0x69e000
0x454 	 0x0
0x458 	 0x4016c0
0x45c 	 0x0
0x460 	 0x0
0x464 	 0x0
0x468 	 0x0
0x46c 	 0x0
0x470 	 0x3
0x474 	 0x0
0x478 	 0x0
0x47c 	 0x0
0x480 	 0x0
0x484 	 0x0
0x488 	 0x0
0x48c 	 0x0
0x490 	 0x0
0x494 	 0x2000
0x498 	 0x4017e0
0x49c 	 0x0
0x4a0 	 0x1
0x4a4 	 0x0
0x4a8 	 0x0
0x4ac 	 0x0
0x4b0 	 0x0
0x4b4 	 0x0
0x4b8 	 0x0
0x4bc 	 0x0
0x4c0 	 0x0
0x4c4 	 0x0
0x4c8 	 0x0
0x4cc 	 0x0
0x4d0 	 0x0
0x4d4 	 0x0
0x4d8 	 0x0
0x4dc 	 0x0
0x4e0 	 0x0
0x4e4 	 0x0
0x4e8 	 0x0
0x4ec 	 0x0
0x4f0 	 0x0
0x4f4 	 0x0
0x4f8 	 0x0
0x4fc 	 0x0
0x500 	 0x400b1
0x504 	 0x0
0x508 	 0x401780
0x50c 	 0x0
0x510 	 0x3
0x514 	 0x0
0x518 	 0x0
0x51c 	 0x0
0x520 	 0x0
0x524 	 0x0
0x528 	 0x0
0x52c 	 0x0
0x530 	 0x0
0x534 	 0x0
0x538 	 0x0
0x53c 	 0x0
0x540 	 0x0
0x544 	 0x0
0x548 	 0x0
0x54c 	 0x0
0x550 	 0x0
0x554 	 0x0
0x558 	 0x0
0x55c 	 0x0
0x560 	 0x0
0x564 	 0x0
0x568 	 0x0
0x56c 	 0x0
0x570 	 0x0
0x574 	 0x0
0x578 	 0x0
0x57c 	 0x0
0x580 	 0x0
0x584 	 0x0
0x588 	 0x0
0x58c 	 0x0
0x590 	 0x0
0x594 	 0x0
0x598 	 0x0
0x59c 	 0x0
0x5a0 	 0x0
0x5a4 	 0x0
0x5a8 	 0x0
0x5ac 	 0x0
0x5b0 	 0x0
0x5b4 	 0x0
0x5b8 	 0x0
0x5bc 	 0x0
0x5c0 	 0x0
0x5c4 	 0x0
0x5c8 	 0x0
0x5cc 	 0x0
0x5d0 	 0x0
0x5d4 	 0x0
0x5d8 	 0x0
0x5dc 	 0x0
0x5e0 	 0x0
0x5e4 	 0x0
0x5e8 	 0x0
0x5ec 	 0x0
0x5f0 	 0x0
0x5f4 	 0x0
0x5f8 	 0x0
0x5fc 	 0x0
0x600 	 0x400e1
0x604 	 0x9
0x608 	 0x4017e0
0x60c 	 0x0
0x610 	 0x1
0x614 	 0x0
0x618 	 0x0
0x61c 	 0x0
0x620 	 0x0
0x624 	 0x0
0x628 	 0x0
0x62c 	 0x0
0x630 	 0x0
0x634 	 0x0
0x638 	 0x0
0x63c 	 0x0
0x640 	 0x0
0x644 	 0x0
0x648 	 0x0
0x64c 	 0x0
0x650 	 0x0
0x654 	 0x0
0x658 	 0x0
0x65c 	 0x0
0x660 	 0x0
0x664 	 0x0
0x668 	 0x0
0x66c 	 0x0
0x670 	 0x0
0x674 	 0x0
0x678 	 0x0
0x67c 	 0x0
0x680 	 0x0
0x684 	 0x0
0x688 	 0x0
0x68c 	 0x0
0x690 	 0x0
0x694 	 0x0
0x698 	 0x0
0x69c 	 0x0
0x6a0 	 0x0
0x6a4 	 0x0
0x6a8 	 0x0
0x6ac 	 0x0
0x6b0 	 0x0
0x6b4 	 0x0
0x6b8 	 0x0
0x6bc 	 0x0
0x6c0 	 0x0
0x6c4 	 0x0
0x6c8 	 0x0
0x6cc 	 0x0
0x6d0 	 0x0
0x6d4 	 0x0
0x6d8 	 0x0
0x6dc 	 0x0
0x6e0 	 0x0
0x6e4 	 0x0
0x6e8 	 0x0
0x6ec 	 0x0
0x6f0 	 0x0
0x6f4 	 0x0
0x6f8 	 0x0
0x6fc 	 0x0
0x700 	 0x400b1
0x704 	 0x0
0x708 	 0x401780
0x70c 	 0x0
0x710 	 0x4
0x714 	 0x0
0x718 	 0x0
0x71c 	 0x0
0x720 	 0x0
0x724 	 0x0
0x728 	 0x0
0x72c 	 0x0
0x730 	 0x0
0x734 	 0x0
0x738 	 0x0
0x73c 	 0x0
0x740 	 0x0
0x744 	 0x0
0x748 	 0x0
0x74c 	 0x0
0x750 	 0x0
0x754 	 0x0
0x758 	 0x0
0x75c 	 0x0
0x760 	 0x0
0x764 	 0x0
0x768 	 0x0
0x76c 	 0x0
0x770 	 0x0
0x774 	 0x0
0x778 	 0x0
0x77c 	 0x0
0x780 	 0x0
0x784 	 0x0
0x788 	 0x0
0x78c 	 0x0
0x790 	 0x0
0x794 	 0x0
0x798 	 0x0
0x79c 	 0x0
0x7a0 	 0x0
0x7a4 	 0x0
0x7a8 	 0x0
0x7ac 	 0x0
0x7b0 	 0x0
0x7b4 	 0x0
0x7b8 	 0x0
0x7bc 	 0x0
0x7c0 	 0x0
0x7c4 	 0x0
0x7c8 	 0x0
0x7cc 	 0x0
0x7d0 	 0x0
0x7d4 	 0x0
0x7d8 	 0x0
0x7dc 	 0x0
0x7e0 	 0x0
0x7e4 	 0x0
0x7e8 	 0x0
0x7ec 	 0x0
0x7f0 	 0x0
0x7f4 	 0x0
0x7f8 	 0x0
0x7fc 	 0x0
0x800 	 0x40021
0x804 	 0x0
0x808 	 0x0
0x80c 	 0x0
0x810 	 0x0
0x814 	 0x0
0x818 	 0x0
0x81c 	 0x0
0x820 	 0x0
0x824 	 0x0
0x828 	 0x0
0x82c 	 0x0
0x830 	 0x0
0x834 	 0x0
0x838 	 0x0
0x83c 	 0x0
0x840 	 0x0
0x844 	 0x0
0x848 	 0x6
0x84c 	 0x0
0x850 	 0xda94b000
0x854 	 0x83
0x858 	 0x401140
0x85c 	 0x0
0x860 	 0x0
0x864 	 0x0
0x868 	 0x0
0x86c 	 0x0
0x870 	 0x1
0x874 	 0x0
0x878 	 0x0
0x87c 	 0x0
0x880 	 0x0
0x884 	 0x0
0x888 	 0x0
0x88c 	 0x0
0x890 	 0x0
0x894 	 0x2000
0x898 	 0x4017e0
0x89c 	 0x0
0x8a0 	 0x1
0x8a4 	 0x0
0x8a8 	 0x0
0x8ac 	 0x0
0x8b0 	 0x0
0x8b4 	 0x0
0x8b8 	 0x0
0x8bc 	 0x0
0x8c0 	 0x0
0x8c4 	 0x0
0x8c8 	 0x0
0x8cc 	 0x0
0x8d0 	 0x0
0x8d4 	 0x0
0x8d8 	 0x0
0x8dc 	 0x0
0x8e0 	 0x0
0x8e4 	 0x0
0x8e8 	 0x0
0x8ec 	 0x0
0x8f0 	 0x0
0x8f4 	 0x0
0x8f8 	 0x0
0x8fc 	 0x0
0x900 	 0x400b1
0x904 	 0x0
0x908 	 0x401780
0x90c 	 0x0
0x910 	 0x5
0x914 	 0x0
0x918 	 0x0
0x91c 	 0x0
0x920 	 0x0
0x924 	 0x0
0x928 	 0x0
0x92c 	 0x0
0x930 	 0x0
0x934 	 0x0
0x938 	 0x0
0x93c 	 0x0
0x940 	 0x0
0x944 	 0x0
0x948 	 0x0
0x94c 	 0x0
0x950 	 0x0
0x954 	 0x0
0x958 	 0x0
0x95c 	 0x0
0x960 	 0x0
0x964 	 0x0
0x968 	 0x0
0x96c 	 0x0
0x970 	 0x0
0x974 	 0x0
0x978 	 0x0
0x97c 	 0x0
0x980 	 0x0
0x984 	 0x0
0x988 	 0x0
0x98c 	 0x0
0x990 	 0x0
0x994 	 0x0
0x998 	 0x0
0x99c 	 0x0
0x9a0 	 0x0
0x9a4 	 0x0
0x9a8 	 0x0
0x9ac 	 0x0
0x9b0 	 0x0
0x9b4 	 0x0
0x9b8 	 0x0
0x9bc 	 0x0
0x9c0 	 0x0
0x9c4 	 0x0
0x9c8 	 0x0
0x9cc 	 0x0
0x9d0 	 0x0
0x9d4 	 0x0
0x9d8 	 0x0
0x9dc 	 0x0
0x9e0 	 0x0
0x9e4 	 0x0
0x9e8 	 0x0
0x9ec 	 0x0
0x9f0 	 0x0
0x9f4 	 0x0
0x9f8 	 0x0
0x9fc 	 0x0
0xa00 	 0x40021
0xa04 	 0x0
0xa08 	 0x0
0xa0c 	 0x0
0xa10 	 0x0
0xa14 	 0x0
0xa18 	 0x0
0xa1c 	 0x0
0xa20 	 0x0
0xa24 	 0x0
0xa28 	 0x0
0xa2c 	 0x0
0xa30 	 0x0
0xa34 	 0x0
0xa38 	 0x0
0xa3c 	 0x0
0xa40 	 0x0
0xa44 	 0x0
0xa48 	 0x8
0xa4c 	 0x0
0xa50 	 0xdaadb000
0xa54 	 0x83
0xa58 	 0x4011e0
0xa5c 	 0x0
0xa60 	 0x0
0xa64 	 0x0
0xa68 	 0x0
0xa6c 	 0x0
0xa70 	 0x1
0xa74 	 0x0
0xa78 	 0x0
0xa7c 	 0x0
0xa80 	 0x0
0xa84 	 0x0
0xa88 	 0x0
0xa8c 	 0x0
0xa90 	 0x0
0xa94 	 0x2000
0xa98 	 0x4017e0
0xa9c 	 0x0
0xaa0 	 0x1
0xaa4 	 0x0
0xaa8 	 0x0
0xaac 	 0x0
0xab0 	 0x0
0xab4 	 0x0
0xab8 	 0x0
0xabc 	 0x0
0xac0 	 0x0
0xac4 	 0x0
0xac8 	 0x1
0xacc 	 0x0
0xad0 	 0x0
0xad4 	 0x0
0xad8 	 0x0
0xadc 	 0x0
0xae0 	 0x0
0xae4 	 0x0
0xae8 	 0x0
0xaec 	 0x0
0xaf0 	 0x0
0xaf4 	 0x0
0xaf8 	 0x0
0xafc 	 0x0
0xb00 	 0x400b1
0xb04 	 0x0
0xb08 	 0x401780
0xb0c 	 0x0
0xb10 	 0x6
0xb14 	 0x0
0xb18 	 0x0
0xb1c 	 0x0
0xb20 	 0x0
0xb24 	 0x0
0xb28 	 0x0
0xb2c 	 0x0
0xb30 	 0x0
0xb34 	 0x0
0xb38 	 0x0
0xb3c 	 0x0
0xb40 	 0x0
0xb44 	 0x0
0xb48 	 0x0
0xb4c 	 0x0
0xb50 	 0x0
0xb54 	 0x0
0xb58 	 0x0
0xb5c 	 0x0
0xb60 	 0x0
0xb64 	 0x0
0xb68 	 0x0
0xb6c 	 0x0
0xb70 	 0x0
0xb74 	 0x0
0xb78 	 0x0
0xb7c 	 0x0
0xb80 	 0x0
0xb84 	 0x0
0xb88 	 0x0
0xb8c 	 0x0
0xb90 	 0x0
0xb94 	 0x0
0xb98 	 0x0
0xb9c 	 0x0
0xba0 	 0x0
0xba4 	 0x0
0xba8 	 0x0
0xbac 	 0x0
0xbb0 	 0x0
0xbb4 	 0x0
0xbb8 	 0x0
0xbbc 	 0x0
0xbc0 	 0x0
0xbc4 	 0x0
0xbc8 	 0x0
0xbcc 	 0x0
0xbd0 	 0x0
0xbd4 	 0x0
0xbd8 	 0x0
0xbdc 	 0x0
0xbe0 	 0x0
0xbe4 	 0x0
0xbe8 	 0x0
0xbec 	 0x0
0xbf0 	 0x0
0xbf4 	 0x0
0xbf8 	 0x0
0xbfc 	 0x0
0xc00 	 0x40021
0xc04 	 0x0
0xc08 	 0x0
0xc0c 	 0x0
0xc10 	 0x0
0xc14 	 0x0
0xc18 	 0x0
0xc1c 	 0x0
0xc20 	 0x0
0xc24 	 0x0
0xc28 	 0x0
0xc2c 	 0x0
0xc30 	 0x0
0xc34 	 0x0
0xc38 	 0x0
0xc3c 	 0x0
0xc40 	 0x0
0xc44 	 0x0
0xc48 	 0xa
0xc4c 	 0x0
0xc50 	 0xdaada000
0xc54 	 0x83
0xc58 	 0x401280
0xc5c 	 0x0
0xc60 	 0x0
0xc64 	 0x0
0xc68 	 0x0
0xc6c 	 0x0
0xc70 	 0x1
0xc74 	 0x0
0xc78 	 0x0
0xc7c 	 0x0
0xc80 	 0x0
0xc84 	 0x0
0xc88 	 0x0
0xc8c 	 0x0
0xc90 	 0x0
0xc94 	 0x2000
0xc98 	 0x4017e0
0xc9c 	 0x0
0xca0 	 0x1
0xca4 	 0x0
0xca8 	 0x0
0xcac 	 0x0
0xcb0 	 0x0
0xcb4 	 0x0
0xcb8 	 0x0
0xcbc 	 0x0
0xcc0 	 0x0
0xcc4 	 0x0
0xcc8 	 0x0
0xccc 	 0x1
0xcd0 	 0x0
0xcd4 	 0x0
0xcd8 	 0x0
0xcdc 	 0x0
0xce0 	 0x0
0xce4 	 0x0
0xce8 	 0x0
0xcec 	 0x0
0xcf0 	 0x0
0xcf4 	 0x0
0xcf8 	 0x0
0xcfc 	 0x0
0xd00 	 0x400b1
0xd04 	 0x0
0xd08 	 0x401780
0xd0c 	 0x0
0xd10 	 0x7
0xd14 	 0x0
0xd18 	 0x0
0xd1c 	 0x0
0xd20 	 0x0
0xd24 	 0x0
0xd28 	 0x0
0xd2c 	 0x0
0xd30 	 0x0
0xd34 	 0x0
0xd38 	 0x0
0xd3c 	 0x0
0xd40 	 0x0
0xd44 	 0x0
0xd48 	 0x0
0xd4c 	 0x0
0xd50 	 0x0
0xd54 	 0x0
0xd58 	 0x0
0xd5c 	 0x0
0xd60 	 0x0
0xd64 	 0x0
0xd68 	 0x0
0xd6c 	 0x0
0xd70 	 0x0
0xd74 	 0x0
0xd78 	 0x0
0xd7c 	 0x0
0xd80 	 0x0
0xd84 	 0x0
0xd88 	 0x0
0xd8c 	 0x0
0xd90 	 0x0
0xd94 	 0x0
0xd98 	 0x0
0xd9c 	 0x0
0xda0 	 0x0
0xda4 	 0x0
0xda8 	 0x0
0xdac 	 0x0
0xdb0 	 0x0
0xdb4 	 0x0
0xdb8 	 0x0
0xdbc 	 0x0
0xdc0 	 0x0
0xdc4 	 0x0
0xdc8 	 0x0
0xdcc 	 0x0
0xdd0 	 0x0
0xdd4 	 0x0
0xdd8 	 0x0
0xddc 	 0x0
0xde0 	 0x0
0xde4 	 0x0
0xde8 	 0x0
0xdec 	 0x0
0xdf0 	 0x0
0xdf4 	 0x0
0xdf8 	 0x0
0xdfc 	 0x0
0xe00 	 0x40021
0xe04 	 0x0
0xe08 	 0x0
0xe0c 	 0x0
0xe10 	 0x0
0xe14 	 0x0
0xe18 	 0x0
0xe1c 	 0x0
0xe20 	 0x0
0xe24 	 0x0
0xe28 	 0x0
0xe2c 	 0x0
0xe30 	 0x0
0xe34 	 0x0
0xe38 	 0x0
0xe3c 	 0x0
0xe40 	 0x0
0xe44 	 0x0
0xe48 	 0xc
0xe4c 	 0x0
0xe50 	 0xdaadf000
0xe54 	 0x83
0xe58 	 0x401320
0xe5c 	 0x0
0xe60 	 0x0
0xe64 	 0x0
0xe68 	 0x0
0xe6c 	 0x0
0xe70 	 0x1
0xe74 	 0x0
0xe78 	 0x0
0xe7c 	 0x0
0xe80 	 0x0
0xe84 	 0x0
0xe88 	 0x0
0xe8c 	 0x0
0xe90 	 0x0
0xe94 	 0x2000
0xe98 	 0x4017e0
0xe9c 	 0x0
0xea0 	 0x1
0xea4 	 0x0
0xea8 	 0x0
0xeac 	 0x0
0xeb0 	 0x0
0xeb4 	 0x0
0xeb8 	 0x0
0xebc 	 0x0
0xec0 	 0x0
0xec4 	 0x0
0xec8 	 0x1
0xecc 	 0x1
0xed0 	 0x0
0xed4 	 0x0
0xed8 	 0x0
0xedc 	 0x0
0xee0 	 0x0
0xee4 	 0x0
0xee8 	 0x0
0xeec 	 0x0
0xef0 	 0x0
0xef4 	 0x0
0xef8 	 0x0
0xefc 	 0x0
0xf00 	 0x400b1
0xf04 	 0x0
0xf08 	 0x401780
0xf0c 	 0x0
0xf10 	 0x8
0xf14 	 0x0
0xf18 	 0x0
0xf1c 	 0x0
0xf20 	 0x0
0xf24 	 0x0
0xf28 	 0x0
0xf2c 	 0x0
0xf30 	 0x0
0xf34 	 0x0
0xf38 	 0x0
0xf3c 	 0x0
0xf40 	 0x0
0xf44 	 0x0
0xf48 	 0x0
0xf4c 	 0x0
0xf50 	 0x0
0xf54 	 0x0
0xf58 	 0x0
0xf5c 	 0x0
0xf60 	 0x0
0xf64 	 0x0
0xf68 	 0x0
0xf6c 	 0x0
0xf70 	 0x0
0xf74 	 0x0
0xf78 	 0x0
0xf7c 	 0x0
0xf80 	 0x0
0xf84 	 0x0
0xf88 	 0x0
0xf8c 	 0x0
0xf90 	 0x0
0xf94 	 0x0
0xf98 	 0x0
0xf9c 	 0x0
0xfa0 	 0x0
0xfa4 	 0x0
0xfa8 	 0x0
0xfac 	 0x0
0xfb0 	 0x0
0xfb4 	 0x0
0xfb8 	 0x0
0xfbc 	 0x0
0xfc0 	 0x0
0xfc4 	 0x0
0xfc8 	 0x0
0xfcc 	 0x0
0xfd0 	 0x0
0xfd4 	 0x0
0xfd8 	 0x0
0xfdc 	 0x0
0xfe0 	 0x0
0xfe4 	 0x0
0xfe8 	 0x0
0xfec 	 0x0
0xff0 	 0x0
0xff4 	 0x0
0xff8 	 0x0
0xffc 	 0x0
0x1000 	 0x40021
0x1004 	 0x0
0x1008 	 0x0
0x100c 	 0x0
0x1010 	 0x0
0x1014 	 0x0
0x1018 	 0x0
0x101c 	 0x0
0x1020 	 0x0
0x1024 	 0x0
0x1028 	 0x0
0x102c 	 0x0
0x1030 	 0x0
0x1034 	 0x0
0x1038 	 0x0
0x103c 	 0x0
0x1040 	 0x0
0x1044 	 0x0
0x1048 	 0x116
0x104c 	 0x0
0x1050 	 0xdaad9000
0x1054 	 0x83
0x1058 	 0x4010a0
0x105c 	 0x0
0x1060 	 0x0
0x1064 	 0x0
0x1068 	 0x0
0x106c 	 0x0
0x1070 	 0x0
0x1074 	 0x0
0x1078 	 0x0
0x107c 	 0x0
0x1080 	 0x0
0x1084 	 0x0
0x1088 	 0x0
0x108c 	 0x0
0x1090 	 0x0
0x1094 	 0x2000
0x1098 	 0x4017e0
0x109c 	 0x0
0x10a0 	 0x1
0x10a4 	 0x0
0x10a8 	 0x0
0x10ac 	 0x0
0x10b0 	 0x0
0x10b4 	 0x0
0x10b8 	 0x0
0x10bc 	 0x0
0x10c0 	 0x0
0x10c4 	 0x0
0x10c8 	 0x0
0x10cc 	 0x0
0x10d0 	 0x0
0x10d4 	 0x0
0x10d8 	 0x0
0x10dc 	 0x0
0x10e0 	 0x0
0x10e4 	 0x0
0x10e8 	 0x0
0x10ec 	 0x0
0x10f0 	 0x0
0x10f4 	 0x0
0x10f8 	 0x0
0x10fc 	 0x0
0x1100 	 0x400b1
0x1104 	 0x0
0x1108 	 0x401780
0x110c 	 0x0
0x1110 	 0x9
0x1114 	 0x0
0x1118 	 0x0
0x111c 	 0x0
0x1120 	 0x0
0x1124 	 0x0
0x1128 	 0x0
0x112c 	 0x0
0x1130 	 0x0
0x1134 	 0x0
0x1138 	 0x0
0x113c 	 0x0
0x1140 	 0x0
0x1144 	 0x0
0x1148 	 0x0
0x114c 	 0x0
0x1150 	 0x0
0x1154 	 0x0
0x1158 	 0x0
0x115c 	 0x0
0x1160 	 0x0
0x1164 	 0x0
0x1168 	 0x0
0x116c 	 0x0
0x1170 	 0x0
0x1174 	 0x0
0x1178 	 0x0
0x117c 	 0x0
0x1180 	 0x0
0x1184 	 0x0
0x1188 	 0x0
0x118c 	 0x0
0x1190 	 0x0
0x1194 	 0x0
0x1198 	 0x0
0x119c 	 0x0
0x11a0 	 0x0
0x11a4 	 0x0
0x11a8 	 0x0
0x11ac 	 0x0
0x11b0 	 0x0
0x11b4 	 0x0
0x11b8 	 0x0
0x11bc 	 0x0
0x11c0 	 0x0
0x11c4 	 0x0
0x11c8 	 0x0
0x11cc 	 0x0
0x11d0 	 0x0
0x11d4 	 0x0
0x11d8 	 0x0
0x11dc 	 0x0
0x11e0 	 0x0
0x11e4 	 0x0
0x11e8 	 0x0
0x11ec 	 0x0
0x11f0 	 0x0
0x11f4 	 0x0
0x11f8 	 0x0
0x11fc 	 0x0
0x1200 	 0x400e1
0x1204 	 0x4
0x1208 	 0x4017e0
0x120c 	 0x0
0x1210 	 0x1
0x1214 	 0x0
0x1218 	 0x1
0x121c 	 0xf80001
0x1220 	 0x1
0x1224 	 0x28b8
0x1228 	 0x28ca
0x122c 	 0x0
0x1230 	 0x0
0x1234 	 0x0
0x1238 	 0x0
0x123c 	 0x0
0x1240 	 0x0
0x1244 	 0x0
0x1248 	 0x0
0x124c 	 0x0
0x1250 	 0x0
0x1254 	 0x0
0x1258 	 0x0
0x125c 	 0x0
0x1260 	 0x0
0x1264 	 0x0
0x1268 	 0x0
0x126c 	 0x0
0x1270 	 0x0
0x1274 	 0x0
0x1278 	 0x0
0x127c 	 0x0
0x1280 	 0x0
0x1284 	 0x0
0x1288 	 0x0
0x128c 	 0x0
0x1290 	 0x0
0x1294 	 0x0
0x1298 	 0x0
0x129c 	 0x0
0x12a0 	 0x0
0x12a4 	 0x0
0x12a8 	 0x0
0x12ac 	 0x0
0x12b0 	 0x0
0x12b4 	 0x0
0x12b8 	 0x0
0x12bc 	 0x0
0x12c0 	 0x0
0x12c4 	 0x0
0x12c8 	 0x0
0x12cc 	 0x0
0x12d0 	 0x0
0x12d4 	 0x0
0x12d8 	 0x0
0x12dc 	 0x0
0x12e0 	 0x0
0x12e4 	 0x0
0x12e8 	 0x0
0x12ec 	 0x0
0x12f0 	 0x0
0x12f4 	 0x0
0x12f8 	 0x0
0x12fc 	 0x0
0x1300 	 0x400b1
0x1304 	 0x0
0x1308 	 0x401780
0x130c 	 0x0
0x1310 	 0xa
0x1314 	 0x0
0x1318 	 0x0
0x131c 	 0x0
0x1320 	 0x0
0x1324 	 0x0
0x1328 	 0x0
0x132c 	 0x0
0x1330 	 0x0
0x1334 	 0x0
0x1338 	 0x0
0x133c 	 0x0
0x1340 	 0x0
0x1344 	 0x0
0x1348 	 0x0
0x134c 	 0x0
0x1350 	 0x0
0x1354 	 0x0
0x1358 	 0x0
0x135c 	 0x0
0x1360 	 0x0
0x1364 	 0x0
0x1368 	 0x0
0x136c 	 0x0
0x1370 	 0x0
0x1374 	 0x0
0x1378 	 0x0
0x137c 	 0x0
0x1380 	 0x0
0x1384 	 0x0
0x1388 	 0x0
0x138c 	 0x0
0x1390 	 0x0
0x1394 	 0x0
0x1398 	 0x0
0x139c 	 0x0
0x13a0 	 0x0
0x13a4 	 0x0
0x13a8 	 0x0
0x13ac 	 0x0
0x13b0 	 0x0
0x13b4 	 0x0
0x13b8 	 0x0
0x13bc 	 0x0
0x13c0 	 0x0
0x13c4 	 0x0
0x13c8 	 0x0
0x13cc 	 0x0
0x13d0 	 0x0
0x13d4 	 0x0
0x13d8 	 0x0
0x13dc 	 0x0
0x13e0 	 0x0
0x13e4 	 0x0
0x13e8 	 0x0
0x13ec 	 0x0
0x13f0 	 0x0
0x13f4 	 0x0
0x13f8 	 0x0
0x13fc 	 0x0
0x1400 	 0x400e1
0x1404 	 0x4
0x1408 	 0x4017e0
0x140c 	 0x0
0x1410 	 0x1
0x1414 	 0x0
0x1418 	 0x1
0x141c 	 0xf80001
0x1420 	 0x1
0x1424 	 0x1a598
0x1428 	 0x1a5aa
0x142c 	 0x0
0x1430 	 0x0
0x1434 	 0x0
0x1438 	 0x0
0x143c 	 0x0
0x1440 	 0x0
0x1444 	 0x0
0x1448 	 0x0
0x144c 	 0x0
0x1450 	 0x0
0x1454 	 0x0
0x1458 	 0x0
0x145c 	 0x0
0x1460 	 0x0
0x1464 	 0x0
0x1468 	 0x0
0x146c 	 0x0
0x1470 	 0x0
0x1474 	 0x0
0x1478 	 0x0
0x147c 	 0x0
0x1480 	 0x0
0x1484 	 0x0
0x1488 	 0x0
0x148c 	 0x0
0x1490 	 0x0
0x1494 	 0x0
0x1498 	 0x0
0x149c 	 0x0
0x14a0 	 0x0
0x14a4 	 0x0
0x14a8 	 0x0
0x14ac 	 0x0
0x14b0 	 0x0
0x14b4 	 0x0
0x14b8 	 0x0
0x14bc 	 0x0
0x14c0 	 0x0
0x14c4 	 0x0
0x14c8 	 0x0
0x14cc 	 0x0
0x14d0 	 0x0
0x14d4 	 0x0
0x14d8 	 0x0
0x14dc 	 0x0
0x14e0 	 0x0
0x14e4 	 0x0
0x14e8 	 0x0
0x14ec 	 0x0
0x14f0 	 0x0
0x14f4 	 0x0
0x14f8 	 0x0
0x14fc 	 0x0
0x1500 	 0x400b1
0x1504 	 0x0
0x1508 	 0x401780
0x150c 	 0x0
0x1510 	 0xb
0x1514 	 0x0
0x1518 	 0x0
0x151c 	 0x0
0x1520 	 0x0
0x1524 	 0x0
0x1528 	 0x0
0x152c 	 0x0
0x1530 	 0x0
0x1534 	 0x0
0x1538 	 0x0
0x153c 	 0x0
0x1540 	 0x0
0x1544 	 0x0
0x1548 	 0x0
0x154c 	 0x0
0x1550 	 0x0
0x1554 	 0x0
0x1558 	 0x0
0x155c 	 0x0
0x1560 	 0x0
0x1564 	 0x0
0x1568 	 0x0
0x156c 	 0x0
0x1570 	 0x0
0x1574 	 0x0
0x1578 	 0x0
0x157c 	 0x0
0x1580 	 0x0
0x1584 	 0x0
0x1588 	 0x0
0x158c 	 0x0
0x1590 	 0x0
0x1594 	 0x0
0x1598 	 0x0
0x159c 	 0x0
0x15a0 	 0x0
0x15a4 	 0x0
0x15a8 	 0x0
0x15ac 	 0x0
0x15b0 	 0x0
0x15b4 	 0x0
0x15b8 	 0x0
0x15bc 	 0x0
0x15c0 	 0x0
0x15c4 	 0x0
0x15c8 	 0x0
0x15cc 	 0x0
0x15d0 	 0x0
0x15d4 	 0x0
0x15d8 	 0x0
0x15dc 	 0x0
0x15e0 	 0x0
0x15e4 	 0x0
0x15e8 	 0x0
0x15ec 	 0x0
0x15f0 	 0x0
0x15f4 	 0x0
0x15f8 	 0x0
0x15fc 	 0x0
0x1600 	 0x400e1
0x1604 	 0x4
0x1608 	 0x4017e0
0x160c 	 0x0
0x1610 	 0x1
0x1614 	 0x0
0x1618 	 0x1
0x161c 	 0xf80001
0x1620 	 0x1
0x1624 	 0x28b8
0x1628 	 0x28ca
0x162c 	 0x0
0x1630 	 0x0
0x1634 	 0x0
0x1638 	 0x0
0x163c 	 0x0
0x1640 	 0x0
0x1644 	 0x0
0x1648 	 0x0
0x164c 	 0x0
0x1650 	 0x0
0x1654 	 0x0
0x1658 	 0x0
0x165c 	 0x0
0x1660 	 0x0
0x1664 	 0x0
0x1668 	 0x0
0x166c 	 0x0
0x1670 	 0x0
0x1674 	 0x0
0x1678 	 0x0
0x167c 	 0x0
0x1680 	 0x0
0x1684 	 0x0
0x1688 	 0x0
0x168c 	 0x0
0x1690 	 0x0
0x1694 	 0x0
0x1698 	 0x0
0x169c 	 0x0
0x16a0 	 0x0
0x16a4 	 0x0
0x16a8 	 0x0
0x16ac 	 0x0
0x16b0 	 0x0
0x16b4 	 0x0
0x16b8 	 0x0
0x16bc 	 0x0
0x16c0 	 0x0
0x16c4 	 0x0
0x16c8 	 0x0
0x16cc 	 0x0
0x16d0 	 0x0
0x16d4 	 0x0
0x16d8 	 0x0
0x16dc 	 0x0
0x16e0 	 0x0
0x16e4 	 0x0
0x16e8 	 0x0
0x16ec 	 0x0
0x16f0 	 0x0
0x16f4 	 0x0
0x16f8 	 0x0
0x16fc 	 0x0
0x1700 	 0x400b1
0x1704 	 0x0
0x1708 	 0x401780
0x170c 	 0x0
0x1710 	 0xc
0x1714 	 0x0
0x1718 	 0x0
0x171c 	 0x0
0x1720 	 0x0
0x1724 	 0x0
0x1728 	 0x0
0x172c 	 0x0
0x1730 	 0x0
0x1734 	 0x0
0x1738 	 0x0
0x173c 	 0x0
0x1740 	 0x0
0x1744 	 0x0
0x1748 	 0x0
0x174c 	 0x0
0x1750 	 0x0
0x1754 	 0x0
0x1758 	 0x0
0x175c 	 0x0
0x1760 	 0x0
0x1764 	 0x0
0x1768 	 0x0
0x176c 	 0x0
0x1770 	 0x0
0x1774 	 0x0
0x1778 	 0x0
0x177c 	 0x0
0x1780 	 0x0
0x1784 	 0x0
0x1788 	 0x0
0x178c 	 0x0
0x1790 	 0x0
0x1794 	 0x0
0x1798 	 0x0
0x179c 	 0x0
0x17a0 	 0x0
0x17a4 	 0x0
0x17a8 	 0x0
0x17ac 	 0x0
0x17b0 	 0x0
0x17b4 	 0x0
0x17b8 	 0x0
0x17bc 	 0x0
0x17c0 	 0x0
0x17c4 	 0x0
0x17c8 	 0x0
0x17cc 	 0x0
0x17d0 	 0x0
0x17d4 	 0x0
0x17d8 	 0x0
0x17dc 	 0x0
0x17e0 	 0x0
0x17e4 	 0x0
0x17e8 	 0x0
0x17ec 	 0x0
0x17f0 	 0x0
0x17f4 	 0x0
0x17f8 	 0x0
0x17fc 	 0x0
0x1800 	 0x400e1
0x1804 	 0x4
0x1808 	 0x4017e0
0x180c 	 0x0
0x1810 	 0x1
0x1814 	 0x0
0x1818 	 0x1
0x181c 	 0xf80001
0x1820 	 0x1
0x1824 	 0x1a598
0x1828 	 0x1a5aa
0x182c 	 0x0
0x1830 	 0x0
0x1834 	 0x0
0x1838 	 0x0
0x183c 	 0x0
0x1840 	 0x0
0x1844 	 0x0
0x1848 	 0x0
0x184c 	 0x0
0x1850 	 0x0
0x1854 	 0x0
0x1858 	 0x0
0x185c 	 0x0
0x1860 	 0x0
0x1864 	 0x0
0x1868 	 0x0
0x186c 	 0x0
0x1870 	 0x0
0x1874 	 0x0
0x1878 	 0x0
0x187c 	 0x0
0x1880 	 0x0
0x1884 	 0x0
0x1888 	 0x0
0x188c 	 0x0
0x1890 	 0x0
0x1894 	 0x0
0x1898 	 0x0
0x189c 	 0x0
0x18a0 	 0x0
0x18a4 	 0x0
0x18a8 	 0x0
0x18ac 	 0x0
0x18b0 	 0x0
0x18b4 	 0x0
0x18b8 	 0x0
0x18bc 	 0x0
0x18c0 	 0x0
0x18c4 	 0x0
0x18c8 	 0x0
0x18cc 	 0x0
0x18d0 	 0x0
0x18d4 	 0x0
0x18d8 	 0x0
0x18dc 	 0x0
0x18e0 	 0x0
0x18e4 	 0x0
0x18e8 	 0x0
0x18ec 	 0x0
0x18f0 	 0x0
0x18f4 	 0x0
0x18f8 	 0x0
0x18fc 	 0x0
0x1900 	 0x400b1
0x1904 	 0x0
0x1908 	 0x401780
0x190c 	 0x0
0x1910 	 0xd
0x1914 	 0x0
0x1918 	 0x0
0x191c 	 0x0
0x1920 	 0x0
0x1924 	 0x0
0x1928 	 0x0
0x192c 	 0x0
0x1930 	 0x0
0x1934 	 0x0
0x1938 	 0x0
0x193c 	 0x0
0x1940 	 0x0
0x1944 	 0x0
0x1948 	 0x0
0x194c 	 0x0
0x1950 	 0x0
0x1954 	 0x0
0x1958 	 0x0
0x195c 	 0x0
0x1960 	 0x0
0x1964 	 0x0
0x1968 	 0x0
0x196c 	 0x0
0x1970 	 0x0
0x1974 	 0x0
0x1978 	 0x0
0x197c 	 0x0
0x1980 	 0x0
0x1984 	 0x0
0x1988 	 0x0
0x198c 	 0x0
0x1990 	 0x0
0x1994 	 0x0
0x1998 	 0x0
0x199c 	 0x0
0x19a0 	 0x0
0x19a4 	 0x0
0x19a8 	 0x0
0x19ac 	 0x0
0x19b0 	 0x0
0x19b4 	 0x0
0x19b8 	 0x0
0x19bc 	 0x0
0x19c0 	 0x0
0x19c4 	 0x0
0x19c8 	 0x0
0x19cc 	 0x0
0x19d0 	 0x0
0x19d4 	 0x0
0x19d8 	 0x0
0x19dc 	 0x0
0x19e0 	 0x0
0x19e4 	 0x0
0x19e8 	 0x0
0x19ec 	 0x0
0x19f0 	 0x0
0x19f4 	 0x0
0x19f8 	 0x0
0x19fc 	 0x0
0x1a00 	 0x400e1
0x1a04 	 0x4
0x1a08 	 0x4017e0
0x1a0c 	 0x0
0x1a10 	 0x1
0x1a14 	 0x0
0x1a18 	 0x1
0x1a1c 	 0xf80001
0x1a20 	 0x1
0x1a24 	 0x28b8
0x1a28 	 0x28ca
0x1a2c 	 0x0
0x1a30 	 0x0
0x1a34 	 0x0
0x1a38 	 0x0
0x1a3c 	 0x0
0x1a40 	 0x0
0x1a44 	 0x0
0x1a48 	 0x0
0x1a4c 	 0x0
0x1a50 	 0x0
0x1a54 	 0x0
0x1a58 	 0x0
0x1a5c 	 0x0
0x1a60 	 0x0
0x1a64 	 0x0
0x1a68 	 0x0
0x1a6c 	 0x0
0x1a70 	 0x0
0x1a74 	 0x0
0x1a78 	 0x0
0x1a7c 	 0x0
0x1a80 	 0x0
0x1a84 	 0x0
0x1a88 	 0x0
0x1a8c 	 0x0
0x1a90 	 0x0
0x1a94 	 0x0
0x1a98 	 0x0
0x1a9c 	 0x0
0x1aa0 	 0x0
0x1aa4 	 0x0
0x1aa8 	 0x0
0x1aac 	 0x0
0x1ab0 	 0x0
0x1ab4 	 0x0
0x1ab8 	 0x0
0x1abc 	 0x0
0x1ac0 	 0x0
0x1ac4 	 0x0
0x1ac8 	 0x0
0x1acc 	 0x0
0x1ad0 	 0x0
0x1ad4 	 0x0
0x1ad8 	 0x0
0x1adc 	 0x0
0x1ae0 	 0x0
0x1ae4 	 0x0
0x1ae8 	 0x0
0x1aec 	 0x0
0x1af0 	 0x0
0x1af4 	 0x0
0x1af8 	 0x0
0x1afc 	 0x0
0x1b00 	 0x400b1
0x1b04 	 0x0
0x1b08 	 0x401780
0x1b0c 	 0x0
0x1b10 	 0xe
0x1b14 	 0x0
0x1b18 	 0x0
0x1b1c 	 0x0
0x1b20 	 0x0
0x1b24 	 0x0
0x1b28 	 0x0
0x1b2c 	 0x0
0x1b30 	 0x0
0x1b34 	 0x0
0x1b38 	 0x0
0x1b3c 	 0x0
0x1b40 	 0x0
0x1b44 	 0x0
0x1b48 	 0x0
0x1b4c 	 0x0
0x1b50 	 0x0
0x1b54 	 0x0
0x1b58 	 0x0
0x1b5c 	 0x0
0x1b60 	 0x0
0x1b64 	 0x0
0x1b68 	 0x0
0x1b6c 	 0x0
0x1b70 	 0x0
0x1b74 	 0x0
0x1b78 	 0x0
0x1b7c 	 0x0
0x1b80 	 0x0
0x1b84 	 0x0
0x1b88 	 0x0
0x1b8c 	 0x0
0x1b90 	 0x0
0x1b94 	 0x0
0x1b98 	 0x0
0x1b9c 	 0x0
0x1ba0 	 0x0
0x1ba4 	 0x0
0x1ba8 	 0x0
0x1bac 	 0x0
0x1bb0 	 0x0
0x1bb4 	 0x0
0x1bb8 	 0x0
0x1bbc 	 0x0
0x1bc0 	 0x0
0x1bc4 	 0x0
0x1bc8 	 0x0
0x1bcc 	 0x0
0x1bd0 	 0x0
0x1bd4 	 0x0
0x1bd8 	 0x0
0x1bdc 	 0x0
0x1be0 	 0x0
0x1be4 	 0x0
0x1be8 	 0x0
0x1bec 	 0x0
0x1bf0 	 0x0
0x1bf4 	 0x0
0x1bf8 	 0x0
0x1bfc 	 0x0
0x1c00 	 0x400e1
0x1c04 	 0x4
0x1c08 	 0x4017e0
0x1c0c 	 0x0
0x1c10 	 0x1
0x1c14 	 0x0
0x1c18 	 0x1
0x1c1c 	 0xf80001
0x1c20 	 0x1
0x1c24 	 0x1a598
0x1c28 	 0x1a5aa
0x1c2c 	 0x0
0x1c30 	 0x0
0x1c34 	 0x0
0x1c38 	 0x0
0x1c3c 	 0x0
0x1c40 	 0x0
0x1c44 	 0x0
0x1c48 	 0x0
0x1c4c 	 0x0
0x1c50 	 0x0
0x1c54 	 0x0
0x1c58 	 0x0
0x1c5c 	 0x0
0x1c60 	 0x0
0x1c64 	 0x0
0x1c68 	 0x0
0x1c6c 	 0x0
0x1c70 	 0x0
0x1c74 	 0x0
0x1c78 	 0x0
0x1c7c 	 0x0
0x1c80 	 0x0
0x1c84 	 0x0
0x1c88 	 0x0
0x1c8c 	 0x0
0x1c90 	 0x0
0x1c94 	 0x0
0x1c98 	 0x0
0x1c9c 	 0x0
0x1ca0 	 0x0
0x1ca4 	 0x0
0x1ca8 	 0x0
0x1cac 	 0x0
0x1cb0 	 0x0
0x1cb4 	 0x0
0x1cb8 	 0x0
0x1cbc 	 0x0
0x1cc0 	 0x0
0x1cc4 	 0x0
0x1cc8 	 0x0
0x1ccc 	 0x0
0x1cd0 	 0x0
0x1cd4 	 0x0
0x1cd8 	 0x0
0x1cdc 	 0x0
0x1ce0 	 0x0
0x1ce4 	 0x0
0x1ce8 	 0x0
0x1cec 	 0x0
0x1cf0 	 0x0
0x1cf4 	 0x0
0x1cf8 	 0x0
0x1cfc 	 0x0
0x1d00 	 0x400b1
0x1d04 	 0x0
0x1d08 	 0x401780
0x1d0c 	 0x0
0x1d10 	 0xf
0x1d14 	 0x0
0x1d18 	 0x0
0x1d1c 	 0x0
0x1d20 	 0x0
0x1d24 	 0x0
0x1d28 	 0x0
0x1d2c 	 0x0
0x1d30 	 0x0
0x1d34 	 0x0
0x1d38 	 0x0
0x1d3c 	 0x0
0x1d40 	 0x0
0x1d44 	 0x0
0x1d48 	 0x0
0x1d4c 	 0x0
0x1d50 	 0x0
0x1d54 	 0x0
0x1d58 	 0x0
0x1d5c 	 0x0
0x1d60 	 0x0
0x1d64 	 0x0
0x1d68 	 0x0
0x1d6c 	 0x0
0x1d70 	 0x0
0x1d74 	 0x0
0x1d78 	 0x0
0x1d7c 	 0x0
0x1d80 	 0x0
0x1d84 	 0x0
0x1d88 	 0x0
0x1d8c 	 0x0
0x1d90 	 0x0
0x1d94 	 0x0
0x1d98 	 0x0
0x1d9c 	 0x0
0x1da0 	 0x0
0x1da4 	 0x0
0x1da8 	 0x0
0x1dac 	 0x0
0x1db0 	 0x0
0x1db4 	 0x0
0x1db8 	 0x0
0x1dbc 	 0x0
0x1dc0 	 0x0
0x1dc4 	 0x0
0x1dc8 	 0x0
0x1dcc 	 0x0
0x1dd0 	 0x0
0x1dd4 	 0x0
0x1dd8 	 0x0
0x1ddc 	 0x0
0x1de0 	 0x0
0x1de4 	 0x0
0x1de8 	 0x0
0x1dec 	 0x0
0x1df0 	 0x0
0x1df4 	 0x0
0x1df8 	 0x0
0x1dfc 	 0x0
0x1e00 	 0x400e1
0x1e04 	 0x4
0x1e08 	 0x4017e0
0x1e0c 	 0x0
0x1e10 	 0x1
0x1e14 	 0x0
0x1e18 	 0x1
0x1e1c 	 0xf80001
0x1e20 	 0x1
0x1e24 	 0x28b8
0x1e28 	 0x28ca
0x1e2c 	 0x0
0x1e30 	 0x0
0x1e34 	 0x0
0x1e38 	 0x0
0x1e3c 	 0x0
0x1e40 	 0x0
0x1e44 	 0x0
0x1e48 	 0x0
0x1e4c 	 0x0
0x1e50 	 0x0
0x1e54 	 0x0
0x1e58 	 0x0
0x1e5c 	 0x0
0x1e60 	 0x0
0x1e64 	 0x0
0x1e68 	 0x0
0x1e6c 	 0x0
0x1e70 	 0x0
0x1e74 	 0x0
0x1e78 	 0x0
0x1e7c 	 0x0
0x1e80 	 0x0
0x1e84 	 0x0
0x1e88 	 0x0
0x1e8c 	 0x0
0x1e90 	 0x0
0x1e94 	 0x0
0x1e98 	 0x0
0x1e9c 	 0x0
0x1ea0 	 0x0
0x1ea4 	 0x0
0x1ea8 	 0x0
0x1eac 	 0x0
0x1eb0 	 0x0
0x1eb4 	 0x0
0x1eb8 	 0x0
0x1ebc 	 0x0
0x1ec0 	 0x0
0x1ec4 	 0x0
0x1ec8 	 0x0
0x1ecc 	 0x0
0x1ed0 	 0x0
0x1ed4 	 0x0
0x1ed8 	 0x0
0x1edc 	 0x0
0x1ee0 	 0x0
0x1ee4 	 0x0
0x1ee8 	 0x0
0x1eec 	 0x0
0x1ef0 	 0x0
0x1ef4 	 0x0
0x1ef8 	 0x0
0x1efc 	 0x0
0x1f00 	 0x400b1
0x1f04 	 0x0
0x1f08 	 0x401780
0x1f0c 	 0x0
0x1f10 	 0x10
0x1f14 	 0x0
0x1f18 	 0x0
0x1f1c 	 0x0
0x1f20 	 0x0
0x1f24 	 0x0
0x1f28 	 0x0
0x1f2c 	 0x0
0x1f30 	 0x0
0x1f34 	 0x0
0x1f38 	 0x0
0x1f3c 	 0x0
0x1f40 	 0x0
0x1f44 	 0x0
0x1f48 	 0x0
0x1f4c 	 0x0
0x1f50 	 0x0
0x1f54 	 0x0
0x1f58 	 0x0
0x1f5c 	 0x0
0x1f60 	 0x0
0x1f64 	 0x0
0x1f68 	 0x0
0x1f6c 	 0x0
0x1f70 	 0x0
0x1f74 	 0x0
0x1f78 	 0x0
0x1f7c 	 0x0
0x1f80 	 0x0
0x1f84 	 0x0
0x1f88 	 0x0
0x1f8c 	 0x0
0x1f90 	 0x0
0x1f94 	 0x0
0x1f98 	 0x0
0x1f9c 	 0x0
0x1fa0 	 0x0
0x1fa4 	 0x0
0x1fa8 	 0x0
0x1fac 	 0x0
0x1fb0 	 0x0
0x1fb4 	 0x0
0x1fb8 	 0x0
0x1fbc 	 0x0
0x1fc0 	 0x0
0x1fc4 	 0x0
0x1fc8 	 0x0
0x1fcc 	 0x0
0x1fd0 	 0x0
0x1fd4 	 0x0
0x1fd8 	 0x0
0x1fdc 	 0x0
0x1fe0 	 0x0
0x1fe4 	 0x0
0x1fe8 	 0x0
0x1fec 	 0x0
0x1ff0 	 0x0
0x1ff4 	 0x0
0x1ff8 	 0x0
0x1ffc 	 0x0
0x2000 	 0x400e1
0x2004 	 0x4
0x2008 	 0x4017e0
0x200c 	 0x0
0x2010 	 0x1
0x2014 	 0x0
0x2018 	 0x1
0x201c 	 0xf80001
0x2020 	 0x1
0x2024 	 0x1a598
0x2028 	 0x1a5aa
0x202c 	 0x0
0x2030 	 0x0
0x2034 	 0x0
0x2038 	 0x0
0x203c 	 0x0
0x2040 	 0x0
0x2044 	 0x0
0x2048 	 0x0
0x204c 	 0x0
0x2050 	 0x0
0x2054 	 0x0
0x2058 	 0x0
0x205c 	 0x0
0x2060 	 0x0
0x2064 	 0x0
0x2068 	 0x0
0x206c 	 0x0
0x2070 	 0x0
0x2074 	 0x0
0x2078 	 0x0
0x207c 	 0x0
0x2080 	 0x0
0x2084 	 0x0
0x2088 	 0x0
0x208c 	 0x0
0x2090 	 0x0
0x2094 	 0x0
0x2098 	 0x0
0x209c 	 0x0
0x20a0 	 0x0
0x20a4 	 0x0
0x20a8 	 0x0
0x20ac 	 0x0
0x20b0 	 0x0
0x20b4 	 0x0
0x20b8 	 0x0
0x20bc 	 0x0
0x20c0 	 0x0
0x20c4 	 0x0
0x20c8 	 0x0
0x20cc 	 0x0
0x20d0 	 0x0
0x20d4 	 0x0
0x20d8 	 0x0
0x20dc 	 0x0
0x20e0 	 0x0
0x20e4 	 0x0
0x20e8 	 0x0
0x20ec 	 0x0
0x20f0 	 0x0
0x20f4 	 0x0
0x20f8 	 0x0
0x20fc 	 0x0
0x2100 	 0x400b1
0x2104 	 0x0
0x2108 	 0x401780
0x210c 	 0x0
0x2110 	 0x11
0x2114 	 0x0
0x2118 	 0x0
0x211c 	 0x0
0x2120 	 0x0
0x2124 	 0x0
0x2128 	 0x0
0x212c 	 0x0
0x2130 	 0x0
0x2134 	 0x0
0x2138 	 0x0
0x213c 	 0x0
0x2140 	 0x0
0x2144 	 0x0
0x2148 	 0x0
0x214c 	 0x0
0x2150 	 0x0
0x2154 	 0x0
0x2158 	 0x0
0x215c 	 0x0
0x2160 	 0x0
0x2164 	 0x0
0x2168 	 0x0
0x216c 	 0x0
0x2170 	 0x0
0x2174 	 0x0
0x2178 	 0x0
0x217c 	 0x0
0x2180 	 0x0
0x2184 	 0x0
0x2188 	 0x0
0x218c 	 0x0
0x2190 	 0x0
0x2194 	 0x0
0x2198 	 0x0
0x219c 	 0x0
0x21a0 	 0x0
0x21a4 	 0x0
0x21a8 	 0x0
0x21ac 	 0x0
0x21b0 	 0x0
0x21b4 	 0x0
0x21b8 	 0x0
0x21bc 	 0x0
0x21c0 	 0x0
0x21c4 	 0x0
0x21c8 	 0x0
0x21cc 	 0x0
0x21d0 	 0x0
0x21d4 	 0x0
0x21d8 	 0x0
0x21dc 	 0x0
0x21e0 	 0x0
0x21e4 	 0x0
0x21e8 	 0x0
0x21ec 	 0x0
0x21f0 	 0x0
0x21f4 	 0x0
0x21f8 	 0x0
0x21fc 	 0x0
0x2200 	 0x400e1
0x2204 	 0x4
0x2208 	 0x4017e0
0x220c 	 0x0
0x2210 	 0x1
0x2214 	 0x0
0x2218 	 0x1
0x221c 	 0xf80001
0x2220 	 0x1
0x2224 	 0x28b8
0x2228 	 0x28ca
0x222c 	 0x0
0x2230 	 0x0
0x2234 	 0x0
0x2238 	 0x0
0x223c 	 0x0
0x2240 	 0x0
0x2244 	 0x0
0x2248 	 0x0
0x224c 	 0x0
0x2250 	 0x0
0x2254 	 0x0
0x2258 	 0x0
0x225c 	 0x0
0x2260 	 0x0
0x2264 	 0x0
0x2268 	 0x0
0x226c 	 0x0
0x2270 	 0x0
0x2274 	 0x0
0x2278 	 0x0
0x227c 	 0x0
0x2280 	 0x0
0x2284 	 0x0
0x2288 	 0x0
0x228c 	 0x0
0x2290 	 0x0
0x2294 	 0x0
0x2298 	 0x0
0x229c 	 0x0
0x22a0 	 0x0
0x22a4 	 0x0
0x22a8 	 0x0
0x22ac 	 0x0
0x22b0 	 0x0
0x22b4 	 0x0
0x22b8 	 0x0
0x22bc 	 0x0
0x22c0 	 0x0
0x22c4 	 0x0
0x22c8 	 0x0
0x22cc 	 0x0
0x22d0 	 0x0
0x22d4 	 0x0
0x22d8 	 0x0
0x22dc 	 0x0
0x22e0 	 0x0
0x22e4 	 0x0
0x22e8 	 0x0
0x22ec 	 0x0
0x22f0 	 0x0
0x22f4 	 0x0
0x22f8 	 0x0
0x22fc 	 0x0
0x2300 	 0x400b1
0x2304 	 0x0
0x2308 	 0x401780
0x230c 	 0x0
0x2310 	 0x12
0x2314 	 0x0
0x2318 	 0x0
0x231c 	 0x0
0x2320 	 0x0
0x2324 	 0x0
0x2328 	 0x0
0x232c 	 0x0
0x2330 	 0x0
0x2334 	 0x0
0x2338 	 0x0
0x233c 	 0x0
0x2340 	 0x0
0x2344 	 0x0
0x2348 	 0x0
0x234c 	 0x0
0x2350 	 0x0
0x2354 	 0x0
0x2358 	 0x0
0x235c 	 0x0
0x2360 	 0x0
0x2364 	 0x0
0x2368 	 0x0
0x236c 	 0x0
0x2370 	 0x0
0x2374 	 0x0
0x2378 	 0x0
0x237c 	 0x0
0x2380 	 0x0
0x2384 	 0x0
0x2388 	 0x0
0x238c 	 0x0
0x2390 	 0x0
0x2394 	 0x0
0x2398 	 0x0
0x239c 	 0x0
0x23a0 	 0x0
0x23a4 	 0x0
0x23a8 	 0x0
0x23ac 	 0x0
0x23b0 	 0x0
0x23b4 	 0x0
0x23b8 	 0x0
0x23bc 	 0x0
0x23c0 	 0x0
0x23c4 	 0x0
0x23c8 	 0x0
0x23cc 	 0x0
0x23d0 	 0x0
0x23d4 	 0x0
0x23d8 	 0x0
0x23dc 	 0x0
0x23e0 	 0x0
0x23e4 	 0x0
0x23e8 	 0x0
0x23ec 	 0x0
0x23f0 	 0x0
0x23f4 	 0x0
0x23f8 	 0x0
0x23fc 	 0x0
0x2400 	 0x400e1
0x2404 	 0x4
0x2408 	 0x4017e0
0x240c 	 0x0
0x2410 	 0x1
0x2414 	 0x0
0x2418 	 0x1
0x241c 	 0xf80001
0x2420 	 0x1
0x2424 	 0x1a598
0x2428 	 0x1a5aa
0x242c 	 0x0
0x2430 	 0x0
0x2434 	 0x0
0x2438 	 0x0
0x243c 	 0x0
0x2440 	 0x0
0x2444 	 0x0
0x2448 	 0x0
0x244c 	 0x0
0x2450 	 0x0
0x2454 	 0x0
0x2458 	 0x0
0x245c 	 0x0
0x2460 	 0x0
0x2464 	 0x0
0x2468 	 0x0
0x246c 	 0x0
0x2470 	 0x0
0x2474 	 0x0
0x2478 	 0x0
0x247c 	 0x0
0x2480 	 0x0
0x2484 	 0x0
0x2488 	 0x0
0x248c 	 0x0
0x2490 	 0x0
0x2494 	 0x0
0x2498 	 0x0
0x249c 	 0x0
0x24a0 	 0x0
0x24a4 	 0x0
0x24a8 	 0x0
0x24ac 	 0x0
0x24b0 	 0x0
0x24b4 	 0x0
0x24b8 	 0x0
0x24bc 	 0x0
0x24c0 	 0x0
0x24c4 	 0x0
0x24c8 	 0x0
0x24cc 	 0x0
0x24d0 	 0x0
0x24d4 	 0x0
0x24d8 	 0x0
0x24dc 	 0x0
0x24e0 	 0x0
0x24e4 	 0x0
0x24e8 	 0x0
0x24ec 	 0x0
0x24f0 	 0x0
0x24f4 	 0x0
0x24f8 	 0x0
0x24fc 	 0x0
0x2500 	 0x400b1
0x2504 	 0x0
0x2508 	 0x401780
0x250c 	 0x0
0x2510 	 0x13
0x2514 	 0x0
0x2518 	 0x0
0x251c 	 0x0
0x2520 	 0x0
0x2524 	 0x0
0x2528 	 0x0
0x252c 	 0x0
0x2530 	 0x0
0x2534 	 0x0
0x2538 	 0x0
0x253c 	 0x0
0x2540 	 0x0
0x2544 	 0x0
0x2548 	 0x0
0x254c 	 0x0
0x2550 	 0x0
0x2554 	 0x0
0x2558 	 0x0
0x255c 	 0x0
0x2560 	 0x0
0x2564 	 0x0
0x2568 	 0x0
0x256c 	 0x0
0x2570 	 0x0
0x2574 	 0x0
0x2578 	 0x0
0x257c 	 0x0
0x2580 	 0x0
0x2584 	 0x0
0x2588 	 0x0
0x258c 	 0x0
0x2590 	 0x0
0x2594 	 0x0
0x2598 	 0x0
0x259c 	 0x0
0x25a0 	 0x0
0x25a4 	 0x0
0x25a8 	 0x0
0x25ac 	 0x0
0x25b0 	 0x0
0x25b4 	 0x0
0x25b8 	 0x0
0x25bc 	 0x0
0x25c0 	 0x0
0x25c4 	 0x0
0x25c8 	 0x0
0x25cc 	 0x0
0x25d0 	 0x0
0x25d4 	 0x0
0x25d8 	 0x0
0x25dc 	 0x0
0x25e0 	 0x0
0x25e4 	 0x0
0x25e8 	 0x0
0x25ec 	 0x0
0x25f0 	 0x0
0x25f4 	 0x0
0x25f8 	 0x0
0x25fc 	 0x0
0x2600 	 0x400e1
0x2604 	 0x4
0x2608 	 0x4017e0
0x260c 	 0x0
0x2610 	 0x1
0x2614 	 0x0
0x2618 	 0x1
0x261c 	 0xf80001
0x2620 	 0x1
0x2624 	 0x28b8
0x2628 	 0x28ca
0x262c 	 0x0
0x2630 	 0x0
0x2634 	 0x0
0x2638 	 0x0
0x263c 	 0x0
0x2640 	 0x0
0x2644 	 0x0
0x2648 	 0x0
0x264c 	 0x0
0x2650 	 0x0
0x2654 	 0x0
0x2658 	 0x0
0x265c 	 0x0
0x2660 	 0x0
0x2664 	 0x0
0x2668 	 0x0
0x266c 	 0x0
0x2670 	 0x0
0x2674 	 0x0
0x2678 	 0x0
0x267c 	 0x0
0x2680 	 0x0
0x2684 	 0x0
0x2688 	 0x0
0x268c 	 0x0
0x2690 	 0x0
0x2694 	 0x0
0x2698 	 0x0
0x269c 	 0x0
0x26a0 	 0x0
0x26a4 	 0x0
0x26a8 	 0x0
0x26ac 	 0x0
0x26b0 	 0x0
0x26b4 	 0x0
0x26b8 	 0x0
0x26bc 	 0x0
0x26c0 	 0x0
0x26c4 	 0x0
0x26c8 	 0x0
0x26cc 	 0x0
0x26d0 	 0x0
0x26d4 	 0x0
0x26d8 	 0x0
0x26dc 	 0x0
0x26e0 	 0x0
0x26e4 	 0x0
0x26e8 	 0x0
0x26ec 	 0x0
0x26f0 	 0x0
0x26f4 	 0x0
0x26f8 	 0x0
0x26fc 	 0x0
0x2700 	 0x400b1
0x2704 	 0x0
0x2708 	 0x401780
0x270c 	 0x0
0x2710 	 0x14
0x2714 	 0x0
0x2718 	 0x0
0x271c 	 0x0
0x2720 	 0x0
0x2724 	 0x0
0x2728 	 0x0
0x272c 	 0x0
0x2730 	 0x0
0x2734 	 0x0
0x2738 	 0x0
0x273c 	 0x0
0x2740 	 0x0
0x2744 	 0x0
0x2748 	 0x0
0x274c 	 0x0
0x2750 	 0x0
0x2754 	 0x0
0x2758 	 0x0
0x275c 	 0x0
0x2760 	 0x0
0x2764 	 0x0
0x2768 	 0x0
0x276c 	 0x0
0x2770 	 0x0
0x2774 	 0x0
0x2778 	 0x0
0x277c 	 0x0
0x2780 	 0x0
0x2784 	 0x0
0x2788 	 0x0
0x278c 	 0x0
0x2790 	 0x0
0x2794 	 0x0
0x2798 	 0x0
0x279c 	 0x0
0x27a0 	 0x0
0x27a4 	 0x0
0x27a8 	 0x0
0x27ac 	 0x0
0x27b0 	 0x0
0x27b4 	 0x0
0x27b8 	 0x0
0x27bc 	 0x0
0x27c0 	 0x0
0x27c4 	 0x0
0x27c8 	 0x0
0x27cc 	 0x0
0x27d0 	 0x0
0x27d4 	 0x0
0x27d8 	 0x0
0x27dc 	 0x0
0x27e0 	 0x0
0x27e4 	 0x0
0x27e8 	 0x0
0x27ec 	 0x0
0x27f0 	 0x0
0x27f4 	 0x0
0x27f8 	 0x0
0x27fc 	 0x0
0x2800 	 0x400e1
0x2804 	 0x4
0x2808 	 0x4017e0
0x280c 	 0x0
0x2810 	 0x1
0x2814 	 0x0
0x2818 	 0x1
0x281c 	 0xf80001
0x2820 	 0x1
0x2824 	 0x1a598
0x2828 	 0x1a5aa
0x282c 	 0x0
0x2830 	 0x0
0x2834 	 0x0
0x2838 	 0x0
0x283c 	 0x0
0x2840 	 0x0
0x2844 	 0x0
0x2848 	 0x0
0x284c 	 0x0
0x2850 	 0x0
0x2854 	 0x0
0x2858 	 0x0
0x285c 	 0x0
0x2860 	 0x0
0x2864 	 0x0
0x2868 	 0x0
0x286c 	 0x0
0x2870 	 0x0
0x2874 	 0x0
0x2878 	 0x0
0x287c 	 0x0
0x2880 	 0x0
0x2884 	 0x0
0x2888 	 0x0
0x288c 	 0x0
0x2890 	 0x0
0x2894 	 0x0
0x2898 	 0x0
0x289c 	 0x0
0x28a0 	 0x0
0x28a4 	 0x0
0x28a8 	 0x0
0x28ac 	 0x0
0x28b0 	 0x0
0x28b4 	 0x0
0x28b8 	 0x0
0x28bc 	 0x0
0x28c0 	 0x0
0x28c4 	 0x0
0x28c8 	 0x0
0x28cc 	 0x0
0x28d0 	 0x0
0x28d4 	 0x0
0x28d8 	 0x0
0x28dc 	 0x0
0x28e0 	 0x0
0x28e4 	 0x0
0x28e8 	 0x0
0x28ec 	 0x0
0x28f0 	 0x0
0x28f4 	 0x0
0x28f8 	 0x0
0x28fc 	 0x0
0x2900 	 0x400b1
0x2904 	 0x0
0x2908 	 0x401780
0x290c 	 0x0
0x2910 	 0x15
0x2914 	 0x0
0x2918 	 0x0
0x291c 	 0x0
0x2920 	 0x0
0x2924 	 0x0
0x2928 	 0x0
0x292c 	 0x0
0x2930 	 0x0
0x2934 	 0x0
0x2938 	 0x0
0x293c 	 0x0
0x2940 	 0x0
0x2944 	 0x0
0x2948 	 0x0
0x294c 	 0x0
0x2950 	 0x0
0x2954 	 0x0
0x2958 	 0x0
0x295c 	 0x0
0x2960 	 0x0
0x2964 	 0x0
0x2968 	 0x0
0x296c 	 0x0
0x2970 	 0x0
0x2974 	 0x0
0x2978 	 0x0
0x297c 	 0x0
0x2980 	 0x0
0x2984 	 0x0
0x2988 	 0x0
0x298c 	 0x0
0x2990 	 0x0
0x2994 	 0x0
0x2998 	 0x0
0x299c 	 0x0
0x29a0 	 0x0
0x29a4 	 0x0
0x29a8 	 0x0
0x29ac 	 0x0
0x29b0 	 0x0
0x29b4 	 0x0
0x29b8 	 0x0
0x29bc 	 0x0
0x29c0 	 0x0
0x29c4 	 0x0
0x29c8 	 0x0
0x29cc 	 0x0
0x29d0 	 0x0
0x29d4 	 0x0
0x29d8 	 0x0
0x29dc 	 0x0
0x29e0 	 0x0
0x29e4 	 0x0
0x29e8 	 0x0
0x29ec 	 0x0
0x29f0 	 0x0
0x29f4 	 0x0
0x29f8 	 0x0
0x29fc 	 0x0
0x2a00 	 0x400e1
0x2a04 	 0x4
0x2a08 	 0x4017e0
0x2a0c 	 0x0
0x2a10 	 0x1
0x2a14 	 0x0
0x2a18 	 0x1
0x2a1c 	 0xf80001
0x2a20 	 0x1
0x2a24 	 0x28b8
0x2a28 	 0x28ca
0x2a2c 	 0x0
0x2a30 	 0x0
0x2a34 	 0x0
0x2a38 	 0x0
0x2a3c 	 0x0
0x2a40 	 0x0
0x2a44 	 0x0
0x2a48 	 0x0
0x2a4c 	 0x0
0x2a50 	 0x0
0x2a54 	 0x0
0x2a58 	 0x0
0x2a5c 	 0x0
0x2a60 	 0x0
0x2a64 	 0x0
0x2a68 	 0x0
0x2a6c 	 0x0
0x2a70 	 0x0
0x2a74 	 0x0
0x2a78 	 0x0
0x2a7c 	 0x0
0x2a80 	 0x0
0x2a84 	 0x0
0x2a88 	 0x0
0x2a8c 	 0x0
0x2a90 	 0x0
0x2a94 	 0x0
0x2a98 	 0x0
0x2a9c 	 0x0
0x2aa0 	 0x0
0x2aa4 	 0x0
0x2aa8 	 0x0
0x2aac 	 0x0
0x2ab0 	 0x0
0x2ab4 	 0x0
0x2ab8 	 0x0
0x2abc 	 0x0
0x2ac0 	 0x0
0x2ac4 	 0x0
0x2ac8 	 0x0
0x2acc 	 0x0
0x2ad0 	 0x0
0x2ad4 	 0x0
0x2ad8 	 0x0
0x2adc 	 0x0
0x2ae0 	 0x0
0x2ae4 	 0x0
0x2ae8 	 0x0
0x2aec 	 0x0
0x2af0 	 0x0
0x2af4 	 0x0
0x2af8 	 0x0
0x2afc 	 0x0
0x2b00 	 0x400b1
0x2b04 	 0x0
0x2b08 	 0x401780
0x2b0c 	 0x0
0x2b10 	 0x16
0x2b14 	 0x0
0x2b18 	 0x0
0x2b1c 	 0x0
0x2b20 	 0x0
0x2b24 	 0x0
0x2b28 	 0x0
0x2b2c 	 0x0
0x2b30 	 0x0
0x2b34 	 0x0
0x2b38 	 0x0
0x2b3c 	 0x0
0x2b40 	 0x0
0x2b44 	 0x0
0x2b48 	 0x0
0x2b4c 	 0x0
0x2b50 	 0x0
0x2b54 	 0x0
0x2b58 	 0x0
0x2b5c 	 0x0
0x2b60 	 0x0
0x2b64 	 0x0
0x2b68 	 0x0
0x2b6c 	 0x0
0x2b70 	 0x0
0x2b74 	 0x0
0x2b78 	 0x0
0x2b7c 	 0x0
0x2b80 	 0x0
0x2b84 	 0x0
0x2b88 	 0x0
0x2b8c 	 0x0
0x2b90 	 0x0
0x2b94 	 0x0
0x2b98 	 0x0
0x2b9c 	 0x0
0x2ba0 	 0x0
0x2ba4 	 0x0
0x2ba8 	 0x0
0x2bac 	 0x0
0x2bb0 	 0x0
0x2bb4 	 0x0
0x2bb8 	 0x0
0x2bbc 	 0x0
0x2bc0 	 0x0
0x2bc4 	 0x0
0x2bc8 	 0x0
0x2bcc 	 0x0
0x2bd0 	 0x0
0x2bd4 	 0x0
0x2bd8 	 0x0
0x2bdc 	 0x0
0x2be0 	 0x0
0x2be4 	 0x0
0x2be8 	 0x0
0x2bec 	 0x0
0x2bf0 	 0x0
0x2bf4 	 0x0
0x2bf8 	 0x0
0x2bfc 	 0x0
0x2c00 	 0x400e1
0x2c04 	 0x4
0x2c08 	 0x4017e0
0x2c0c 	 0x0
0x2c10 	 0x1
0x2c14 	 0x0
0x2c18 	 0x1
0x2c1c 	 0xf80001
0x2c20 	 0x1
0x2c24 	 0x1a598
0x2c28 	 0x1a5aa
0x2c2c 	 0x0
0x2c30 	 0x0
0x2c34 	 0x0
0x2c38 	 0x0
0x2c3c 	 0x0
0x2c40 	 0x0
0x2c44 	 0x0
0x2c48 	 0x0
0x2c4c 	 0x0
0x2c50 	 0x0
0x2c54 	 0x0
0x2c58 	 0x0
0x2c5c 	 0x0
0x2c60 	 0x0
0x2c64 	 0x0
0x2c68 	 0x0
0x2c6c 	 0x0
0x2c70 	 0x0
0x2c74 	 0x0
0x2c78 	 0x0
0x2c7c 	 0x0
0x2c80 	 0x0
0x2c84 	 0x0
0x2c88 	 0x0
0x2c8c 	 0x0
0x2c90 	 0x0
0x2c94 	 0x0
0x2c98 	 0x0
0x2c9c 	 0x0
0x2ca0 	 0x0
0x2ca4 	 0x0
0x2ca8 	 0x0
0x2cac 	 0x0
0x2cb0 	 0x0
0x2cb4 	 0x0
0x2cb8 	 0x0
0x2cbc 	 0x0
0x2cc0 	 0x0
0x2cc4 	 0x0
0x2cc8 	 0x0
0x2ccc 	 0x0
0x2cd0 	 0x0
0x2cd4 	 0x0
0x2cd8 	 0x0
0x2cdc 	 0x0
0x2ce0 	 0x0
0x2ce4 	 0x0
0x2ce8 	 0x0
0x2cec 	 0x0
0x2cf0 	 0x0
0x2cf4 	 0x0
0x2cf8 	 0x0
0x2cfc 	 0x0
0x2d00 	 0x400b1
0x2d04 	 0x0
0x2d08 	 0x401780
0x2d0c 	 0x0
0x2d10 	 0x17
0x2d14 	 0x0
0x2d18 	 0x0
0x2d1c 	 0x0
0x2d20 	 0x0
0x2d24 	 0x0
0x2d28 	 0x0
0x2d2c 	 0x0
0x2d30 	 0x0
0x2d34 	 0x0
0x2d38 	 0x0
0x2d3c 	 0x0
0x2d40 	 0x0
0x2d44 	 0x0
0x2d48 	 0x0
0x2d4c 	 0x0
0x2d50 	 0x0
0x2d54 	 0x0
0x2d58 	 0x0
0x2d5c 	 0x0
0x2d60 	 0x0
0x2d64 	 0x0
0x2d68 	 0x0
0x2d6c 	 0x0
0x2d70 	 0x0
0x2d74 	 0x0
0x2d78 	 0x0
0x2d7c 	 0x0
0x2d80 	 0x0
0x2d84 	 0x0
0x2d88 	 0x0
0x2d8c 	 0x0
0x2d90 	 0x0
0x2d94 	 0x0
0x2d98 	 0x0
0x2d9c 	 0x0
0x2da0 	 0x0
0x2da4 	 0x0
0x2da8 	 0x0
0x2dac 	 0x0
0x2db0 	 0x0
0x2db4 	 0x0
0x2db8 	 0x0
0x2dbc 	 0x0
0x2dc0 	 0x0
0x2dc4 	 0x0
0x2dc8 	 0x0
0x2dcc 	 0x0
0x2dd0 	 0x0
0x2dd4 	 0x0
0x2dd8 	 0x0
0x2ddc 	 0x0
0x2de0 	 0x0
0x2de4 	 0x0
0x2de8 	 0x0
0x2dec 	 0x0
0x2df0 	 0x0
0x2df4 	 0x0
0x2df8 	 0x0
0x2dfc 	 0x0
0x2e00 	 0x400e1
0x2e04 	 0x4
0x2e08 	 0x4017e0
0x2e0c 	 0x0
0x2e10 	 0x1
0x2e14 	 0x0
0x2e18 	 0x1
0x2e1c 	 0xf80001
0x2e20 	 0x1
0x2e24 	 0x28b8
0x2e28 	 0x28ca
0x2e2c 	 0x0
0x2e30 	 0x0
0x2e34 	 0x0
0x2e38 	 0x0
0x2e3c 	 0x0
0x2e40 	 0x0
0x2e44 	 0x0
0x2e48 	 0x0
0x2e4c 	 0x0
0x2e50 	 0x0
0x2e54 	 0x0
0x2e58 	 0x0
0x2e5c 	 0x0
0x2e60 	 0x0
0x2e64 	 0x0
0x2e68 	 0x0
0x2e6c 	 0x0
0x2e70 	 0x0
0x2e74 	 0x0
0x2e78 	 0x0
0x2e7c 	 0x0
0x2e80 	 0x0
0x2e84 	 0x0
0x2e88 	 0x0
0x2e8c 	 0x0
0x2e90 	 0x0
0x2e94 	 0x0
0x2e98 	 0x0
0x2e9c 	 0x0
0x2ea0 	 0x0
0x2ea4 	 0x0
0x2ea8 	 0x0
0x2eac 	 0x0
0x2eb0 	 0x0
0x2eb4 	 0x0
0x2eb8 	 0x0
0x2ebc 	 0x0
0x2ec0 	 0x0
0x2ec4 	 0x0
0x2ec8 	 0x0
0x2ecc 	 0x0
0x2ed0 	 0x0
0x2ed4 	 0x0
0x2ed8 	 0x0
0x2edc 	 0x0
0x2ee0 	 0x0
0x2ee4 	 0x0
0x2ee8 	 0x0
0x2eec 	 0x0
0x2ef0 	 0x0
0x2ef4 	 0x0
0x2ef8 	 0x0
0x2efc 	 0x0
0x2f00 	 0x400b1
0x2f04 	 0x0
0x2f08 	 0x401780
0x2f0c 	 0x0
0x2f10 	 0x18
0x2f14 	 0x0
0x2f18 	 0x0
0x2f1c 	 0x0
0x2f20 	 0x0
0x2f24 	 0x0
0x2f28 	 0x0
0x2f2c 	 0x0
0x2f30 	 0x0
0x2f34 	 0x0
0x2f38 	 0x0
0x2f3c 	 0x0
0x2f40 	 0x0
0x2f44 	 0x0
0x2f48 	 0x0
0x2f4c 	 0x0
0x2f50 	 0x0
0x2f54 	 0x0
0x2f58 	 0x0
0x2f5c 	 0x0
0x2f60 	 0x0
0x2f64 	 0x0
0x2f68 	 0x0
0x2f6c 	 0x0
0x2f70 	 0x0
0x2f74 	 0x0
0x2f78 	 0x0
0x2f7c 	 0x0
0x2f80 	 0x0
0x2f84 	 0x0
0x2f88 	 0x0
0x2f8c 	 0x0
0x2f90 	 0x0
0x2f94 	 0x0
0x2f98 	 0x0
0x2f9c 	 0x0
0x2fa0 	 0x0
0x2fa4 	 0x0
0x2fa8 	 0x0
0x2fac 	 0x0
0x2fb0 	 0x0
0x2fb4 	 0x0
0x2fb8 	 0x0
0x2fbc 	 0x0
0x2fc0 	 0x0
0x2fc4 	 0x0
0x2fc8 	 0x0
0x2fcc 	 0x0
0x2fd0 	 0x0
0x2fd4 	 0x0
0x2fd8 	 0x0
0x2fdc 	 0x0
0x2fe0 	 0x0
0x2fe4 	 0x0
0x2fe8 	 0x0
0x2fec 	 0x0
0x2ff0 	 0x0
0x2ff4 	 0x0
0x2ff8 	 0x0
0x2ffc 	 0x0
0x3000 	 0x400e1
0x3004 	 0x4
0x3008 	 0x4017e0
0x300c 	 0x0
0x3010 	 0x1
0x3014 	 0x0
0x3018 	 0x1
0x301c 	 0xf80001
0x3020 	 0x1
0x3024 	 0x1a598
0x3028 	 0x1a5aa
0x302c 	 0x0
0x3030 	 0x0
0x3034 	 0x0
0x3038 	 0x0
0x303c 	 0x0
0x3040 	 0x0
0x3044 	 0x0
0x3048 	 0x0
0x304c 	 0x0
0x3050 	 0x0
0x3054 	 0x0
0x3058 	 0x0
0x305c 	 0x0
0x3060 	 0x0
0x3064 	 0x0
0x3068 	 0x0
0x306c 	 0x0
0x3070 	 0x0
0x3074 	 0x0
0x3078 	 0x0
0x307c 	 0x0
0x3080 	 0x0
0x3084 	 0x0
0x3088 	 0x0
0x308c 	 0x0
0x3090 	 0x0
0x3094 	 0x0
0x3098 	 0x0
0x309c 	 0x0
0x30a0 	 0x0
0x30a4 	 0x0
0x30a8 	 0x0
0x30ac 	 0x0
0x30b0 	 0x0
0x30b4 	 0x0
0x30b8 	 0x0
0x30bc 	 0x0
0x30c0 	 0x0
0x30c4 	 0x0
0x30c8 	 0x0
0x30cc 	 0x0
0x30d0 	 0x0
0x30d4 	 0x0
0x30d8 	 0x0
0x30dc 	 0x0
0x30e0 	 0x0
0x30e4 	 0x0
0x30e8 	 0x0
0x30ec 	 0x0
0x30f0 	 0x0
0x30f4 	 0x0
0x30f8 	 0x0
0x30fc 	 0x0
0x3100 	 0x400b1
0x3104 	 0x0
0x3108 	 0x401780
0x310c 	 0x0
0x3110 	 0x19
0x3114 	 0x0
0x3118 	 0x0
0x311c 	 0x0
0x3120 	 0x0
0x3124 	 0x0
0x3128 	 0x0
0x312c 	 0x0
0x3130 	 0x0
0x3134 	 0x0
0x3138 	 0x0
0x313c 	 0x0
0x3140 	 0x0
0x3144 	 0x0
0x3148 	 0x0
0x314c 	 0x0
0x3150 	 0x0
0x3154 	 0x0
0x3158 	 0x0
0x315c 	 0x0
0x3160 	 0x0
0x3164 	 0x0
0x3168 	 0x0
0x316c 	 0x0
0x3170 	 0x0
0x3174 	 0x0
0x3178 	 0x0
0x317c 	 0x0
0x3180 	 0x0
0x3184 	 0x0
0x3188 	 0x0
0x318c 	 0x0
0x3190 	 0x0
0x3194 	 0x0
0x3198 	 0x0
0x319c 	 0x0
0x31a0 	 0x0
0x31a4 	 0x0
0x31a8 	 0x0
0x31ac 	 0x0
0x31b0 	 0x0
0x31b4 	 0x0
0x31b8 	 0x0
0x31bc 	 0x0
0x31c0 	 0x0
0x31c4 	 0x0
0x31c8 	 0x0
0x31cc 	 0x0
0x31d0 	 0x0
0x31d4 	 0x0
0x31d8 	 0x0
0x31dc 	 0x0
0x31e0 	 0x0
0x31e4 	 0x0
0x31e8 	 0x0
0x31ec 	 0x0
0x31f0 	 0x0
0x31f4 	 0x0
0x31f8 	 0x0
0x31fc 	 0x0
0x3200 	 0x400e1
0x3204 	 0x4
0x3208 	 0x4017e0
0x320c 	 0x0
0x3210 	 0x1
0x3214 	 0x0
0x3218 	 0x1
0x321c 	 0xf80001
0x3220 	 0x1
0x3224 	 0x28b8
0x3228 	 0x28ca
0x322c 	 0x0
0x3230 	 0x0
0x3234 	 0x0
0x3238 	 0x0
0x323c 	 0x0
0x3240 	 0x0
0x3244 	 0x0
0x3248 	 0x0
0x324c 	 0x0
0x3250 	 0x0
0x3254 	 0x0
0x3258 	 0x0
0x325c 	 0x0
0x3260 	 0x0
0x3264 	 0x0
0x3268 	 0x0
0x326c 	 0x0
0x3270 	 0x0
0x3274 	 0x0
0x3278 	 0x0
0x327c 	 0x0
0x3280 	 0x0
0x3284 	 0x0
0x3288 	 0x0
0x328c 	 0x0
0x3290 	 0x0
0x3294 	 0x0
0x3298 	 0x0
0x329c 	 0x0
0x32a0 	 0x0
0x32a4 	 0x0
0x32a8 	 0x0
0x32ac 	 0x0
0x32b0 	 0x0
0x32b4 	 0x0
0x32b8 	 0x0
0x32bc 	 0x0
0x32c0 	 0x0
0x32c4 	 0x0
0x32c8 	 0x0
0x32cc 	 0x0
0x32d0 	 0x0
0x32d4 	 0x0
0x32d8 	 0x0
0x32dc 	 0x0
0x32e0 	 0x0
0x32e4 	 0x0
0x32e8 	 0x0
0x32ec 	 0x0
0x32f0 	 0x0
0x32f4 	 0x0
0x32f8 	 0x0
0x32fc 	 0x0
0x3300 	 0x400b1
0x3304 	 0x0
0x3308 	 0x401780
0x330c 	 0x0
0x3310 	 0x1a
0x3314 	 0x0
0x3318 	 0x0
0x331c 	 0x0
0x3320 	 0x0
0x3324 	 0x0
0x3328 	 0x0
0x332c 	 0x0
0x3330 	 0x0
0x3334 	 0x0
0x3338 	 0x0
0x333c 	 0x0
0x3340 	 0x0
0x3344 	 0x0
0x3348 	 0x0
0x334c 	 0x0
0x3350 	 0x0
0x3354 	 0x0
0x3358 	 0x0
0x335c 	 0x0
0x3360 	 0x0
0x3364 	 0x0
0x3368 	 0x0
0x336c 	 0x0
0x3370 	 0x0
0x3374 	 0x0
0x3378 	 0x0
0x337c 	 0x0
0x3380 	 0x0
0x3384 	 0x0
0x3388 	 0x0
0x338c 	 0x0
0x3390 	 0x0
0x3394 	 0x0
0x3398 	 0x0
0x339c 	 0x0
0x33a0 	 0x0
0x33a4 	 0x0
0x33a8 	 0x0
0x33ac 	 0x0
0x33b0 	 0x0
0x33b4 	 0x0
0x33b8 	 0x0
0x33bc 	 0x0
0x33c0 	 0x0
0x33c4 	 0x0
0x33c8 	 0x0
0x33cc 	 0x0
0x33d0 	 0x0
0x33d4 	 0x0
0x33d8 	 0x0
0x33dc 	 0x0
0x33e0 	 0x0
0x33e4 	 0x0
0x33e8 	 0x0
0x33ec 	 0x0
0x33f0 	 0x0
0x33f4 	 0x0
0x33f8 	 0x0
0x33fc 	 0x0
0x3400 	 0x400e1
0x3404 	 0x4
0x3408 	 0x4017e0
0x340c 	 0x0
0x3410 	 0x1
0x3414 	 0x0
0x3418 	 0x1
0x341c 	 0xf80001
0x3420 	 0x1
0x3424 	 0x1a598
0x3428 	 0x1a5aa
0x342c 	 0x0
0x3430 	 0x0
0x3434 	 0x0
0x3438 	 0x0
0x343c 	 0x0
0x3440 	 0x0
0x3444 	 0x0
0x3448 	 0x0
0x344c 	 0x0
0x3450 	 0x0
0x3454 	 0x0
0x3458 	 0x0
0x345c 	 0x0
0x3460 	 0x0
0x3464 	 0x0
0x3468 	 0x0
0x346c 	 0x0
0x3470 	 0x0
0x3474 	 0x0
0x3478 	 0x0
0x347c 	 0x0
0x3480 	 0x0
0x3484 	 0x0
0x3488 	 0x0
0x348c 	 0x0
0x3490 	 0x0
0x3494 	 0x0
0x3498 	 0x0
0x349c 	 0x0
0x34a0 	 0x0
0x34a4 	 0x0
0x34a8 	 0x0
0x34ac 	 0x0
0x34b0 	 0x0
0x34b4 	 0x0
0x34b8 	 0x0
0x34bc 	 0x0
0x34c0 	 0x0
0x34c4 	 0x0
0x34c8 	 0x0
0x34cc 	 0x0
0x34d0 	 0x0
0x34d4 	 0x0
0x34d8 	 0x0
0x34dc 	 0x0
0x34e0 	 0x0
0x34e4 	 0x0
0x34e8 	 0x0
0x34ec 	 0x0
0x34f0 	 0x0
0x34f4 	 0x0
0x34f8 	 0x0
0x34fc 	 0x0
0x3500 	 0x400b1
0x3504 	 0x0
0x3508 	 0x401780
0x350c 	 0x0
0x3510 	 0x1b
0x3514 	 0x0
0x3518 	 0x0
0x351c 	 0x0
0x3520 	 0x0
0x3524 	 0x0
0x3528 	 0x0
0x352c 	 0x0
0x3530 	 0x0
0x3534 	 0x0
0x3538 	 0x0
0x353c 	 0x0
0x3540 	 0x0
0x3544 	 0x0
0x3548 	 0x0
0x354c 	 0x0
0x3550 	 0x0
0x3554 	 0x0
0x3558 	 0x0
0x355c 	 0x0
0x3560 	 0x0
0x3564 	 0x0
0x3568 	 0x0
0x356c 	 0x0
0x3570 	 0x0
0x3574 	 0x0
0x3578 	 0x0
0x357c 	 0x0
0x3580 	 0x0
0x3584 	 0x0
0x3588 	 0x0
0x358c 	 0x0
0x3590 	 0x0
0x3594 	 0x0
0x3598 	 0x0
0x359c 	 0x0
0x35a0 	 0x0
0x35a4 	 0x0
0x35a8 	 0x0
0x35ac 	 0x0
0x35b0 	 0x0
0x35b4 	 0x0
0x35b8 	 0x0
0x35bc 	 0x0
0x35c0 	 0x0
0x35c4 	 0x0
0x35c8 	 0x0
0x35cc 	 0x0
0x35d0 	 0x0
0x35d4 	 0x0
0x35d8 	 0x0
0x35dc 	 0x0
0x35e0 	 0x0
0x35e4 	 0x0
0x35e8 	 0x0
0x35ec 	 0x0
0x35f0 	 0x0
0x35f4 	 0x0
0x35f8 	 0x0
0x35fc 	 0x0
0x3600 	 0x0
0x3604 	 0x0
0x3608 	 0x0
0x360c 	 0x0
0x3610 	 0x0
0x3614 	 0x0
0x3618 	 0x0
0x361c 	 0x0
0x3620 	 0x0
0x3624 	 0x0
0x3628 	 0x0
0x362c 	 0x0
0x3630 	 0x0
0x3634 	 0x0
0x3638 	 0x0
0x363c 	 0x0
0x3640 	 0x0
0x3644 	 0x0
0x3648 	 0x0
0x364c 	 0x0
0x3650 	 0x0
0x3654 	 0x0
0x3658 	 0x0
0x365c 	 0x0
0x3660 	 0x0
0x3664 	 0x0
0x3668 	 0x0
0x366c 	 0x0
0x3670 	 0x0
0x3674 	 0x0
0x3678 	 0x0
0x367c 	 0x0
0x3680 	 0x0
0x3684 	 0x0
0x3688 	 0x0
0x368c 	 0x0
0x3690 	 0x0
0x3694 	 0x0
0x3698 	 0x0
0x369c 	 0x0
0x36a0 	 0x0
0x36a4 	 0x0
0x36a8 	 0x0
0x36ac 	 0x0
0x36b0 	 0x0
0x36b4 	 0x0
0x36b8 	 0x0
0x36bc 	 0x0
0x36c0 	 0x0
0x36c4 	 0x0
0x36c8 	 0x0
0x36cc 	 0x0
0x36d0 	 0x0
0x36d4 	 0x0
0x36d8 	 0x0
0x36dc 	 0x0
0x36e0 	 0x0
0x36e4 	 0x0
0x36e8 	 0x0
0x36ec 	 0x0
0x36f0 	 0x0
0x36f4 	 0x0
0x36f8 	 0x0
0x36fc 	 0x0
0x3700 	 0x0
0x3704 	 0x0
0x3708 	 0x0
0x370c 	 0x0
0x3710 	 0x0
0x3714 	 0x0
0x3718 	 0x0
0x371c 	 0x0
0x3720 	 0x0
0x3724 	 0x0
0x3728 	 0x0
0x372c 	 0x0
0x3730 	 0x0
0x3734 	 0x0
0x3738 	 0x0
0x373c 	 0x0
0x3740 	 0x0
0x3744 	 0x0
0x3748 	 0x0
0x374c 	 0x0
0x3750 	 0x0
0x3754 	 0x0
0x3758 	 0x0
0x375c 	 0x0
0x3760 	 0x0
0x3764 	 0x0
0x3768 	 0x0
0x376c 	 0x0
0x3770 	 0x0
0x3774 	 0x0
0x3778 	 0x0
0x377c 	 0x0
0x3780 	 0x0
0x3784 	 0x0
0x3788 	 0x0
0x378c 	 0x0
0x3790 	 0x0
0x3794 	 0x0
0x3798 	 0x0
0x379c 	 0x0
0x37a0 	 0x0
0x37a4 	 0x0
0x37a8 	 0x0
0x37ac 	 0x0
0x37b0 	 0x0
0x37b4 	 0x0
0x37b8 	 0x0
0x37bc 	 0x0
0x37c0 	 0x0
0x37c4 	 0x0
0x37c8 	 0x0
0x37cc 	 0x0
0x37d0 	 0x0
0x37d4 	 0x0
0x37d8 	 0x0
0x37dc 	 0x0
0x37e0 	 0x0
0x37e4 	 0x0
0x37e8 	 0x0
0x37ec 	 0x0
0x37f0 	 0x0
0x37f4 	 0x0
0x37f8 	 0x0
0x37fc 	 0x0
0x3800 	 0x0
0x3804 	 0x0
0x3808 	 0x0
0x380c 	 0x0
0x3810 	 0x0
0x3814 	 0x0
0x3818 	 0x0
0x381c 	 0x0
0x3820 	 0x0
0x3824 	 0x0
0x3828 	 0x0
0x382c 	 0x0
0x3830 	 0x0
0x3834 	 0x0
0x3838 	 0x0
0x383c 	 0x0
0x3840 	 0x0
0x3844 	 0x0
0x3848 	 0x0
0x384c 	 0x0
0x3850 	 0x0
0x3854 	 0x0
0x3858 	 0x0
0x385c 	 0x0
0x3860 	 0x0
0x3864 	 0x0
0x3868 	 0x0
0x386c 	 0x0
0x3870 	 0x0
0x3874 	 0x0
0x3878 	 0x0
0x387c 	 0x0
0x3880 	 0x0
0x3884 	 0x0
0x3888 	 0x0
0x388c 	 0x0
0x3890 	 0x0
0x3894 	 0x0
0x3898 	 0x0
0x389c 	 0x0
0x38a0 	 0x0
0x38a4 	 0x0
0x38a8 	 0x0
0x38ac 	 0x0
0x38b0 	 0x0
0x38b4 	 0x0
0x38b8 	 0x0
0x38bc 	 0x0
0x38c0 	 0x0
0x38c4 	 0x0
0x38c8 	 0x0
0x38cc 	 0x0
0x38d0 	 0x0
0x38d4 	 0x0
0x38d8 	 0x0
0x38dc 	 0x0
0x38e0 	 0x0
0x38e4 	 0x0
0x38e8 	 0x0
0x38ec 	 0x0
0x38f0 	 0x0
0x38f4 	 0x0
0x38f8 	 0x0
0x38fc 	 0x0
0x3900 	 0x0
0x3904 	 0x0
0x3908 	 0x0
0x390c 	 0x0
0x3910 	 0x0
0x3914 	 0x0
0x3918 	 0x0
0x391c 	 0x0
0x3920 	 0x0
0x3924 	 0x0
0x3928 	 0x0
0x392c 	 0x0
0x3930 	 0x0
0x3934 	 0x0
0x3938 	 0x0
0x393c 	 0x0
0x3940 	 0x0
0x3944 	 0x0
0x3948 	 0x0
0x394c 	 0x0
0x3950 	 0x0
0x3954 	 0x0
0x3958 	 0x0
0x395c 	 0x0
0x3960 	 0x0
0x3964 	 0x0
0x3968 	 0x0
0x396c 	 0x0
0x3970 	 0x0
0x3974 	 0x0
0x3978 	 0x0
0x397c 	 0x0
0x3980 	 0x0
0x3984 	 0x0
0x3988 	 0x0
0x398c 	 0x0
0x3990 	 0x0
0x3994 	 0x0
0x3998 	 0x0
0x399c 	 0x0
0x39a0 	 0x0
0x39a4 	 0x0
0x39a8 	 0x0
0x39ac 	 0x0
0x39b0 	 0x0
0x39b4 	 0x0
0x39b8 	 0x0
0x39bc 	 0x0
0x39c0 	 0x0
0x39c4 	 0x0
0x39c8 	 0x0
0x39cc 	 0x0
0x39d0 	 0x0
0x39d4 	 0x0
0x39d8 	 0x0
0x39dc 	 0x0
0x39e0 	 0x0
0x39e4 	 0x0
0x39e8 	 0x0
0x39ec 	 0x0
0x39f0 	 0x0
0x39f4 	 0x0
0x39f8 	 0x0
0x39fc 	 0x0
0x3a00 	 0x0
0x3a04 	 0x0
0x3a08 	 0x0
0x3a0c 	 0x0
0x3a10 	 0x0
0x3a14 	 0x0
0x3a18 	 0x0
0x3a1c 	 0x0
0x3a20 	 0x0
0x3a24 	 0x0
0x3a28 	 0x0
0x3a2c 	 0x0
0x3a30 	 0x0
0x3a34 	 0x0
0x3a38 	 0x0
0x3a3c 	 0x0
0x3a40 	 0x0
0x3a44 	 0x0
0x3a48 	 0x0
0x3a4c 	 0x0
0x3a50 	 0x0
0x3a54 	 0x0
0x3a58 	 0x0
0x3a5c 	 0x0
0x3a60 	 0x0
0x3a64 	 0x0
0x3a68 	 0x0
0x3a6c 	 0x0
0x3a70 	 0x0
0x3a74 	 0x0
0x3a78 	 0x0
0x3a7c 	 0x0
0x3a80 	 0x0
0x3a84 	 0x0
0x3a88 	 0x0
0x3a8c 	 0x0
0x3a90 	 0x0
0x3a94 	 0x0
0x3a98 	 0x0
0x3a9c 	 0x0
0x3aa0 	 0x0
0x3aa4 	 0x0
0x3aa8 	 0x0
0x3aac 	 0x0
0x3ab0 	 0x0
0x3ab4 	 0x0
0x3ab8 	 0x0
0x3abc 	 0x0
0x3ac0 	 0x0
0x3ac4 	 0x0
0x3ac8 	 0x0
0x3acc 	 0x0
0x3ad0 	 0x0
0x3ad4 	 0x0
0x3ad8 	 0x0
0x3adc 	 0x0
0x3ae0 	 0x0
0x3ae4 	 0x0
0x3ae8 	 0x0
0x3aec 	 0x0
0x3af0 	 0x0
0x3af4 	 0x0
0x3af8 	 0x0
0x3afc 	 0x0
0x3b00 	 0x0
0x3b04 	 0x0
0x3b08 	 0x0
0x3b0c 	 0x0
0x3b10 	 0x0
0x3b14 	 0x0
0x3b18 	 0x0
0x3b1c 	 0x0
0x3b20 	 0x0
0x3b24 	 0x0
0x3b28 	 0x0
0x3b2c 	 0x0
0x3b30 	 0x0
0x3b34 	 0x0
0x3b38 	 0x0
0x3b3c 	 0x0
0x3b40 	 0x0
0x3b44 	 0x0
0x3b48 	 0x0
0x3b4c 	 0x0
0x3b50 	 0x0
0x3b54 	 0x0
0x3b58 	 0x0
0x3b5c 	 0x0
0x3b60 	 0x0
0x3b64 	 0x0
0x3b68 	 0x0
0x3b6c 	 0x0
0x3b70 	 0x0
0x3b74 	 0x0
0x3b78 	 0x0
0x3b7c 	 0x0
0x3b80 	 0x0
0x3b84 	 0x0
0x3b88 	 0x0
0x3b8c 	 0x0
0x3b90 	 0x0
0x3b94 	 0x0
0x3b98 	 0x0
0x3b9c 	 0x0
0x3ba0 	 0x0
0x3ba4 	 0x0
0x3ba8 	 0x0
0x3bac 	 0x0
0x3bb0 	 0x0
0x3bb4 	 0x0
0x3bb8 	 0x0
0x3bbc 	 0x0
0x3bc0 	 0x0
0x3bc4 	 0x0
0x3bc8 	 0x0
0x3bcc 	 0x0
0x3bd0 	 0x0
0x3bd4 	 0x0
0x3bd8 	 0x0
0x3bdc 	 0x0
0x3be0 	 0x0
0x3be4 	 0x0
0x3be8 	 0x0
0x3bec 	 0x0
0x3bf0 	 0x0
0x3bf4 	 0x0
0x3bf8 	 0x0
0x3bfc 	 0x0
0x3c00 	 0x0
0x3c04 	 0x0
0x3c08 	 0x0
0x3c0c 	 0x0
0x3c10 	 0x0
0x3c14 	 0x0
0x3c18 	 0x0
0x3c1c 	 0x0
0x3c20 	 0x0
0x3c24 	 0x0
0x3c28 	 0x0
0x3c2c 	 0x0
0x3c30 	 0x0
0x3c34 	 0x0
0x3c38 	 0x0
0x3c3c 	 0x0
0x3c40 	 0x0
0x3c44 	 0x0
0x3c48 	 0x0
0x3c4c 	 0x0
0x3c50 	 0x0
0x3c54 	 0x0
0x3c58 	 0x0
0x3c5c 	 0x0
0x3c60 	 0x0
0x3c64 	 0x0
0x3c68 	 0x0
0x3c6c 	 0x0
0x3c70 	 0x0
0x3c74 	 0x0
0x3c78 	 0x0
0x3c7c 	 0x0
0x3c80 	 0x0
0x3c84 	 0x0
0x3c88 	 0x0
0x3c8c 	 0x0
0x3c90 	 0x0
0x3c94 	 0x0
0x3c98 	 0x0
0x3c9c 	 0x0
0x3ca0 	 0x0
0x3ca4 	 0x0
0x3ca8 	 0x0
0x3cac 	 0x0
0x3cb0 	 0x0
0x3cb4 	 0x0
0x3cb8 	 0x0
0x3cbc 	 0x0
0x3cc0 	 0x0
0x3cc4 	 0x0
0x3cc8 	 0x0
0x3ccc 	 0x0
0x3cd0 	 0x0
0x3cd4 	 0x0
0x3cd8 	 0x0
0x3cdc 	 0x0
0x3ce0 	 0x0
0x3ce4 	 0x0
0x3ce8 	 0x0
0x3cec 	 0x0
0x3cf0 	 0x0
0x3cf4 	 0x0
0x3cf8 	 0x0
0x3cfc 	 0x0
0x3d00 	 0x0
0x3d04 	 0x0
0x3d08 	 0x0
0x3d0c 	 0x0
0x3d10 	 0x0
0x3d14 	 0x0
0x3d18 	 0x0
0x3d1c 	 0x0
0x3d20 	 0x0
0x3d24 	 0x0
0x3d28 	 0x0
0x3d2c 	 0x0
0x3d30 	 0x0
0x3d34 	 0x0
0x3d38 	 0x0
0x3d3c 	 0x0
0x3d40 	 0x0
0x3d44 	 0x0
0x3d48 	 0x0
0x3d4c 	 0x0
0x3d50 	 0x0
0x3d54 	 0x0
0x3d58 	 0x0
0x3d5c 	 0x0
0x3d60 	 0x0
0x3d64 	 0x0
0x3d68 	 0x0
0x3d6c 	 0x0
0x3d70 	 0x0
0x3d74 	 0x0
0x3d78 	 0x0
0x3d7c 	 0x0
0x3d80 	 0x0
0x3d84 	 0x0
0x3d88 	 0x0
0x3d8c 	 0x0
0x3d90 	 0x0
0x3d94 	 0x0
0x3d98 	 0x0
0x3d9c 	 0x0
0x3da0 	 0x0
0x3da4 	 0x0
0x3da8 	 0x0
0x3dac 	 0x0
0x3db0 	 0x0
0x3db4 	 0x0
0x3db8 	 0x0
0x3dbc 	 0x0
0x3dc0 	 0x0
0x3dc4 	 0x0
0x3dc8 	 0x0
0x3dcc 	 0x0
0x3dd0 	 0x0
0x3dd4 	 0x0
0x3dd8 	 0x0
0x3ddc 	 0x0
0x3de0 	 0x0
0x3de4 	 0x0
0x3de8 	 0x0
0x3dec 	 0x0
0x3df0 	 0x0
0x3df4 	 0x0
0x3df8 	 0x0
0x3dfc 	 0x0
0x3e00 	 0x0
0x3e04 	 0x0
0x3e08 	 0x0
0x3e0c 	 0x0
0x3e10 	 0x0
0x3e14 	 0x0
0x3e18 	 0x0
0x3e1c 	 0x0
0x3e20 	 0x0
0x3e24 	 0x0
0x3e28 	 0x0
0x3e2c 	 0x0
0x3e30 	 0x0
0x3e34 	 0x0
0x3e38 	 0x0
0x3e3c 	 0x0
0x3e40 	 0x0
0x3e44 	 0x0
0x3e48 	 0x0
0x3e4c 	 0x0
0x3e50 	 0x0
0x3e54 	 0x0
0x3e58 	 0x0
0x3e5c 	 0x0
0x3e60 	 0x0
0x3e64 	 0x0
0x3e68 	 0x0
0x3e6c 	 0x0
0x3e70 	 0x0
0x3e74 	 0x0
0x3e78 	 0x0
0x3e7c 	 0x0
0x3e80 	 0x0
0x3e84 	 0x0
0x3e88 	 0x0
0x3e8c 	 0x0
0x3e90 	 0x0
0x3e94 	 0x0
0x3e98 	 0x0
0x3e9c 	 0x0
0x3ea0 	 0x0
0x3ea4 	 0x0
0x3ea8 	 0x0
0x3eac 	 0x0
0x3eb0 	 0x0
0x3eb4 	 0x0
0x3eb8 	 0x0
0x3ebc 	 0x0
0x3ec0 	 0x0
0x3ec4 	 0x0
0x3ec8 	 0x0
0x3ecc 	 0x0
0x3ed0 	 0x0
0x3ed4 	 0x0
0x3ed8 	 0x0
0x3edc 	 0x0
0x3ee0 	 0x0
0x3ee4 	 0x0
0x3ee8 	 0x0
0x3eec 	 0x0
0x3ef0 	 0x0
0x3ef4 	 0x0
0x3ef8 	 0x0
0x3efc 	 0x0
0x3f00 	 0x0
0x3f04 	 0x0
0x3f08 	 0x0
0x3f0c 	 0x0
0x3f10 	 0x0
0x3f14 	 0x0
0x3f18 	 0x0
0x3f1c 	 0x0
0x3f20 	 0x0
0x3f24 	 0x0
0x3f28 	 0x0
0x3f2c 	 0x0
0x3f30 	 0x0
0x3f34 	 0x0
0x3f38 	 0x0
0x3f3c 	 0x0
0x3f40 	 0x0
0x3f44 	 0x0
0x3f48 	 0x0
0x3f4c 	 0x0
0x3f50 	 0x0
0x3f54 	 0x0
0x3f58 	 0x0
0x3f5c 	 0x0
0x3f60 	 0x0
0x3f64 	 0x0
0x3f68 	 0x0
0x3f6c 	 0x0
0x3f70 	 0x0
0x3f74 	 0x0
0x3f78 	 0x0
0x3f7c 	 0x0
0x3f80 	 0x0
0x3f84 	 0x0
0x3f88 	 0x0
0x3f8c 	 0x0
0x3f90 	 0x0
0x3f94 	 0x0
0x3f98 	 0x0
0x3f9c 	 0x0
0x3fa0 	 0x0
0x3fa4 	 0x0
0x3fa8 	 0x0
0x3fac 	 0x0
0x3fb0 	 0x0
0x3fb4 	 0x0
0x3fb8 	 0x0
0x3fbc 	 0x0
0x3fc0 	 0x0
0x3fc4 	 0x0
0x3fc8 	 0x0
0x3fcc 	 0x0
0x3fd0 	 0x0
0x3fd4 	 0x0
0x3fd8 	 0x0
0x3fdc 	 0x0
0x3fe0 	 0x0
0x3fe4 	 0x0
0x3fe8 	 0x0
0x3fec 	 0x0
0x3ff0 	 0x0
0x3ff4 	 0x0
0x3ff8 	 0x0
0x3ffc 	 0x0
0x4000 	 0x0
0x4004 	 0x0
0x4008 	 0x0
0x400c 	 0x0
0x4010 	 0x0
0x4014 	 0x0
0x4018 	 0x0
0x401c 	 0x0
0x4020 	 0x0
0x4024 	 0x0
0x4028 	 0x0
0x402c 	 0x0
0x4030 	 0x0
0x4034 	 0x0
0x4038 	 0x0
0x403c 	 0x0
0x4040 	 0x0
0x4044 	 0x0
0x4048 	 0x0
0x404c 	 0x0
0x4050 	 0x0
0x4054 	 0x0
0x4058 	 0x0
0x405c 	 0x0
0x4060 	 0x0
0x4064 	 0x0
0x4068 	 0x0
0x406c 	 0x0
0x4070 	 0x0
0x4074 	 0x0
0x4078 	 0x0
0x407c 	 0x0
0x4080 	 0x0
0x4084 	 0x0
0x4088 	 0x0
0x408c 	 0x0
0x4090 	 0x0
0x4094 	 0x0
0x4098 	 0x0
0x409c 	 0x0
0x40a0 	 0x0
0x40a4 	 0x0
0x40a8 	 0x0
0x40ac 	 0x0
0x40b0 	 0x0
0x40b4 	 0x0
0x40b8 	 0x0
0x40bc 	 0x0
0x40c0 	 0x0
0x40c4 	 0x0
0x40c8 	 0x0
0x40cc 	 0x0
0x40d0 	 0x0
0x40d4 	 0x0
0x40d8 	 0x0
0x40dc 	 0x0
0x40e0 	 0x0
0x40e4 	 0x0
0x40e8 	 0x0
0x40ec 	 0x0
0x40f0 	 0x0
0x40f4 	 0x0
0x40f8 	 0x0
0x40fc 	 0x0
0x4100 	 0x0
0x4104 	 0x0
0x4108 	 0x0
0x410c 	 0x0
0x4110 	 0x0
0x4114 	 0x0
0x4118 	 0x0
0x411c 	 0x0
0x4120 	 0x0
0x4124 	 0x0
0x4128 	 0x0
0x412c 	 0x0
0x4130 	 0x0
0x4134 	 0x0
0x4138 	 0x0
0x413c 	 0x0
0x4140 	 0x0
0x4144 	 0x0
0x4148 	 0x0
0x414c 	 0x0
0x4150 	 0x0
0x4154 	 0x0
0x4158 	 0x0
0x415c 	 0x0
0x4160 	 0x0
0x4164 	 0x0
0x4168 	 0x0
0x416c 	 0x0
0x4170 	 0x0
0x4174 	 0x0
0x4178 	 0x0
0x417c 	 0x0
0x4180 	 0x0
0x4184 	 0x0
0x4188 	 0x0
0x418c 	 0x0
0x4190 	 0x0
0x4194 	 0x0
0x4198 	 0x0
0x419c 	 0x0
0x41a0 	 0x0
0x41a4 	 0x0
0x41a8 	 0x0
0x41ac 	 0x0
0x41b0 	 0x0
0x41b4 	 0x0
0x41b8 	 0x0
0x41bc 	 0x0
0x41c0 	 0x0
0x41c4 	 0x0
0x41c8 	 0x0
0x41cc 	 0x0
0x41d0 	 0x0
0x41d4 	 0x0
0x41d8 	 0x0
0x41dc 	 0x0
0x41e0 	 0x0
0x41e4 	 0x0
0x41e8 	 0x0
0x41ec 	 0x0
0x41f0 	 0x0
0x41f4 	 0x0
0x41f8 	 0x0
0x41fc 	 0x0
0x4200 	 0x0
0x4204 	 0x0
0x4208 	 0x0
0x420c 	 0x0
0x4210 	 0x0
0x4214 	 0x0
0x4218 	 0x0
0x421c 	 0x0
0x4220 	 0x0
0x4224 	 0x0
0x4228 	 0x0
0x422c 	 0x0
0x4230 	 0x0
0x4234 	 0x0
0x4238 	 0x0
0x423c 	 0x0
0x4240 	 0x0
0x4244 	 0x0
0x4248 	 0x0
0x424c 	 0x0
0x4250 	 0x0
0x4254 	 0x0
0x4258 	 0x0
0x425c 	 0x0
0x4260 	 0x0
0x4264 	 0x0
0x4268 	 0x0
0x426c 	 0x0
0x4270 	 0x0
0x4274 	 0x0
0x4278 	 0x0
0x427c 	 0x0
0x4280 	 0x0
0x4284 	 0x0
0x4288 	 0x0
0x428c 	 0x0
0x4290 	 0x0
0x4294 	 0x0
0x4298 	 0x0
0x429c 	 0x0
0x42a0 	 0x0
0x42a4 	 0x0
0x42a8 	 0x0
0x42ac 	 0x0
0x42b0 	 0x0
0x42b4 	 0x0
0x42b8 	 0x0
0x42bc 	 0x0
0x42c0 	 0x0
0x42c4 	 0x0
0x42c8 	 0x0
0x42cc 	 0x0
0x42d0 	 0x0
0x42d4 	 0x0
0x42d8 	 0x0
0x42dc 	 0x0
0x42e0 	 0x0
0x42e4 	 0x0
0x42e8 	 0x0
0x42ec 	 0x0
0x42f0 	 0x0
0x42f4 	 0x0
0x42f8 	 0x0
0x42fc 	 0x0
0x4300 	 0x0
0x4304 	 0x0
0x4308 	 0x0
0x430c 	 0x0
0x4310 	 0x0
0x4314 	 0x0
0x4318 	 0x0
0x431c 	 0x0
0x4320 	 0x0
0x4324 	 0x0
0x4328 	 0x0
0x432c 	 0x0
0x4330 	 0x0
0x4334 	 0x0
0x4338 	 0x0
0x433c 	 0x0
0x4340 	 0x0
0x4344 	 0x0
0x4348 	 0x0
0x434c 	 0x0
0x4350 	 0x0
0x4354 	 0x0
0x4358 	 0x0
0x435c 	 0x0
0x4360 	 0x0
0x4364 	 0x0
0x4368 	 0x0
0x436c 	 0x0
0x4370 	 0x0
0x4374 	 0x0
0x4378 	 0x0
0x437c 	 0x0
0x4380 	 0x0
0x4384 	 0x0
0x4388 	 0x0
0x438c 	 0x0
0x4390 	 0x0
0x4394 	 0x0
0x4398 	 0x0
0x439c 	 0x0
0x43a0 	 0x0
0x43a4 	 0x0
0x43a8 	 0x0
0x43ac 	 0x0
0x43b0 	 0x0
0x43b4 	 0x0
0x43b8 	 0x0
0x43bc 	 0x0
0x43c0 	 0x0
0x43c4 	 0x0
0x43c8 	 0x0
0x43cc 	 0x0
0x43d0 	 0x0
0x43d4 	 0x0
0x43d8 	 0x0
0x43dc 	 0x0
0x43e0 	 0x0
0x43e4 	 0x0
0x43e8 	 0x0
0x43ec 	 0x0
0x43f0 	 0x0
0x43f4 	 0x0
0x43f8 	 0x0
0x43fc 	 0x0
0x4400 	 0x0
0x4404 	 0x0
0x4408 	 0x0
0x440c 	 0x0
0x4410 	 0x0
0x4414 	 0x0
0x4418 	 0x0
0x441c 	 0x0
0x4420 	 0x0
0x4424 	 0x0
0x4428 	 0x0
0x442c 	 0x0
0x4430 	 0x0
0x4434 	 0x0
0x4438 	 0x0
0x443c 	 0x0
0x4440 	 0x0
0x4444 	 0x0
0x4448 	 0x0
0x444c 	 0x0
0x4450 	 0x0
0x4454 	 0x0
0x4458 	 0x0
0x445c 	 0x0
0x4460 	 0x0
0x4464 	 0x0
0x4468 	 0x0
0x446c 	 0x0
0x4470 	 0x0
0x4474 	 0x0
0x4478 	 0x0
0x447c 	 0x0
0x4480 	 0x0
0x4484 	 0x0
0x4488 	 0x0
0x448c 	 0x0
0x4490 	 0x0
0x4494 	 0x0
0x4498 	 0x0
0x449c 	 0x0
0x44a0 	 0x0
0x44a4 	 0x0
0x44a8 	 0x0
0x44ac 	 0x0
0x44b0 	 0x0
0x44b4 	 0x0
0x44b8 	 0x0
0x44bc 	 0x0
0x44c0 	 0x0
0x44c4 	 0x0
0x44c8 	 0x0
0x44cc 	 0x0
0x44d0 	 0x0
0x44d4 	 0x0
0x44d8 	 0x0
0x44dc 	 0x0
0x44e0 	 0x0
0x44e4 	 0x0
0x44e8 	 0x0
0x44ec 	 0x0
0x44f0 	 0x0
0x44f4 	 0x0
0x44f8 	 0x0
0x44fc 	 0x0
0x4500 	 0x0
0x4504 	 0x0
0x4508 	 0x0
0x450c 	 0x0
0x4510 	 0x0
0x4514 	 0x0
0x4518 	 0x0
0x451c 	 0x0
0x4520 	 0x0
0x4524 	 0x0
0x4528 	 0x0
0x452c 	 0x0
0x4530 	 0x0
0x4534 	 0x0
0x4538 	 0x0
0x453c 	 0x0
0x4540 	 0x0
0x4544 	 0x0
0x4548 	 0x0
0x454c 	 0x0
0x4550 	 0x0
0x4554 	 0x0
0x4558 	 0x0
0x455c 	 0x0
0x4560 	 0x0
0x4564 	 0x0
0x4568 	 0x0
0x456c 	 0x0
0x4570 	 0x0
0x4574 	 0x0
0x4578 	 0x0
0x457c 	 0x0
0x4580 	 0x0
0x4584 	 0x0
0x4588 	 0x0
0x458c 	 0x0
0x4590 	 0x0
0x4594 	 0x0
0x4598 	 0x0
0x459c 	 0x0
0x45a0 	 0x0
0x45a4 	 0x0
0x45a8 	 0x0
0x45ac 	 0x0
0x45b0 	 0x0
0x45b4 	 0x0
0x45b8 	 0x0
0x45bc 	 0x0
0x45c0 	 0x0
0x45c4 	 0x0
0x45c8 	 0x0
0x45cc 	 0x0
0x45d0 	 0x0
0x45d4 	 0x0
0x45d8 	 0x0
0x45dc 	 0x0
0x45e0 	 0x0
0x45e4 	 0x0
0x45e8 	 0x0
0x45ec 	 0x0
0x45f0 	 0x0
0x45f4 	 0x0
0x45f8 	 0x0
0x45fc 	 0x0
0x4600 	 0x0
0x4604 	 0x0
0x4608 	 0x0
0x460c 	 0x0
0x4610 	 0x0
0x4614 	 0x0
0x4618 	 0x0
0x461c 	 0x0
0x4620 	 0x0
0x4624 	 0x0
0x4628 	 0x0
0x462c 	 0x0
0x4630 	 0x0
0x4634 	 0x0
0x4638 	 0x0
0x463c 	 0x0
0x4640 	 0x0
0x4644 	 0x0
0x4648 	 0x0
0x464c 	 0x0
0x4650 	 0x0
0x4654 	 0x0
0x4658 	 0x0
0x465c 	 0x0
0x4660 	 0x0
0x4664 	 0x0
0x4668 	 0x0
0x466c 	 0x0
0x4670 	 0x0
0x4674 	 0x0
0x4678 	 0x0
0x467c 	 0x0
0x4680 	 0x0
0x4684 	 0x0
0x4688 	 0x0
0x468c 	 0x0
0x4690 	 0x0
0x4694 	 0x0
0x4698 	 0x0
0x469c 	 0x0
0x46a0 	 0x0
0x46a4 	 0x0
0x46a8 	 0x0
0x46ac 	 0x0
0x46b0 	 0x0
0x46b4 	 0x0
0x46b8 	 0x0
0x46bc 	 0x0
0x46c0 	 0x0
0x46c4 	 0x0
0x46c8 	 0x0
0x46cc 	 0x0
0x46d0 	 0x0
0x46d4 	 0x0
0x46d8 	 0x0
0x46dc 	 0x0
0x46e0 	 0x0
0x46e4 	 0x0
0x46e8 	 0x0
0x46ec 	 0x0
0x46f0 	 0x0
0x46f4 	 0x0
0x46f8 	 0x0
0x46fc 	 0x0
0x4700 	 0x0
0x4704 	 0x0
0x4708 	 0x0
0x470c 	 0x0
0x4710 	 0x0
0x4714 	 0x0
0x4718 	 0x0
0x471c 	 0x0
0x4720 	 0x0
0x4724 	 0x0
0x4728 	 0x0
0x472c 	 0x0
0x4730 	 0x0
0x4734 	 0x0
0x4738 	 0x0
0x473c 	 0x0
0x4740 	 0x0
0x4744 	 0x0
0x4748 	 0x0
0x474c 	 0x0
0x4750 	 0x0
0x4754 	 0x0
0x4758 	 0x0
0x475c 	 0x0
0x4760 	 0x0
0x4764 	 0x0
0x4768 	 0x0
0x476c 	 0x0
0x4770 	 0x0
0x4774 	 0x0
0x4778 	 0x0
0x477c 	 0x0
0x4780 	 0x0
0x4784 	 0x0
0x4788 	 0x0
0x478c 	 0x0
0x4790 	 0x0
0x4794 	 0x0
0x4798 	 0x0
0x479c 	 0x0
0x47a0 	 0x0
0x47a4 	 0x0
0x47a8 	 0x0
0x47ac 	 0x0
0x47b0 	 0x0
0x47b4 	 0x0
0x47b8 	 0x0
0x47bc 	 0x0
0x47c0 	 0x0
0x47c4 	 0x0
0x47c8 	 0x0
0x47cc 	 0x0
0x47d0 	 0x0
0x47d4 	 0x0
0x47d8 	 0x0
0x47dc 	 0x0
0x47e0 	 0x0
0x47e4 	 0x0
0x47e8 	 0x0
0x47ec 	 0x0
0x47f0 	 0x0
0x47f4 	 0x0
0x47f8 	 0x0
0x47fc 	 0x0
0x4800 	 0x0
0x4804 	 0x0
0x4808 	 0x0
0x480c 	 0x0
0x4810 	 0x0
0x4814 	 0x0
0x4818 	 0x0
0x481c 	 0x0
0x4820 	 0x0
0x4824 	 0x0
0x4828 	 0x0
0x482c 	 0x0
0x4830 	 0x0
0x4834 	 0x0
0x4838 	 0x0
0x483c 	 0x0
0x4840 	 0x0
0x4844 	 0x0
0x4848 	 0x0
0x484c 	 0x0
0x4850 	 0x0
0x4854 	 0x0
0x4858 	 0x0
0x485c 	 0x0
0x4860 	 0x0
0x4864 	 0x0
0x4868 	 0x0
0x486c 	 0x0
0x4870 	 0x0
0x4874 	 0x0
0x4878 	 0x0
0x487c 	 0x0
0x4880 	 0x0
0x4884 	 0x0
0x4888 	 0x0
0x488c 	 0x0
0x4890 	 0x0
0x4894 	 0x0
0x4898 	 0x0
0x489c 	 0x0
0x48a0 	 0x0
0x48a4 	 0x0
0x48a8 	 0x0
0x48ac 	 0x0
0x48b0 	 0x0
0x48b4 	 0x0
0x48b8 	 0x0
0x48bc 	 0x0
0x48c0 	 0x0
0x48c4 	 0x0
0x48c8 	 0x0
0x48cc 	 0x0
0x48d0 	 0x0
0x48d4 	 0x0
0x48d8 	 0x0
0x48dc 	 0x0
0x48e0 	 0x0
0x48e4 	 0x0
0x48e8 	 0x0
0x48ec 	 0x0
0x48f0 	 0x0
0x48f4 	 0x0
0x48f8 	 0x0
0x48fc 	 0x0
0x4900 	 0x0
0x4904 	 0x0
0x4908 	 0x0
0x490c 	 0x0
0x4910 	 0x0
0x4914 	 0x0
0x4918 	 0x0
0x491c 	 0x0
0x4920 	 0x0
0x4924 	 0x0
0x4928 	 0x0
0x492c 	 0x0
0x4930 	 0x0
0x4934 	 0x0
0x4938 	 0x0
0x493c 	 0x0
0x4940 	 0x0
0x4944 	 0x0
0x4948 	 0x0
0x494c 	 0x0
0x4950 	 0x0
0x4954 	 0x0
0x4958 	 0x0
0x495c 	 0x0
0x4960 	 0x0
0x4964 	 0x0
0x4968 	 0x0
0x496c 	 0x0
0x4970 	 0x0
0x4974 	 0x0
0x4978 	 0x0
0x497c 	 0x0
0x4980 	 0x0
0x4984 	 0x0
0x4988 	 0x0
0x498c 	 0x0
0x4990 	 0x0
0x4994 	 0x0
0x4998 	 0x0
0x499c 	 0x0
0x49a0 	 0x0
0x49a4 	 0x0
0x49a8 	 0x0
0x49ac 	 0x0
0x49b0 	 0x0
0x49b4 	 0x0
0x49b8 	 0x0
0x49bc 	 0x0
0x49c0 	 0x0
0x49c4 	 0x0
0x49c8 	 0x0
0x49cc 	 0x0
0x49d0 	 0x0
0x49d4 	 0x0
0x49d8 	 0x0
0x49dc 	 0x0
0x49e0 	 0x0
0x49e4 	 0x0
0x49e8 	 0x0
0x49ec 	 0x0
0x49f0 	 0x0
0x49f4 	 0x0
0x49f8 	 0x0
0x49fc 	 0x0
0x4a00 	 0x0
0x4a04 	 0x0
0x4a08 	 0x0
0x4a0c 	 0x0
0x4a10 	 0x0
0x4a14 	 0x0
0x4a18 	 0x0
0x4a1c 	 0x0
0x4a20 	 0x0
0x4a24 	 0x0
0x4a28 	 0x0
0x4a2c 	 0x0
0x4a30 	 0x0
0x4a34 	 0x0
0x4a38 	 0x0
0x4a3c 	 0x0
0x4a40 	 0x0
0x4a44 	 0x0
0x4a48 	 0x0
0x4a4c 	 0x0
0x4a50 	 0x0
0x4a54 	 0x0
0x4a58 	 0x0
0x4a5c 	 0x0
0x4a60 	 0x0
0x4a64 	 0x0
0x4a68 	 0x0
0x4a6c 	 0x0
0x4a70 	 0x0
0x4a74 	 0x0
0x4a78 	 0x0
0x4a7c 	 0x0
0x4a80 	 0x0
0x4a84 	 0x0
0x4a88 	 0x0
0x4a8c 	 0x0
0x4a90 	 0x0
0x4a94 	 0x0
0x4a98 	 0x0
0x4a9c 	 0x0
0x4aa0 	 0x0
0x4aa4 	 0x0
0x4aa8 	 0x0
0x4aac 	 0x0
0x4ab0 	 0x0
0x4ab4 	 0x0
0x4ab8 	 0x0
0x4abc 	 0x0
0x4ac0 	 0x0
0x4ac4 	 0x0
0x4ac8 	 0x0
0x4acc 	 0x0
0x4ad0 	 0x0
0x4ad4 	 0x0
0x4ad8 	 0x0
0x4adc 	 0x0
0x4ae0 	 0x0
0x4ae4 	 0x0
0x4ae8 	 0x0
0x4aec 	 0x0
0x4af0 	 0x0
0x4af4 	 0x0
0x4af8 	 0x0
0x4afc 	 0x0
0x4b00 	 0x0
0x4b04 	 0x0
0x4b08 	 0x0
0x4b0c 	 0x0
0x4b10 	 0x0
0x4b14 	 0x0
0x4b18 	 0x0
0x4b1c 	 0x0
0x4b20 	 0x0
0x4b24 	 0x0
0x4b28 	 0x0
0x4b2c 	 0x0
0x4b30 	 0x0
0x4b34 	 0x0
0x4b38 	 0x0
0x4b3c 	 0x0
0x4b40 	 0x0
0x4b44 	 0x0
0x4b48 	 0x0
0x4b4c 	 0x0
0x4b50 	 0x0
0x4b54 	 0x0
0x4b58 	 0x0
0x4b5c 	 0x0
0x4b60 	 0x0
0x4b64 	 0x0
0x4b68 	 0x0
0x4b6c 	 0x0
0x4b70 	 0x0
0x4b74 	 0x0
0x4b78 	 0x0
0x4b7c 	 0x0
0x4b80 	 0x0
0x4b84 	 0x0
0x4b88 	 0x0
0x4b8c 	 0x0
0x4b90 	 0x0
0x4b94 	 0x0
0x4b98 	 0x0
0x4b9c 	 0x0
0x4ba0 	 0x0
0x4ba4 	 0x0
0x4ba8 	 0x0
0x4bac 	 0x0
0x4bb0 	 0x0
0x4bb4 	 0x0
0x4bb8 	 0x0
0x4bbc 	 0x0
0x4bc0 	 0x0
0x4bc4 	 0x0
0x4bc8 	 0x0
0x4bcc 	 0x0
0x4bd0 	 0x0
0x4bd4 	 0x0
0x4bd8 	 0x0
0x4bdc 	 0x0
0x4be0 	 0x0
0x4be4 	 0x0
0x4be8 	 0x0
0x4bec 	 0x0
0x4bf0 	 0x0
0x4bf4 	 0x0
0x4bf8 	 0x0
0x4bfc 	 0x0
0x4c00 	 0x0
0x4c04 	 0x0
0x4c08 	 0x0
0x4c0c 	 0x0
0x4c10 	 0x0
0x4c14 	 0x0
0x4c18 	 0x0
0x4c1c 	 0x0
0x4c20 	 0x0
0x4c24 	 0x0
0x4c28 	 0x0
0x4c2c 	 0x0
0x4c30 	 0x0
0x4c34 	 0x0
0x4c38 	 0x0
0x4c3c 	 0x0
0x4c40 	 0x0
0x4c44 	 0x0
0x4c48 	 0x0
0x4c4c 	 0x0
0x4c50 	 0x0
0x4c54 	 0x0
0x4c58 	 0x0
0x4c5c 	 0x0
0x4c60 	 0x0
0x4c64 	 0x0
0x4c68 	 0x0
0x4c6c 	 0x0
0x4c70 	 0x0
0x4c74 	 0x0
0x4c78 	 0x0
0x4c7c 	 0x0
0x4c80 	 0x0
0x4c84 	 0x0
0x4c88 	 0x0
0x4c8c 	 0x0
0x4c90 	 0x0
0x4c94 	 0x0
0x4c98 	 0x0
0x4c9c 	 0x0
0x4ca0 	 0x0
0x4ca4 	 0x0
0x4ca8 	 0x0
0x4cac 	 0x0
0x4cb0 	 0x0
0x4cb4 	 0x0
0x4cb8 	 0x0
0x4cbc 	 0x0
0x4cc0 	 0x0
0x4cc4 	 0x0
0x4cc8 	 0x0
0x4ccc 	 0x0
0x4cd0 	 0x0
0x4cd4 	 0x0
0x4cd8 	 0x0
0x4cdc 	 0x0
0x4ce0 	 0x0
0x4ce4 	 0x0
0x4ce8 	 0x0
0x4cec 	 0x0
0x4cf0 	 0x0
0x4cf4 	 0x0
0x4cf8 	 0x0
0x4cfc 	 0x0
0x4d00 	 0x0
0x4d04 	 0x0
0x4d08 	 0x0
0x4d0c 	 0x0
0x4d10 	 0x0
0x4d14 	 0x0
0x4d18 	 0x0
0x4d1c 	 0x0
0x4d20 	 0x0
0x4d24 	 0x0
0x4d28 	 0x0
0x4d2c 	 0x0
0x4d30 	 0x0
0x4d34 	 0x0
0x4d38 	 0x0
0x4d3c 	 0x0
0x4d40 	 0x0
0x4d44 	 0x0
0x4d48 	 0x0
0x4d4c 	 0x0
0x4d50 	 0x0
0x4d54 	 0x0
0x4d58 	 0x0
0x4d5c 	 0x0
0x4d60 	 0x0
0x4d64 	 0x0
0x4d68 	 0x0
0x4d6c 	 0x0
0x4d70 	 0x0
0x4d74 	 0x0
0x4d78 	 0x0
0x4d7c 	 0x0
0x4d80 	 0x0
0x4d84 	 0x0
0x4d88 	 0x0
0x4d8c 	 0x0
0x4d90 	 0x0
0x4d94 	 0x0
0x4d98 	 0x0
0x4d9c 	 0x0
0x4da0 	 0x0
0x4da4 	 0x0
0x4da8 	 0x0
0x4dac 	 0x0
0x4db0 	 0x0
0x4db4 	 0x0
0x4db8 	 0x0
0x4dbc 	 0x0
0x4dc0 	 0x0
0x4dc4 	 0x0
0x4dc8 	 0x0
0x4dcc 	 0x0
0x4dd0 	 0x0
0x4dd4 	 0x0
0x4dd8 	 0x0
0x4ddc 	 0x0
0x4de0 	 0x0
0x4de4 	 0x0
0x4de8 	 0x0
0x4dec 	 0x0
0x4df0 	 0x0
0x4df4 	 0x0
0x4df8 	 0x0
0x4dfc 	 0x0
0x4e00 	 0x0
0x4e04 	 0x0
0x4e08 	 0x0
0x4e0c 	 0x0
0x4e10 	 0x0
0x4e14 	 0x0
0x4e18 	 0x0
0x4e1c 	 0x0
0x4e20 	 0x0
0x4e24 	 0x0
0x4e28 	 0x0
0x4e2c 	 0x0
0x4e30 	 0x0
0x4e34 	 0x0
0x4e38 	 0x0
0x4e3c 	 0x0
0x4e40 	 0x0
0x4e44 	 0x0
0x4e48 	 0x0
0x4e4c 	 0x0
0x4e50 	 0x0
0x4e54 	 0x0
0x4e58 	 0x0
0x4e5c 	 0x0
0x4e60 	 0x0
0x4e64 	 0x0
0x4e68 	 0x0
0x4e6c 	 0x0
0x4e70 	 0x0
0x4e74 	 0x0
0x4e78 	 0x0
0x4e7c 	 0x0
0x4e80 	 0x0
0x4e84 	 0x0
0x4e88 	 0x0
0x4e8c 	 0x0
0x4e90 	 0x0
0x4e94 	 0x0
0x4e98 	 0x0
0x4e9c 	 0x0
0x4ea0 	 0x0
0x4ea4 	 0x0
0x4ea8 	 0x0
0x4eac 	 0x0
0x4eb0 	 0x0
0x4eb4 	 0x0
0x4eb8 	 0x0
0x4ebc 	 0x0
0x4ec0 	 0x0
0x4ec4 	 0x0
0x4ec8 	 0x0
0x4ecc 	 0x0
0x4ed0 	 0x0
0x4ed4 	 0x0
0x4ed8 	 0x0
0x4edc 	 0x0
0x4ee0 	 0x0
0x4ee4 	 0x0
0x4ee8 	 0x0
0x4eec 	 0x0
0x4ef0 	 0x0
0x4ef4 	 0x0
0x4ef8 	 0x0
0x4efc 	 0x0
0x4f00 	 0x0
0x4f04 	 0x0
0x4f08 	 0x0
0x4f0c 	 0x0
0x4f10 	 0x0
0x4f14 	 0x0
0x4f18 	 0x0
0x4f1c 	 0x0
0x4f20 	 0x0
0x4f24 	 0x0
0x4f28 	 0x0
0x4f2c 	 0x0
0x4f30 	 0x0
0x4f34 	 0x0
0x4f38 	 0x0
0x4f3c 	 0x0
0x4f40 	 0x0
0x4f44 	 0x0
0x4f48 	 0x0
0x4f4c 	 0x0
0x4f50 	 0x0
0x4f54 	 0x0
0x4f58 	 0x0
0x4f5c 	 0x0
0x4f60 	 0x0
0x4f64 	 0x0
0x4f68 	 0x0
0x4f6c 	 0x0
0x4f70 	 0x0
0x4f74 	 0x0
0x4f78 	 0x0
0x4f7c 	 0x0
0x4f80 	 0x0
0x4f84 	 0x0
0x4f88 	 0x0
0x4f8c 	 0x0
0x4f90 	 0x0
0x4f94 	 0x0
0x4f98 	 0x0
0x4f9c 	 0x0
0x4fa0 	 0x0
0x4fa4 	 0x0
0x4fa8 	 0x0
0x4fac 	 0x0
0x4fb0 	 0x0
0x4fb4 	 0x0
0x4fb8 	 0x0
0x4fbc 	 0x0
0x4fc0 	 0x0
0x4fc4 	 0x0
0x4fc8 	 0x0
0x4fcc 	 0x0
0x4fd0 	 0x0
0x4fd4 	 0x0
0x4fd8 	 0x0
0x4fdc 	 0x0
0x4fe0 	 0x0
0x4fe4 	 0x0
0x4fe8 	 0x0
0x4fec 	 0x0
0x4ff0 	 0x0
0x4ff4 	 0x0
0x4ff8 	 0x0
0x4ffc 	 0x0
0x5000 	 0x0
0x5004 	 0x0
0x5008 	 0x0
0x500c 	 0x0
0x5010 	 0x0
0x5014 	 0x0
0x5018 	 0x0
0x501c 	 0x0
0x5020 	 0x0
0x5024 	 0x0
0x5028 	 0x0
0x502c 	 0x0
0x5030 	 0x0
0x5034 	 0x0
0x5038 	 0x0
0x503c 	 0x0
0x5040 	 0x0
0x5044 	 0x0
0x5048 	 0x0
0x504c 	 0x0
0x5050 	 0x0
0x5054 	 0x0
0x5058 	 0x0
0x505c 	 0x0
0x5060 	 0x0
0x5064 	 0x0
0x5068 	 0x0
0x506c 	 0x0
0x5070 	 0x0
0x5074 	 0x0
0x5078 	 0x0
0x507c 	 0x0
0x5080 	 0x0
0x5084 	 0x0
0x5088 	 0x0
0x508c 	 0x0
0x5090 	 0x0
0x5094 	 0x0
0x5098 	 0x0
0x509c 	 0x0
0x50a0 	 0x0
0x50a4 	 0x0
0x50a8 	 0x0
0x50ac 	 0x0
0x50b0 	 0x0
0x50b4 	 0x0
0x50b8 	 0x0
0x50bc 	 0x0
0x50c0 	 0x0
0x50c4 	 0x0
0x50c8 	 0x0
0x50cc 	 0x0
0x50d0 	 0x0
0x50d4 	 0x0
0x50d8 	 0x0
0x50dc 	 0x0
0x50e0 	 0x0
0x50e4 	 0x0
0x50e8 	 0x0
0x50ec 	 0x0
0x50f0 	 0x0
0x50f4 	 0x0
0x50f8 	 0x0
0x50fc 	 0x0
0x5100 	 0x0
0x5104 	 0x0
0x5108 	 0x0
0x510c 	 0x0
0x5110 	 0x0
0x5114 	 0x0
0x5118 	 0x0
0x511c 	 0x0
0x5120 	 0x0
0x5124 	 0x0
0x5128 	 0x0
0x512c 	 0x0
0x5130 	 0x0
0x5134 	 0x0
0x5138 	 0x0
0x513c 	 0x0
0x5140 	 0x0
0x5144 	 0x0
0x5148 	 0x0
0x514c 	 0x0
0x5150 	 0x0
0x5154 	 0x0
0x5158 	 0x0
0x515c 	 0x0
0x5160 	 0x0
0x5164 	 0x0
0x5168 	 0x0
0x516c 	 0x0
0x5170 	 0x0
0x5174 	 0x0
0x5178 	 0x0
0x517c 	 0x0
0x5180 	 0x0
0x5184 	 0x0
0x5188 	 0x0
0x518c 	 0x0
0x5190 	 0x0
0x5194 	 0x0
0x5198 	 0x0
0x519c 	 0x0
0x51a0 	 0x0
0x51a4 	 0x0
0x51a8 	 0x0
0x51ac 	 0x0
0x51b0 	 0x0
0x51b4 	 0x0
0x51b8 	 0x0
0x51bc 	 0x0
0x51c0 	 0x0
0x51c4 	 0x0
0x51c8 	 0x0
0x51cc 	 0x0
0x51d0 	 0x0
0x51d4 	 0x0
0x51d8 	 0x0
0x51dc 	 0x0
0x51e0 	 0x0
0x51e4 	 0x0
0x51e8 	 0x0
0x51ec 	 0x0
0x51f0 	 0x0
0x51f4 	 0x0
0x51f8 	 0x0
0x51fc 	 0x0
0x5200 	 0x0
0x5204 	 0x0
0x5208 	 0x0
0x520c 	 0x0
0x5210 	 0x0
0x5214 	 0x0
0x5218 	 0x0
0x521c 	 0x0
0x5220 	 0x0
0x5224 	 0x0
0x5228 	 0x0
0x522c 	 0x0
0x5230 	 0x0
0x5234 	 0x0
0x5238 	 0x0
0x523c 	 0x0
0x5240 	 0x0
0x5244 	 0x0
0x5248 	 0x0
0x524c 	 0x0
0x5250 	 0x0
0x5254 	 0x0
0x5258 	 0x0
0x525c 	 0x0
0x5260 	 0x0
0x5264 	 0x0
0x5268 	 0x0
0x526c 	 0x0
0x5270 	 0x0
0x5274 	 0x0
0x5278 	 0x0
0x527c 	 0x0
0x5280 	 0x0
0x5284 	 0x0
0x5288 	 0x0
0x528c 	 0x0
0x5290 	 0x0
0x5294 	 0x0
0x5298 	 0x0
0x529c 	 0x0
0x52a0 	 0x0
0x52a4 	 0x0
0x52a8 	 0x0
0x52ac 	 0x0
0x52b0 	 0x0
0x52b4 	 0x0
0x52b8 	 0x0
0x52bc 	 0x0
0x52c0 	 0x0
0x52c4 	 0x0
0x52c8 	 0x0
0x52cc 	 0x0
0x52d0 	 0x0
0x52d4 	 0x0
0x52d8 	 0x0
0x52dc 	 0x0
0x52e0 	 0x0
0x52e4 	 0x0
0x52e8 	 0x0
0x52ec 	 0x0
0x52f0 	 0x0
0x52f4 	 0x0
0x52f8 	 0x0
0x52fc 	 0x0
0x5300 	 0x0
0x5304 	 0x0
0x5308 	 0x0
0x530c 	 0x0
0x5310 	 0x0
0x5314 	 0x0
0x5318 	 0x0
0x531c 	 0x0
0x5320 	 0x0
0x5324 	 0x0
0x5328 	 0x0
0x532c 	 0x0
0x5330 	 0x0
0x5334 	 0x0
0x5338 	 0x0
0x533c 	 0x0
0x5340 	 0x0
0x5344 	 0x0
0x5348 	 0x0
0x534c 	 0x0
0x5350 	 0x0
0x5354 	 0x0
0x5358 	 0x0
0x535c 	 0x0
0x5360 	 0x0
0x5364 	 0x0
0x5368 	 0x0
0x536c 	 0x0
0x5370 	 0x0
0x5374 	 0x0
0x5378 	 0x0
0x537c 	 0x0
0x5380 	 0x0
0x5384 	 0x0
0x5388 	 0x0
0x538c 	 0x0
0x5390 	 0x0
0x5394 	 0x0
0x5398 	 0x0
0x539c 	 0x0
0x53a0 	 0x0
0x53a4 	 0x0
0x53a8 	 0x0
0x53ac 	 0x0
0x53b0 	 0x0
0x53b4 	 0x0
0x53b8 	 0x0
0x53bc 	 0x0
0x53c0 	 0x0
0x53c4 	 0x0
0x53c8 	 0x0
0x53cc 	 0x0
0x53d0 	 0x0
0x53d4 	 0x0
0x53d8 	 0x0
0x53dc 	 0x0
0x53e0 	 0x0
0x53e4 	 0x0
0x53e8 	 0x0
0x53ec 	 0x0
0x53f0 	 0x0
0x53f4 	 0x0
0x53f8 	 0x0
0x53fc 	 0x0
0x5400 	 0x0
0x5404 	 0x0
0x5408 	 0x0
0x540c 	 0x0
0x5410 	 0x0
0x5414 	 0x0
0x5418 	 0x0
0x541c 	 0x0
0x5420 	 0x0
0x5424 	 0x0
0x5428 	 0x0
0x542c 	 0x0
0x5430 	 0x0
0x5434 	 0x0
0x5438 	 0x0
0x543c 	 0x0
0x5440 	 0x0
0x5444 	 0x0
0x5448 	 0x0
0x544c 	 0x0
0x5450 	 0x0
0x5454 	 0x0
0x5458 	 0x0
0x545c 	 0x0
0x5460 	 0x0
0x5464 	 0x0
0x5468 	 0x0
0x546c 	 0x0
0x5470 	 0x0
0x5474 	 0x0
0x5478 	 0x0
0x547c 	 0x0
0x5480 	 0x0
0x5484 	 0x0
0x5488 	 0x0
0x548c 	 0x0
0x5490 	 0x0
0x5494 	 0x0
0x5498 	 0x0
0x549c 	 0x0
0x54a0 	 0x0
0x54a4 	 0x0
0x54a8 	 0x0
0x54ac 	 0x0
0x54b0 	 0x0
0x54b4 	 0x0
0x54b8 	 0x0
0x54bc 	 0x0
0x54c0 	 0x0
0x54c4 	 0x0
0x54c8 	 0x0
0x54cc 	 0x0
0x54d0 	 0x0
0x54d4 	 0x0
0x54d8 	 0x0
0x54dc 	 0x0
0x54e0 	 0x0
0x54e4 	 0x0
0x54e8 	 0x0
0x54ec 	 0x0
0x54f0 	 0x0
0x54f4 	 0x0
0x54f8 	 0x0
0x54fc 	 0x0
0x5500 	 0x0
0x5504 	 0x0
0x5508 	 0x0
0x550c 	 0x0
0x5510 	 0x0
0x5514 	 0x0
0x5518 	 0x0
0x551c 	 0x0
0x5520 	 0x0
0x5524 	 0x0
0x5528 	 0x0
0x552c 	 0x0
0x5530 	 0x0
0x5534 	 0x0
0x5538 	 0x0
0x553c 	 0x0
0x5540 	 0x0
0x5544 	 0x0
0x5548 	 0x0
0x554c 	 0x0
0x5550 	 0x0
0x5554 	 0x0
0x5558 	 0x0
0x555c 	 0x0
0x5560 	 0x0
0x5564 	 0x0
0x5568 	 0x0
0x556c 	 0x0
0x5570 	 0x0
0x5574 	 0x0
0x5578 	 0x0
0x557c 	 0x0
0x5580 	 0x0
0x5584 	 0x0
0x5588 	 0x0
0x558c 	 0x0
0x5590 	 0x0
0x5594 	 0x0
0x5598 	 0x0
0x559c 	 0x0
0x55a0 	 0x0
0x55a4 	 0x0
0x55a8 	 0x0
0x55ac 	 0x0
0x55b0 	 0x0
0x55b4 	 0x0
0x55b8 	 0x0
0x55bc 	 0x0
0x55c0 	 0x0
0x55c4 	 0x0
0x55c8 	 0x0
0x55cc 	 0x0
0x55d0 	 0x0
0x55d4 	 0x0
0x55d8 	 0x0
0x55dc 	 0x0
0x55e0 	 0x0
0x55e4 	 0x0
0x55e8 	 0x0
0x55ec 	 0x0
0x55f0 	 0x0
0x55f4 	 0x0
0x55f8 	 0x0
0x55fc 	 0x0
0x5600 	 0x0
0x5604 	 0x0
0x5608 	 0x0
0x560c 	 0x0
0x5610 	 0x0
0x5614 	 0x0
0x5618 	 0x0
0x561c 	 0x0
0x5620 	 0x0
0x5624 	 0x0
0x5628 	 0x0
0x562c 	 0x0
0x5630 	 0x0
0x5634 	 0x0
0x5638 	 0x0
0x563c 	 0x0
0x5640 	 0x0
0x5644 	 0x0
0x5648 	 0x0
0x564c 	 0x0
0x5650 	 0x0
0x5654 	 0x0
0x5658 	 0x0
0x565c 	 0x0
0x5660 	 0x0
0x5664 	 0x0
0x5668 	 0x0
0x566c 	 0x0
0x5670 	 0x0
0x5674 	 0x0
0x5678 	 0x0
0x567c 	 0x0
0x5680 	 0x0
0x5684 	 0x0
0x5688 	 0x0
0x568c 	 0x0
0x5690 	 0x0
0x5694 	 0x0
0x5698 	 0x0
0x569c 	 0x0
0x56a0 	 0x0
0x56a4 	 0x0
0x56a8 	 0x0
0x56ac 	 0x0
0x56b0 	 0x0
0x56b4 	 0x0
0x56b8 	 0x0
0x56bc 	 0x0
0x56c0 	 0x0
0x56c4 	 0x0
0x56c8 	 0x0
0x56cc 	 0x0
0x56d0 	 0x0
0x56d4 	 0x0
0x56d8 	 0x0
0x56dc 	 0x0
0x56e0 	 0x0
0x56e4 	 0x0
0x56e8 	 0x0
0x56ec 	 0x0
0x56f0 	 0x0
0x56f4 	 0x0
0x56f8 	 0x0
0x56fc 	 0x0
0x5700 	 0x0
0x5704 	 0x0
0x5708 	 0x0
0x570c 	 0x0
0x5710 	 0x0
0x5714 	 0x0
0x5718 	 0x0
0x571c 	 0x0
0x5720 	 0x0
0x5724 	 0x0
0x5728 	 0x0
0x572c 	 0x0
0x5730 	 0x0
0x5734 	 0x0
0x5738 	 0x0
0x573c 	 0x0
0x5740 	 0x0
0x5744 	 0x0
0x5748 	 0x0
0x574c 	 0x0
0x5750 	 0x0
0x5754 	 0x0
0x5758 	 0x0
0x575c 	 0x0
0x5760 	 0x0
0x5764 	 0x0
0x5768 	 0x0
0x576c 	 0x0
0x5770 	 0x0
0x5774 	 0x0
0x5778 	 0x0
0x577c 	 0x0
0x5780 	 0x0
0x5784 	 0x0
0x5788 	 0x0
0x578c 	 0x0
0x5790 	 0x0
0x5794 	 0x0
0x5798 	 0x0
0x579c 	 0x0
0x57a0 	 0x0
0x57a4 	 0x0
0x57a8 	 0x0
0x57ac 	 0x0
0x57b0 	 0x0
0x57b4 	 0x0
0x57b8 	 0x0
0x57bc 	 0x0
0x57c0 	 0x0
0x57c4 	 0x0
0x57c8 	 0x0
0x57cc 	 0x0
0x57d0 	 0x0
0x57d4 	 0x0
0x57d8 	 0x0
0x57dc 	 0x0
0x57e0 	 0x0
0x57e4 	 0x0
0x57e8 	 0x0
0x57ec 	 0x0
0x57f0 	 0x0
0x57f4 	 0x0
0x57f8 	 0x0
0x57fc 	 0x0
0x5800 	 0x0
0x5804 	 0x0
0x5808 	 0x0
0x580c 	 0x0
0x5810 	 0x0
0x5814 	 0x0
0x5818 	 0x0
0x581c 	 0x0
0x5820 	 0x0
0x5824 	 0x0
0x5828 	 0x0
0x582c 	 0x0
0x5830 	 0x0
0x5834 	 0x0
0x5838 	 0x0
0x583c 	 0x0
0x5840 	 0x0
0x5844 	 0x0
0x5848 	 0x0
0x584c 	 0x0
0x5850 	 0x0
0x5854 	 0x0
0x5858 	 0x0
0x585c 	 0x0
0x5860 	 0x0
0x5864 	 0x0
0x5868 	 0x0
0x586c 	 0x0
0x5870 	 0x0
0x5874 	 0x0
0x5878 	 0x0
0x587c 	 0x0
0x5880 	 0x0
0x5884 	 0x0
0x5888 	 0x0
0x588c 	 0x0
0x5890 	 0x0
0x5894 	 0x0
0x5898 	 0x0
0x589c 	 0x0
0x58a0 	 0x0
0x58a4 	 0x0
0x58a8 	 0x0
0x58ac 	 0x0
0x58b0 	 0x0
0x58b4 	 0x0
0x58b8 	 0x0
0x58bc 	 0x0
0x58c0 	 0x0
0x58c4 	 0x0
0x58c8 	 0x0
0x58cc 	 0x0
0x58d0 	 0x0
0x58d4 	 0x0
0x58d8 	 0x0
0x58dc 	 0x0
0x58e0 	 0x0
0x58e4 	 0x0
0x58e8 	 0x0
0x58ec 	 0x0
0x58f0 	 0x0
0x58f4 	 0x0
0x58f8 	 0x0
0x58fc 	 0x0
0x5900 	 0x0
0x5904 	 0x0
0x5908 	 0x0
0x590c 	 0x0
0x5910 	 0x0
0x5914 	 0x0
0x5918 	 0x0
0x591c 	 0x0
0x5920 	 0x0
0x5924 	 0x0
0x5928 	 0x0
0x592c 	 0x0
0x5930 	 0x0
0x5934 	 0x0
0x5938 	 0x0
0x593c 	 0x0
0x5940 	 0x0
0x5944 	 0x0
0x5948 	 0x0
0x594c 	 0x0
0x5950 	 0x0
0x5954 	 0x0
0x5958 	 0x0
0x595c 	 0x0
0x5960 	 0x0
0x5964 	 0x0
0x5968 	 0x0
0x596c 	 0x0
0x5970 	 0x0
0x5974 	 0x0
0x5978 	 0x0
0x597c 	 0x0
0x5980 	 0x0
0x5984 	 0x0
0x5988 	 0x0
0x598c 	 0x0
0x5990 	 0x0
0x5994 	 0x0
0x5998 	 0x0
0x599c 	 0x0
0x59a0 	 0x0
0x59a4 	 0x0
0x59a8 	 0x0
0x59ac 	 0x0
0x59b0 	 0x0
0x59b4 	 0x0
0x59b8 	 0x0
0x59bc 	 0x0
0x59c0 	 0x0
0x59c4 	 0x0
0x59c8 	 0x0
0x59cc 	 0x0
0x59d0 	 0x0
0x59d4 	 0x0
0x59d8 	 0x0
0x59dc 	 0x0
0x59e0 	 0x0
0x59e4 	 0x0
0x59e8 	 0x0
0x59ec 	 0x0
0x59f0 	 0x0
0x59f4 	 0x0
0x59f8 	 0x0
0x59fc 	 0x0
0x5a00 	 0x0
0x5a04 	 0x0
0x5a08 	 0x0
0x5a0c 	 0x0
0x5a10 	 0x0
0x5a14 	 0x0
0x5a18 	 0x0
0x5a1c 	 0x0
0x5a20 	 0x0
0x5a24 	 0x0
0x5a28 	 0x0
0x5a2c 	 0x0
0x5a30 	 0x0
0x5a34 	 0x0
0x5a38 	 0x0
0x5a3c 	 0x0
0x5a40 	 0x0
0x5a44 	 0x0
0x5a48 	 0x0
0x5a4c 	 0x0
0x5a50 	 0x0
0x5a54 	 0x0
0x5a58 	 0x0
0x5a5c 	 0x0
0x5a60 	 0x0
0x5a64 	 0x0
0x5a68 	 0x0
0x5a6c 	 0x0
0x5a70 	 0x0
0x5a74 	 0x0
0x5a78 	 0x0
0x5a7c 	 0x0
0x5a80 	 0x0
0x5a84 	 0x0
0x5a88 	 0x0
0x5a8c 	 0x0
0x5a90 	 0x0
0x5a94 	 0x0
0x5a98 	 0x0
0x5a9c 	 0x0
0x5aa0 	 0x0
0x5aa4 	 0x0
0x5aa8 	 0x0
0x5aac 	 0x0
0x5ab0 	 0x0
0x5ab4 	 0x0
0x5ab8 	 0x0
0x5abc 	 0x0
0x5ac0 	 0x0
0x5ac4 	 0x0
0x5ac8 	 0x0
0x5acc 	 0x0
0x5ad0 	 0x0
0x5ad4 	 0x0
0x5ad8 	 0x0
0x5adc 	 0x0
0x5ae0 	 0x0
0x5ae4 	 0x0
0x5ae8 	 0x0
0x5aec 	 0x0
0x5af0 	 0x0
0x5af4 	 0x0
0x5af8 	 0x0
0x5afc 	 0x0
0x5b00 	 0x0
0x5b04 	 0x0
0x5b08 	 0x0
0x5b0c 	 0x0
0x5b10 	 0x0
0x5b14 	 0x0
0x5b18 	 0x0
0x5b1c 	 0x0
0x5b20 	 0x0
0x5b24 	 0x0
0x5b28 	 0x0
0x5b2c 	 0x0
0x5b30 	 0x0
0x5b34 	 0x0
0x5b38 	 0x0
0x5b3c 	 0x0
0x5b40 	 0x0
0x5b44 	 0x0
0x5b48 	 0x0
0x5b4c 	 0x0
0x5b50 	 0x0
0x5b54 	 0x0
0x5b58 	 0x0
0x5b5c 	 0x0
0x5b60 	 0x0
0x5b64 	 0x0
0x5b68 	 0x0
0x5b6c 	 0x0
0x5b70 	 0x0
0x5b74 	 0x0
0x5b78 	 0x0
0x5b7c 	 0x0
0x5b80 	 0x0
0x5b84 	 0x0
0x5b88 	 0x0
0x5b8c 	 0x0
0x5b90 	 0x0
0x5b94 	 0x0
0x5b98 	 0x0
0x5b9c 	 0x0
0x5ba0 	 0x0
0x5ba4 	 0x0
0x5ba8 	 0x0
0x5bac 	 0x0
0x5bb0 	 0x0
0x5bb4 	 0x0
0x5bb8 	 0x0
0x5bbc 	 0x0
0x5bc0 	 0x0
0x5bc4 	 0x0
0x5bc8 	 0x0
0x5bcc 	 0x0
0x5bd0 	 0x0
0x5bd4 	 0x0
0x5bd8 	 0x0
0x5bdc 	 0x0
0x5be0 	 0x0
0x5be4 	 0x0
0x5be8 	 0x0
0x5bec 	 0x0
0x5bf0 	 0x0
0x5bf4 	 0x0
0x5bf8 	 0x0
0x5bfc 	 0x0
0x5c00 	 0x0
0x5c04 	 0x0
0x5c08 	 0x0
0x5c0c 	 0x0
0x5c10 	 0x0
0x5c14 	 0x0
0x5c18 	 0x0
0x5c1c 	 0x0
0x5c20 	 0x0
0x5c24 	 0x0
0x5c28 	 0x0
0x5c2c 	 0x0
0x5c30 	 0x0
0x5c34 	 0x0
0x5c38 	 0x0
0x5c3c 	 0x0
0x5c40 	 0x0
0x5c44 	 0x0
0x5c48 	 0x0
0x5c4c 	 0x0
0x5c50 	 0x0
0x5c54 	 0x0
0x5c58 	 0x0
0x5c5c 	 0x0
0x5c60 	 0x0
0x5c64 	 0x0
0x5c68 	 0x0
0x5c6c 	 0x0
0x5c70 	 0x0
0x5c74 	 0x0
0x5c78 	 0x0
0x5c7c 	 0x0
0x5c80 	 0x0
0x5c84 	 0x0
0x5c88 	 0x0
0x5c8c 	 0x0
0x5c90 	 0x0
0x5c94 	 0x0
0x5c98 	 0x0
0x5c9c 	 0x0
0x5ca0 	 0x0
0x5ca4 	 0x0
0x5ca8 	 0x0
0x5cac 	 0x0
0x5cb0 	 0x0
0x5cb4 	 0x0
0x5cb8 	 0x0
0x5cbc 	 0x0
0x5cc0 	 0x0
0x5cc4 	 0x0
0x5cc8 	 0x0
0x5ccc 	 0x0
0x5cd0 	 0x0
0x5cd4 	 0x0
0x5cd8 	 0x0
0x5cdc 	 0x0
0x5ce0 	 0x0
0x5ce4 	 0x0
0x5ce8 	 0x0
0x5cec 	 0x0
0x5cf0 	 0x0
0x5cf4 	 0x0
0x5cf8 	 0x0
0x5cfc 	 0x0
0x5d00 	 0x0
0x5d04 	 0x0
0x5d08 	 0x0
0x5d0c 	 0x0
0x5d10 	 0x0
0x5d14 	 0x0
0x5d18 	 0x0
0x5d1c 	 0x0
0x5d20 	 0x0
0x5d24 	 0x0
0x5d28 	 0x0
0x5d2c 	 0x0
0x5d30 	 0x0
0x5d34 	 0x0
0x5d38 	 0x0
0x5d3c 	 0x0
0x5d40 	 0x0
0x5d44 	 0x0
0x5d48 	 0x0
0x5d4c 	 0x0
0x5d50 	 0x0
0x5d54 	 0x0
0x5d58 	 0x0
0x5d5c 	 0x0
0x5d60 	 0x0
0x5d64 	 0x0
0x5d68 	 0x0
0x5d6c 	 0x0
0x5d70 	 0x0
0x5d74 	 0x0
0x5d78 	 0x0
0x5d7c 	 0x0
0x5d80 	 0x0
0x5d84 	 0x0
0x5d88 	 0x0
0x5d8c 	 0x0
0x5d90 	 0x0
0x5d94 	 0x0
0x5d98 	 0x0
0x5d9c 	 0x0
0x5da0 	 0x0
0x5da4 	 0x0
0x5da8 	 0x0
0x5dac 	 0x0
0x5db0 	 0x0
0x5db4 	 0x0
0x5db8 	 0x0
0x5dbc 	 0x0
0x5dc0 	 0x0
0x5dc4 	 0x0
0x5dc8 	 0x0
0x5dcc 	 0x0
0x5dd0 	 0x0
0x5dd4 	 0x0
0x5dd8 	 0x0
0x5ddc 	 0x0
0x5de0 	 0x0
0x5de4 	 0x0
0x5de8 	 0x0
0x5dec 	 0x0
0x5df0 	 0x0
0x5df4 	 0x0
0x5df8 	 0x0
0x5dfc 	 0x0
0x5e00 	 0x0
0x5e04 	 0x0
0x5e08 	 0x0
0x5e0c 	 0x0
0x5e10 	 0x0
0x5e14 	 0x0
0x5e18 	 0x0
0x5e1c 	 0x0
0x5e20 	 0x0
0x5e24 	 0x0
0x5e28 	 0x0
0x5e2c 	 0x0
0x5e30 	 0x0
0x5e34 	 0x0
0x5e38 	 0x0
0x5e3c 	 0x0
0x5e40 	 0x0
0x5e44 	 0x0
0x5e48 	 0x0
0x5e4c 	 0x0
0x5e50 	 0x0
0x5e54 	 0x0
0x5e58 	 0x0
0x5e5c 	 0x0
0x5e60 	 0x0
0x5e64 	 0x0
0x5e68 	 0x0
0x5e6c 	 0x0
0x5e70 	 0x0
0x5e74 	 0x0
0x5e78 	 0x0
0x5e7c 	 0x0
0x5e80 	 0x0
0x5e84 	 0x0
0x5e88 	 0x0
0x5e8c 	 0x0
0x5e90 	 0x0
0x5e94 	 0x0
0x5e98 	 0x0
0x5e9c 	 0x0
0x5ea0 	 0x0
0x5ea4 	 0x0
0x5ea8 	 0x0
0x5eac 	 0x0
0x5eb0 	 0x0
0x5eb4 	 0x0
0x5eb8 	 0x0
0x5ebc 	 0x0
0x5ec0 	 0x0
0x5ec4 	 0x0
0x5ec8 	 0x0
0x5ecc 	 0x0
0x5ed0 	 0x0
0x5ed4 	 0x0
0x5ed8 	 0x0
0x5edc 	 0x0
0x5ee0 	 0x0
0x5ee4 	 0x0
0x5ee8 	 0x0
0x5eec 	 0x0
0x5ef0 	 0x0
0x5ef4 	 0x0
0x5ef8 	 0x0
0x5efc 	 0x0
0x5f00 	 0x0
0x5f04 	 0x0
0x5f08 	 0x0
0x5f0c 	 0x0
0x5f10 	 0x0
0x5f14 	 0x0
0x5f18 	 0x0
0x5f1c 	 0x0
0x5f20 	 0x0
0x5f24 	 0x0
0x5f28 	 0x0
0x5f2c 	 0x0
0x5f30 	 0x0
0x5f34 	 0x0
0x5f38 	 0x0
0x5f3c 	 0x0
0x5f40 	 0x0
0x5f44 	 0x0
0x5f48 	 0x0
0x5f4c 	 0x0
0x5f50 	 0x0
0x5f54 	 0x0
0x5f58 	 0x0
0x5f5c 	 0x0
0x5f60 	 0x0
0x5f64 	 0x0
0x5f68 	 0x0
0x5f6c 	 0x0
0x5f70 	 0x0
0x5f74 	 0x0
0x5f78 	 0x0
0x5f7c 	 0x0
0x5f80 	 0x0
0x5f84 	 0x0
0x5f88 	 0x0
0x5f8c 	 0x0
0x5f90 	 0x0
0x5f94 	 0x0
0x5f98 	 0x0
0x5f9c 	 0x0
0x5fa0 	 0x0
0x5fa4 	 0x0
0x5fa8 	 0x0
0x5fac 	 0x0
0x5fb0 	 0x0
0x5fb4 	 0x0
0x5fb8 	 0x0
0x5fbc 	 0x0
0x5fc0 	 0x0
0x5fc4 	 0x0
0x5fc8 	 0x0
0x5fcc 	 0x0
0x5fd0 	 0x0
0x5fd4 	 0x0
0x5fd8 	 0x0
0x5fdc 	 0x0
0x5fe0 	 0x0
0x5fe4 	 0x0
0x5fe8 	 0x0
0x5fec 	 0x0
0x5ff0 	 0x0
0x5ff4 	 0x0
0x5ff8 	 0x0
0x5ffc 	 0x0
0x6000 	 0x0
0x6004 	 0x0
0x6008 	 0x0
0x600c 	 0x0
0x6010 	 0x0
0x6014 	 0x0
0x6018 	 0x0
0x601c 	 0x0
0x6020 	 0x0
0x6024 	 0x0
0x6028 	 0x0
0x602c 	 0x0
0x6030 	 0x0
0x6034 	 0x0
0x6038 	 0x0
0x603c 	 0x0
0x6040 	 0x0
0x6044 	 0x0
0x6048 	 0x0
0x604c 	 0x0
0x6050 	 0x0
0x6054 	 0x0
0x6058 	 0x0
0x605c 	 0x0
0x6060 	 0x0
0x6064 	 0x0
0x6068 	 0x0
0x606c 	 0x0
0x6070 	 0x0
0x6074 	 0x0
0x6078 	 0x0
0x607c 	 0x0
0x6080 	 0x0
0x6084 	 0x0
0x6088 	 0x0
0x608c 	 0x0
0x6090 	 0x0
0x6094 	 0x0
0x6098 	 0x0
0x609c 	 0x0
0x60a0 	 0x0
0x60a4 	 0x0
0x60a8 	 0x0
0x60ac 	 0x0
0x60b0 	 0x0
0x60b4 	 0x0
0x60b8 	 0x0
0x60bc 	 0x0
0x60c0 	 0x0
0x60c4 	 0x0
0x60c8 	 0x0
0x60cc 	 0x0
0x60d0 	 0x0
0x60d4 	 0x0
0x60d8 	 0x0
0x60dc 	 0x0
0x60e0 	 0x0
0x60e4 	 0x0
0x60e8 	 0x0
0x60ec 	 0x0
0x60f0 	 0x0
0x60f4 	 0x0
0x60f8 	 0x0
0x60fc 	 0x0
0x6100 	 0x0
0x6104 	 0x0
0x6108 	 0x0
0x610c 	 0x0
0x6110 	 0x0
0x6114 	 0x0
0x6118 	 0x0
0x611c 	 0x0
0x6120 	 0x0
0x6124 	 0x0
0x6128 	 0x0
0x612c 	 0x0
0x6130 	 0x0
0x6134 	 0x0
0x6138 	 0x0
0x613c 	 0x0
0x6140 	 0x0
0x6144 	 0x0
0x6148 	 0x0
0x614c 	 0x0
0x6150 	 0x0
0x6154 	 0x0
0x6158 	 0x0
0x615c 	 0x0
0x6160 	 0x0
0x6164 	 0x0
0x6168 	 0x0
0x616c 	 0x0
0x6170 	 0x0
0x6174 	 0x0
0x6178 	 0x0
0x617c 	 0x0
0x6180 	 0x0
0x6184 	 0x0
0x6188 	 0x0
0x618c 	 0x0
0x6190 	 0x0
0x6194 	 0x0
0x6198 	 0x0
0x619c 	 0x0
0x61a0 	 0x0
0x61a4 	 0x0
0x61a8 	 0x0
0x61ac 	 0x0
0x61b0 	 0x0
0x61b4 	 0x0
0x61b8 	 0x0
0x61bc 	 0x0
0x61c0 	 0x0
0x61c4 	 0x0
0x61c8 	 0x0
0x61cc 	 0x0
0x61d0 	 0x0
0x61d4 	 0x0
0x61d8 	 0x0
0x61dc 	 0x0
0x61e0 	 0x0
0x61e4 	 0x0
0x61e8 	 0x0
0x61ec 	 0x0
0x61f0 	 0x0
0x61f4 	 0x0
0x61f8 	 0x0
0x61fc 	 0x0
0x6200 	 0x0
0x6204 	 0x0
0x6208 	 0x0
0x620c 	 0x0
0x6210 	 0x0
0x6214 	 0x0
0x6218 	 0x0
0x621c 	 0x0
0x6220 	 0x0
0x6224 	 0x0
0x6228 	 0x0
0x622c 	 0x0
0x6230 	 0x0
0x6234 	 0x0
0x6238 	 0x0
0x623c 	 0x0
0x6240 	 0x0
0x6244 	 0x0
0x6248 	 0x0
0x624c 	 0x0
0x6250 	 0x0
0x6254 	 0x0
0x6258 	 0x0
0x625c 	 0x0
0x6260 	 0x0
0x6264 	 0x0
0x6268 	 0x0
0x626c 	 0x0
0x6270 	 0x0
0x6274 	 0x0
0x6278 	 0x0
0x627c 	 0x0
0x6280 	 0x0
0x6284 	 0x0
0x6288 	 0x0
0x628c 	 0x0
0x6290 	 0x0
0x6294 	 0x0
0x6298 	 0x0
0x629c 	 0x0
0x62a0 	 0x0
0x62a4 	 0x0
0x62a8 	 0x0
0x62ac 	 0x0
0x62b0 	 0x0
0x62b4 	 0x0
0x62b8 	 0x0
0x62bc 	 0x0
0x62c0 	 0x0
0x62c4 	 0x0
0x62c8 	 0x0
0x62cc 	 0x0
0x62d0 	 0x0
0x62d4 	 0x0
0x62d8 	 0x0
0x62dc 	 0x0
0x62e0 	 0x0
0x62e4 	 0x0
0x62e8 	 0x0
0x62ec 	 0x0
0x62f0 	 0x0
0x62f4 	 0x0
0x62f8 	 0x0
0x62fc 	 0x0
0x6300 	 0x0
0x6304 	 0x0
0x6308 	 0x0
0x630c 	 0x0
0x6310 	 0x0
0x6314 	 0x0
0x6318 	 0x0
0x631c 	 0x0
0x6320 	 0x0
0x6324 	 0x0
0x6328 	 0x0
0x632c 	 0x0
0x6330 	 0x0
0x6334 	 0x0
0x6338 	 0x0
0x633c 	 0x0
0x6340 	 0x0
0x6344 	 0x0
0x6348 	 0x0
0x634c 	 0x0
0x6350 	 0x0
0x6354 	 0x0
0x6358 	 0x0
0x635c 	 0x0
0x6360 	 0x0
0x6364 	 0x0
0x6368 	 0x0
0x636c 	 0x0
0x6370 	 0x0
0x6374 	 0x0
0x6378 	 0x0
0x637c 	 0x0
0x6380 	 0x0
0x6384 	 0x0
0x6388 	 0x0
0x638c 	 0x0
0x6390 	 0x0
0x6394 	 0x0
0x6398 	 0x0
0x639c 	 0x0
0x63a0 	 0x0
0x63a4 	 0x0
0x63a8 	 0x0
0x63ac 	 0x0
0x63b0 	 0x0
0x63b4 	 0x0
0x63b8 	 0x0
0x63bc 	 0x0
0x63c0 	 0x0
0x63c4 	 0x0
0x63c8 	 0x0
0x63cc 	 0x0
0x63d0 	 0x0
0x63d4 	 0x0
0x63d8 	 0x0
0x63dc 	 0x0
0x63e0 	 0x0
0x63e4 	 0x0
0x63e8 	 0x0
0x63ec 	 0x0
0x63f0 	 0x0
0x63f4 	 0x0
0x63f8 	 0x0
0x63fc 	 0x0
0x6400 	 0x0
0x6404 	 0x0
0x6408 	 0x0
0x640c 	 0x0
0x6410 	 0x0
0x6414 	 0x0
0x6418 	 0x0
0x641c 	 0x0
0x6420 	 0x0
0x6424 	 0x0
0x6428 	 0x0
0x642c 	 0x0
0x6430 	 0x0
0x6434 	 0x0
0x6438 	 0x0
0x643c 	 0x0
0x6440 	 0x0
0x6444 	 0x0
0x6448 	 0x0
0x644c 	 0x0
0x6450 	 0x0
0x6454 	 0x0
0x6458 	 0x0
0x645c 	 0x0
0x6460 	 0x0
0x6464 	 0x0
0x6468 	 0x0
0x646c 	 0x0
0x6470 	 0x0
0x6474 	 0x0
0x6478 	 0x0
0x647c 	 0x0
0x6480 	 0x0
0x6484 	 0x0
0x6488 	 0x0
0x648c 	 0x0
0x6490 	 0x0
0x6494 	 0x0
0x6498 	 0x0
0x649c 	 0x0
0x64a0 	 0x0
0x64a4 	 0x0
0x64a8 	 0x0
0x64ac 	 0x0
0x64b0 	 0x0
0x64b4 	 0x0
0x64b8 	 0x0
0x64bc 	 0x0
0x64c0 	 0x0
0x64c4 	 0x0
0x64c8 	 0x0
0x64cc 	 0x0
0x64d0 	 0x0
0x64d4 	 0x0
0x64d8 	 0x0
0x64dc 	 0x0
0x64e0 	 0x0
0x64e4 	 0x0
0x64e8 	 0x0
0x64ec 	 0x0
0x64f0 	 0x0
0x64f4 	 0x0
0x64f8 	 0x0
0x64fc 	 0x0
0x6500 	 0x0
0x6504 	 0x0
0x6508 	 0x0
0x650c 	 0x0
0x6510 	 0x0
0x6514 	 0x0
0x6518 	 0x0
0x651c 	 0x0
0x6520 	 0x0
0x6524 	 0x0
0x6528 	 0x0
0x652c 	 0x0
0x6530 	 0x0
0x6534 	 0x0
0x6538 	 0x0
0x653c 	 0x0
0x6540 	 0x0
0x6544 	 0x0
0x6548 	 0x0
0x654c 	 0x0
0x6550 	 0x0
0x6554 	 0x0
0x6558 	 0x0
0x655c 	 0x0
0x6560 	 0x0
0x6564 	 0x0
0x6568 	 0x0
0x656c 	 0x0
0x6570 	 0x0
0x6574 	 0x0
0x6578 	 0x0
0x657c 	 0x0
0x6580 	 0x0
0x6584 	 0x0
0x6588 	 0x0
0x658c 	 0x0
0x6590 	 0x0
0x6594 	 0x0
0x6598 	 0x0
0x659c 	 0x0
0x65a0 	 0x0
0x65a4 	 0x0
0x65a8 	 0x0
0x65ac 	 0x0
0x65b0 	 0x0
0x65b4 	 0x0
0x65b8 	 0x0
0x65bc 	 0x0
0x65c0 	 0x0
0x65c4 	 0x0
0x65c8 	 0x0
0x65cc 	 0x0
0x65d0 	 0x0
0x65d4 	 0x0
0x65d8 	 0x0
0x65dc 	 0x0
0x65e0 	 0x0
0x65e4 	 0x0
0x65e8 	 0x0
0x65ec 	 0x0
0x65f0 	 0x0
0x65f4 	 0x0
0x65f8 	 0x0
0x65fc 	 0x0
0x6600 	 0x0
0x6604 	 0x0
0x6608 	 0x0
0x660c 	 0x0
0x6610 	 0x0
0x6614 	 0x0
0x6618 	 0x0
0x661c 	 0x0
0x6620 	 0x0
0x6624 	 0x0
0x6628 	 0x0
0x662c 	 0x0
0x6630 	 0x0
0x6634 	 0x0
0x6638 	 0x0
0x663c 	 0x0
0x6640 	 0x0
0x6644 	 0x0
0x6648 	 0x0
0x664c 	 0x0
0x6650 	 0x0
0x6654 	 0x0
0x6658 	 0x0
0x665c 	 0x0
0x6660 	 0x0
0x6664 	 0x0
0x6668 	 0x0
0x666c 	 0x0
0x6670 	 0x0
0x6674 	 0x0
0x6678 	 0x0
0x667c 	 0x0
0x6680 	 0x0
0x6684 	 0x0
0x6688 	 0x0
0x668c 	 0x0
0x6690 	 0x0
0x6694 	 0x0
0x6698 	 0x0
0x669c 	 0x0
0x66a0 	 0x0
0x66a4 	 0x0
0x66a8 	 0x0
0x66ac 	 0x0
0x66b0 	 0x0
0x66b4 	 0x0
0x66b8 	 0x0
0x66bc 	 0x0
0x66c0 	 0x0
0x66c4 	 0x0
0x66c8 	 0x0
0x66cc 	 0x0
0x66d0 	 0x0
0x66d4 	 0x0
0x66d8 	 0x0
0x66dc 	 0x0
0x66e0 	 0x0
0x66e4 	 0x0
0x66e8 	 0x0
0x66ec 	 0x0
0x66f0 	 0x0
0x66f4 	 0x0
0x66f8 	 0x0
0x66fc 	 0x0
0x6700 	 0x0
0x6704 	 0x0
0x6708 	 0x0
0x670c 	 0x0
0x6710 	 0x0
0x6714 	 0x0
0x6718 	 0x0
0x671c 	 0x0
0x6720 	 0x0
0x6724 	 0x0
0x6728 	 0x0
0x672c 	 0x0
0x6730 	 0x0
0x6734 	 0x0
0x6738 	 0x0
0x673c 	 0x0
0x6740 	 0x0
0x6744 	 0x0
0x6748 	 0x0
0x674c 	 0x0
0x6750 	 0x0
0x6754 	 0x0
0x6758 	 0x0
0x675c 	 0x0
0x6760 	 0x0
0x6764 	 0x0
0x6768 	 0x0
0x676c 	 0x0
0x6770 	 0x0
0x6774 	 0x0
0x6778 	 0x0
0x677c 	 0x0
0x6780 	 0x0
0x6784 	 0x0
0x6788 	 0x0
0x678c 	 0x0
0x6790 	 0x0
0x6794 	 0x0
0x6798 	 0x0
0x679c 	 0x0
0x67a0 	 0x0
0x67a4 	 0x0
0x67a8 	 0x0
0x67ac 	 0x0
0x67b0 	 0x0
0x67b4 	 0x0
0x67b8 	 0x0
0x67bc 	 0x0
0x67c0 	 0x0
0x67c4 	 0x0
0x67c8 	 0x0
0x67cc 	 0x0
0x67d0 	 0x0
0x67d4 	 0x0
0x67d8 	 0x0
0x67dc 	 0x0
0x67e0 	 0x0
0x67e4 	 0x0
0x67e8 	 0x0
0x67ec 	 0x0
0x67f0 	 0x0
0x67f4 	 0x0
0x67f8 	 0x0
0x67fc 	 0x0
0x6800 	 0x0
0x6804 	 0x0
0x6808 	 0x0
0x680c 	 0x0
0x6810 	 0x0
0x6814 	 0x0
0x6818 	 0x0
0x681c 	 0x0
0x6820 	 0x0
0x6824 	 0x0
0x6828 	 0x0
0x682c 	 0x0
0x6830 	 0x0
0x6834 	 0x0
0x6838 	 0x0
0x683c 	 0x0
0x6840 	 0x0
0x6844 	 0x0
0x6848 	 0x0
0x684c 	 0x0
0x6850 	 0x0
0x6854 	 0x0
0x6858 	 0x0
0x685c 	 0x0
0x6860 	 0x0
0x6864 	 0x0
0x6868 	 0x0
0x686c 	 0x0
0x6870 	 0x0
0x6874 	 0x0
0x6878 	 0x0
0x687c 	 0x0
0x6880 	 0x0
0x6884 	 0x0
0x6888 	 0x0
0x688c 	 0x0
0x6890 	 0x0
0x6894 	 0x0
0x6898 	 0x0
0x689c 	 0x0
0x68a0 	 0x0
0x68a4 	 0x0
0x68a8 	 0x0
0x68ac 	 0x0
0x68b0 	 0x0
0x68b4 	 0x0
0x68b8 	 0x0
0x68bc 	 0x0
0x68c0 	 0x0
0x68c4 	 0x0
0x68c8 	 0x0
0x68cc 	 0x0
0x68d0 	 0x0
0x68d4 	 0x0
0x68d8 	 0x0
0x68dc 	 0x0
0x68e0 	 0x0
0x68e4 	 0x0
0x68e8 	 0x0
0x68ec 	 0x0
0x68f0 	 0x0
0x68f4 	 0x0
0x68f8 	 0x0
0x68fc 	 0x0
0x6900 	 0x0
0x6904 	 0x0
0x6908 	 0x0
0x690c 	 0x0
0x6910 	 0x0
0x6914 	 0x0
0x6918 	 0x0
0x691c 	 0x0
0x6920 	 0x0
0x6924 	 0x0
0x6928 	 0x0
0x692c 	 0x0
0x6930 	 0x0
0x6934 	 0x0
0x6938 	 0x0
0x693c 	 0x0
0x6940 	 0x0
0x6944 	 0x0
0x6948 	 0x0
0x694c 	 0x0
0x6950 	 0x0
0x6954 	 0x0
0x6958 	 0x0
0x695c 	 0x0
0x6960 	 0x0
0x6964 	 0x0
0x6968 	 0x0
0x696c 	 0x0
0x6970 	 0x0
0x6974 	 0x0
0x6978 	 0x0
0x697c 	 0x0
0x6980 	 0x0
0x6984 	 0x0
0x6988 	 0x0
0x698c 	 0x0
0x6990 	 0x0
0x6994 	 0x0
0x6998 	 0x0
0x699c 	 0x0
0x69a0 	 0x0
0x69a4 	 0x0
0x69a8 	 0x0
0x69ac 	 0x0
0x69b0 	 0x0
0x69b4 	 0x0
0x69b8 	 0x0
0x69bc 	 0x0
0x69c0 	 0x0
0x69c4 	 0x0
0x69c8 	 0x0
0x69cc 	 0x0
0x69d0 	 0x0
0x69d4 	 0x0
0x69d8 	 0x0
0x69dc 	 0x0
0x69e0 	 0x0
0x69e4 	 0x0
0x69e8 	 0x0
0x69ec 	 0x0
0x69f0 	 0x0
0x69f4 	 0x0
0x69f8 	 0x0
0x69fc 	 0x0
0x6a00 	 0x0
0x6a04 	 0x0
0x6a08 	 0x0
0x6a0c 	 0x0
0x6a10 	 0x0
0x6a14 	 0x0
0x6a18 	 0x0
0x6a1c 	 0x0
0x6a20 	 0x0
0x6a24 	 0x0
0x6a28 	 0x0
0x6a2c 	 0x0
0x6a30 	 0x0
0x6a34 	 0x0
0x6a38 	 0x0
0x6a3c 	 0x0
0x6a40 	 0x0
0x6a44 	 0x0
0x6a48 	 0x0
0x6a4c 	 0x0
0x6a50 	 0x0
0x6a54 	 0x0
0x6a58 	 0x0
0x6a5c 	 0x0
0x6a60 	 0x0
0x6a64 	 0x0
0x6a68 	 0x0
0x6a6c 	 0x0
0x6a70 	 0x0
0x6a74 	 0x0
0x6a78 	 0x0
0x6a7c 	 0x0
0x6a80 	 0x0
0x6a84 	 0x0
0x6a88 	 0x0
0x6a8c 	 0x0
0x6a90 	 0x0
0x6a94 	 0x0
0x6a98 	 0x0
0x6a9c 	 0x0
0x6aa0 	 0x0
0x6aa4 	 0x0
0x6aa8 	 0x0
0x6aac 	 0x0
0x6ab0 	 0x0
0x6ab4 	 0x0
0x6ab8 	 0x0
0x6abc 	 0x0
0x6ac0 	 0x0
0x6ac4 	 0x0
0x6ac8 	 0x0
0x6acc 	 0x0
0x6ad0 	 0x0
0x6ad4 	 0x0
0x6ad8 	 0x0
0x6adc 	 0x0
0x6ae0 	 0x0
0x6ae4 	 0x0
0x6ae8 	 0x0
0x6aec 	 0x0
0x6af0 	 0x0
0x6af4 	 0x0
0x6af8 	 0x0
0x6afc 	 0x0
0x6b00 	 0x0
0x6b04 	 0x0
0x6b08 	 0x0
0x6b0c 	 0x0
0x6b10 	 0x0
0x6b14 	 0x0
0x6b18 	 0x0
0x6b1c 	 0x0
0x6b20 	 0x0
0x6b24 	 0x0
0x6b28 	 0x0
0x6b2c 	 0x0
0x6b30 	 0x0
0x6b34 	 0x0
0x6b38 	 0x0
0x6b3c 	 0x0
0x6b40 	 0x0
0x6b44 	 0x0
0x6b48 	 0x0
0x6b4c 	 0x0
0x6b50 	 0x0
0x6b54 	 0x0
0x6b58 	 0x0
0x6b5c 	 0x0
0x6b60 	 0x0
0x6b64 	 0x0
0x6b68 	 0x0
0x6b6c 	 0x0
0x6b70 	 0x0
0x6b74 	 0x0
0x6b78 	 0x0
0x6b7c 	 0x0
0x6b80 	 0x0
0x6b84 	 0x0
0x6b88 	 0x0
0x6b8c 	 0x0
0x6b90 	 0x0
0x6b94 	 0x0
0x6b98 	 0x0
0x6b9c 	 0x0
0x6ba0 	 0x0
0x6ba4 	 0x0
0x6ba8 	 0x0
0x6bac 	 0x0
0x6bb0 	 0x0
0x6bb4 	 0x0
0x6bb8 	 0x0
0x6bbc 	 0x0
0x6bc0 	 0x0
0x6bc4 	 0x0
0x6bc8 	 0x0
0x6bcc 	 0x0
0x6bd0 	 0x0
0x6bd4 	 0x0
0x6bd8 	 0x0
0x6bdc 	 0x0
0x6be0 	 0x0
0x6be4 	 0x0
0x6be8 	 0x0
0x6bec 	 0x0
0x6bf0 	 0x0
0x6bf4 	 0x0
0x6bf8 	 0x0
0x6bfc 	 0x0
0x6c00 	 0x0
0x6c04 	 0x0
0x6c08 	 0x0
0x6c0c 	 0x0
0x6c10 	 0x0
0x6c14 	 0x0
0x6c18 	 0x0
0x6c1c 	 0x0
0x6c20 	 0x0
0x6c24 	 0x0
0x6c28 	 0x0
0x6c2c 	 0x0
0x6c30 	 0x0
0x6c34 	 0x0
0x6c38 	 0x0
0x6c3c 	 0x0
0x6c40 	 0x0
0x6c44 	 0x0
0x6c48 	 0x0
0x6c4c 	 0x0
0x6c50 	 0x0
0x6c54 	 0x0
0x6c58 	 0x0
0x6c5c 	 0x0
0x6c60 	 0x0
0x6c64 	 0x0
0x6c68 	 0x0
0x6c6c 	 0x0
0x6c70 	 0x0
0x6c74 	 0x0
0x6c78 	 0x0
0x6c7c 	 0x0
0x6c80 	 0x0
0x6c84 	 0x0
0x6c88 	 0x0
0x6c8c 	 0x0
0x6c90 	 0x0
0x6c94 	 0x0
0x6c98 	 0x0
0x6c9c 	 0x0
0x6ca0 	 0x0
0x6ca4 	 0x0
0x6ca8 	 0x0
0x6cac 	 0x0
0x6cb0 	 0x0
0x6cb4 	 0x0
0x6cb8 	 0x0
0x6cbc 	 0x0
0x6cc0 	 0x0
0x6cc4 	 0x0
0x6cc8 	 0x0
0x6ccc 	 0x0
0x6cd0 	 0x0
0x6cd4 	 0x0
0x6cd8 	 0x0
0x6cdc 	 0x0
0x6ce0 	 0x0
0x6ce4 	 0x0
0x6ce8 	 0x0
0x6cec 	 0x0
0x6cf0 	 0x0
0x6cf4 	 0x0
0x6cf8 	 0x0
0x6cfc 	 0x0
0x6d00 	 0x0
0x6d04 	 0x0
0x6d08 	 0x0
0x6d0c 	 0x0
0x6d10 	 0x0
0x6d14 	 0x0
0x6d18 	 0x0
0x6d1c 	 0x0
0x6d20 	 0x0
0x6d24 	 0x0
0x6d28 	 0x0
0x6d2c 	 0x0
0x6d30 	 0x0
0x6d34 	 0x0
0x6d38 	 0x0
0x6d3c 	 0x0
0x6d40 	 0x0
0x6d44 	 0x0
0x6d48 	 0x0
0x6d4c 	 0x0
0x6d50 	 0x0
0x6d54 	 0x0
0x6d58 	 0x0
0x6d5c 	 0x0
0x6d60 	 0x0
0x6d64 	 0x0
0x6d68 	 0x0
0x6d6c 	 0x0
0x6d70 	 0x0
0x6d74 	 0x0
0x6d78 	 0x0
0x6d7c 	 0x0
0x6d80 	 0x0
0x6d84 	 0x0
0x6d88 	 0x0
0x6d8c 	 0x0
0x6d90 	 0x0
0x6d94 	 0x0
0x6d98 	 0x0
0x6d9c 	 0x0
0x6da0 	 0x0
0x6da4 	 0x0
0x6da8 	 0x0
0x6dac 	 0x0
0x6db0 	 0x0
0x6db4 	 0x0
0x6db8 	 0x0
0x6dbc 	 0x0
0x6dc0 	 0x0
0x6dc4 	 0x0
0x6dc8 	 0x0
0x6dcc 	 0x0
0x6dd0 	 0x0
0x6dd4 	 0x0
0x6dd8 	 0x0
0x6ddc 	 0x0
0x6de0 	 0x0
0x6de4 	 0x0
0x6de8 	 0x0
0x6dec 	 0x0
0x6df0 	 0x0
0x6df4 	 0x0
0x6df8 	 0x0
0x6dfc 	 0x0
0x6e00 	 0x0
0x6e04 	 0x0
0x6e08 	 0x0
0x6e0c 	 0x0
0x6e10 	 0x0
0x6e14 	 0x0
0x6e18 	 0x0
0x6e1c 	 0x0
0x6e20 	 0x0
0x6e24 	 0x0
0x6e28 	 0x0
0x6e2c 	 0x0
0x6e30 	 0x0
0x6e34 	 0x0
0x6e38 	 0x0
0x6e3c 	 0x0
0x6e40 	 0x0
0x6e44 	 0x0
0x6e48 	 0x0
0x6e4c 	 0x0
0x6e50 	 0x0
0x6e54 	 0x0
0x6e58 	 0x0
0x6e5c 	 0x0
0x6e60 	 0x0
0x6e64 	 0x0
0x6e68 	 0x0
0x6e6c 	 0x0
0x6e70 	 0x0
0x6e74 	 0x0
0x6e78 	 0x0
0x6e7c 	 0x0
0x6e80 	 0x0
0x6e84 	 0x0
0x6e88 	 0x0
0x6e8c 	 0x0
0x6e90 	 0x0
0x6e94 	 0x0
0x6e98 	 0x0
0x6e9c 	 0x0
0x6ea0 	 0x0
0x6ea4 	 0x0
0x6ea8 	 0x0
0x6eac 	 0x0
0x6eb0 	 0x0
0x6eb4 	 0x0
0x6eb8 	 0x0
0x6ebc 	 0x0
0x6ec0 	 0x0
0x6ec4 	 0x0
0x6ec8 	 0x0
0x6ecc 	 0x0
0x6ed0 	 0x0
0x6ed4 	 0x0
0x6ed8 	 0x0
0x6edc 	 0x0
0x6ee0 	 0x0
0x6ee4 	 0x0
0x6ee8 	 0x0
0x6eec 	 0x0
0x6ef0 	 0x0
0x6ef4 	 0x0
0x6ef8 	 0x0
0x6efc 	 0x0
0x6f00 	 0x0
0x6f04 	 0x0
0x6f08 	 0x0
0x6f0c 	 0x0
0x6f10 	 0x0
0x6f14 	 0x0
0x6f18 	 0x0
0x6f1c 	 0x0
0x6f20 	 0x0
0x6f24 	 0x0
0x6f28 	 0x0
0x6f2c 	 0x0
0x6f30 	 0x0
0x6f34 	 0x0
0x6f38 	 0x0
0x6f3c 	 0x0
0x6f40 	 0x0
0x6f44 	 0x0
0x6f48 	 0x0
0x6f4c 	 0x0
0x6f50 	 0x0
0x6f54 	 0x0
0x6f58 	 0x0
0x6f5c 	 0x0
0x6f60 	 0x0
0x6f64 	 0x0
0x6f68 	 0x0
0x6f6c 	 0x0
0x6f70 	 0x0
0x6f74 	 0x0
0x6f78 	 0x0
0x6f7c 	 0x0
0x6f80 	 0x0
0x6f84 	 0x0
0x6f88 	 0x0
0x6f8c 	 0x0
0x6f90 	 0x0
0x6f94 	 0x0
0x6f98 	 0x0
0x6f9c 	 0x0
0x6fa0 	 0x0
0x6fa4 	 0x0
0x6fa8 	 0x0
0x6fac 	 0x0
0x6fb0 	 0x0
0x6fb4 	 0x0
0x6fb8 	 0x0
0x6fbc 	 0x0
0x6fc0 	 0x0
0x6fc4 	 0x0
0x6fc8 	 0x0
0x6fcc 	 0x0
0x6fd0 	 0x0
0x6fd4 	 0x0
0x6fd8 	 0x0
0x6fdc 	 0x0
0x6fe0 	 0x0
0x6fe4 	 0x0
0x6fe8 	 0x0
0x6fec 	 0x0
0x6ff0 	 0x0
0x6ff4 	 0x0
0x6ff8 	 0x0
0x6ffc 	 0x0
0x7000 	 0x0
0x7004 	 0x0
0x7008 	 0x0
0x700c 	 0x0
0x7010 	 0x0
0x7014 	 0x0
0x7018 	 0x0
0x701c 	 0x0
0x7020 	 0x0
0x7024 	 0x0
0x7028 	 0x0
0x702c 	 0x0
0x7030 	 0x0
0x7034 	 0x0
0x7038 	 0x0
0x703c 	 0x0
0x7040 	 0x0
0x7044 	 0x0
0x7048 	 0x0
0x704c 	 0x0
0x7050 	 0x0
0x7054 	 0x0
0x7058 	 0x0
0x705c 	 0x0
0x7060 	 0x0
0x7064 	 0x0
0x7068 	 0x0
0x706c 	 0x0
0x7070 	 0x0
0x7074 	 0x0
0x7078 	 0x0
0x707c 	 0x0
0x7080 	 0x0
0x7084 	 0x0
0x7088 	 0x0
0x708c 	 0x0
0x7090 	 0x0
0x7094 	 0x0
0x7098 	 0x0
0x709c 	 0x0
0x70a0 	 0x0
0x70a4 	 0x0
0x70a8 	 0x0
0x70ac 	 0x0
0x70b0 	 0x0
0x70b4 	 0x0
0x70b8 	 0x0
0x70bc 	 0x0
0x70c0 	 0x0
0x70c4 	 0x0
0x70c8 	 0x0
0x70cc 	 0x0
0x70d0 	 0x0
0x70d4 	 0x0
0x70d8 	 0x0
0x70dc 	 0x0
0x70e0 	 0x0
0x70e4 	 0x0
0x70e8 	 0x0
0x70ec 	 0x0
0x70f0 	 0x0
0x70f4 	 0x0
0x70f8 	 0x0
0x70fc 	 0x0
0x7100 	 0x0
0x7104 	 0x0
0x7108 	 0x0
0x710c 	 0x0
0x7110 	 0x0
0x7114 	 0x0
0x7118 	 0x0
0x711c 	 0x0
0x7120 	 0x0
0x7124 	 0x0
0x7128 	 0x0
0x712c 	 0x0
0x7130 	 0x0
0x7134 	 0x0
0x7138 	 0x0
0x713c 	 0x0
0x7140 	 0x0
0x7144 	 0x0
0x7148 	 0x0
0x714c 	 0x0
0x7150 	 0x0
0x7154 	 0x0
0x7158 	 0x0
0x715c 	 0x0
0x7160 	 0x0
0x7164 	 0x0
0x7168 	 0x0
0x716c 	 0x0
0x7170 	 0x0
0x7174 	 0x0
0x7178 	 0x0
0x717c 	 0x0
0x7180 	 0x0
0x7184 	 0x0
0x7188 	 0x0
0x718c 	 0x0
0x7190 	 0x0
0x7194 	 0x0
0x7198 	 0x0
0x719c 	 0x0
0x71a0 	 0x0
0x71a4 	 0x0
0x71a8 	 0x0
0x71ac 	 0x0
0x71b0 	 0x0
0x71b4 	 0x0
0x71b8 	 0x0
0x71bc 	 0x0
0x71c0 	 0x0
0x71c4 	 0x0
0x71c8 	 0x0
0x71cc 	 0x0
0x71d0 	 0x0
0x71d4 	 0x0
0x71d8 	 0x0
0x71dc 	 0x0
0x71e0 	 0x0
0x71e4 	 0x0
0x71e8 	 0x0
0x71ec 	 0x0
0x71f0 	 0x0
0x71f4 	 0x0
0x71f8 	 0x0
0x71fc 	 0x0
0x7200 	 0x0
0x7204 	 0x0
0x7208 	 0x0
0x720c 	 0x0
0x7210 	 0x0
0x7214 	 0x0
0x7218 	 0x0
0x721c 	 0x0
0x7220 	 0x0
0x7224 	 0x0
0x7228 	 0x0
0x722c 	 0x0
0x7230 	 0x0
0x7234 	 0x0
0x7238 	 0x0
0x723c 	 0x0
0x7240 	 0x0
0x7244 	 0x0
0x7248 	 0x0
0x724c 	 0x0
0x7250 	 0x0
0x7254 	 0x0
0x7258 	 0x0
0x725c 	 0x0
0x7260 	 0x0
0x7264 	 0x0
0x7268 	 0x0
0x726c 	 0x0
0x7270 	 0x0
0x7274 	 0x0
0x7278 	 0x0
0x727c 	 0x0
0x7280 	 0x0
0x7284 	 0x0
0x7288 	 0x0
0x728c 	 0x0
0x7290 	 0x0
0x7294 	 0x0
0x7298 	 0x0
0x729c 	 0x0
0x72a0 	 0x0
0x72a4 	 0x0
0x72a8 	 0x0
0x72ac 	 0x0
0x72b0 	 0x0
0x72b4 	 0x0
0x72b8 	 0x0
0x72bc 	 0x0
0x72c0 	 0x0
0x72c4 	 0x0
0x72c8 	 0x0
0x72cc 	 0x0
0x72d0 	 0x0
0x72d4 	 0x0
0x72d8 	 0x0
0x72dc 	 0x0
0x72e0 	 0x0
0x72e4 	 0x0
0x72e8 	 0x0
0x72ec 	 0x0
0x72f0 	 0x0
0x72f4 	 0x0
0x72f8 	 0x0
0x72fc 	 0x0
0x7300 	 0x0
0x7304 	 0x0
0x7308 	 0x0
0x730c 	 0x0
0x7310 	 0x0
0x7314 	 0x0
0x7318 	 0x0
0x731c 	 0x0
0x7320 	 0x0
0x7324 	 0x0
0x7328 	 0x0
0x732c 	 0x0
0x7330 	 0x0
0x7334 	 0x0
0x7338 	 0x0
0x733c 	 0x0
0x7340 	 0x0
0x7344 	 0x0
0x7348 	 0x0
0x734c 	 0x0
0x7350 	 0x0
0x7354 	 0x0
0x7358 	 0x0
0x735c 	 0x0
0x7360 	 0x0
0x7364 	 0x0
0x7368 	 0x0
0x736c 	 0x0
0x7370 	 0x0
0x7374 	 0x0
0x7378 	 0x0
0x737c 	 0x0
0x7380 	 0x0
0x7384 	 0x0
0x7388 	 0x0
0x738c 	 0x0
0x7390 	 0x0
0x7394 	 0x0
0x7398 	 0x0
0x739c 	 0x0
0x73a0 	 0x0
0x73a4 	 0x0
0x73a8 	 0x0
0x73ac 	 0x0
0x73b0 	 0x0
0x73b4 	 0x0
0x73b8 	 0x0
0x73bc 	 0x0
0x73c0 	 0x0
0x73c4 	 0x0
0x73c8 	 0x0
0x73cc 	 0x0
0x73d0 	 0x0
0x73d4 	 0x0
0x73d8 	 0x0
0x73dc 	 0x0
0x73e0 	 0x0
0x73e4 	 0x0
0x73e8 	 0x0
0x73ec 	 0x0
0x73f0 	 0x0
0x73f4 	 0x0
0x73f8 	 0x0
0x73fc 	 0x0
0x7400 	 0x0
0x7404 	 0x0
0x7408 	 0x0
0x740c 	 0x0
0x7410 	 0x0
0x7414 	 0x0
0x7418 	 0x0
0x741c 	 0x0
0x7420 	 0x0
0x7424 	 0x0
0x7428 	 0x0
0x742c 	 0x0
0x7430 	 0x0
0x7434 	 0x0
0x7438 	 0x0
0x743c 	 0x0
0x7440 	 0x0
0x7444 	 0x0
0x7448 	 0x0
0x744c 	 0x0
0x7450 	 0x0
0x7454 	 0x0
0x7458 	 0x0
0x745c 	 0x0
0x7460 	 0x0
0x7464 	 0x0
0x7468 	 0x0
0x746c 	 0x0
0x7470 	 0x0
0x7474 	 0x0
0x7478 	 0x0
0x747c 	 0x0
0x7480 	 0x0
0x7484 	 0x0
0x7488 	 0x0
0x748c 	 0x0
0x7490 	 0x0
0x7494 	 0x0
0x7498 	 0x0
0x749c 	 0x0
0x74a0 	 0x0
0x74a4 	 0x0
0x74a8 	 0x0
0x74ac 	 0x0
0x74b0 	 0x0
0x74b4 	 0x0
0x74b8 	 0x0
0x74bc 	 0x0
0x74c0 	 0x0
0x74c4 	 0x0
0x74c8 	 0x0
0x74cc 	 0x0
0x74d0 	 0x0
0x74d4 	 0x0
0x74d8 	 0x0
0x74dc 	 0x0
0x74e0 	 0x0
0x74e4 	 0x0
0x74e8 	 0x0
0x74ec 	 0x0
0x74f0 	 0x0
0x74f4 	 0x0
0x74f8 	 0x0
0x74fc 	 0x0
0x7500 	 0x0
0x7504 	 0x0
0x7508 	 0x0
0x750c 	 0x0
0x7510 	 0x0
0x7514 	 0x0
0x7518 	 0x0
0x751c 	 0x0
0x7520 	 0x0
0x7524 	 0x0
0x7528 	 0x0
0x752c 	 0x0
0x7530 	 0x0
0x7534 	 0x0
0x7538 	 0x0
0x753c 	 0x0
0x7540 	 0x0
0x7544 	 0x0
0x7548 	 0x0
0x754c 	 0x0
0x7550 	 0x0
0x7554 	 0x0
0x7558 	 0x0
0x755c 	 0x0
0x7560 	 0x0
0x7564 	 0x0
0x7568 	 0x0
0x756c 	 0x0
0x7570 	 0x0
0x7574 	 0x0
0x7578 	 0x0
0x757c 	 0x0
0x7580 	 0x0
0x7584 	 0x0
0x7588 	 0x0
0x758c 	 0x0
0x7590 	 0x0
0x7594 	 0x0
0x7598 	 0x0
0x759c 	 0x0
0x75a0 	 0x0
0x75a4 	 0x0
0x75a8 	 0x0
0x75ac 	 0x0
0x75b0 	 0x0
0x75b4 	 0x0
0x75b8 	 0x0
0x75bc 	 0x0
0x75c0 	 0x0
0x75c4 	 0x0
0x75c8 	 0x0
0x75cc 	 0x0
0x75d0 	 0x0
0x75d4 	 0x0
0x75d8 	 0x0
0x75dc 	 0x0
0x75e0 	 0x0
0x75e4 	 0x0
0x75e8 	 0x0
0x75ec 	 0x0
0x75f0 	 0x0
0x75f4 	 0x0
0x75f8 	 0x0
0x75fc 	 0x0
0x7600 	 0x0
0x7604 	 0x0
0x7608 	 0x0
0x760c 	 0x0
0x7610 	 0x0
0x7614 	 0x0
0x7618 	 0x0
0x761c 	 0x0
0x7620 	 0x0
0x7624 	 0x0
0x7628 	 0x0
0x762c 	 0x0
0x7630 	 0x0
0x7634 	 0x0
0x7638 	 0x0
0x763c 	 0x0
0x7640 	 0x0
0x7644 	 0x0
0x7648 	 0x0
0x764c 	 0x0
0x7650 	 0x0
0x7654 	 0x0
0x7658 	 0x0
0x765c 	 0x0
0x7660 	 0x0
0x7664 	 0x0
0x7668 	 0x0
0x766c 	 0x0
0x7670 	 0x0
0x7674 	 0x0
0x7678 	 0x0
0x767c 	 0x0
0x7680 	 0x0
0x7684 	 0x0
0x7688 	 0x0
0x768c 	 0x0
0x7690 	 0x0
0x7694 	 0x0
0x7698 	 0x0
0x769c 	 0x0
0x76a0 	 0x0
0x76a4 	 0x0
0x76a8 	 0x0
0x76ac 	 0x0
0x76b0 	 0x0
0x76b4 	 0x0
0x76b8 	 0x0
0x76bc 	 0x0
0x76c0 	 0x0
0x76c4 	 0x0
0x76c8 	 0x0
0x76cc 	 0x0
0x76d0 	 0x0
0x76d4 	 0x0
0x76d8 	 0x0
0x76dc 	 0x0
0x76e0 	 0x0
0x76e4 	 0x0
0x76e8 	 0x0
0x76ec 	 0x0
0x76f0 	 0x0
0x76f4 	 0x0
0x76f8 	 0x0
0x76fc 	 0x0
0x7700 	 0x0
0x7704 	 0x0
0x7708 	 0x0
0x770c 	 0x0
0x7710 	 0x0
0x7714 	 0x0
0x7718 	 0x0
0x771c 	 0x0
0x7720 	 0x0
0x7724 	 0x0
0x7728 	 0x0
0x772c 	 0x0
0x7730 	 0x0
0x7734 	 0x0
0x7738 	 0x0
0x773c 	 0x0
0x7740 	 0x0
0x7744 	 0x0
0x7748 	 0x0
0x774c 	 0x0
0x7750 	 0x0
0x7754 	 0x0
0x7758 	 0x0
0x775c 	 0x0
0x7760 	 0x0
0x7764 	 0x0
0x7768 	 0x0
0x776c 	 0x0
0x7770 	 0x0
0x7774 	 0x0
0x7778 	 0x0
0x777c 	 0x0
0x7780 	 0x0
0x7784 	 0x0
0x7788 	 0x0
0x778c 	 0x0
0x7790 	 0x0
0x7794 	 0x0
0x7798 	 0x0
0x779c 	 0x0
0x77a0 	 0x0
0x77a4 	 0x0
0x77a8 	 0x0
0x77ac 	 0x0
0x77b0 	 0x0
0x77b4 	 0x0
0x77b8 	 0x0
0x77bc 	 0x0
0x77c0 	 0x0
0x77c4 	 0x0
0x77c8 	 0x0
0x77cc 	 0x0
0x77d0 	 0x0
0x77d4 	 0x0
0x77d8 	 0x0
0x77dc 	 0x0
0x77e0 	 0x0
0x77e4 	 0x0
0x77e8 	 0x0
0x77ec 	 0x0
0x77f0 	 0x0
0x77f4 	 0x0
0x77f8 	 0x0
0x77fc 	 0x0
0x7800 	 0x0
0x7804 	 0x0
0x7808 	 0x0
0x780c 	 0x0
0x7810 	 0x0
0x7814 	 0x0
0x7818 	 0x0
0x781c 	 0x0
0x7820 	 0x0
0x7824 	 0x0
0x7828 	 0x0
0x782c 	 0x0
0x7830 	 0x0
0x7834 	 0x0
0x7838 	 0x0
0x783c 	 0x0
0x7840 	 0x0
0x7844 	 0x0
0x7848 	 0x0
0x784c 	 0x0
0x7850 	 0x0
0x7854 	 0x0
0x7858 	 0x0
0x785c 	 0x0
0x7860 	 0x0
0x7864 	 0x0
0x7868 	 0x0
0x786c 	 0x0
0x7870 	 0x0
0x7874 	 0x0
0x7878 	 0x0
0x787c 	 0x0
0x7880 	 0x0
0x7884 	 0x0
0x7888 	 0x0
0x788c 	 0x0
0x7890 	 0x0
0x7894 	 0x0
0x7898 	 0x0
0x789c 	 0x0
0x78a0 	 0x0
0x78a4 	 0x0
0x78a8 	 0x0
0x78ac 	 0x0
0x78b0 	 0x0
0x78b4 	 0x0
0x78b8 	 0x0
0x78bc 	 0x0
0x78c0 	 0x0
0x78c4 	 0x0
0x78c8 	 0x0
0x78cc 	 0x0
0x78d0 	 0x0
0x78d4 	 0x0
0x78d8 	 0x0
0x78dc 	 0x0
0x78e0 	 0x0
0x78e4 	 0x0
0x78e8 	 0x0
0x78ec 	 0x0
0x78f0 	 0x0
0x78f4 	 0x0
0x78f8 	 0x0
0x78fc 	 0x0
0x7900 	 0x0
0x7904 	 0x0
0x7908 	 0x0
0x790c 	 0x0
0x7910 	 0x0
0x7914 	 0x0
0x7918 	 0x0
0x791c 	 0x0
0x7920 	 0x0
0x7924 	 0x0
0x7928 	 0x0
0x792c 	 0x0
0x7930 	 0x0
0x7934 	 0x0
0x7938 	 0x0
0x793c 	 0x0
0x7940 	 0x0
0x7944 	 0x0
0x7948 	 0x0
0x794c 	 0x0
0x7950 	 0x0
0x7954 	 0x0
0x7958 	 0x0
0x795c 	 0x0
0x7960 	 0x0
0x7964 	 0x0
0x7968 	 0x0
0x796c 	 0x0
0x7970 	 0x0
0x7974 	 0x0
0x7978 	 0x0
0x797c 	 0x0
0x7980 	 0x0
0x7984 	 0x0
0x7988 	 0x0
0x798c 	 0x0
0x7990 	 0x0
0x7994 	 0x0
0x7998 	 0x0
0x799c 	 0x0
0x79a0 	 0x0
0x79a4 	 0x0
0x79a8 	 0x0
0x79ac 	 0x0
0x79b0 	 0x0
0x79b4 	 0x0
0x79b8 	 0x0
0x79bc 	 0x0
0x79c0 	 0x0
0x79c4 	 0x0
0x79c8 	 0x0
0x79cc 	 0x0
0x79d0 	 0x0
0x79d4 	 0x0
0x79d8 	 0x0
0x79dc 	 0x0
0x79e0 	 0x0
0x79e4 	 0x0
0x79e8 	 0x0
0x79ec 	 0x0
0x79f0 	 0x0
0x79f4 	 0x0
0x79f8 	 0x0
0x79fc 	 0x0
0x7a00 	 0x0
0x7a04 	 0x0
0x7a08 	 0x0
0x7a0c 	 0x0
0x7a10 	 0x0
0x7a14 	 0x0
0x7a18 	 0x0
0x7a1c 	 0x0
0x7a20 	 0x0
0x7a24 	 0x0
0x7a28 	 0x0
0x7a2c 	 0x0
0x7a30 	 0x0
0x7a34 	 0x0
0x7a38 	 0x0
0x7a3c 	 0x0
0x7a40 	 0x0
0x7a44 	 0x0
0x7a48 	 0x0
0x7a4c 	 0x0
0x7a50 	 0x0
0x7a54 	 0x0
0x7a58 	 0x0
0x7a5c 	 0x0
0x7a60 	 0x0
0x7a64 	 0x0
0x7a68 	 0x0
0x7a6c 	 0x0
0x7a70 	 0x0
0x7a74 	 0x0
0x7a78 	 0x0
0x7a7c 	 0x0
0x7a80 	 0x0
0x7a84 	 0x0
0x7a88 	 0x0
0x7a8c 	 0x0
0x7a90 	 0x0
0x7a94 	 0x0
0x7a98 	 0x0
0x7a9c 	 0x0
0x7aa0 	 0x0
0x7aa4 	 0x0
0x7aa8 	 0x0
0x7aac 	 0x0
0x7ab0 	 0x0
0x7ab4 	 0x0
0x7ab8 	 0x0
0x7abc 	 0x0
0x7ac0 	 0x0
0x7ac4 	 0x0
0x7ac8 	 0x0
0x7acc 	 0x0
0x7ad0 	 0x0
0x7ad4 	 0x0
0x7ad8 	 0x0
0x7adc 	 0x0
0x7ae0 	 0x0
0x7ae4 	 0x0
0x7ae8 	 0x0
0x7aec 	 0x0
0x7af0 	 0x0
0x7af4 	 0x0
0x7af8 	 0x0
0x7afc 	 0x0
0x7b00 	 0x0
0x7b04 	 0x0
0x7b08 	 0x0
0x7b0c 	 0x0
0x7b10 	 0x0
0x7b14 	 0x0
0x7b18 	 0x0
0x7b1c 	 0x0
0x7b20 	 0x0
0x7b24 	 0x0
0x7b28 	 0x0
0x7b2c 	 0x0
0x7b30 	 0x0
0x7b34 	 0x0
0x7b38 	 0x0
0x7b3c 	 0x0
0x7b40 	 0x0
0x7b44 	 0x0
0x7b48 	 0x0
0x7b4c 	 0x0
0x7b50 	 0x0
0x7b54 	 0x0
0x7b58 	 0x0
0x7b5c 	 0x0
0x7b60 	 0x0
0x7b64 	 0x0
0x7b68 	 0x0
0x7b6c 	 0x0
0x7b70 	 0x0
0x7b74 	 0x0
0x7b78 	 0x0
0x7b7c 	 0x0
0x7b80 	 0x0
0x7b84 	 0x0
0x7b88 	 0x0
0x7b8c 	 0x0
0x7b90 	 0x0
0x7b94 	 0x0
0x7b98 	 0x0
0x7b9c 	 0x0
0x7ba0 	 0x0
0x7ba4 	 0x0
0x7ba8 	 0x0
0x7bac 	 0x0
0x7bb0 	 0x0
0x7bb4 	 0x0
0x7bb8 	 0x0
0x7bbc 	 0x0
0x7bc0 	 0x0
0x7bc4 	 0x0
0x7bc8 	 0x0
0x7bcc 	 0x0
0x7bd0 	 0x0
0x7bd4 	 0x0
0x7bd8 	 0x0
0x7bdc 	 0x0
0x7be0 	 0x0
0x7be4 	 0x0
0x7be8 	 0x0
0x7bec 	 0x0
0x7bf0 	 0x0
0x7bf4 	 0x0
0x7bf8 	 0x0
0x7bfc 	 0x0
0x7c00 	 0x0
0x7c04 	 0x0
0x7c08 	 0x0
0x7c0c 	 0x0
0x7c10 	 0x0
0x7c14 	 0x0
0x7c18 	 0x0
0x7c1c 	 0x0
0x7c20 	 0x0
0x7c24 	 0x0
0x7c28 	 0x0
0x7c2c 	 0x0
0x7c30 	 0x0
0x7c34 	 0x0
0x7c38 	 0x0
0x7c3c 	 0x0
0x7c40 	 0x0
0x7c44 	 0x0
0x7c48 	 0x0
0x7c4c 	 0x0
0x7c50 	 0x0
0x7c54 	 0x0
0x7c58 	 0x0
0x7c5c 	 0x0
0x7c60 	 0x0
0x7c64 	 0x0
0x7c68 	 0x0
0x7c6c 	 0x0
0x7c70 	 0x0
0x7c74 	 0x0
0x7c78 	 0x0
0x7c7c 	 0x0
0x7c80 	 0x0
0x7c84 	 0x0
0x7c88 	 0x0
0x7c8c 	 0x0
0x7c90 	 0x0
0x7c94 	 0x0
0x7c98 	 0x0
0x7c9c 	 0x0
0x7ca0 	 0x0
0x7ca4 	 0x0
0x7ca8 	 0x0
0x7cac 	 0x0
0x7cb0 	 0x0
0x7cb4 	 0x0
0x7cb8 	 0x0
0x7cbc 	 0x0
0x7cc0 	 0x0
0x7cc4 	 0x0
0x7cc8 	 0x0
0x7ccc 	 0x0
0x7cd0 	 0x0
0x7cd4 	 0x0
0x7cd8 	 0x0
0x7cdc 	 0x0
0x7ce0 	 0x0
0x7ce4 	 0x0
0x7ce8 	 0x0
0x7cec 	 0x0
0x7cf0 	 0x0
0x7cf4 	 0x0
0x7cf8 	 0x0
0x7cfc 	 0x0
0x7d00 	 0x0
0x7d04 	 0x0
0x7d08 	 0x0
0x7d0c 	 0x0
0x7d10 	 0x0
0x7d14 	 0x0
0x7d18 	 0x0
0x7d1c 	 0x0
0x7d20 	 0x0
0x7d24 	 0x0
0x7d28 	 0x0
0x7d2c 	 0x0
0x7d30 	 0x0
0x7d34 	 0x0
0x7d38 	 0x0
0x7d3c 	 0x0
0x7d40 	 0x0
0x7d44 	 0x0
0x7d48 	 0x0
0x7d4c 	 0x0
0x7d50 	 0x0
0x7d54 	 0x0
0x7d58 	 0x0
0x7d5c 	 0x0
0x7d60 	 0x0
0x7d64 	 0x0
0x7d68 	 0x0
0x7d6c 	 0x0
0x7d70 	 0x0
0x7d74 	 0x0
0x7d78 	 0x0
0x7d7c 	 0x0
0x7d80 	 0x0
0x7d84 	 0x0
0x7d88 	 0x0
0x7d8c 	 0x0
0x7d90 	 0x0
0x7d94 	 0x0
0x7d98 	 0x0
0x7d9c 	 0x0
0x7da0 	 0x0
0x7da4 	 0x0
0x7da8 	 0x0
0x7dac 	 0x0
0x7db0 	 0x0
0x7db4 	 0x0
0x7db8 	 0x0
0x7dbc 	 0x0
0x7dc0 	 0x0
0x7dc4 	 0x0
0x7dc8 	 0x0
0x7dcc 	 0x0
0x7dd0 	 0x0
0x7dd4 	 0x0
0x7dd8 	 0x0
0x7ddc 	 0x0
0x7de0 	 0x0
0x7de4 	 0x0
0x7de8 	 0x0
0x7dec 	 0x0
0x7df0 	 0x0
0x7df4 	 0x0
0x7df8 	 0x0
0x7dfc 	 0x0
0x7e00 	 0x0
0x7e04 	 0x0
0x7e08 	 0x0
0x7e0c 	 0x0
0x7e10 	 0x0
0x7e14 	 0x0
0x7e18 	 0x0
0x7e1c 	 0x0
0x7e20 	 0x0
0x7e24 	 0x0
0x7e28 	 0x0
0x7e2c 	 0x0
0x7e30 	 0x0
0x7e34 	 0x0
0x7e38 	 0x0
0x7e3c 	 0x0
0x7e40 	 0x0
0x7e44 	 0x0
0x7e48 	 0x0
0x7e4c 	 0x0
0x7e50 	 0x0
0x7e54 	 0x0
0x7e58 	 0x0
0x7e5c 	 0x0
0x7e60 	 0x0
0x7e64 	 0x0
0x7e68 	 0x0
0x7e6c 	 0x0
0x7e70 	 0x0
0x7e74 	 0x0
0x7e78 	 0x0
0x7e7c 	 0x0
0x7e80 	 0x0
0x7e84 	 0x0
0x7e88 	 0x0
0x7e8c 	 0x0
0x7e90 	 0x0
0x7e94 	 0x0
0x7e98 	 0x0
0x7e9c 	 0x0
0x7ea0 	 0x0
0x7ea4 	 0x0
0x7ea8 	 0x0
0x7eac 	 0x0
0x7eb0 	 0x0
0x7eb4 	 0x0
0x7eb8 	 0x0
0x7ebc 	 0x0
0x7ec0 	 0x0
0x7ec4 	 0x0
0x7ec8 	 0x0
0x7ecc 	 0x0
0x7ed0 	 0x0
0x7ed4 	 0x0
0x7ed8 	 0x0
0x7edc 	 0x0
0x7ee0 	 0x0
0x7ee4 	 0x0
0x7ee8 	 0x0
0x7eec 	 0x0
0x7ef0 	 0x0
0x7ef4 	 0x0
0x7ef8 	 0x0
0x7efc 	 0x0
0x7f00 	 0x0
0x7f04 	 0x0
0x7f08 	 0x0
0x7f0c 	 0x0
0x7f10 	 0x0
0x7f14 	 0x0
0x7f18 	 0x0
0x7f1c 	 0x0
0x7f20 	 0x0
0x7f24 	 0x0
0x7f28 	 0x0
0x7f2c 	 0x0
0x7f30 	 0x0
0x7f34 	 0x0
0x7f38 	 0x0
0x7f3c 	 0x0
0x7f40 	 0x0
0x7f44 	 0x0
0x7f48 	 0x0
0x7f4c 	 0x0
0x7f50 	 0x0
0x7f54 	 0x0
0x7f58 	 0x0
0x7f5c 	 0x0
0x7f60 	 0x0
0x7f64 	 0x0
0x7f68 	 0x0
0x7f6c 	 0x0
0x7f70 	 0x0
0x7f74 	 0x0
0x7f78 	 0x0
0x7f7c 	 0x0
0x7f80 	 0x0
0x7f84 	 0x0
0x7f88 	 0x0
0x7f8c 	 0x0
0x7f90 	 0x0
0x7f94 	 0x0
0x7f98 	 0x0
0x7f9c 	 0x0
0x7fa0 	 0x0
0x7fa4 	 0x0
0x7fa8 	 0x0
0x7fac 	 0x0
0x7fb0 	 0x0
0x7fb4 	 0x0
0x7fb8 	 0x0
0x7fbc 	 0x0
0x7fc0 	 0x0
0x7fc4 	 0x0
0x7fc8 	 0x0
0x7fcc 	 0x0
0x7fd0 	 0x0
0x7fd4 	 0x0
0x7fd8 	 0x0
0x7fdc 	 0x0
0x7fe0 	 0x0
0x7fe4 	 0x0
0x7fe8 	 0x0
0x7fec 	 0x0
0x7ff0 	 0x0
0x7ff4 	 0x0
0x7ff8 	 0x0
0x7ffc 	 0x0
VRAM lost check is skipped!

Offline

#19 2026-04-22 01:06:52

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

For completeness, here is the journal for that crash at debug level. In a second post, as both dumps would exceed character limit.

Apr 21 14:13:11 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Dumping IP State
Apr 21 14:13:11 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Dumping IP State Completed
Apr 21 14:13:11 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] AMDGPU device coredump file has been created
Apr 21 14:13:11 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Apr 21 14:13:11 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 timeout, signaled seq=11045, emitted seq=11045
Apr 21 14:13:11 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Starting sdma0 ring reset
Apr 21 14:13:11 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: reset sdma queue (0:0:0)
Apr 21 14:13:19 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:416:crtc-0] flip_done timed out
Apr 21 14:13:41 ZeroKey kernel: watchdog: CPU2: Watchdog detected hard LOCKUP on cpu 2
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwi
e_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 2 UID: 0 PID: 14 Comm: kworker/u80:1 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740197d08 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 0000000000000202 RCX: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff88996ae26908 R08: 0000000000000000 R09: 0000000000179d80
Apr 21 14:13:41 ZeroKey kernel: R10: ffff88996ae00000 R11: ffffd1e740197940 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: ffff8899bd92db00 R14: 0000000000000000 R15: ffff88996ae26a28
Apr 21 14:13:41 ZeroKey kernel: FS:  0000000000000000(0000) GS:ffff88a145943000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f59a08000f0 CR3: 000000010ed8b005 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock_irqsave+0x3d/0x50
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_driver_guilty_force_completion+0x4b/0x180 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ring_reset_helper_end+0x33/0x100 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_job_timedout.cold+0x1cc/0x3b2 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_timedout+0x88/0x180 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  process_one_work+0x193/0x350
Apr 21 14:13:41 ZeroKey kernel:  worker_thread+0x1a1/0x310
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_worker_thread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  kthread+0xfc/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork+0x243/0x280
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork_asm+0x1a/0x30
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: watchdog: CPU10: Watchdog detected hard LOCKUP on cpu 10
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <IRQ>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:13:41 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:13:41 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:13:41 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:13:41 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:13:41 ZeroKey kernel:  </IRQ>
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:13:41 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:13:41 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:13:41 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:13:41 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:13:41 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:13:41 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:13:41 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:13:41 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:13:41 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:13:41 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:13:41 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:13:41 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:13:41 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:13:41 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:13:41 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: INFO: NMI handler (perf_event_nmi_handler) took too long to run: 1.810 msecs
Apr 21 14:13:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [Hyprland:1515]
Apr 21 14:13:41 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:13:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:13:41 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:41 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:13:41 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:13:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:41 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:13:41 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:13:41 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:13:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:13:41 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:13:41 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:13:41 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:45 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 22s! [zapzap:1815]
Apr 21 14:13:45 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:13:45 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:45 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:45 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:45 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:45 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:13:45 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:45 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:45 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:45 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:13:45 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:13:45 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:13:45 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:13:45 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:13:45 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:13:45 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:45 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:13:45 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:45 ZeroKey kernel: Call Trace:
Apr 21 14:13:45 ZeroKey kernel:  <TASK>
Apr 21 14:13:45 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:45 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:45 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:45 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:13:45 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:13:45 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:13:45 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:13:45 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:13:45 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:13:45 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:13:45 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:13:45 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:13:45 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:13:45 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:13:45 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:13:45 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:13:45 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:13:45 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:45 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:45 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:45 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:45 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:13:45 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:13:45 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:13:45 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:13:45 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:13:45 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 48s! [Hyprland:1515]
Apr 21 14:14:09 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:09 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:09 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:09 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:09 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:09 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:09 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:09 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:09 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:09 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:09 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
Apr 21 14:14:09 ZeroKey kernel: rcu: 	10-...0: (1 GPs behind) idle=f55c/1/0x4000000000000000 softirq=619752/619753 fqs=14618
Apr 21 14:14:09 ZeroKey kernel: rcu: 	(detected by 5, t=60002 jiffies, g=1466025, q=3061 ncpus=20)
Apr 21 14:14:09 ZeroKey kernel: Sending NMI from CPU 5 to CPUs 10:
Apr 21 14:14:09 ZeroKey kernel: NMI backtrace for cpu 10
Apr 21 14:14:09 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x67/0x2f0
Apr 21 14:14:09 ZeroKey kernel: Code: 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 0f b6 01 <84> c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14 02 c3 cc
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <IRQ>
Apr 21 14:14:09 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:14:09 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:14:09 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:14:09 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:14:09 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:14:09 ZeroKey kernel:  </IRQ>
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:14:09 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:14:09 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:14:09 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:14:09 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:14:09 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:14:09 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:14:09 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:14:09 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:14:09 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:14:09 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:14:09 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:14:09 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:14:09 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:14:09 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:14:09 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:14:09 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: INFO: NMI handler (nmi_cpu_backtrace_handler) took too long to run: 1.872 msecs
Apr 21 14:14:13 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 48s! [zapzap:1815]
Apr 21 14:14:13 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:13 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:13 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:13 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:13 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:13 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:13 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:13 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:13 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:13 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:13 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:13 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:13 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:13 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:13 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:13 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:13 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:13 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:13 ZeroKey kernel: Call Trace:
Apr 21 14:14:13 ZeroKey kernel:  <TASK>
Apr 21 14:14:13 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:13 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:13 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:13 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:13 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:13 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:13 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:13 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:13 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:13 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:13 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:13 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:13 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:13 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:13 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:13 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:13 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:13 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:13 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:13 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:13 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:13 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:13 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:13 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:13 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:13 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:13 ZeroKey kernel:  </TASK>
Apr 21 14:14:37 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 74s! [Hyprland:1515]
Apr 21 14:14:37 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:37 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:37 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:37 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:37 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:37 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:37 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:37 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:37 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:37 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:37 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:37 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:37 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:37 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:37 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:37 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:37 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:37 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:37 ZeroKey kernel: Call Trace:
Apr 21 14:14:37 ZeroKey kernel:  <TASK>
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:37 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:37 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:37 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:37 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:37 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:37 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:37 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:37 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:37 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:37 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:37 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:37 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:37 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:37 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:37 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:37 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:37 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:37 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:37 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:37 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:37 ZeroKey kernel:  </TASK>
Apr 21 14:14:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 74s! [zapzap:1815]
Apr 21 14:14:41 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:41 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:41 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:41 ZeroKey kernel: RAX: 00
e_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 2 UID: 0 PID: 14 Comm: kworker/u80:1 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740197d08 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 0000000000000202 RCX: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff88996ae26908 R08: 0000000000000000 R09: 0000000000179d80
Apr 21 14:13:41 ZeroKey kernel: R10: ffff88996ae00000 R11: ffffd1e740197940 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: ffff8899bd92db00 R14: 0000000000000000 R15: ffff88996ae26a28
Apr 21 14:13:41 ZeroKey kernel: FS:  0000000000000000(0000) GS:ffff88a145943000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f59a08000f0 CR3: 000000010ed8b005 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock_irqsave+0x3d/0x50
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_driver_guilty_force_completion+0x4b/0x180 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ring_reset_helper_end+0x33/0x100 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_job_timedout.cold+0x1cc/0x3b2 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_timedout+0x88/0x180 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  process_one_work+0x193/0x350
Apr 21 14:13:41 ZeroKey kernel:  worker_thread+0x1a1/0x310
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_worker_thread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  kthread+0xfc/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork+0x243/0x280
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork_asm+0x1a/0x30
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: watchdog: CPU10: Watchdog detected hard LOCKUP on cpu 10
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <IRQ>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:13:41 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:13:41 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:13:41 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:13:41 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:13:41 ZeroKey kernel:  </IRQ>
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:13:41 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:13:41 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:13:41 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:13:41 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:13:41 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:13:41 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:13:41 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:13:41 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:13:41 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:13:41 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:13:41 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:13:41 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:13:41 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:13:41 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:13:41 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: INFO: NMI handler (perf_event_nmi_handler) took too long to run: 1.810 msecs
Apr 21 14:13:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [Hyprland:1515]
Apr 21 14:13:41 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:13:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:13:41 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:41 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:13:41 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:13:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:41 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:13:41 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:13:41 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:13:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:13:41 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:13:41 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:13:41 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:45 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 22s! [zapzap:1815]
Apr 21 14:13:45 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:13:45 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:45 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:45 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:45 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:45 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:13:45 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:45 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:45 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:45 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:13:45 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:13:45 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:13:45 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:13:45 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:13:45 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:13:45 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:45 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:13:45 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:45 ZeroKey kernel: Call Trace:
Apr 21 14:13:45 ZeroKey kernel:  <TASK>
Apr 21 14:13:45 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:45 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:45 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:45 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:13:45 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:13:45 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:13:45 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:13:45 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:13:45 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:13:45 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:13:45 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:13:45 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:13:45 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:13:45 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:13:45 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:13:45 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:13:45 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:13:45 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:45 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:45 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:45 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:45 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:13:45 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:13:45 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:13:45 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:13:45 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:13:45 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 48s! [Hyprland:1515]
Apr 21 14:14:09 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:09 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:09 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:09 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:09 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:09 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:09 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:09 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:09 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:09 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:09 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
Apr 21 14:14:09 ZeroKey kernel: rcu: 	10-...0: (1 GPs behind) idle=f55c/1/0x4000000000000000 softirq=619752/619753 fqs=14618
Apr 21 14:14:09 ZeroKey kernel: rcu: 	(detected by 5, t=60002 jiffies, g=1466025, q=3061 ncpus=20)
Apr 21 14:14:09 ZeroKey kernel: Sending NMI from CPU 5 to CPUs 10:
Apr 21 14:14:09 ZeroKey kernel: NMI backtrace for cpu 10
Apr 21 14:14:09 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x67/0x2f0
Apr 21 14:14:09 ZeroKey kernel: Code: 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 0f b6 01 <84> c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14 02 c3 cc
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <IRQ>
Apr 21 14:14:09 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:14:09 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:14:09 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:14:09 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:14:09 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:14:09 ZeroKey kernel:  </IRQ>
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:14:09 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:14:09 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:14:09 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:14:09 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:14:09 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:14:09 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:14:09 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:14:09 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:14:09 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:14:09 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:14:09 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:14:09 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:14:09 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:14:09 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:14:09 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:14:09 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: INFO: NMI handler (nmi_cpu_backtrace_handler) took too long to run: 1.872 msecs
Apr 21 14:14:13 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 48s! [zapzap:1815]
Apr 21 14:14:13 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:13 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:13 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:13 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:13 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:13 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:13 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:13 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:13 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:13 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:13 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:13 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:13 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:13 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:13 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:13 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:13 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:13 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:13 ZeroKey kernel: Call Trace:
Apr 21 14:14:13 ZeroKey kernel:  <TASK>
Apr 21 14:14:13 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:13 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:13 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:13 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:13 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:13 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:13 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:13 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:13 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:13 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:13 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:13 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:13 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:13 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:13 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:13 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:13 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:13 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:13 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:13 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:13 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:13 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:13 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:13 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:13 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:13 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:13 ZeroKey kernel:  </TASK>
Apr 21 14:14:37 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 74s! [Hyprland:1515]
Apr 21 14:14:37 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:37 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:37 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:37 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:37 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:37 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:37 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:37 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:37 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:37 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:37 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:37 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:37 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:37 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:37 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:37 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:37 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:37 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:37 ZeroKey kernel: Call Trace:
Apr 21 14:14:37 ZeroKey kernel:  <TASK>
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:37 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:37 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:37 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:37 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:37 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:37 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:37 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:37 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:37 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:37 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:37 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:37 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:37 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:37 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:37 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:37 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:37 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:37 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:37 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:37 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:37 ZeroKey kernel:  </TASK>
Apr 21 14:14:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 74s! [zapzap:1815]
Apr 21 14:14:41 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:41 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:41 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:41 ZeroKey kernel: RAX: 00
e_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 2 UID: 0 PID: 14 Comm: kworker/u80:1 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740197d08 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 0000000000000202 RCX: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff88996ae26908 R08: 0000000000000000 R09: 0000000000179d80
Apr 21 14:13:41 ZeroKey kernel: R10: ffff88996ae00000 R11: ffffd1e740197940 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: ffff8899bd92db00 R14: 0000000000000000 R15: ffff88996ae26a28
Apr 21 14:13:41 ZeroKey kernel: FS:  0000000000000000(0000) GS:ffff88a145943000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f59a08000f0 CR3: 000000010ed8b005 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock_irqsave+0x3d/0x50
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_driver_guilty_force_completion+0x4b/0x180 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ring_reset_helper_end+0x33/0x100 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_job_timedout.cold+0x1cc/0x3b2 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_timedout+0x88/0x180 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  process_one_work+0x193/0x350
Apr 21 14:13:41 ZeroKey kernel:  worker_thread+0x1a1/0x310
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_worker_thread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  kthread+0xfc/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork+0x243/0x280
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork_asm+0x1a/0x30
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: watchdog: CPU10: Watchdog detected hard LOCKUP on cpu 10
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <IRQ>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:13:41 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:13:41 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:13:41 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:13:41 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:13:41 ZeroKey kernel:  </IRQ>
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:13:41 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:13:41 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:13:41 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:13:41 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:13:41 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:13:41 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:13:41 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:13:41 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:13:41 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:13:41 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:13:41 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:13:41 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:13:41 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:13:41 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:13:41 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: INFO: NMI handler (perf_event_nmi_handler) took too long to run: 1.810 msecs
Apr 21 14:13:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [Hyprland:1515]
Apr 21 14:13:41 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:13:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:13:41 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:41 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:13:41 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:13:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:41 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:13:41 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:13:41 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:13:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:13:41 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:13:41 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:13:41 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:45 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 22s! [zapzap:1815]
Apr 21 14:13:45 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:13:45 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:45 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:45 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:45 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:45 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:13:45 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:45 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:45 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:45 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:13:45 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:13:45 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:13:45 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:13:45 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:13:45 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:13:45 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:45 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:13:45 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:45 ZeroKey kernel: Call Trace:
Apr 21 14:13:45 ZeroKey kernel:  <TASK>
Apr 21 14:13:45 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:45 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:45 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:45 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:13:45 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:13:45 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:13:45 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:13:45 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:13:45 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:13:45 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:13:45 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:13:45 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:13:45 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:13:45 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:13:45 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:13:45 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:13:45 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:13:45 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:45 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:45 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:45 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:45 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:13:45 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:13:45 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:13:45 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:13:45 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:13:45 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 48s! [Hyprland:1515]
Apr 21 14:14:09 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:09 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:09 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:09 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:09 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:09 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:09 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:09 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:09 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:09 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:09 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
Apr 21 14:14:09 ZeroKey kernel: rcu: 	10-...0: (1 GPs behind) idle=f55c/1/0x4000000000000000 softirq=619752/619753 fqs=14618
Apr 21 14:14:09 ZeroKey kernel: rcu: 	(detected by 5, t=60002 jiffies, g=1466025, q=3061 ncpus=20)
Apr 21 14:14:09 ZeroKey kernel: Sending NMI from CPU 5 to CPUs 10:
Apr 21 14:14:09 ZeroKey kernel: NMI backtrace for cpu 10
Apr 21 14:14:09 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x67/0x2f0
Apr 21 14:14:09 ZeroKey kernel: Code: 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 0f b6 01 <84> c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14 02 c3 cc
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <IRQ>
Apr 21 14:14:09 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:14:09 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:14:09 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:14:09 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:14:09 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:14:09 ZeroKey kernel:  </IRQ>
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:14:09 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:14:09 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:14:09 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:14:09 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:14:09 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:14:09 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:14:09 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:14:09 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:14:09 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:14:09 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:14:09 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:14:09 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:14:09 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:14:09 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:14:09 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:14:09 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: INFO: NMI handler (nmi_cpu_backtrace_handler) took too long to run: 1.872 msecs
Apr 21 14:14:13 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 48s! [zapzap:1815]
Apr 21 14:14:13 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:13 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:13 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:13 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:13 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:13 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:13 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:13 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:13 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:13 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:13 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:13 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:13 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:13 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:13 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:13 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:13 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:13 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:13 ZeroKey kernel: Call Trace:
Apr 21 14:14:13 ZeroKey kernel:  <TASK>
Apr 21 14:14:13 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:13 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:13 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:13 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:13 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:13 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:13 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:13 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:13 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:13 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:13 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:13 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:13 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:13 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:13 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:13 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:13 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:13 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:13 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:13 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:13 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:13 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:13 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:13 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:13 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:13 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:13 ZeroKey kernel:  </TASK>
Apr 21 14:14:37 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 74s! [Hyprland:1515]
Apr 21 14:14:37 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:37 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:37 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:37 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:37 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:37 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:37 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:37 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:37 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:37 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:37 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:37 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:37 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:37 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:37 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:37 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:37 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:37 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:37 ZeroKey kernel: Call Trace:
Apr 21 14:14:37 ZeroKey kernel:  <TASK>
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:37 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:37 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:37 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:37 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:37 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:37 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:37 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:37 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:37 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:37 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:37 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:37 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:37 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:37 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:37 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:37 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:37 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:37 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:37 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:37 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:37 ZeroKey kernel:  </TASK>
Apr 21 14:14:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 74s! [zapzap:1815]
Apr 21 14:14:41 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:41 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:41 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:41 ZeroKey kernel: RAX: 00
e_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 2 UID: 0 PID: 14 Comm: kworker/u80:1 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740197d08 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 0000000000000202 RCX: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff88996ae26908 R08: 0000000000000000 R09: 0000000000179d80
Apr 21 14:13:41 ZeroKey kernel: R10: ffff88996ae00000 R11: ffffd1e740197940 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: ffff8899bd92db00 R14: 0000000000000000 R15: ffff88996ae26a28
Apr 21 14:13:41 ZeroKey kernel: FS:  0000000000000000(0000) GS:ffff88a145943000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f59a08000f0 CR3: 000000010ed8b005 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock_irqsave+0x3d/0x50
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_driver_guilty_force_completion+0x4b/0x180 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ring_reset_helper_end+0x33/0x100 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_job_timedout.cold+0x1cc/0x3b2 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_timedout+0x88/0x180 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  process_one_work+0x193/0x350
Apr 21 14:13:41 ZeroKey kernel:  worker_thread+0x1a1/0x310
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_worker_thread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  kthread+0xfc/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork+0x243/0x280
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork_asm+0x1a/0x30
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: watchdog: CPU10: Watchdog detected hard LOCKUP on cpu 10
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <IRQ>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:13:41 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:13:41 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:13:41 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:13:41 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:13:41 ZeroKey kernel:  </IRQ>
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:13:41 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:13:41 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:13:41 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:13:41 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:13:41 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:13:41 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:13:41 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:13:41 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:13:41 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:13:41 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:13:41 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:13:41 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:13:41 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:13:41 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:13:41 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: INFO: NMI handler (perf_event_nmi_handler) took too long to run: 1.810 msecs
Apr 21 14:13:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [Hyprland:1515]
Apr 21 14:13:41 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:13:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:13:41 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:41 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:13:41 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:13:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:41 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:13:41 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:13:41 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:13:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:13:41 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:13:41 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:13:41 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:45 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 22s! [zapzap:1815]
Apr 21 14:13:45 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:13:45 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:45 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:45 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:45 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:45 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:13:45 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:45 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:45 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:45 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:13:45 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:13:45 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:13:45 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:13:45 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:13:45 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:13:45 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:45 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:13:45 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:45 ZeroKey kernel: Call Trace:
Apr 21 14:13:45 ZeroKey kernel:  <TASK>
Apr 21 14:13:45 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:45 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:45 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:45 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:13:45 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:13:45 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:13:45 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:13:45 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:13:45 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:13:45 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:13:45 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:13:45 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:13:45 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:13:45 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:13:45 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:13:45 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:13:45 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:13:45 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:45 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:45 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:45 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:45 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:13:45 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:13:45 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:13:45 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:13:45 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:13:45 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 48s! [Hyprland:1515]
Apr 21 14:14:09 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:09 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:09 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:09 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:09 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:09 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:09 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:09 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:09 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:09 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:09 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
Apr 21 14:14:09 ZeroKey kernel: rcu: 	10-...0: (1 GPs behind) idle=f55c/1/0x4000000000000000 softirq=619752/619753 fqs=14618
Apr 21 14:14:09 ZeroKey kernel: rcu: 	(detected by 5, t=60002 jiffies, g=1466025, q=3061 ncpus=20)
Apr 21 14:14:09 ZeroKey kernel: Sending NMI from CPU 5 to CPUs 10:
Apr 21 14:14:09 ZeroKey kernel: NMI backtrace for cpu 10
Apr 21 14:14:09 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x67/0x2f0
Apr 21 14:14:09 ZeroKey kernel: Code: 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 0f b6 01 <84> c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14 02 c3 cc
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <IRQ>
Apr 21 14:14:09 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:14:09 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:14:09 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:14:09 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:14:09 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:14:09 ZeroKey kernel:  </IRQ>
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:14:09 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:14:09 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:14:09 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:14:09 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:14:09 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:14:09 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:14:09 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:14:09 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:14:09 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:14:09 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:14:09 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:14:09 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:14:09 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:14:09 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:14:09 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:14:09 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: INFO: NMI handler (nmi_cpu_backtrace_handler) took too long to run: 1.872 msecs
Apr 21 14:14:13 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 48s! [zapzap:1815]
Apr 21 14:14:13 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:13 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:13 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:13 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:13 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:13 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:13 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:13 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:13 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:13 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:13 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:13 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:13 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:13 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:13 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:13 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:13 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:13 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:13 ZeroKey kernel: Call Trace:
Apr 21 14:14:13 ZeroKey kernel:  <TASK>
Apr 21 14:14:13 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:13 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:13 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:13 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:13 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:13 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:13 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:13 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:13 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:13 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:13 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:13 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:13 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:13 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:13 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:13 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:13 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:13 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:13 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:13 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:13 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:13 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:13 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:13 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:13 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:13 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:13 ZeroKey kernel:  </TASK>
Apr 21 14:14:37 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 74s! [Hyprland:1515]
Apr 21 14:14:37 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:37 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:37 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:37 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:37 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:37 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:37 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:37 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:37 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:37 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:37 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:37 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:37 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:37 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:37 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:37 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:37 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:37 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:37 ZeroKey kernel: Call Trace:
Apr 21 14:14:37 ZeroKey kernel:  <TASK>
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:37 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:37 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:37 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:37 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:37 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:37 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:37 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:37 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:37 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:37 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:37 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:37 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:37 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:37 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:37 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:37 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:37 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:37 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:37 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:37 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:37 ZeroKey kernel:  </TASK>
Apr 21 14:14:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 74s! [zapzap:1815]
Apr 21 14:14:41 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:41 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:41 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:41 ZeroKey kernel: RAX: 00
e_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 2 UID: 0 PID: 14 Comm: kworker/u80:1 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740197d08 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 0000000000000202 RCX: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff88996ae2697c
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff88996ae26908 R08: 0000000000000000 R09: 0000000000179d80
Apr 21 14:13:41 ZeroKey kernel: R10: ffff88996ae00000 R11: ffffd1e740197940 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: ffff8899bd92db00 R14: 0000000000000000 R15: ffff88996ae26a28
Apr 21 14:13:41 ZeroKey kernel: FS:  0000000000000000(0000) GS:ffff88a145943000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f59a08000f0 CR3: 000000010ed8b005 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock_irqsave+0x3d/0x50
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_driver_guilty_force_completion+0x4b/0x180 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ring_reset_helper_end+0x33/0x100 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_job_timedout.cold+0x1cc/0x3b2 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_timedout+0x88/0x180 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  process_one_work+0x193/0x350
Apr 21 14:13:41 ZeroKey kernel:  worker_thread+0x1a1/0x310
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_worker_thread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  kthread+0xfc/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork+0x243/0x280
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ret_from_fork_asm+0x1a/0x30
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: watchdog: CPU10: Watchdog detected hard LOCKUP on cpu 10
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 21 14:13:41 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:13:41 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <IRQ>
Apr 21 14:13:41 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:13:41 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:13:41 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:13:41 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:13:41 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:13:41 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:13:41 ZeroKey kernel:  </IRQ>
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:13:41 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:13:41 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:13:41 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:13:41 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:13:41 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:13:41 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:13:41 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:13:41 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:13:41 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:13:41 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:13:41 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:13:41 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:13:41 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:13:41 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:13:41 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:13:41 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:13:41 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:13:41 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:13:41 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:41 ZeroKey kernel: INFO: NMI handler (perf_event_nmi_handler) took too long to run: 1.810 msecs
Apr 21 14:13:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [Hyprland:1515]
Apr 21 14:13:41 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:13:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:41 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 21 14:13:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:41 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:13:41 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:13:41 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:13:41 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:13:41 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:13:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:41 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:13:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:41 ZeroKey kernel: Call Trace:
Apr 21 14:13:41 ZeroKey kernel:  <TASK>
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:41 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:13:41 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:13:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:41 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:13:41 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:13:41 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:13:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:13:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:41 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:13:41 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:13:41 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:13:41 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:13:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:41 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:13:41 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:13:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:13:41 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:13:41 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:13:41 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:13:41 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:13:41 ZeroKey kernel:  </TASK>
Apr 21 14:13:45 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 22s! [zapzap:1815]
Apr 21 14:13:45 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:13:45 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:13:45 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:13:45 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:13:45 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:13:45 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:45 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:13:45 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:13:45 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:13:45 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:13:45 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:13:45 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:13:45 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:13:45 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:13:45 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:13:45 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:13:45 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:13:45 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:13:45 ZeroKey kernel: PKRU: 55555554
Apr 21 14:13:45 ZeroKey kernel: Call Trace:
Apr 21 14:13:45 ZeroKey kernel:  <TASK>
Apr 21 14:13:45 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:13:45 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:13:45 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:13:45 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:13:45 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:13:45 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:13:45 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:13:45 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:13:45 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:13:45 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:13:45 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:13:45 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:13:45 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:13:45 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:13:45 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:13:45 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:13:45 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:13:45 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:13:45 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:13:45 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:13:45 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:13:45 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:13:45 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:13:45 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:13:45 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:13:45 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:13:45 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:13:45 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:13:45 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:13:45 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:13:45 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:13:45 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:13:45 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:13:45 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:13:45 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 48s! [Hyprland:1515]
Apr 21 14:14:09 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:09 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:09 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:09 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:09 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:09 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:09 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:09 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:09 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:09 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:09 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
Apr 21 14:14:09 ZeroKey kernel: rcu: 	10-...0: (1 GPs behind) idle=f55c/1/0x4000000000000000 softirq=619752/619753 fqs=14618
Apr 21 14:14:09 ZeroKey kernel: rcu: 	(detected by 5, t=60002 jiffies, g=1466025, q=3061 ncpus=20)
Apr 21 14:14:09 ZeroKey kernel: Sending NMI from CPU 5 to CPUs 10:
Apr 21 14:14:09 ZeroKey kernel: NMI backtrace for cpu 10
Apr 21 14:14:09 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x67/0x2f0
Apr 21 14:14:09 ZeroKey kernel: Code: 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 0f b6 01 <84> c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd d1 14 02 c3 cc
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e740380d38 EFLAGS: 00000002
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000001 RBX: 00000000000005f4 RCX: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc1a288a8
Apr 21 14:14:09 ZeroKey kernel: RBP: ffff889945c6e580 R08: 0000000000000000 R09: ffff88996ae14bc8
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffd1e740380d70
Apr 21 14:14:09 ZeroKey kernel: R13: 0000000000000001 R14: ffff88996ae00000 R15: ffff88996ae26908
Apr 21 14:14:09 ZeroKey kernel: FS:  00007f5c7c66eb80(0000) GS:ffff88a145b43000(0000) knlGS:0000000000000000
Apr 21 14:14:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:09 ZeroKey kernel: CR2: 00007f5c7b4ed2ef CR3: 0000000234675001 CR4: 0000000000f70ef0
Apr 21 14:14:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:09 ZeroKey kernel: Call Trace:
Apr 21 14:14:09 ZeroKey kernel:  <IRQ>
Apr 21 14:14:09 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 70bdaddac10e28c9e8e822cffe91d4aec6045746]
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 21 14:14:09 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 21 14:14:09 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 21 14:14:09 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 21 14:14:09 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 21 14:14:09 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 21 14:14:09 ZeroKey kernel:  </IRQ>
Apr 21 14:14:09 ZeroKey kernel:  <TASK>
Apr 21 14:14:09 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel: RIP: 0010:__radix_tree_replace+0xf2/0x100
Apr 21 14:14:09 ZeroKey kernel: Code: 01 19 ff 49 83 c0 08 4c 39 c2 74 06 09 cf 74 02 0f 0b 48 89 02 c3 cc cc cc cc 41 89 c9 31 ff eb a1 31 ff eb de bf 01 00 00 00 <eb> 9b 49 83 c0 08 4c 39 c2 75 db eb db 90 90 90 90 90 90 90 90 90
Apr 21 14:14:09 ZeroKey kernel: RSP: 0018:ffffd1e76da7f750 EFLAGS: 00000246
Apr 21 14:14:09 ZeroKey kernel: RAX: 0000000000000000 RBX: 00000000000005f5 RCX: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: RDX: ffff8899407b6650 RSI: ffff8899407b6480 RDI: 0000000000000001
Apr 21 14:14:09 ZeroKey kernel: RBP: ffffffffc1a622a0 R08: ffffffffc1a622a0 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: ffff8899407b64a8 R11: ffff889980ba8000 R12: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R13: ffffd1e76da7f7b4 R14: ffff88996ae00000 R15: ffffd1e76da7fb64
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_u32+0xac/0x100
Apr 21 14:14:09 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 21 14:14:09 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 21 14:14:09 ZeroKey kernel:  drm_open+0x72/0x100
Apr 21 14:14:09 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 21 14:14:09 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 21 14:14:09 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 21 14:14:09 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 21 14:14:09 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 21 14:14:09 ZeroKey kernel:  ? dma_resv_get_fences+0xb2/0x290
Apr 21 14:14:09 ZeroKey kernel:  ? __kmalloc_cache_noprof+0x162/0x5b0
Apr 21 14:14:09 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 21 14:14:09 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 21 14:14:09 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 21 14:14:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_group_change+0x10c/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 21 14:14:09 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 21 14:14:09 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 21 14:14:09 ZeroKey kernel:  ? asm_common_interrupt+0x26/0x40
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl_kernel+0xae/0x100
Apr 21 14:14:09 ZeroKey kernel:  ? drm_ioctl+0x2d0/0x520
Apr 21 14:14:09 ZeroKey kernel:  ? __pfx_amdgpu_info_ioctl+0x10/0x10 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? amdgpu_drm_ioctl+0x6a/0x80 [amdgpu 747674fb9b3d923df9dc68da6473623f5cd80ad1]
Apr 21 14:14:09 ZeroKey kernel:  ? __x64_sys_ioctl+0x97/0xe0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:09 ZeroKey kernel:  ? handle_edge_irq+0xc5/0x190
Apr 21 14:14:09 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 21 14:14:09 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 21 14:14:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:09 ZeroKey kernel: RIP: 0033:0x7f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 21 14:14:09 ZeroKey kernel: RSP: 002b:00007ffc335772c0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 21 14:14:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007ffc335774d8 RCX: 00007f5c7bea23be
Apr 21 14:14:09 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f5c7b4247d0 RDI: ffffffffffffff9c
Apr 21 14:14:09 ZeroKey kernel: RBP: 00007ffc335772d0 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:14:09 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 21 14:14:09 ZeroKey kernel: R13: 00000000000001ff R14: 00007ffc33577390 R15: 00000000ffffff9c
Apr 21 14:14:09 ZeroKey kernel:  </TASK>
Apr 21 14:14:09 ZeroKey kernel: INFO: NMI handler (nmi_cpu_backtrace_handler) took too long to run: 1.872 msecs
Apr 21 14:14:13 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 48s! [zapzap:1815]
Apr 21 14:14:13 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:13 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:13 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:13 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:13 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:13 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:13 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:13 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:13 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:13 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:13 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:13 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:13 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:13 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:13 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:13 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:13 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:13 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:13 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:13 ZeroKey kernel: Call Trace:
Apr 21 14:14:13 ZeroKey kernel:  <TASK>
Apr 21 14:14:13 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:13 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:13 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:13 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:13 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:13 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:13 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:13 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:13 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:13 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:13 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:13 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:13 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:13 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:13 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:13 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:13 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:13 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:13 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:13 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:13 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:13 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:13 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:13 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:13 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:13 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:13 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:13 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:13 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:13 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:13 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:13 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:13 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:13 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:13 ZeroKey kernel:  </TASK>
Apr 21 14:14:37 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 74s! [Hyprland:1515]
Apr 21 14:14:37 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:14:37 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:37 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:37 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:37 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:37 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:37 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:37 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:37 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:37 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:37 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:14:37 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:37 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:14:37 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:37 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:14:37 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:14:37 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:37 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:14:37 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:37 ZeroKey kernel: Call Trace:
Apr 21 14:14:37 ZeroKey kernel:  <TASK>
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:37 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:37 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:14:37 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:14:37 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:37 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:14:37 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:14:37 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:14:37 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:14:37 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:37 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:14:37 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:14:37 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:14:37 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:37 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:37 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:37 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:37 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:37 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:37 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:14:37 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:14:37 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:14:37 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:14:37 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:14:37 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:14:37 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:14:37 ZeroKey kernel:  </TASK>
Apr 21 14:14:41 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 74s! [zapzap:1815]
Apr 21 14:14:41 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:14:41 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:41 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:41 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:41 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:41 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:41 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:41 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:41 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:41 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:41 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:14:41 ZeroKey kernel: RAX: 00
0000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:41 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:41 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:41 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:41 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:41 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:41 ZeroKey kernel: Call Trace:
Apr 21 14:14:41 ZeroKey kernel:  <TASK>
Apr 21 14:14:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:41 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:41 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:41 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:41 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:41 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:41 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:41 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:41 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:41 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:41 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:41 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:41 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:41 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:41 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:41 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:41 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:41 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:41 ZeroKey kernel:  </TASK>
Apr 21 14:14:53 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 22s! [qbittorrent:41687]
Apr 21 14:14:53 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:14:53 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:53 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:53 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:53 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:53 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:53 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:53 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:53 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:53 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:14:53 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:53 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:14:53 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:14:53 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:14:53 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:53 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:14:53 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:53 ZeroKey kernel: Call Trace:
Apr 21 14:14:53 ZeroKey kernel:  <TASK>
Apr 21 14:14:53 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:53 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:14:53 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:14:53 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:53 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:14:53 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:14:53 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:14:53 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:14:53 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:14:53 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:14:53 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:14:53 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:14:53 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:53 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:53 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:53 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:53 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:53 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:14:53 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:14:53 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:14:53 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:14:53 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:14:53 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:14:53 ZeroKey kernel:  </TASK>
Apr 21 14:15:00 ZeroKey nm-openvpn[5125]: read UDPv4 [EMSGSIZE Path-MTU=1492]: Message too long (fd=6,code=90)
Apr 21 14:15:05 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 100s! [Hyprland:1515]
Apr 21 14:15:05 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:05 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:05 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:05 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:05 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:05 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:05 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:05 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:05 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:05 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:15:05 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:05 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:15:05 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:05 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:15:05 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:15:05 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:05 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:15:05 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:05 ZeroKey kernel: Call Trace:
Apr 21 14:15:05 ZeroKey kernel:  <TASK>
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:05 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:05 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:15:05 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:15:05 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:05 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:15:05 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:15:05 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:15:05 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:15:05 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:15:05 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:05 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:05 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:05 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:05 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:05 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:15:05 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:15:05 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:15:05 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:15:05 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:15:05 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:15:05 ZeroKey kernel:  </TASK>
Apr 21 14:15:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 100s! [zapzap:1815]
Apr 21 14:15:09 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:15:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:09 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:09 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:15:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:15:09 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:15:09 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:15:09 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:15:09 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:15:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:09 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:15:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:09 ZeroKey kernel: Call Trace:
Apr 21 14:15:09 ZeroKey kernel:  <TASK>
Apr 21 14:15:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:09 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:15:09 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:15:09 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:15:09 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:15:09 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:15:09 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:15:09 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:15:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:15:09 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:15:09 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:15:09 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:15:09 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:15:09 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:15:09 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:09 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:15:09 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:15:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:15:09 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:15:09 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:15:09 ZeroKey kernel:  </TASK>
Apr 21 14:15:21 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 48s! [qbittorrent:41687]
Apr 21 14:15:21 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:15:21 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:21 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:21 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:21 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:21 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:21 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:21 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:21 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:21 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:15:21 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:21 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:15:21 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:15:21 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:15:21 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:21 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:15:21 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:21 ZeroKey kernel: Call Trace:
Apr 21 14:15:21 ZeroKey kernel:  <TASK>
Apr 21 14:15:21 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:21 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:15:21 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:15:21 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:21 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:15:21 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:15:21 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:15:21 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:15:21 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:15:21 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:15:21 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:15:21 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:15:21 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:21 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:21 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:21 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:21 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:21 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:15:21 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:15:21 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:15:21 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:15:21 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:15:21 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:15:21 ZeroKey kernel:  </TASK>
Apr 21 14:15:29 ZeroKey kernel: INFO: task sensors:42139 blocked for more than 122 seconds.
Apr 21 14:15:29 ZeroKey kernel:       Tainted: G           OEL      6.19.12-arch1-1 #1
Apr 21 14:15:29 ZeroKey kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Apr 21 14:15:29 ZeroKey kernel: task:sensors         state:D stack:0     pid:42139 tgid:42139 ppid:42138  task_flags:0x400000 flags:0x00080000
Apr 21 14:15:29 ZeroKey kernel: Call Trace:
Apr 21 14:15:29 ZeroKey kernel:  <TASK>
Apr 21 14:15:29 ZeroKey kernel:  __schedule+0x457/0x1720
Apr 21 14:15:29 ZeroKey kernel:  ? kernfs_fop_open+0x2c9/0x340
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx_kernfs_fop_open+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  ? file_ra_state_init+0x15/0x30
Apr 21 14:15:29 ZeroKey kernel:  schedule+0x27/0xd0
Apr 21 14:15:29 ZeroKey kernel:  schedule_timeout+0xbd/0x100
Apr 21 14:15:29 ZeroKey kernel:  wait_for_completion+0x86/0x140
Apr 21 14:15:29 ZeroKey kernel:  rdmsr_safe_on_cpu+0xca/0xe0
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx___rdmsr_safe_on_cpu+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  get_tjmax+0x8e/0x2c0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  show_temp+0x55/0xf0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  dev_attr_show+0x1f/0x50
Apr 21 14:15:29 ZeroKey kernel:  sysfs_kf_seq_show+0xcc/0x120
Apr 21 14:15:29 ZeroKey kernel:  seq_read_iter+0x128/0x490
Apr 21 14:15:29 ZeroKey kernel:  ? rw_verify_area+0x56/0x180
Apr 21 14:15:29 ZeroKey kernel:  vfs_read+0x268/0x390
Apr 21 14:15:29 ZeroKey kernel:  ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:29 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:29 ZeroKey kernel: RIP: 0033:0x7f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RSP: 002b:00007ffdcb777460 EFLAGS: 00000202 ORIG_RAX: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055e1ea4c53d0 RCX: 00007f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RDX: 0000000000001000 RSI: 000055e1ea4beea0 RDI: 0000000000000003
Apr 21 14:15:29 ZeroKey kernel: RBP: 00007ffdcb777470 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 00007f336a7dc030
Apr 21 14:15:29 ZeroKey kernel: R13: 00007f336a7dbee0 R14: ffffffffffffffb0 R15: 000055e1ea4c53d0
Apr 21 14:15:29 ZeroKey kernel:  </TASK>
Apr 21 14:15:33 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 127s! [Hyprland:1515]
Apr 21 14:15:33 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:33 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
0000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:41 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:41 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:41 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:41 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:41 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:41 ZeroKey kernel: Call Trace:
Apr 21 14:14:41 ZeroKey kernel:  <TASK>
Apr 21 14:14:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:41 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:41 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:41 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:41 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:41 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:41 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:41 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:41 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:41 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:41 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:41 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:41 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:41 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:41 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:41 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:41 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:41 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:41 ZeroKey kernel:  </TASK>
Apr 21 14:14:53 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 22s! [qbittorrent:41687]
Apr 21 14:14:53 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:14:53 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:53 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:53 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:53 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:53 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:53 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:53 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:53 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:53 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:14:53 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:53 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:14:53 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:14:53 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:14:53 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:53 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:14:53 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:53 ZeroKey kernel: Call Trace:
Apr 21 14:14:53 ZeroKey kernel:  <TASK>
Apr 21 14:14:53 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:53 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:14:53 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:14:53 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:53 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:14:53 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:14:53 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:14:53 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:14:53 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:14:53 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:14:53 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:14:53 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:14:53 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:53 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:53 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:53 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:53 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:53 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:14:53 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:14:53 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:14:53 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:14:53 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:14:53 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:14:53 ZeroKey kernel:  </TASK>
Apr 21 14:15:00 ZeroKey nm-openvpn[5125]: read UDPv4 [EMSGSIZE Path-MTU=1492]: Message too long (fd=6,code=90)
Apr 21 14:15:05 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 100s! [Hyprland:1515]
Apr 21 14:15:05 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:05 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:05 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:05 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:05 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:05 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:05 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:05 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:05 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:05 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:15:05 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:05 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:15:05 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:05 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:15:05 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:15:05 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:05 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:15:05 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:05 ZeroKey kernel: Call Trace:
Apr 21 14:15:05 ZeroKey kernel:  <TASK>
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:05 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:05 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:15:05 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:15:05 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:05 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:15:05 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:15:05 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:15:05 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:15:05 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:15:05 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:05 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:05 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:05 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:05 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:05 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:15:05 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:15:05 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:15:05 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:15:05 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:15:05 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:15:05 ZeroKey kernel:  </TASK>
Apr 21 14:15:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 100s! [zapzap:1815]
Apr 21 14:15:09 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:15:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:09 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:09 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:15:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:15:09 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:15:09 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:15:09 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:15:09 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:15:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:09 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:15:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:09 ZeroKey kernel: Call Trace:
Apr 21 14:15:09 ZeroKey kernel:  <TASK>
Apr 21 14:15:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:09 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:15:09 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:15:09 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:15:09 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:15:09 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:15:09 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:15:09 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:15:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:15:09 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:15:09 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:15:09 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:15:09 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:15:09 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:15:09 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:09 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:15:09 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:15:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:15:09 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:15:09 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:15:09 ZeroKey kernel:  </TASK>
Apr 21 14:15:21 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 48s! [qbittorrent:41687]
Apr 21 14:15:21 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:15:21 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:21 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:21 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:21 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:21 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:21 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:21 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:21 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:21 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:15:21 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:21 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:15:21 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:15:21 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:15:21 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:21 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:15:21 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:21 ZeroKey kernel: Call Trace:
Apr 21 14:15:21 ZeroKey kernel:  <TASK>
Apr 21 14:15:21 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:21 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:15:21 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:15:21 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:21 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:15:21 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:15:21 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:15:21 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:15:21 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:15:21 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:15:21 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:15:21 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:15:21 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:21 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:21 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:21 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:21 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:21 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:15:21 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:15:21 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:15:21 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:15:21 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:15:21 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:15:21 ZeroKey kernel:  </TASK>
Apr 21 14:15:29 ZeroKey kernel: INFO: task sensors:42139 blocked for more than 122 seconds.
Apr 21 14:15:29 ZeroKey kernel:       Tainted: G           OEL      6.19.12-arch1-1 #1
Apr 21 14:15:29 ZeroKey kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Apr 21 14:15:29 ZeroKey kernel: task:sensors         state:D stack:0     pid:42139 tgid:42139 ppid:42138  task_flags:0x400000 flags:0x00080000
Apr 21 14:15:29 ZeroKey kernel: Call Trace:
Apr 21 14:15:29 ZeroKey kernel:  <TASK>
Apr 21 14:15:29 ZeroKey kernel:  __schedule+0x457/0x1720
Apr 21 14:15:29 ZeroKey kernel:  ? kernfs_fop_open+0x2c9/0x340
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx_kernfs_fop_open+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  ? file_ra_state_init+0x15/0x30
Apr 21 14:15:29 ZeroKey kernel:  schedule+0x27/0xd0
Apr 21 14:15:29 ZeroKey kernel:  schedule_timeout+0xbd/0x100
Apr 21 14:15:29 ZeroKey kernel:  wait_for_completion+0x86/0x140
Apr 21 14:15:29 ZeroKey kernel:  rdmsr_safe_on_cpu+0xca/0xe0
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx___rdmsr_safe_on_cpu+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  get_tjmax+0x8e/0x2c0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  show_temp+0x55/0xf0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  dev_attr_show+0x1f/0x50
Apr 21 14:15:29 ZeroKey kernel:  sysfs_kf_seq_show+0xcc/0x120
Apr 21 14:15:29 ZeroKey kernel:  seq_read_iter+0x128/0x490
Apr 21 14:15:29 ZeroKey kernel:  ? rw_verify_area+0x56/0x180
Apr 21 14:15:29 ZeroKey kernel:  vfs_read+0x268/0x390
Apr 21 14:15:29 ZeroKey kernel:  ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:29 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:29 ZeroKey kernel: RIP: 0033:0x7f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RSP: 002b:00007ffdcb777460 EFLAGS: 00000202 ORIG_RAX: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055e1ea4c53d0 RCX: 00007f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RDX: 0000000000001000 RSI: 000055e1ea4beea0 RDI: 0000000000000003
Apr 21 14:15:29 ZeroKey kernel: RBP: 00007ffdcb777470 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 00007f336a7dc030
Apr 21 14:15:29 ZeroKey kernel: R13: 00007f336a7dbee0 R14: ffffffffffffffb0 R15: 000055e1ea4c53d0
Apr 21 14:15:29 ZeroKey kernel:  </TASK>
Apr 21 14:15:33 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 127s! [Hyprland:1515]
Apr 21 14:15:33 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:33 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
0000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:41 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:41 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:41 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:41 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:41 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:41 ZeroKey kernel: Call Trace:
Apr 21 14:14:41 ZeroKey kernel:  <TASK>
Apr 21 14:14:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:41 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:41 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:41 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:41 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:41 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:41 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:41 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:41 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:41 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:41 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:41 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:41 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:41 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:41 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:41 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:41 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:41 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:41 ZeroKey kernel:  </TASK>
Apr 21 14:14:53 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 22s! [qbittorrent:41687]
Apr 21 14:14:53 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:14:53 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:53 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:53 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:53 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:53 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:53 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:53 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:53 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:53 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:14:53 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:53 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:14:53 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:14:53 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:14:53 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:53 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:14:53 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:53 ZeroKey kernel: Call Trace:
Apr 21 14:14:53 ZeroKey kernel:  <TASK>
Apr 21 14:14:53 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:53 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:14:53 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:14:53 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:53 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:14:53 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:14:53 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:14:53 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:14:53 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:14:53 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:14:53 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:14:53 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:14:53 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:53 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:53 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:53 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:53 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:53 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:14:53 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:14:53 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:14:53 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:14:53 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:14:53 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:14:53 ZeroKey kernel:  </TASK>
Apr 21 14:15:00 ZeroKey nm-openvpn[5125]: read UDPv4 [EMSGSIZE Path-MTU=1492]: Message too long (fd=6,code=90)
Apr 21 14:15:05 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 100s! [Hyprland:1515]
Apr 21 14:15:05 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:05 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:05 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:05 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:05 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:05 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:05 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:05 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:05 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:05 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:15:05 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:05 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:15:05 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:05 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:15:05 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:15:05 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:05 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:15:05 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:05 ZeroKey kernel: Call Trace:
Apr 21 14:15:05 ZeroKey kernel:  <TASK>
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:05 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:05 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:15:05 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:15:05 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:05 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:15:05 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:15:05 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:15:05 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:15:05 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:15:05 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:05 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:05 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:05 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:05 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:05 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:15:05 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:15:05 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:15:05 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:15:05 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:15:05 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:15:05 ZeroKey kernel:  </TASK>
Apr 21 14:15:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 100s! [zapzap:1815]
Apr 21 14:15:09 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:15:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:09 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:09 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:15:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:15:09 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:15:09 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:15:09 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:15:09 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:15:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:09 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:15:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:09 ZeroKey kernel: Call Trace:
Apr 21 14:15:09 ZeroKey kernel:  <TASK>
Apr 21 14:15:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:09 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:15:09 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:15:09 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:15:09 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:15:09 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:15:09 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:15:09 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:15:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:15:09 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:15:09 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:15:09 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:15:09 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:15:09 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:15:09 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:09 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:15:09 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:15:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:15:09 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:15:09 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:15:09 ZeroKey kernel:  </TASK>
Apr 21 14:15:21 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 48s! [qbittorrent:41687]
Apr 21 14:15:21 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:15:21 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:21 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:21 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:21 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:21 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:21 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:21 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:21 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:21 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:15:21 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:21 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:15:21 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:15:21 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:15:21 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:21 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:15:21 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:21 ZeroKey kernel: Call Trace:
Apr 21 14:15:21 ZeroKey kernel:  <TASK>
Apr 21 14:15:21 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:21 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:15:21 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:15:21 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:21 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:15:21 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:15:21 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:15:21 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:15:21 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:15:21 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:15:21 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:15:21 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:15:21 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:21 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:21 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:21 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:21 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:21 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:15:21 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:15:21 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:15:21 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:15:21 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:15:21 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:15:21 ZeroKey kernel:  </TASK>
Apr 21 14:15:29 ZeroKey kernel: INFO: task sensors:42139 blocked for more than 122 seconds.
Apr 21 14:15:29 ZeroKey kernel:       Tainted: G           OEL      6.19.12-arch1-1 #1
Apr 21 14:15:29 ZeroKey kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Apr 21 14:15:29 ZeroKey kernel: task:sensors         state:D stack:0     pid:42139 tgid:42139 ppid:42138  task_flags:0x400000 flags:0x00080000
Apr 21 14:15:29 ZeroKey kernel: Call Trace:
Apr 21 14:15:29 ZeroKey kernel:  <TASK>
Apr 21 14:15:29 ZeroKey kernel:  __schedule+0x457/0x1720
Apr 21 14:15:29 ZeroKey kernel:  ? kernfs_fop_open+0x2c9/0x340
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx_kernfs_fop_open+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  ? file_ra_state_init+0x15/0x30
Apr 21 14:15:29 ZeroKey kernel:  schedule+0x27/0xd0
Apr 21 14:15:29 ZeroKey kernel:  schedule_timeout+0xbd/0x100
Apr 21 14:15:29 ZeroKey kernel:  wait_for_completion+0x86/0x140
Apr 21 14:15:29 ZeroKey kernel:  rdmsr_safe_on_cpu+0xca/0xe0
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx___rdmsr_safe_on_cpu+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  get_tjmax+0x8e/0x2c0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  show_temp+0x55/0xf0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  dev_attr_show+0x1f/0x50
Apr 21 14:15:29 ZeroKey kernel:  sysfs_kf_seq_show+0xcc/0x120
Apr 21 14:15:29 ZeroKey kernel:  seq_read_iter+0x128/0x490
Apr 21 14:15:29 ZeroKey kernel:  ? rw_verify_area+0x56/0x180
Apr 21 14:15:29 ZeroKey kernel:  vfs_read+0x268/0x390
Apr 21 14:15:29 ZeroKey kernel:  ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:29 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:29 ZeroKey kernel: RIP: 0033:0x7f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RSP: 002b:00007ffdcb777460 EFLAGS: 00000202 ORIG_RAX: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055e1ea4c53d0 RCX: 00007f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RDX: 0000000000001000 RSI: 000055e1ea4beea0 RDI: 0000000000000003
Apr 21 14:15:29 ZeroKey kernel: RBP: 00007ffdcb777470 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 00007f336a7dc030
Apr 21 14:15:29 ZeroKey kernel: R13: 00007f336a7dbee0 R14: ffffffffffffffb0 R15: 000055e1ea4c53d0
Apr 21 14:15:29 ZeroKey kernel:  </TASK>
Apr 21 14:15:33 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 127s! [Hyprland:1515]
Apr 21 14:15:33 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:33 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
0000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:41 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:41 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:41 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:41 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:41 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:41 ZeroKey kernel: Call Trace:
Apr 21 14:14:41 ZeroKey kernel:  <TASK>
Apr 21 14:14:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:41 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:41 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:41 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:41 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:41 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:41 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:41 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:41 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:41 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:41 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:41 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:41 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:41 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:41 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:41 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:41 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:41 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:41 ZeroKey kernel:  </TASK>
Apr 21 14:14:53 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 22s! [qbittorrent:41687]
Apr 21 14:14:53 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:14:53 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:53 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:53 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:53 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:53 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:53 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:53 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:53 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:53 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:14:53 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:53 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:14:53 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:14:53 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:14:53 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:53 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:14:53 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:53 ZeroKey kernel: Call Trace:
Apr 21 14:14:53 ZeroKey kernel:  <TASK>
Apr 21 14:14:53 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:53 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:14:53 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:14:53 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:53 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:14:53 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:14:53 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:14:53 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:14:53 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:14:53 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:14:53 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:14:53 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:14:53 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:53 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:53 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:53 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:53 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:53 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:14:53 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:14:53 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:14:53 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:14:53 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:14:53 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:14:53 ZeroKey kernel:  </TASK>
Apr 21 14:15:00 ZeroKey nm-openvpn[5125]: read UDPv4 [EMSGSIZE Path-MTU=1492]: Message too long (fd=6,code=90)
Apr 21 14:15:05 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 100s! [Hyprland:1515]
Apr 21 14:15:05 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:05 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:05 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:05 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:05 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:05 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:05 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:05 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:05 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:05 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:15:05 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:05 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:15:05 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:05 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:15:05 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:15:05 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:05 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:15:05 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:05 ZeroKey kernel: Call Trace:
Apr 21 14:15:05 ZeroKey kernel:  <TASK>
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:05 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:05 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:15:05 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:15:05 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:05 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:15:05 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:15:05 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:15:05 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:15:05 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:15:05 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:05 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:05 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:05 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:05 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:05 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:15:05 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:15:05 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:15:05 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:15:05 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:15:05 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:15:05 ZeroKey kernel:  </TASK>
Apr 21 14:15:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 100s! [zapzap:1815]
Apr 21 14:15:09 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:15:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:09 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:09 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:15:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:15:09 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:15:09 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:15:09 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:15:09 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:15:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:09 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:15:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:09 ZeroKey kernel: Call Trace:
Apr 21 14:15:09 ZeroKey kernel:  <TASK>
Apr 21 14:15:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:09 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:15:09 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:15:09 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:15:09 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:15:09 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:15:09 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:15:09 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:15:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:15:09 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:15:09 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:15:09 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:15:09 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:15:09 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:15:09 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:09 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:15:09 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:15:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:15:09 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:15:09 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:15:09 ZeroKey kernel:  </TASK>
Apr 21 14:15:21 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 48s! [qbittorrent:41687]
Apr 21 14:15:21 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:15:21 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:21 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:21 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:21 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:21 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:21 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:21 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:21 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:21 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:15:21 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:21 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:15:21 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:15:21 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:15:21 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:21 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:15:21 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:21 ZeroKey kernel: Call Trace:
Apr 21 14:15:21 ZeroKey kernel:  <TASK>
Apr 21 14:15:21 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:21 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:15:21 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:15:21 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:21 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:15:21 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:15:21 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:15:21 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:15:21 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:15:21 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:15:21 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:15:21 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:15:21 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:21 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:21 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:21 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:21 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:21 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:15:21 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:15:21 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:15:21 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:15:21 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:15:21 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:15:21 ZeroKey kernel:  </TASK>
Apr 21 14:15:29 ZeroKey kernel: INFO: task sensors:42139 blocked for more than 122 seconds.
Apr 21 14:15:29 ZeroKey kernel:       Tainted: G           OEL      6.19.12-arch1-1 #1
Apr 21 14:15:29 ZeroKey kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Apr 21 14:15:29 ZeroKey kernel: task:sensors         state:D stack:0     pid:42139 tgid:42139 ppid:42138  task_flags:0x400000 flags:0x00080000
Apr 21 14:15:29 ZeroKey kernel: Call Trace:
Apr 21 14:15:29 ZeroKey kernel:  <TASK>
Apr 21 14:15:29 ZeroKey kernel:  __schedule+0x457/0x1720
Apr 21 14:15:29 ZeroKey kernel:  ? kernfs_fop_open+0x2c9/0x340
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx_kernfs_fop_open+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  ? file_ra_state_init+0x15/0x30
Apr 21 14:15:29 ZeroKey kernel:  schedule+0x27/0xd0
Apr 21 14:15:29 ZeroKey kernel:  schedule_timeout+0xbd/0x100
Apr 21 14:15:29 ZeroKey kernel:  wait_for_completion+0x86/0x140
Apr 21 14:15:29 ZeroKey kernel:  rdmsr_safe_on_cpu+0xca/0xe0
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx___rdmsr_safe_on_cpu+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  get_tjmax+0x8e/0x2c0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  show_temp+0x55/0xf0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  dev_attr_show+0x1f/0x50
Apr 21 14:15:29 ZeroKey kernel:  sysfs_kf_seq_show+0xcc/0x120
Apr 21 14:15:29 ZeroKey kernel:  seq_read_iter+0x128/0x490
Apr 21 14:15:29 ZeroKey kernel:  ? rw_verify_area+0x56/0x180
Apr 21 14:15:29 ZeroKey kernel:  vfs_read+0x268/0x390
Apr 21 14:15:29 ZeroKey kernel:  ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:29 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:29 ZeroKey kernel: RIP: 0033:0x7f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RSP: 002b:00007ffdcb777460 EFLAGS: 00000202 ORIG_RAX: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055e1ea4c53d0 RCX: 00007f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RDX: 0000000000001000 RSI: 000055e1ea4beea0 RDI: 0000000000000003
Apr 21 14:15:29 ZeroKey kernel: RBP: 00007ffdcb777470 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 00007f336a7dc030
Apr 21 14:15:29 ZeroKey kernel: R13: 00007f336a7dbee0 R14: ffffffffffffffb0 R15: 000055e1ea4c53d0
Apr 21 14:15:29 ZeroKey kernel:  </TASK>
Apr 21 14:15:33 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 127s! [Hyprland:1515]
Apr 21 14:15:33 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:33 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
0000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:14:41 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:14:41 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:14:41 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:14:41 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:14:41 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:41 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:14:41 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:41 ZeroKey kernel: Call Trace:
Apr 21 14:14:41 ZeroKey kernel:  <TASK>
Apr 21 14:14:41 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:41 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:41 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:41 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:14:41 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:14:41 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:14:41 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:14:41 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:14:41 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:14:41 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:14:41 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:41 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:14:41 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:14:41 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:14:41 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:14:41 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:14:41 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:14:41 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:14:41 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:14:41 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:14:41 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:41 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:14:41 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:41 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:41 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:41 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:41 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:41 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:14:41 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:14:41 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:14:41 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:14:41 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:14:41 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:14:41 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:14:41 ZeroKey kernel:  </TASK>
Apr 21 14:14:53 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 22s! [qbittorrent:41687]
Apr 21 14:14:53 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:14:53 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:14:53 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:14:53 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:14:53 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:14:53 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:53 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:14:53 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:14:53 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:14:53 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:14:53 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:14:53 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:14:53 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:14:53 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:14:53 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:14:53 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:14:53 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:14:53 ZeroKey kernel: PKRU: 55555554
Apr 21 14:14:53 ZeroKey kernel: Call Trace:
Apr 21 14:14:53 ZeroKey kernel:  <TASK>
Apr 21 14:14:53 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:14:53 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:14:53 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:14:53 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:14:53 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:14:53 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:14:53 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:14:53 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:14:53 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:14:53 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:14:53 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:14:53 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:14:53 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:14:53 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:14:53 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:14:53 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:14:53 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:14:53 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:14:53 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:14:53 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:14:53 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:14:53 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:14:53 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:14:53 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:14:53 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:14:53 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:14:53 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:14:53 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:14:53 ZeroKey kernel:  </TASK>
Apr 21 14:15:00 ZeroKey nm-openvpn[5125]: read UDPv4 [EMSGSIZE Path-MTU=1492]: Message too long (fd=6,code=90)
Apr 21 14:15:05 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 100s! [Hyprland:1515]
Apr 21 14:15:05 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:05 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:05 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:05 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:05 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:05 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:05 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:05 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:05 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:05 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:05 ZeroKey kernel: RSP: 0018:ffffd1e7413478a8 EFLAGS: 00000202
Apr 21 14:15:05 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8b9080
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:05 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8899401c4618 R09: ffff889940f6e400
Apr 21 14:15:05 ZeroKey kernel: R10: ffff8899401c4b38 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:05 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df834140 R15: 0000000000000000
Apr 21 14:15:05 ZeroKey kernel: FS:  00007f839a285300(0000) GS:ffff88a1458c3000(0000) knlGS:0000000000000000
Apr 21 14:15:05 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:05 ZeroKey kernel: CR2: 00005645d5f2cc00 CR3: 000000010aa63006 CR4: 0000000000f70ef0
Apr 21 14:15:05 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:05 ZeroKey kernel: Call Trace:
Apr 21 14:15:05 ZeroKey kernel:  <TASK>
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:05 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:05 ZeroKey kernel:  dup_mmap+0x3c9/0x750
Apr 21 14:15:05 ZeroKey kernel:  copy_process+0x11cb/0x1d00
Apr 21 14:15:05 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:05 ZeroKey kernel:  kernel_clone+0xbc/0x4a0
Apr 21 14:15:05 ZeroKey kernel:  ? memcg_list_lru_alloc+0x90/0x280
Apr 21 14:15:05 ZeroKey kernel:  __do_sys_clone+0x65/0x90
Apr 21 14:15:05 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? security_file_alloc+0x2b/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xfe/0x160
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? file_init_path+0x65/0x130
Apr 21 14:15:05 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:05 ZeroKey kernel:  ? path_get+0x15/0x30
Apr 21 14:15:05 ZeroKey kernel:  ? __do_pipe_flags.part.0+0x27/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_pipe2+0xcc/0x110
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_pipe2+0x18/0x20
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? __pfx_ep_ptable_queue_proc+0x10/0x10
Apr 21 14:15:05 ZeroKey kernel:  ? __x64_sys_epoll_ctl+0x6f/0xa0
Apr 21 14:15:05 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:05 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:05 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:05 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:05 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:05 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:05 ZeroKey kernel: RIP: 0033:0x7f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: Code: 7d e0 e8 ab aa f5 ff 45 31 c0 31 d2 31 f6 64 48 8b 04 25 10 00 00 00 bf 11 00 20 01 4c 8d 90 d0 02 00 00 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 60 41 89 c4 85 c0 75 31 64 48 8b 04 25 10 00
Apr 21 14:15:05 ZeroKey kernel: RSP: 002b:00007fff42ca2d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
Apr 21 14:15:05 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f839c5d5888
Apr 21 14:15:05 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011
Apr 21 14:15:05 ZeroKey kernel: RBP: 00007fff42ca2d50 R08: 0000000000000000 R09: 0000000000000015
Apr 21 14:15:05 ZeroKey kernel: R10: 00007f839a2855d0 R11: 0000000000000246 R12: 00007fff42ca3070
Apr 21 14:15:05 ZeroKey kernel: R13: 00007fff42ca3010 R14: 0000000000000001 R15: 00005645d7020d40
Apr 21 14:15:05 ZeroKey kernel:  </TASK>
Apr 21 14:15:09 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 100s! [zapzap:1815]
Apr 21 14:15:09 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 21 14:15:09 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:09 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:09 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:09 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:09 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:09 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:09 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:09 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:09 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:09 ZeroKey kernel: RSP: 0018:ffffd1e76398f658 EFLAGS: 00000202
Apr 21 14:15:09 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff88a0dfaba440
Apr 21 14:15:09 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 21 14:15:09 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8899401c4828 R09: ffff889940f6e400
Apr 21 14:15:09 ZeroKey kernel: R10: ffff8899401c4390 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0df934140 R15: 0000000000000004
Apr 21 14:15:09 ZeroKey kernel: FS:  00007f4278119b80(0000) GS:ffff88a1459c3000(0000) knlGS:0000000000000000
Apr 21 14:15:09 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:09 ZeroKey kernel: CR2: 00007f424266bcc7 CR3: 0000000122eb2001 CR4: 0000000000f70ef0
Apr 21 14:15:09 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:09 ZeroKey kernel: Call Trace:
Apr 21 14:15:09 ZeroKey kernel:  <TASK>
Apr 21 14:15:09 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:09 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:09 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:09 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 21 14:15:09 ZeroKey kernel:  unmap_page_range+0xc16/0x16b0
Apr 21 14:15:09 ZeroKey kernel:  unmap_vmas+0xa1/0x180
Apr 21 14:15:09 ZeroKey kernel:  vms_clear_ptes+0xfb/0x150
Apr 21 14:15:09 ZeroKey kernel:  vms_complete_munmap_vmas+0x61/0x180
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_align_munmap+0x15f/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  do_vmi_munmap+0xd0/0x170
Apr 21 14:15:09 ZeroKey kernel:  __vm_munmap+0xad/0x170
Apr 21 14:15:09 ZeroKey kernel:  __x64_sys_munmap+0x1b/0x30
Apr 21 14:15:09 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:09 ZeroKey kernel:  ? sched_clock_cpu+0xf/0x200
Apr 21 14:15:09 ZeroKey kernel:  ? __smp_call_single_queue+0xd2/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? xas_load+0xd/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? filemap_get_entry+0xf4/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  ? mod_memcg_lruvec_state+0xc5/0x1e0
Apr 21 14:15:09 ZeroKey kernel:  ? lruvec_stat_mod_folio+0x85/0xd0
Apr 21 14:15:09 ZeroKey kernel:  ? folio_add_file_rmap_ptes+0x4b/0x1d0
Apr 21 14:15:09 ZeroKey kernel:  ? ktime_get_coarse_real_ts64_mg+0x7d/0xa0
Apr 21 14:15:09 ZeroKey kernel:  ? current_time+0x3e/0x120
Apr 21 14:15:09 ZeroKey kernel:  ? file_update_time_flags+0x38/0x150
Apr 21 14:15:09 ZeroKey kernel:  ? fault_dirty_shared_page+0x9f/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? do_fault+0x1bb/0x5d0
Apr 21 14:15:09 ZeroKey kernel:  ? ___pte_offset_map+0x1b/0x100
Apr 21 14:15:09 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:09 ZeroKey kernel:  ? alloc_fd+0x12e/0x190
Apr 21 14:15:09 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:09 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:09 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:09 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:09 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:09 ZeroKey kernel: RIP: 0033:0x7f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: Code: 73 01 c3 48 8b 0d 25 fe 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 fd 0c 00 f7 d8 64 89 01 48
Apr 21 14:15:09 ZeroKey kernel: RSP: 002b:00007ffec316f918 EFLAGS: 00000202 ORIG_RAX: 000000000000000b
Apr 21 14:15:09 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055a37187a990 RCX: 00007f4277925eeb
Apr 21 14:15:09 ZeroKey kernel: RDX: 0000000000003cc8 RSI: 0000000000003cc8 RDI: 00007f4242668000
Apr 21 14:15:09 ZeroKey kernel: RBP: 00007ffec316f930 R08: 0000000000000050 R09: e3a622cf87ce0521
Apr 21 14:15:09 ZeroKey kernel: R10: 0000000000000051 R11: 0000000000000202 R12: 000055a3718ef818
Apr 21 14:15:09 ZeroKey kernel: R13: 0000000000000000 R14: 00007ffec316fa70 R15: 000055a371b72010
Apr 21 14:15:09 ZeroKey kernel:  </TASK>
Apr 21 14:15:21 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 48s! [qbittorrent:41687]
Apr 21 14:15:21 ZeroKey kernel: CPU#12 Utilization every 4000ms during lockup:
Apr 21 14:15:21 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:21 ZeroKey kernel: Modules linked in: ntfs3 tun snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof vfat fat snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_sdw_utils btusb snd_soc_acpi btmtk amdgpu soundwire_bus btrtl snd_usb_audio btbcm snd_hda_codec_alc662 intel_uncore_frequency btintel snd_soc_sdca snd_hda_codec_realtek_lib intel_uncore_frequency_common snd_hda_codec_generic snd_hda_codec_atihdmi snd_usbmidi_lib crc8 bluetooth snd_soc_avs snd_hda_codec_hdmi snd_ump snd_rawmidi amdxcp snd_soc_hda_codec razermouse(OE) rfkill mousedev joydev snd_seq_device snd_hda_intel aquacomputer_d5next drm_panel_backlight_quirks snd_hda_ext_core mc gpu_sched snd_hda_codec drm_buddy
Apr 21 14:15:21 ZeroKey kernel:  x86_pkg_temp_thermal processor_thermal_device_pci intel_powerclamp drm_exec snd_hda_core snd_soc_core processor_thermal_device coretemp drm_suballoc_helper ghash_clmulni_intel snd_intel_dspcfg r8169 snd_compress processor_thermal_wt_hint aesni_intel snd_intel_sdw_acpi drm_ttm_helper ac97_bus snd_hwdep platform_temperature_control snd_pcm_dmaengine iTCO_wdt rapl realtek ttm snd_pcm processor_thermal_soc_slider intel_pmc_bxt i2c_algo_bit intel_cstate mdio_devres spd5118 snd_timer drm_display_helper intel_rapl_msr iTCO_vendor_support spi_nor mei_hdcp platform_profile mei_pxp gigabyte_wmi wmi_bmof libphy intel_pmc_core cec intel_uncore snd i2c_i801 processor_thermal_rfim mtd mdio_bus i2c_smbus processor_thermal_rapl pmt_telemetry pcspkr soundcore i2c_mux pmt_discovery intel_rapl_common processor_thermal_wt_req pmt_class processor_thermal_power_floor intel_pmc_ssram_telemetry processor_thermal_mbox video intel_hid int3400_thermal intel_vsec int340x_thermal_zone sparse_keymap pinctrl_alderlake acpi_thermal_rel
Apr 21 14:15:21 ZeroKey kernel:  mei_me wmi acpi_tad acpi_pad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass crypto_user i2c_dev ntsync nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci spi_intel_pci intel_lpss hkdf spi_intel idma64
Apr 21 14:15:21 ZeroKey kernel: CPU: 12 UID: 1000 PID: 41687 Comm: qbittorrent Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:15:21 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 21 14:15:21 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 21 14:15:21 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 21 14:15:21 ZeroKey kernel: Code: 48 63 d2 e8 4f 98 73 00 3b 05 c9 b2 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 92 98 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 21 14:15:21 ZeroKey kernel: RSP: 0018:ffffd1e77547f840 EFLAGS: 00000202
Apr 21 14:15:21 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff88a0df8ba4c0
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000002 RSI: 0000000000000000 RDI: 0000000000000002
Apr 21 14:15:21 ZeroKey kernel: RBP: 000000000000000c R08: ffff8899401c4b98 R09: ffff889940f6e400
Apr 21 14:15:21 ZeroKey kernel: R10: ffff8899401c4bb0 R11: 0000000000000000 R12: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R13: 0000000000000013 R14: ffff88a0dfb34140 R15: 000000000000000c
Apr 21 14:15:21 ZeroKey kernel: FS:  00007f181a7fc6c0(0000) GS:ffff88a145bc3000(0000) knlGS:0000000000000000
Apr 21 14:15:21 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 21 14:15:21 ZeroKey kernel: CR2: 00007efde69f0926 CR3: 00000001516f0003 CR4: 0000000000f70ef0
Apr 21 14:15:21 ZeroKey kernel: PKRU: 55555554
Apr 21 14:15:21 ZeroKey kernel: Call Trace:
Apr 21 14:15:21 ZeroKey kernel:  <TASK>
Apr 21 14:15:21 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 21 14:15:21 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 21 14:15:21 ZeroKey kernel:  flush_tlb_batched_pending+0x4f/0x80
Apr 21 14:15:21 ZeroKey kernel:  unmap_page_range+0x451/0x16b0
Apr 21 14:15:21 ZeroKey kernel:  ? sched_clock+0x10/0x30
Apr 21 14:15:21 ZeroKey kernel:  ? ttwu_queue_wakelist+0xfe/0x120
Apr 21 14:15:21 ZeroKey kernel:  zap_page_range_single_batched+0xd5/0x190
Apr 21 14:15:21 ZeroKey kernel:  madvise_vma_behavior+0xbe4/0xd50
Apr 21 14:15:21 ZeroKey kernel:  madvise_walk_vmas+0x22c/0x2f0
Apr 21 14:15:21 ZeroKey kernel:  madvise_do_behavior+0xaa/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? __x64_sys_rt_sigprocmask+0xe7/0x160
Apr 21 14:15:21 ZeroKey kernel:  do_madvise+0xdd/0x150
Apr 21 14:15:21 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 21 14:15:21 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? do_fault+0x353/0x5d0
Apr 21 14:15:21 ZeroKey kernel:  ? __handle_mm_fault+0x956/0xf80
Apr 21 14:15:21 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:21 ZeroKey kernel:  ? count_memcg_events+0xc2/0x170
Apr 21 14:15:21 ZeroKey kernel:  ? handle_mm_fault+0x1d7/0x2d0
Apr 21 14:15:21 ZeroKey kernel:  ? do_user_addr_fault+0x21a/0x690
Apr 21 14:15:21 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:21 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:21 ZeroKey kernel: RIP: 0033:0x7f185752533b
Apr 21 14:15:21 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 21 14:15:21 ZeroKey kernel: RSP: 002b:00007f181a7fa798 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
Apr 21 14:15:21 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007f181a7fc6c0 RCX: 00007f185752533b
Apr 21 14:15:21 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000007fa000 RDI: 00007f1819ffc000
Apr 21 14:15:21 ZeroKey kernel: RBP: 00007f181a7fa870 R08: 0000000000000001 R09: 0000000000000001
Apr 21 14:15:21 ZeroKey kernel: R10: 0000000000000008 R11: 0000000000000206 R12: 00007f181a7fc6c0
Apr 21 14:15:21 ZeroKey kernel: R13: 00007f18511ab1f0 R14: 00007f181a7fcce4 R15: 0000000000000003
Apr 21 14:15:21 ZeroKey kernel:  </TASK>
Apr 21 14:15:29 ZeroKey kernel: INFO: task sensors:42139 blocked for more than 122 seconds.
Apr 21 14:15:29 ZeroKey kernel:       Tainted: G           OEL      6.19.12-arch1-1 #1
Apr 21 14:15:29 ZeroKey kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Apr 21 14:15:29 ZeroKey kernel: task:sensors         state:D stack:0     pid:42139 tgid:42139 ppid:42138  task_flags:0x400000 flags:0x00080000
Apr 21 14:15:29 ZeroKey kernel: Call Trace:
Apr 21 14:15:29 ZeroKey kernel:  <TASK>
Apr 21 14:15:29 ZeroKey kernel:  __schedule+0x457/0x1720
Apr 21 14:15:29 ZeroKey kernel:  ? kernfs_fop_open+0x2c9/0x340
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx_kernfs_fop_open+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  ? file_ra_state_init+0x15/0x30
Apr 21 14:15:29 ZeroKey kernel:  schedule+0x27/0xd0
Apr 21 14:15:29 ZeroKey kernel:  schedule_timeout+0xbd/0x100
Apr 21 14:15:29 ZeroKey kernel:  wait_for_completion+0x86/0x140
Apr 21 14:15:29 ZeroKey kernel:  rdmsr_safe_on_cpu+0xca/0xe0
Apr 21 14:15:29 ZeroKey kernel:  ? __pfx___rdmsr_safe_on_cpu+0x10/0x10
Apr 21 14:15:29 ZeroKey kernel:  get_tjmax+0x8e/0x2c0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  show_temp+0x55/0xf0 [coretemp c907920260bc958db65e81555a8eba4ae738af8f]
Apr 21 14:15:29 ZeroKey kernel:  dev_attr_show+0x1f/0x50
Apr 21 14:15:29 ZeroKey kernel:  sysfs_kf_seq_show+0xcc/0x120
Apr 21 14:15:29 ZeroKey kernel:  seq_read_iter+0x128/0x490
Apr 21 14:15:29 ZeroKey kernel:  ? rw_verify_area+0x56/0x180
Apr 21 14:15:29 ZeroKey kernel:  vfs_read+0x268/0x390
Apr 21 14:15:29 ZeroKey kernel:  ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? ksys_read+0x73/0xf0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 21 14:15:29 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 21 14:15:29 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 21 14:15:29 ZeroKey kernel: RIP: 0033:0x7f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RSP: 002b:00007ffdcb777460 EFLAGS: 00000202 ORIG_RAX: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: RAX: ffffffffffffffda RBX: 000055e1ea4c53d0 RCX: 00007f336a6893be
Apr 21 14:15:29 ZeroKey kernel: RDX: 0000000000001000 RSI: 000055e1ea4beea0 RDI: 0000000000000003
Apr 21 14:15:29 ZeroKey kernel: RBP: 00007ffdcb777470 R08: 0000000000000000 R09: 0000000000000000
Apr 21 14:15:29 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 00007f336a7dc030
Apr 21 14:15:29 ZeroKey kernel: R13: 00007f336a7dbee0 R14: ffffffffffffffb0 R15: 000055e1ea4c53d0
Apr 21 14:15:29 ZeroKey kernel:  </TASK>
Apr 21 14:15:33 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 127s! [Hyprland:1515]
Apr 21 14:15:33 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 21 14:15:33 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 21 14:15:33 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle

Offline

#20 2026-04-22 06:32:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,903

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Apr 21 14:13:11 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Dumping IP State
Apr 21 14:13:41 ZeroKey kernel: CPU: 2 UID: 0 PID: 14 Comm: kworker/u80:1 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:41 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OE       6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:13:45 ZeroKey kernel: CPU: 4 UID: 1000 PID: 1815 Comm: zapzap Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: CPU: 0 UID: 1000 PID: 1515 Comm: Hyprland Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d
Apr 21 14:14:09 ZeroKey kernel: CPU: 10 UID: 1000 PID: 42113 Comm: python3 Tainted: G           OEL      6.19.12-arch1-1 #1 PREEMPT(full)  2a0e0ac1a9e83215c5ccc49e5a586a6e6002a61d

The problem happens before that journal segment, the rest is an elaborate way to tell your that the GPU doesn't respond.
Anything in the journal before that?

The amdgpu firmware dump needs to be reported at https://gitlab.freedesktop.org/drm/amd/ … ge_size=20 (

Offline

#21 2026-04-22 10:26:09

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Agreed, something should be before that segment but between the GPU failing and the previous entry is a 6 minute gap. That entry is just complaining about an ambiguous path in my mpv fonts.conf. Not really what I'd look for to find a cause.
Also, I'm currently running the latest mesa drivers (1:26.0.5-1) with kernel 6.19.10 arch1-1 and not getting any crashes. I only rolled back the kernel and kernel headers, not any of the firmware packages. So, I'm on linux-firmware-amdgpu 202060410-1. Not quite sure what to make of that. I would've thought that, if it's amdgpu that is failing, I would've had to roll that back too.

Offline

#22 2026-04-22 11:46:29

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,903

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

What firmware do you (currently) load and when was that updated?
https://gitlab.com/kernel-firmware/linu … type=heads
The GPU also doesn't reset (successfully) anymore?

Offline

#23 2026-04-22 12:26:16

ZeroKey
Member
Registered: 2026-04-06
Posts: 12

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Sorry, should've been clearer with the versions. For the past few weeks I was running what I knew to be a stable combination. That was kernel and headers version 6.19.10 arch1-1 with firmware 20260309-1 and mesa 1:26.0.3-1. Then, yesterday (21.04.26) I updated to kernel and headers version 6.19.12.arch1-1 as well as mesa 1:26.0.5-1 and firmware 202060410-1. After running into a crash, I rolled back the kernel and headers to version 6.19.10 arch1-1 but didn't touch mesa or firmware. So, I'm still on mesa 1:26.0.5-1 and firmware 202060410-1 and I'm not running into crashes.
In other words, aside from the kernel, all other packages are running the latest version and the system is stable. As soon as I update to the latest kernel (6.19.12.arch1-1), as well as the prior version (6.19.11 arch1-1), the system becomes unstable. Meaning, something got borked with 6.19.11 arch1-1 is being carried on to the latest version.

Offline

#24 2026-04-22 13:15:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,903

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

What I meant was whether there was an update to the particular firmware file at all, but it's most likely a kernel regression, yes.
https://github.com/archlinux/linux/comm … pu/drm/amd - would be one of the Apr 2nd commits
https://github.com/archlinux/linux/comm … 4d0e6bdeb7
https://github.com/archlinux/linux/comm … a3d35239ec
https://github.com/archlinux/linux/comm … 356fe6997d

Offline

Board footer

Powered by FluxBB