Digging Into A macOS Kernel Panic
TL;DR (2021-06-09)
AppleSMC
is a kernel module that communicates with SMC (System_Management_Controller), and the SMC is basically an Apple co-processor that has its own firmware, used to manage the upper layer system including disk encryption, etc.
I was able to dig into AppleSMC
's backtrace and locate the spot …