Expand description
pt_regs indices for x86_64 architecture
These indices are used to access pt_regs structure fields as a u64 array. The indices are calculated by dividing the field offset by the size of u64, which gives us the array index for accessing pt_regs as a u64 array.